Skip to content

Commit 762cb2d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.13.5",
5353
"chalk-animation": "2.0.3",
5454
"cli-progress": "3.12.0",
5555
"cli-table3": "0.6.5",

0 commit comments

Comments
 (0)