From 1e6a9c62a64244d546618a0734987cc573b0aeef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Apr 2022 04:07:23 +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-EJS-2803307 --- 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 f75edf834f79..dd6069a60c21 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": {