From 2e90f7c75ecd9b38ca5214df363e38f6dd006932 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Jul 2022 15:53:15 +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-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- 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 89fef9609c..d6ffdfc5f7 100644 --- a/packages/@vuepress/test-utils/package.json +++ b/packages/@vuepress/test-utils/package.json @@ -29,9 +29,9 @@ "@vuepress/shared-utils": "1.5.0", "babel-jest": "^24.7.1", "execa": "^1.0.0", - "jest": "^24.7.1", + "jest": "^25.0.0", "jest-serializer-vue": "^2.0.2", - "ts-jest": "^24.0.2", + "ts-jest": "^25.3.0", "vue": "^2.6.10", "vue-jest": "^4.0.0-beta.1", "vue-template-compiler": "^2.6.10"