From a26a155421efc3e9e5c47a70c1a1f7139489a4ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Oct 2024 18:57:12 +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-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-VUE-8219889 - https://snyk.io/vuln/SNYK-JS-VUECOMPILERSFC-8219886 --- packages/@vuepress/test-utils/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@vuepress/test-utils/package.json b/packages/@vuepress/test-utils/package.json index 73751e8b..386ce6fc 100644 --- a/packages/@vuepress/test-utils/package.json +++ b/packages/@vuepress/test-utils/package.json @@ -29,10 +29,10 @@ "@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", + "vue": "^3.0.0", "vue-jest": "^4.0.0-beta.1", "vue-template-compiler": "^2.6.10" },