From 6958249127d921fec98f150dd4278013a8c93761 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 18:56:47 +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-DEBUG-3227433 --- packages/react-scripts/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 17a1c2fe59a..3708a0936e3 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -37,11 +37,11 @@ "css-loader": "0.26.1", "detect-port": "1.0.1", "dotenv": "2.0.0", - "eslint": "3.16.1", + "eslint": "4.7.0", "eslint-config-react-app": "^0.6.0", "eslint-loader": "1.6.3", "eslint-plugin-flowtype": "2.21.0", - "eslint-plugin-import": "2.0.1", + "eslint-plugin-import": "2.6.1", "eslint-plugin-jsx-a11y": "4.0.0", "eslint-plugin-react": "6.4.1", "extract-text-webpack-plugin": "2.0.0", @@ -53,11 +53,11 @@ "object-assign": "4.1.1", "postcss-loader": "1.3.1", "promise": "7.1.1", - "react-dev-utils": "^0.5.1", + "react-dev-utils": "^7.0.2", "style-loader": "0.13.1", "url-loader": "0.5.7", "webpack": "2.2.1", - "webpack-dev-server": "2.4.1", + "webpack-dev-server": "3.1.10", "webpack-manifest-plugin": "1.1.0", "whatwg-fetch": "2.0.2" },