From 58b955c405536c6bcfb3acdc9e9a981bad7c5b72 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:35:38 +0200 Subject: [PATCH] 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] --- website/client/package-lock.json | 20 ++++++++++---------- website/client/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/website/client/package-lock.json b/website/client/package-lock.json index c1f84da1ed..d7471256e0 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -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", diff --git a/website/client/package.json b/website/client/package.json index 7a8414ebeb..07fb2d29e0 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -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",