From da8f4be91de39b566ff4bae1cbfbbb8d63904378 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 00:51:41 +0000 Subject: [PATCH] fix: packages/react-params/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- packages/react-params/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-params/package.json b/packages/react-params/package.json index 36737968202f..5c594fc06bd6 100644 --- a/packages/react-params/package.json +++ b/packages/react-params/package.json @@ -14,6 +14,6 @@ "version": "0.118.2-14-x", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/react-components": "^0.118.2-14-x" + "@polkadot/react-components": "^0.34.1" } }