From e6ff3fb49885a17a2e5919944a1ad0663b79d309 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Oct 2024 01:49: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-VUE-8219889 - https://snyk.io/vuln/SNYK-JS-VUECOMPILERSFC-8219886 --- 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 5dd660a5ba..b3f6acfdb8 100644 --- a/packages/@vuepress/test-utils/package.json +++ b/packages/@vuepress/test-utils/package.json @@ -32,7 +32,7 @@ "jest": "^24.7.1", "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" },