chore(deps): update dependency eslint-plugin-local to v5 (#1018)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-28 04:12:39 +03:00
committed by GitHub
parent 1fd407f481
commit a7fac3dc04
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -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": {

View File

@@ -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",