From 6b3b282b9877e1a84fc08fa528d481244192eddc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2019 14:28:09 +0200 Subject: [PATCH] Bump @vue/cli-plugin-router from 4.0.1 to 4.0.4 in /website/client (#11426) Bumps [@vue/cli-plugin-router](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-router) from 4.0.1 to 4.0.4. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v4.0.4/packages/@vue/cli-plugin-router) Signed-off-by: dependabot-preview[bot] --- website/client/package-lock.json | 14 +++++++------- website/client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/client/package-lock.json b/website/client/package-lock.json index 0528c05c8e..3e86f41a69 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -1193,17 +1193,17 @@ } }, "@vue/cli-plugin-router": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@vue/cli-plugin-router/-/cli-plugin-router-4.0.1.tgz", - "integrity": "sha512-7o5+2UX6G1L1URIeszriak3YYFmq2XSG9iV/DB19XBH97JcBvHG3xCtidwu3iInyASLK4ls7anyiHOsETrCUwQ==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@vue/cli-plugin-router/-/cli-plugin-router-4.0.4.tgz", + "integrity": "sha512-hwHyT1pOqtIAX3qMsfJdFJcOY2k44hqZZektqGujaNdudMUC2u+aEnoYiBwsE97MkGE0Jso6CdOTA9QAzUryww==", "requires": { - "@vue/cli-shared-utils": "^4.0.0" + "@vue/cli-shared-utils": "^4.0.4" }, "dependencies": { "@vue/cli-shared-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.0.0.tgz", - "integrity": "sha512-ObihMrHX/DPh0TMuorttRMhh15g+XRq6pJaDhHKzpOppxOdYxztIvf3pyUt4ucNJKS696DXYwKfR3QflbKI/mA==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.0.4.tgz", + "integrity": "sha512-f8a9MxZJ89zw783gk2yjG6wPu5IHnmrH8whc1jMJhWNKxRTgCkUxevPVQIobiWy1UtMBdDXXOLxd4PRNK9nyxQ==", "requires": { "@hapi/joi": "^15.0.1", "chalk": "^2.4.1", diff --git a/website/client/package.json b/website/client/package.json index 6494ec5d13..f27450b74d 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -12,7 +12,7 @@ "dependencies": { "@vue/cli-plugin-babel": "^4.0.0", "@vue/cli-plugin-eslint": "^4.0.1", - "@vue/cli-plugin-router": "^4.0.1", + "@vue/cli-plugin-router": "^4.0.4", "@vue/cli-plugin-unit-mocha": "^4.0.0", "@vue/cli-service": "^4.0.0", "@vue/test-utils": "1.0.0-beta.29",