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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-19 14:28:09 +02:00 committed by Matteo Pagliazzi
parent f8bab04a0e
commit 6b3b282b98
2 changed files with 8 additions and 8 deletions

View file

@ -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",

View file

@ -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",