From cea78573b80cf11ac4d9640d5f0a487d81e891c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Jun 2021 01:27:42 +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-POSTCSS-1090595 --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index a21817920a7..d85ac5c3959 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -70,7 +70,7 @@ "react-app-polyfill": "^1.0.4", "react-dev-utils": "^9.1.0", "resolve": "1.12.0", - "resolve-url-loader": "3.1.0", + "resolve-url-loader": "4.0.0", "sass-loader": "7.2.0", "semver": "6.3.0", "style-loader": "1.0.0",