From 2f164c2c669f4a11bdd64270c75125aa98dba514 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:34:31 +0000 Subject: [PATCH] fix: samples/frameworks/react/ts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- samples/frameworks/react/ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/frameworks/react/ts/package.json b/samples/frameworks/react/ts/package.json index 64a3eedf9291..c778e5c4a92b 100644 --- a/samples/frameworks/react/ts/package.json +++ b/samples/frameworks/react/ts/package.json @@ -8,7 +8,7 @@ "@azure/storage-blob": "^12.3.0", "react": "^17.0.1", "react-dom": "^17.0.1", - "react-scripts": "4.0.1", + "react-scripts": "5.0.0", "uuid": "^8.3.1" }, "scripts": {