Skip to content

Commit 56b0538

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-1038255
1 parent 5d5a3cc commit 56b0538

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@oclif/plugin-help": "^2.2.3",
1818
"@oclif/plugin-warn-if-update-available": "^1.7.0",
1919
"avsc": "^5.5.1",
20-
"axios": "^0.20.0",
20+
"axios": "^0.21.1",
2121
"chalk": "^3.0.0",
2222
"codecov": "^3.8.0",
2323
"crypto-js": "^4.0.0",

0 commit comments

Comments
 (0)