Skip to content

Commit

Permalink
fix: explorer/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-ELLIPTIC-8172694
  • Loading branch information
snyk-bot committed Oct 11, 2024
1 parent 1dcf8cf commit b4afe95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@blockworks-foundation/mango-client": "^3.6.7",
"@bonfida/bot": "^0.5.3",
"@bonfida/spl-name-service": "^0.1.30",
"@bonfida/spl-name-service": "^0.1.37",
"@cloudflare/stream-react": "^1.2.0",
"@metamask/jazzicon": "^2.0.0",
"@metaplex/js": "4.12.0",
Expand All @@ -15,7 +15,7 @@
"@sentry/react": "^7.6.0",
"@solana/buffer-layout": "^3.0.0",
"@solana/spl-token-registry": "^0.2.3736",
"@solana/web3.js": "^1.50.0",
"@solana/web3.js": "^1.54.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.3",
Expand Down Expand Up @@ -50,7 +50,7 @@
"react-json-view": "^1.21.3",
"react-moment": "^1.1.1",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"react-scripts": "^5.0.0",
"react-select": "^4.3.1",
"sass": "^1.53.0",
"superstruct": "^0.15.3",
Expand Down

0 comments on commit b4afe95

Please sign in to comment.