From b4ab70518b28af4f5b13cc71429dc1b270bc16e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 17:41:35 +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-DEBUG-3227433 --- 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 e09e990d0b7..318954814b5 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -49,7 +49,7 @@ "opn": "5.1.0", "recursive-readdir": "2.2.1", "shell-quote": "1.6.1", - "sockjs-client": "1.1.4", + "sockjs-client": "1.2.0", "strip-ansi": "3.0.1", "text-table": "0.2.0" }