Skip to content

Commit fa74b56

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194
1 parent c424153 commit fa74b56

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
@@ -49,7 +49,7 @@
4949
"test:watch": "jest --watch"
5050
},
5151
"dependencies": {
52-
"axios": "1.7.7",
52+
"axios": "1.8.3",
5353
"chalk-animation": "2.0.3",
5454
"cli-progress": "3.12.0",
5555
"cli-table3": "0.6.5",

0 commit comments

Comments
 (0)