From 914103031433bcb926ae4d692d9b089be13cbbf3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Oct 2021 18:47:16 +0000 Subject: [PATCH] fix: packages/react-dev-utils/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- packages/react-dev-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-dev-utils/package.json b/packages/react-dev-utils/package.json index c51955bc533..6ba5ab81f45 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -57,7 +57,7 @@ "pkg-up": "2.0.0", "react-error-overlay": "^5.0.1", "recursive-readdir": "2.2.2", - "shell-quote": "1.6.1", + "shell-quote": "1.7.3", "sockjs-client": "1.1.5", "strip-ansi": "4.0.0", "text-table": "0.2.0"