From e4d69eb711e5cdc09be4f02acaff9e00f18eb6b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 22:46:15 +0000 Subject: [PATCH] fix: cli/bench/testdata/npm/hono/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-MICROMATCH-6838728 --- cli/bench/testdata/npm/hono/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/bench/testdata/npm/hono/package.json b/cli/bench/testdata/npm/hono/package.json index 0adf8d494dcfe8..f9d0aee99f6c81 100644 --- a/cli/bench/testdata/npm/hono/package.json +++ b/cli/bench/testdata/npm/hono/package.json @@ -154,7 +154,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "form-data": "^4.0.0", - "jest": "27.5.1", + "jest": "29.0.0", "jest-environment-miniflare": "^2.6.0", "np": "^7.6.2", "prettier": "^2.6.2",