From 26d6fb87f318992c03025ff58609ddb677038ecc Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 03:50:29 +0000 Subject: [PATCH] fix: sandbox_simple/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-15789771 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-15789767 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-15789769 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-15789773 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-15789759 --- sandbox_simple/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox_simple/package.json b/sandbox_simple/package.json index 15d3756f4..1d15bf0a2 100644 --- a/sandbox_simple/package.json +++ b/sandbox_simple/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"