From 0bf708477f4131dd3f91001db645ee3900c44e36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Mar 2021 04:53:44 +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-HOSTEDGITINFO-1088355 --- 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..dbec2c3a19c 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": "^13.8.0", + "stylelint-webpack-plugin": "^0.9.0", "style-loader": "0.13.2", "tachyons": "^4.6.1", "url-loader": "0.5.8",