diff --git a/package-lock.json b/package-lock.json index 4deccd9f..c0386cc7 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": "^5.0.0", + "eslint-plugin-local": "^6.0.0", "gen-esm-wrapper": "^1.1.3", "husky": "^9.0.11", "is-ci": "^3.0.1", @@ -5546,9 +5546,9 @@ } }, "node_modules/eslint-plugin-local": { - "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==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-local/-/eslint-plugin-local-6.0.0.tgz", + "integrity": "sha512-pvy/pTTyanEKAqpYqy/SLfd4TdiAQ/yFO+GRXDGvGQa2vEUGtmlEjmWQXBDGSk790j4nrAB/7ipqPQY3nLduDg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5a9503fd..cfb9c2f6 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": "^5.0.0", + "eslint-plugin-local": "^6.0.0", "gen-esm-wrapper": "^1.1.3", "husky": "^9.0.11", "is-ci": "^3.0.1",