Skip to content

Commit efe93ff

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"test:watch": "jest --watch"
5151
},
5252
"dependencies": {
53-
"axios": "1.7.7",
53+
"axios": "1.7.8",
5454
"chalk-animation": "2.0.3",
5555
"cli-progress": "3.12.0",
5656
"cli-table3": "0.6.5",

0 commit comments

Comments
 (0)