From ee3765690243c688b5e5e48af99965472dca988b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 04:01:39 +0000 Subject: [PATCH] fix: templates/basic/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 --- templates/basic/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/basic/package.json b/templates/basic/package.json index 874b20507..15ffc2444 100644 --- a/templates/basic/package.json +++ b/templates/basic/package.json @@ -11,11 +11,11 @@ }, "dependencies": { "@reach/router": "^1.2.1", - "axios": "^0.18.0", + "axios": "^0.21.3", "react": "^16.6.3", "react-dom": "^16.6.3", "react-hot-loader": "^4.3.12", - "react-static": "^6.0.18" + "react-static": "^7.5.0" }, "devDependencies": { "eslint-config-react-tools": "1.x.x",