From 3bd82a9a4188358f61b796f90d4096602e23eab3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Jul 2025 10:33:23 +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-FORMDATA-10841150 - 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 --- {{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..e357c8366f 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": "5.0.0" }, "devDependencies": { "@apollo/react-common": "3.1.3",