From 816dfc5870338edbaaf5baa17ec0d1b6987c478a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 06:13:06 +0000 Subject: [PATCH] fix: examples/preact/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- examples/preact/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/preact/package.json b/examples/preact/package.json index d5eb59e102d..2f63494a430 100644 --- a/examples/preact/package.json +++ b/examples/preact/package.json @@ -18,7 +18,7 @@ "enzyme-adapter-preact-pure": "^2.0.0", "eslint": "^6.0.1", "eslint-config-preact": "^1.1.0", - "jest": "^24.9.0", + "jest": "^25.0.0", "jest-preset-preact": "^1.0.0", "preact-cli": "^3.0.0", "sirv-cli": "1.0.3"