Skip to content

Commit 89e9ef4

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 - https://snyk.io/vuln/SNYK-JS-UNDICI-14943963
1 parent 0e696f7 commit 89e9ef4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"author": "GitHub",
2727
"license": "MIT",
2828
"dependencies": {
29-
"@actions/cache": "^3.2.4",
29+
"@actions/cache": "^5.0.0",
3030
"@actions/core": "^1.11.1",
3131
"@actions/exec": "^1.0.4",
3232
"@actions/glob": "^0.4.0",
33-
"@actions/http-client": "^2.2.3",
33+
"@actions/http-client": "^3.0.2",
3434
"@actions/io": "^1.0.2",
35-
"@actions/tool-cache": "^2.0.1",
35+
"@actions/tool-cache": "^3.0.0",
3636
"semver": "^7.6.2",
3737
"xmlbuilder2": "^4.0.0"
3838
},
@@ -43,7 +43,7 @@
4343
"@typescript-eslint/eslint-plugin": "^5.54.0",
4444
"@typescript-eslint/parser": "^5.54.0",
4545
"@vercel/ncc": "^0.38.3",
46-
"eslint": "^9.0.0",
46+
"eslint": "^9.26.0",
4747
"eslint-config-prettier": "^8.6.0",
4848
"eslint-plugin-jest": "^27.9.0",
4949
"eslint-plugin-node": "^11.1.0",

0 commit comments

Comments
 (0)