mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 03:03:59 +00:00
fix: packages/eslint-config/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINTPLUGINKIT-8340627
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
"dependencies": {
|
||||
"@eslint/js": "^9",
|
||||
"@ivuorinen/config-checker": "^1.1.8",
|
||||
"eslint": "^9",
|
||||
"eslint": "^9.15.0",
|
||||
"eslint-config-prettier": "^9",
|
||||
"eslint-config-standard": "^17",
|
||||
"eslint-plugin-import": "^2",
|
||||
|
||||
Reference in New Issue
Block a user