From 8cc67f81fd0833db782c2072d2e148c221af9437 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 03:21:38 +0000 Subject: [PATCH] fix: templates/blank/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 --- templates/blank/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/blank/package.json b/templates/blank/package.json index 03c415a1b..d1804dfbf 100644 --- a/templates/blank/package.json +++ b/templates/blank/package.json @@ -8,11 +8,11 @@ "serve": "serve dist -p 3000 -s" }, "dependencies": { - "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",