From 4a4a102bb2e3a6c411b920e9d919050690050a96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 21:48:31 +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 48197f822c3..8c8f86422cc 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -57,7 +57,7 @@ "react-error-overlay": "^4.0.0", "recursive-readdir": "2.2.1", "shell-quote": "1.6.1", - "sockjs-client": "1.1.4", + "sockjs-client": "1.2.0", "strip-ansi": "4.0.0", "text-table": "0.2.0" },