From a71b900f26cbbf527cee9c660a5ad3eff22c74f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 06:27:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 882dcde..ae2643e 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "rc-form-hooks": "^0.0.1-alpha.22", "react": "^16.9.0", "react-dom": "^16.9.0", - "react-scripts": "3.1.1", - "web3": "^1.2.1" + "react-scripts": "5.0.0", + "web3": "^1.2.3" }, "scripts": { "predeploy": "yarn build",