From 6b96bbd7c50e7ee2af2fbc7410d516d330c88a33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Sep 2025 11:12:41 +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-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - 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..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",