From 713d7e8f33a40b6bf5e2e52948ca72d589605d31 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Jul 2025 23:28:17 +0000 Subject: [PATCH] fix: examples/browser-create-react-app/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 --- examples/browser-create-react-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-create-react-app/package.json b/examples/browser-create-react-app/package.json index be623e00d0..42e3779800 100644 --- a/examples/browser-create-react-app/package.json +++ b/examples/browser-create-react-app/package.json @@ -8,7 +8,7 @@ "ipfs-css": "^0.13.1", "react": "^16.8.0", "react-dom": "^16.8.0", - "react-scripts": "3.1.1", + "react-scripts": "5.0.0", "tachyons": "^4.11.1" }, "scripts": {