Skip to content

Commit ccff5f3

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ACTIONSCORE-2980270
1 parent 61c9e3a commit ccff5f3

File tree

2 files changed

+66
-27
lines changed

2 files changed

+66
-27
lines changed

package-lock.json

Lines changed: 65 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@actions/exec": "^1.0.0",
2929
"@actions/http-client": "^1.0.8",
3030
"@actions/io": "^1.0.0",
31-
"@actions/tool-cache": "^1.3.1",
31+
"@actions/tool-cache": "^2.0.2",
3232
"semver": "^6.1.1",
3333
"xmlbuilder2": "^2.1.2"
3434
},

0 commit comments

Comments
 (0)