From f901dbdb5fa00a5b8f73970576eabb6a38d7ea8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Feb 2025 04:08:43 +0000 Subject: [PATCH] fix: packages/blockchain-wallet-v4-frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8720086 - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-8722251 --- packages/blockchain-wallet-v4-frontend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/blockchain-wallet-v4-frontend/package.json b/packages/blockchain-wallet-v4-frontend/package.json index a2c4a9f188..19ff1bcbe8 100644 --- a/packages/blockchain-wallet-v4-frontend/package.json +++ b/packages/blockchain-wallet-v4-frontend/package.json @@ -85,7 +85,7 @@ "@graphql-codegen/cli": "2.16.3", "@reduxjs/toolkit": "1.6.0", "@storybook/addon-actions": "6.3.6", - "@storybook/react": "6.3.6", + "@storybook/react": "7.0.0", "@veriff/incontext-sdk": "0.3.0", "@visx/event": "1.7.0", "@visx/gradient": "2.17.0", @@ -99,13 +99,13 @@ "bignumber.js": "8.0.2", "bip21": "2.0.3", "bitcoinforksjs-lib": "https://github.com/blockchain/bitcoinjs-lib.git#opt-in-bitcoincash-sighash", - "bitcoinjs-lib": "5.2.0", + "bitcoinjs-lib": "6.0.0", "boring-avatars": "^1.7.0", "bowser": "2.11.0", "browser-locale": "1.0.3", "connected-react-router": "6.9.1", "country-region-data": "1.7.0", - "dompurify": "2.3.6", + "dompurify": "3.2.4", "d3-array": "2.12.1", "d3-time-format": "3.0.0", "data.either": "1.5.2",