From c5d09c4ab1cfd254e10c373fc696dd96bdafc903 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 04:55:08 +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-DOIUSE-1037304 --- 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 1c56f4cf583..da76390381f 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -63,8 +63,8 @@ "react-router-redux": "^4.0.7", "redux": "^3.6.0", "redux-form": "^6.4.3", - "stylelint": "^7.7.1", - "stylelint-webpack-plugin": "^0.5.1", + "stylelint": "^8.0.0", + "stylelint-webpack-plugin": "^0.9.0", "style-loader": "0.13.2", "tachyons": "^4.6.1", "url-loader": "0.5.8",