Skip to content

Commit 9fa2962

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-1579269
1 parent da043e7 commit 9fa2962

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

package-lock.json

+13-5
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
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/Luidog/fms-api-client",
4141
"dependencies": {
42-
"axios": "^0.19.2",
42+
"axios": "^0.21.3",
4343
"axios-cookiejar-support": "^1.0.0",
4444
"form-data": "^3.0.0",
4545
"into-stream": "^5.1.1",

0 commit comments

Comments
 (0)