From f85b761956fccfbb454cf101e0877ca0a7ae2ef6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Jan 2022 16:20:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7561e31..beaeafc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "dependencies": { "autoprefixer": "7.2.6", - "axios": "^0.19.2", + "axios": "^0.20.0", "babel-core": "6.26.3", "babel-eslint": "7.2.3", "babel-jest": "20.0.3", @@ -27,15 +27,15 @@ "extract-text-webpack-plugin": "3.0.2", "file-loader": "0.11.2", "fs-extra": "3.0.1", - "html-webpack-plugin": "2.30.1", - "jest": "24.9.0", + "html-webpack-plugin": "4.0.0", + "jest": "25.0.0", "object-assign": "4.1.1", "postcss-flexbugs-fixes": "3.3.1", "postcss-loader": "2.1.6", "promise": "8.1.0", "prop-types": "^15.6.0", "react": "^16.0.0", - "react-dev-utils": "^4.0.1", + "react-dev-utils": "^12.0.0", "react-dom": "^16.0.0", "react-redux": "^5.0.6", "react-router": "^4.2.0", @@ -47,7 +47,7 @@ "sw-precache-webpack-plugin": "0.11.5", "url-loader": "0.6.2", "webpack": "4.43.0", - "webpack-dev-server": "3.11.0", + "webpack-dev-server": "4.7.3", "webpack-manifest-plugin": "1.3.2", "whatwg-fetch": "2.0.4", "snyk": "^1.317.0"