Bump @vue/cli-plugin-unit-mocha from 4.0.0 to 4.0.4 in /website/client (#11434)

Bumps [@vue/cli-plugin-unit-mocha](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-mocha) from 4.0.0 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-unit-mocha)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-19 14:35:38 +02:00 committed by Matteo Pagliazzi
parent 99282d1a98
commit 58b955c405
2 changed files with 11 additions and 11 deletions

View file

@ -1227,11 +1227,11 @@
}
},
"@vue/cli-plugin-unit-mocha": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@vue/cli-plugin-unit-mocha/-/cli-plugin-unit-mocha-4.0.0.tgz",
"integrity": "sha512-XJdX3Jex4FHxx/JOHcXogakPiVGXiG55co2QZOe34xVxU0I9oNXFaGTRQhe4b2p6cQICdfwohyKlRRDKnKKhQQ==",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@vue/cli-plugin-unit-mocha/-/cli-plugin-unit-mocha-4.0.4.tgz",
"integrity": "sha512-EBNpQQQ/8seE1oo3nc7xU0IItYxle93w+3VQu4+csIA7EylmwZI5jFteM8CQaEQSSFPxsJpkPx1OqOS8LgTagQ==",
"requires": {
"@vue/cli-shared-utils": "^4.0.0",
"@vue/cli-shared-utils": "^4.0.4",
"jsdom": "^15.1.0",
"jsdom-global": "^3.0.2",
"mocha": "^6.1.4",
@ -1488,9 +1488,9 @@
}
},
"@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",
@ -7501,9 +7501,9 @@
}
},
"mocha": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-6.2.1.tgz",
"integrity": "sha512-VCcWkLHwk79NYQc8cxhkmI8IigTIhsCwZ6RTxQsqK6go4UvEhzJkYuHm8B2YtlSxcYq2fY+ucr4JBwoD6ci80A==",
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-6.2.2.tgz",
"integrity": "sha512-FgDS9Re79yU1xz5d+C4rv1G7QagNGHZ+iXF81hO8zY35YZZcLEsJVfFolfsqKFWunATEvNzMK0r/CwWd/szO9A==",
"requires": {
"ansi-colors": "3.2.3",
"browser-stdout": "1.3.1",

View file

@ -13,7 +13,7 @@
"@vue/cli-plugin-babel": "^4.0.4",
"@vue/cli-plugin-eslint": "^4.0.4",
"@vue/cli-plugin-router": "^4.0.4",
"@vue/cli-plugin-unit-mocha": "^4.0.0",
"@vue/cli-plugin-unit-mocha": "^4.0.4",
"@vue/cli-service": "^4.0.4",
"@vue/test-utils": "1.0.0-beta.29",
"amplitude-js": "^5.5.0",