Skip to content

Commit

Permalink
fix: demo/react-app/package.json & demo/react-app/package-lock.json t…
Browse files Browse the repository at this point in the history
…o reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
  • Loading branch information
snyk-bot committed Jan 5, 2024
1 parent e40fd51 commit d5c3818
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 57 deletions.
266 changes: 211 additions & 55 deletions demo/react-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"@solana/web3.js": "^1.87.3",
"@taquito/signer": "^13.0.1",
"@taquito/taquito": "^13.0.1",
"@taquito/signer": "^14.0.0",
"@taquito/taquito": "^14.2.0",
"@taquito/utils": "^13.0.1",
"@tezos-core-tools/crypto-utils": "^0.0.7",
"@web3auth/base": "file:../../packages/base",
Expand Down

0 comments on commit d5c3818

Please sign in to comment.