From 6ec16bfc12ed571d612ce3b76ae7ff56c0c50e22 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Dec 2025 12:06:16 +0000 Subject: [PATCH] fix: {{cookiecutter.project_slug}}/frontend/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-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- {{cookiecutter.project_slug}}/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/frontend/package.json b/{{cookiecutter.project_slug}}/frontend/package.json index 8cd6b31a99..962015bcc7 100644 --- a/{{cookiecutter.project_slug}}/frontend/package.json +++ b/{{cookiecutter.project_slug}}/frontend/package.json @@ -15,7 +15,7 @@ "dependencies": { "react": "16.12.0", "react-dom": "16.12.0", - "react-scripts": "3.3.1" + "react-scripts": "4.0.0" }, "devDependencies": { "@apollo/react-common": "3.1.3",