Skip to content

Commit

Permalink
fix: client/react-dapp/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
  • Loading branch information
snyk-bot committed Dec 27, 2023
1 parent ce90c2b commit 94044bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/react-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/node": "^12.19.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^16.9.8",
"axios": "^0.21.1",
"axios": "^1.6.3",
"browserify-fs": "^1.0.0",
"crypto-browserify": "^3.12.0",
"iam-client-lib": "^6.2.1-alpha.2",
Expand Down

0 comments on commit 94044bf

Please sign in to comment.