From 6addbc8733a1af715558dfa4b11f8deff46a632f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Sep 2021 20:46:12 +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-AXIOS-1579269 --- templates/stress-test/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/stress-test/package.json b/templates/stress-test/package.json index 0ac41cf68..058f24f65 100644 --- a/templates/stress-test/package.json +++ b/templates/stress-test/package.json @@ -13,14 +13,14 @@ }, "dependencies": { "@reach/router": "^1.2.1", - "axios": "^0.18.0", + "axios": "^0.21.3", "emotion": "^9.2.4", "emotion-server": "^9.2.4", "react": "^16.6.3", "react-dom": "^16.6.3", "react-emotion": "^9.2.4", "react-hot-loader": "^4.3.12", - "react-static": "^6.0.18", + "react-static": "^7.5.0", "react-static-plugin-emotion": "^6.0.8", "react-static-plugin-styled-components": "^6.0.8", "styled-components": "^4.1.1"