From 46cff7247f1af2637927103163d6ffe5acd94655 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Dec 2023 18:23:07 +0000 Subject: [PATCH] fix: explorer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970 --- explorer/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/explorer/package.json b/explorer/package.json index 0ce5411e8436b5..fae481d5c24106 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -5,7 +5,7 @@ "dependencies": { "@blockworks-foundation/mango-client": "^3.2.16", "@bonfida/bot": "^0.5.3", - "@bonfida/spl-name-service": "^0.1.22", + "@bonfida/spl-name-service": "^0.1.30", "@cloudflare/stream-react": "^1.2.0", "@metamask/jazzicon": "^2.0.0", "@metaplex/js": "4.9.0", @@ -14,7 +14,7 @@ "@sentry/react": "^6.16.1", "@solana/spl-token-registry": "^0.2.1143", "@solana/web3.js": "^1.31.0", - "@testing-library/jest-dom": "^5.16.1", + "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "@types/bn.js": "^5.1.0",