From 6e3de91ec98bb468d28cbffe0fa01f48703f47da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Jun 2024 19:39:06 +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-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - 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..d11ebe5d 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.0", "jest-serializer-vue": "^2.0.2", "ts-jest": "^24.0.2", "vue": "^2.6.10",