diff --git a/package-lock.json b/package-lock.json index 2b24e85036..198abfdac3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@types/mock-fs": "^4.13.1", "c8": "^10.0.0", "eslint": "^9.18.0", - "eslint-plugin-erasable-syntax-only": "^0.3.0", + "eslint-plugin-erasable-syntax-only": "^0.4.0", "husky": "^9.0.6", "mock-fs": "^5.2.0", "nock": "^14.0.5", @@ -1969,9 +1969,9 @@ } }, "node_modules/eslint-plugin-erasable-syntax-only": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-erasable-syntax-only/-/eslint-plugin-erasable-syntax-only-0.3.1.tgz", - "integrity": "sha512-f4Eo1LEZJfUP7/2PwNdFUcIUJlYAoCoie9BSoThQ4y4eO8bW+Sq38qC4IskYTu4+FW887mPW0wYuI9HU0nQnlg==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-erasable-syntax-only/-/eslint-plugin-erasable-syntax-only-0.4.0.tgz", + "integrity": "sha512-7dx2gpfVn0FFEGukLqsF/izW4hGvSaySNOkcuSCO4q6Khh0ecOGYlRhW9hhDUtNryuKc+cXd1WFiQdpae3xzaQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6d15d2e893..c801a5ad52 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/mock-fs": "^4.13.1", "c8": "^10.0.0", "eslint": "^9.18.0", - "eslint-plugin-erasable-syntax-only": "^0.3.0", + "eslint-plugin-erasable-syntax-only": "^0.4.0", "husky": "^9.0.6", "mock-fs": "^5.2.0", "nock": "^14.0.5",