From aeb50a6b450b4d7157b0ab6f4425f2fd14289777 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 05:10:57 +0000 Subject: [PATCH] fix: sandbox/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-NODEFORGE-14125745 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125097 --- sandbox/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/package.json b/sandbox/package.json index 4bf81eb74..c59d23ea4 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -16,7 +16,7 @@ }, "author": "Denis Oblogin (https://github.com/ukrbublik)", "dependencies": { - "react-scripts": "^3.4.3", + "react-scripts": "^5.0.0", "react-awesome-query-builder": "^4.1.1", "react": "^16.14.0", "react-dom": "^16.14.0",