From 4d6320efa1cda0b0f2adf1dc4e3ec7669847cd5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Mar 2020 23:39:51 +0000 Subject: [PATCH] fix: packages/@vue/cli-plugin-unit-mocha/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ACORN-559469 --- packages/@vue/cli-plugin-unit-mocha/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vue/cli-plugin-unit-mocha/package.json b/packages/@vue/cli-plugin-unit-mocha/package.json index 12f6769e21..d54172827e 100644 --- a/packages/@vue/cli-plugin-unit-mocha/package.json +++ b/packages/@vue/cli-plugin-unit-mocha/package.json @@ -22,7 +22,7 @@ "homepage": "https://github.com/vuejs/vue-cli/packages/@vue/cli-plugin-unit-mocha#readme", "dependencies": { "@vue/cli-shared-utils": "^3.0.0-rc.3", - "jsdom": "^11.10.0", + "jsdom": "^15.2.0", "jsdom-global": "^3.0.2", "mocha": "^5.1.1", "mocha-webpack": "^2.0.0-beta.0"