From ce104935c822bc12b8e311ce6613b944bd0b83c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Jul 2025 10:08:28 +0000 Subject: [PATCH] fix: examples/minimal/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- examples/minimal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 543458578..15604bbef 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -27,7 +27,7 @@ "@latticejs/widgets": "^1.0.1-beta.3", "@material-ui/core": "^4.8.2", "@material-ui/icons": "^4.5.1", - "jest-cli": "^24.9.0", + "jest-cli": "^26.0.0", "react": "^16.13.1", "react-dom": "^16.13.1", "recharts": "^1.8.5",