Skip to content

Commit c51a68e

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-6032459
1 parent e8542b9 commit c51a68e

File tree

2 files changed

+88
-25
lines changed

2 files changed

+88
-25
lines changed

package-lock.json

Lines changed: 87 additions & 24 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
@@ -50,7 +50,7 @@
5050
"analytics"
5151
],
5252
"dependencies": {
53-
"axios": "0.26.0",
53+
"axios": "1.6.0",
5454
"axios-retry": "3.7.0",
5555
"component-type": "1.2.1",
5656
"join-component": "1.1.0",

0 commit comments

Comments
 (0)