From e8941e6b3f65ea9269e0ba4db65a2aee1b9ad5dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Jun 2025 08:42:02 +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-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/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..5b7e6843f 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": "^30.0.0", "react": "^16.13.1", "react-dom": "^16.13.1", "recharts": "^1.8.5",