From fefa5bd62052515dfccb56acbebf4b47a18714fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 05:06:04 +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-ANSIREGEX-1583908 --- 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"