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-DECODEURICOMPONENT-3149970
  • Loading branch information
snyk-bot committed Dec 19, 2023
1 parent ce90c2b commit ca8f44a
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 @@ -5,7 +5,7 @@
"dependencies": {
"@craco/craco": "^6.4.3",
"@gnosis.pm/safe-apps-sdk": "^4.3.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^24.9.1",
Expand Down

0 comments on commit ca8f44a

Please sign in to comment.