From bd73a58e5a913519e875b28aadc9adafc67940f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 21:54:42 +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-ANSIREGEX-1583908 --- packages/react-dev-utils/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-dev-utils/package.json b/packages/react-dev-utils/package.json index f3062c56d19..62d7e1f5a42 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -24,11 +24,11 @@ ], "dependencies": { "ansi-html": "0.0.5", - "chalk": "1.1.3", + "chalk": "2.0.0", "escape-string-regexp": "1.0.5", "html-entities": "1.2.0", "opn": "4.0.2", "sockjs-client": "1.0.1", - "strip-ansi": "3.0.1" + "strip-ansi": "7.0.0" } }