From 1f78585f9940ca88f61e621335ca5d711fe6b132 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Nov 2024 00:24:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6faaf899ff..bb1d41c1ac 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "@nivo/treemap": "^0.84.0", "@polkadot/api": "^10.12.1", "@polkadot/api-augment": "^10.12.1", - "@polkadot/extension-dapp": "^0.46.7", - "@polkadot/extension-inject": "^0.46.7", + "@polkadot/extension-dapp": "^0.55.1", + "@polkadot/extension-inject": "^0.55.1", "@polkadot/react-identicon": "^3.6.5", "@polkadot/ui-settings": "^3.6.5", "@polkadot/util": "^12.6.2",