From e1b78433b6cb9129cb69916565b8ca3091058c8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Dec 2020 23:11:35 +0000 Subject: [PATCH] fix: packages/react-scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CACHEBASE-1054631 --- packages/react-scripts/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index b845d0462..35119af34 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -36,7 +36,7 @@ "eslint-plugin-react": "7.4.0", "extract-text-webpack-plugin": "3.0.2", "file-loader": "1.1.6", - "fork-ts-checker-webpack-plugin": "^0.4.7", + "fork-ts-checker-webpack-plugin": "^5.0.0", "fs-extra": "5.0.0", "html-webpack-plugin": "2.30.1", "identity-obj-proxy": "3.0.0", @@ -63,7 +63,7 @@ "typings-for-css-modules-loader": "^1.7.0", "uglifyjs-webpack-plugin": "^1.1.8", "url-loader": "0.6.2", - "webpack": "4.0.0", + "webpack": "5.0.0", "webpack-bundle-analyzer": "^2.11.1", "webpack-dev-server": "3.1.6", "webpack-manifest-plugin": "1.3.2",