From c2c3443db2ce5bc1fb5da43c33cb07c0a48cc396 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Sep 2024 01:45:31 +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-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 37734fb3e3..0aae30f661 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.2.0", + "react-scripts": "^5.0.0", "tachyons": "^4.11.1" }, "scripts": {