From 413c0cfc8152a2b389960709670ed2ed28ed754e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Dec 2024 23:24:38 +0000 Subject: [PATCH] fix: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51f24ea2d..19bbe6290 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@babel/core": "^7.13.14", "auto-changelog": "~2.2.1", - "react-scripts": "^4.0.3" + "react-scripts": "^5.0.0" }, "scripts": { "start": "react-scripts start",