From da54b381ee996ac78c287d7faf2ed61f08902eb4 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:57:39 +0000 Subject: [PATCH] fix: sandbox/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15869625 - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-15869628 - https://snyk.io/vuln/SNYK-JS-LODASH-15869619 --- sandbox/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox/package.json b/sandbox/package.json index 4bf81eb74..6156e0f5f 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -16,11 +16,11 @@ }, "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", - "antd": "^4.16.3", + "antd": "^5.1.5", "@material-ui/core": "^4.11.4", "@material-ui/icons": "^4.11.2", "@material-ui/pickers": "^3.3.10",