diff --git a/packages/@vue/cli-plugin-unit-mocha/package.json b/packages/@vue/cli-plugin-unit-mocha/package.json
index 12f6769e21..649a1e3997 100644
--- a/packages/@vue/cli-plugin-unit-mocha/package.json
+++ b/packages/@vue/cli-plugin-unit-mocha/package.json
@@ -21,8 +21,8 @@
   },
   "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",
+    "@vue/cli-shared-utils": "^5.0.0",
+    "jsdom": "^16.6.0",
     "jsdom-global": "^3.0.2",
     "mocha": "^5.1.1",
     "mocha-webpack": "^2.0.0-beta.0"