Skip to content

Commit 3803635

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

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
@@ -56,7 +56,7 @@
5656
"react-test-renderer": "^16.13.1"
5757
},
5858
"dependencies": {
59-
"axios": "^0.21.1",
59+
"axios": "^1.8.2",
6060
"lodash.isequal": "^4.5.0"
6161
}
6262
}

0 commit comments

Comments
 (0)