From e33a1c0e439076f15471f784090139602308336a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 19:55:48 +0000 Subject: [PATCH] fix: explorer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- explorer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/package.json b/explorer/package.json index 0ce5411e8436b5..00b3d3d62a6aec 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",