From 4482b734a5820bebfa678a39c473d815f07e20d0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2020 11:30:38 +0200 Subject: [PATCH] build(deps): bump @vue/cli-plugin-router in /website/client (#12056) Bumps [@vue/cli-plugin-router](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-router) from 4.2.3 to 4.3.0. - [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.3.0/packages/@vue/cli-plugin-router) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- website/client/package-lock.json | 52 +++++++++++++++++++++++++++----- website/client/package.json | 2 +- 2 files changed, 45 insertions(+), 9 deletions(-) diff --git a/website/client/package-lock.json b/website/client/package-lock.json index 693abd99fc..162f1b302b 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -5057,17 +5057,17 @@ } }, "@vue/cli-plugin-router": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@vue/cli-plugin-router/-/cli-plugin-router-4.2.3.tgz", - "integrity": "sha512-RGtgFQCTMS1X1wtFt752RMgr/LlF9cfpH37MkwjhF2wpnyTp+hkKl/09QORAKW91I8iFpZFH7xZKMBS3r1WbCw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@vue/cli-plugin-router/-/cli-plugin-router-4.3.0.tgz", + "integrity": "sha512-HBoJFWWcCkG7r0EvWMS6PcYBZ26SgcK2jjQh37WzeA2hNHlqfMfYMPSjz0sdqxIDUAga0P2Rbo/VpNQ38FJUWg==", "requires": { - "@vue/cli-shared-utils": "^4.2.3" + "@vue/cli-shared-utils": "^4.3.0" }, "dependencies": { "@vue/cli-shared-utils": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.2.3.tgz", - "integrity": "sha512-GCoTB6vMZsi9z/Bmn8/C9IlnUw8eeHONOGE+48TJkZyulftVFhlwVWjTFp5GuDAlwpTWarHchW9IoVu3pIIGfA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.3.0.tgz", + "integrity": "sha512-iGWoYvPZvsJqIeXfaJcf5LgsaiqyYSnXEHkW+52ELfniw6NZAr1mdn4vPzppAElhFd87TY3rq0DFXP8UBr+/6w==", "requires": { "@hapi/joi": "^15.0.1", "chalk": "^2.4.2", @@ -5078,7 +5078,7 @@ "open": "^6.3.0", "ora": "^3.4.0", "read-pkg": "^5.1.1", - "request": "^2.87.0", + "request": "^2.88.2", "request-promise-native": "^1.0.8", "semver": "^6.1.0", "strip-ansi": "^6.0.0" @@ -5089,6 +5089,33 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" }, + "request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + } + }, "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", @@ -5101,6 +5128,15 @@ "requires": { "ansi-regex": "^5.0.0" } + }, + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } } } }, diff --git a/website/client/package.json b/website/client/package.json index 9d09f26e8b..514f8880e2 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -15,7 +15,7 @@ "dependencies": { "@vue/cli-plugin-babel": "^4.3.0", "@vue/cli-plugin-eslint": "^4.2.3", - "@vue/cli-plugin-router": "^4.2.3", + "@vue/cli-plugin-router": "^4.3.0", "@vue/cli-plugin-unit-mocha": "^4.2.3", "@vue/cli-service": "^4.3.0", "@storybook/addon-actions": "^5.3.18",