From dd691a84e654afedf157ab6789e8f67e8ccb0fb7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2019 09:28:11 +0000 Subject: [PATCH] Bump @vue/cli-plugin-unit-mocha from 4.0.4 to 4.0.5 in /website/client Bumps [@vue/cli-plugin-unit-mocha](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-mocha) from 4.0.4 to 4.0.5. - [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.5/packages/@vue/cli-plugin-unit-mocha) Signed-off-by: dependabot-preview[bot] --- website/client/package-lock.json | 32 ++++++++++++++++---------------- website/client/package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/website/client/package-lock.json b/website/client/package-lock.json index d7471256e0..bef2a87f05 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -1227,15 +1227,15 @@ } }, "@vue/cli-plugin-unit-mocha": { - "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==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@vue/cli-plugin-unit-mocha/-/cli-plugin-unit-mocha-4.0.5.tgz", + "integrity": "sha512-DVpl73eWDt6rcebzzAzWXeacGxkPVbVWA5P63sBpiS0NIBz8Byt3OOS90JeBVF8NLKxtA3/2Ub8sxwM3aFiZsA==", "requires": { - "@vue/cli-shared-utils": "^4.0.4", - "jsdom": "^15.1.0", + "@vue/cli-shared-utils": "^4.0.5", + "jsdom": "^15.2.0", "jsdom-global": "^3.0.2", - "mocha": "^6.1.4", - "mochapack": "^1.1.1" + "mocha": "^6.2.2", + "mochapack": "^1.1.5" } }, "@vue/cli-plugin-vuex": { @@ -1488,9 +1488,9 @@ } }, "@vue/cli-shared-utils": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.0.4.tgz", - "integrity": "sha512-f8a9MxZJ89zw783gk2yjG6wPu5IHnmrH8whc1jMJhWNKxRTgCkUxevPVQIobiWy1UtMBdDXXOLxd4PRNK9nyxQ==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.0.5.tgz", + "integrity": "sha512-NlNZ4Dx5QcP5uO5fCOLgkN2tbhNan5EcptPvXawW/md18cIpMlKbph6L6lEfJj8vrSvTUf2i/FyoFSh1rV53hw==", "requires": { "@hapi/joi": "^15.0.1", "chalk": "^2.4.1", @@ -11753,9 +11753,9 @@ "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==" }, "whatwg-url": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.0.0.tgz", - "integrity": "sha512-37GeVSIJ3kn1JgKyjiYNmSLP1yzbpb29jdmwBSgkD9h40/hyrR/OifpVUndji3tmwGgD8qpw7iQu3RSbCrBpsQ==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", + "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", "requires": { "lodash.sortby": "^4.7.0", "tr46": "^1.0.1", @@ -11837,9 +11837,9 @@ } }, "ws": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.2.tgz", - "integrity": "sha512-gftXq3XI81cJCgkUiAVixA0raD9IVmXqsylCrjRygw4+UOOGzPoxnQ6r/CnVL9i+mDncJo94tSkyrtuuQVBmrg==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.0.tgz", + "integrity": "sha512-+SqNqFbwTm/0DC18KYzIsMTnEWpLwJsiasW/O17la4iDRRIO9uaHbvKiAS3AHgTiuuWerK/brj4O6MYZkei9xg==", "requires": { "async-limiter": "^1.0.0" } diff --git a/website/client/package.json b/website/client/package.json index 07fb2d29e0..9c635050f5 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.4", + "@vue/cli-plugin-unit-mocha": "^4.0.5", "@vue/cli-service": "^4.0.4", "@vue/test-utils": "1.0.0-beta.29", "amplitude-js": "^5.5.0",