From 24ac8881e6bb1c6ae151fc5b2bae9e1972c70728 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Mar 2021 21:50:17 +0000 Subject: [PATCH] fix: templates/stress-test/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 --- templates/stress-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/stress-test/package.json b/templates/stress-test/package.json index 0ac41cf68..45f44c3a7 100644 --- a/templates/stress-test/package.json +++ b/templates/stress-test/package.json @@ -20,7 +20,7 @@ "react-dom": "^16.6.3", "react-emotion": "^9.2.4", "react-hot-loader": "^4.3.12", - "react-static": "^6.0.18", + "react-static": "^7.0.0", "react-static-plugin-emotion": "^6.0.8", "react-static-plugin-styled-components": "^6.0.8", "styled-components": "^4.1.1"