Skip to content

Commit 345bbfe

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent e974cd0 commit 345bbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/node": "^16.11.6",
4040
"@typescript-eslint/eslint-plugin": "^4.33.0",
4141
"@typescript-eslint/parser": "^4.31.1",
42-
"eslint": "^7.5.0",
42+
"eslint": "^9.26.0",
4343
"jest": "^26.6.3",
4444
"standard-version": "^9.1.0",
4545
"ts-jest": "^26.4.4",

0 commit comments

Comments
 (0)