diff --git a/package-lock.json b/package-lock.json index 4ad58c5b..955aa9d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint": "^8.57.0", "eslint-config-neon": "^0.1.59", "eslint-import-resolver-typescript": "^3.6.1", - "eslint-plugin-local": "^4.2.1", + "eslint-plugin-local": "^5.0.0", "gen-esm-wrapper": "^1.1.3", "husky": "^9.0.11", "is-ci": "^3.0.1", @@ -5345,9 +5345,9 @@ } }, "node_modules/eslint-plugin-local": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-local/-/eslint-plugin-local-4.2.2.tgz", - "integrity": "sha512-9yNacxuEAVw2nYGCAj+ofx74cWODq7N7jcajlq1tzz6xuJS0WFhp72s/WSvIyJG6b/75+n63SKxUFVrt1UHmfQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-local/-/eslint-plugin-local-5.0.1.tgz", + "integrity": "sha512-yMwm+tUggpjWul/eUtqjM5DYc8zkawnGnHjl5weWtFd4m/Q5NaoqmjoV+Qboo+G+EDZ1apcHwzsQnepeO/rSjg==", "dev": true, "license": "MIT", "dependencies": { @@ -5358,7 +5358,7 @@ "eslint-plugin-local": "executable.js" }, "peerDependencies": { - "eslint": ">=6.0.0" + "eslint": ">=9.0.0" } }, "node_modules/eslint-plugin-local/node_modules/ansi-styles": { diff --git a/package.json b/package.json index d032cde6..be909aa6 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "eslint": "^8.57.0", "eslint-config-neon": "^0.1.59", "eslint-import-resolver-typescript": "^3.6.1", - "eslint-plugin-local": "^4.2.1", + "eslint-plugin-local": "^5.0.0", "gen-esm-wrapper": "^1.1.3", "husky": "^9.0.11", "is-ci": "^3.0.1",