From a7e2ceec2c6b5cdee65a8898cd12d84e28a69e7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 06:55:51 +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-ANSIREGEX-1583908 --- 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": {