From 6846c48498a47ef35874e5ca0424d2273cd08f67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Feb 2021 01:24:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-570062 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b3f7eb..fe1e41a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "react": "^16.7.0", "react-copy-to-clipboard": "^5.0.1", "react-dom": "^16.7.0", - "react-scripts": "2.1.3" + "react-scripts": "3.4.3" }, "scripts": { "start": "react-scripts start",