From e9e32b93efa47357d6f470de68154e12693aca7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Feb 2025 08:28:02 +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-ELLIPTIC-8187303 - 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-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",