Skip to content

Commit 8fb4627

Browse files
committed
fix: sandbox/payment-example/frontend/package.json & sandbox/payment-example/frontend/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519
1 parent 2919733 commit 8fb4627

File tree

2 files changed

+174
-39
lines changed

2 files changed

+174
-39
lines changed

sandbox/payment-example/frontend/package-lock.json

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

sandbox/payment-example/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "payment-example-frontend.",
55
"private": true,
66
"dependencies": {
7-
"axios": "^0.24.0",
7+
"axios": "^1.8.2",
88
"dotenv": "^8.2.0",
99
"mdbreact": "5.2.0",
1010
"react": "^16.12.0",

0 commit comments

Comments
 (0)