From 70ec11a18c14af63ad076084a9dd2938ea0a780b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Mar 2025 00:06:46 +0000 Subject: [PATCH] fix: packages/@vuepress/test-utils/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 --- packages/@vuepress/test-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vuepress/test-utils/package.json b/packages/@vuepress/test-utils/package.json index 73751e8b..8bdf2287 100644 --- a/packages/@vuepress/test-utils/package.json +++ b/packages/@vuepress/test-utils/package.json @@ -29,7 +29,7 @@ "@vuepress/shared-utils": "1.5.0", "babel-jest": "^24.7.1", "execa": "^1.0.0", - "jest": "^24.7.1", + "jest": "^27.0.2", "jest-serializer-vue": "^2.0.2", "ts-jest": "^24.0.2", "vue": "^2.6.10",