Skip to content

Commit 83c18ff

Browse files
MiteshSharmasnyk-botMoumitaM
authored
fix: security vulnerabilities upgrade axios from 0.26.0 to 1.6.0 (#125)
* 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 * chore: package lock update --------- Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: MoumitaM <mandal.moumita2013@gmail.com>
1 parent 6fae212 commit 83c18ff

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)