Skip to content

Commit ccb5b25

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-AXIOS-9292519
1 parent fee4f92 commit ccb5b25

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

package-lock.json

+10-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@actions/artifact": "^2.2.1",
2121
"@actions/core": "^1.11.1",
22-
"axios": "^1.6.4",
22+
"axios": "^1.8.2",
2323
"codecov": "^3.8.3",
2424
"deep-object-diff": "^1.1.9",
2525
"lodash": "^4.17.21"

0 commit comments

Comments
 (0)