From abd82805a786ffefd378138b2007f4130710b072 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 10:42:05 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies (#6677) --- distributions/nuxt-start/package.json | 2 +- package.json | 6 +-- packages/builder/package.json | 2 +- packages/cli/package.json | 6 +-- packages/config/package.json | 2 +- packages/core/package.json | 2 +- packages/generator/package.json | 2 +- packages/server/package.json | 2 +- packages/utils/package.json | 2 +- packages/vue-app/package.json | 2 +- packages/vue-renderer/package.json | 2 +- packages/webpack/package.json | 4 +- yarn.lock | 67 ++++++++++++++++++--------- 13 files changed, 63 insertions(+), 38 deletions(-) diff --git a/distributions/nuxt-start/package.json b/distributions/nuxt-start/package.json index 3bd469d3c2..9d060566f3 100644 --- a/distributions/nuxt-start/package.json +++ b/distributions/nuxt-start/package.json @@ -63,7 +63,7 @@ "vue-meta": "^2.3.1", "vue-no-ssr": "^1.1.1", "vue-router": "~3.0.7", - "vuex": "^3.1.1" + "vuex": "^3.1.2" }, "engines": { "node": ">=8.9.0", diff --git a/package.json b/package.json index d615fcef2e..143c20a0c2 100644 --- a/package.json +++ b/package.json @@ -38,12 +38,12 @@ "babel-eslint": "^10.0.3", "babel-jest": "^24.9.0", "codecov": "^3.6.1", - "consola": "^2.10.1", + "consola": "^2.11.0", "cross-spawn": "^7.0.1", "eslint": "6.6.0", "eslint-multiplexer": "^2.0.0", "esm": "^3.2.25", - "execa": "^3.2.0", + "execa": "^3.3.0", "express": "^4.17.1", "finalhandler": "^1.1.2", "fs-extra": "^8.1.0", @@ -62,7 +62,7 @@ "request": "^2.88.0", "request-promise-native": "^1.0.8", "rimraf": "^3.0.0", - "rollup": "^1.26.4", + "rollup": "^1.26.5", "rollup-plugin-alias": "^2.2.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0", diff --git a/packages/builder/package.json b/packages/builder/package.json index 4679b3076f..c179a2652b 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -12,7 +12,7 @@ "@nuxt/utils": "2.10.2", "@nuxt/vue-app": "2.10.2", "chokidar": "^3.3.0", - "consola": "^2.10.1", + "consola": "^2.11.0", "fs-extra": "^8.1.0", "glob": "^7.1.6", "hash-sum": "^2.0.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index eda1795320..87c72cf8c0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -16,9 +16,9 @@ "@nuxt/utils": "2.10.2", "boxen": "^4.1.0", "chalk": "^2.4.2", - "consola": "^2.10.1", + "consola": "^2.11.0", "esm": "^3.2.25", - "execa": "^3.2.0", + "execa": "^3.3.0", "exit": "^0.1.2", "fs-extra": "^8.1.0", "hable": "^2.3.2", @@ -26,7 +26,7 @@ "opener": "1.5.1", "pretty-bytes": "^5.3.0", "std-env": "^2.2.1", - "wrap-ansi": "^6.1.0" + "wrap-ansi": "^6.2.0" }, "publishConfig": { "access": "public" diff --git a/packages/config/package.json b/packages/config/package.json index 506021775a..4d1e088b32 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -11,7 +11,7 @@ "typings": "index.d.ts", "dependencies": { "@nuxt/utils": "2.10.2", - "consola": "^2.10.1", + "consola": "^2.11.0", "std-env": "^2.2.1" }, "publishConfig": { diff --git a/packages/core/package.json b/packages/core/package.json index 75939aafb2..17d506f308 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -13,7 +13,7 @@ "@nuxt/server": "2.10.2", "@nuxt/utils": "2.10.2", "@nuxt/vue-renderer": "2.10.2", - "consola": "^2.10.1", + "consola": "^2.11.0", "debug": "^4.1.1", "esm": "^3.2.25", "fs-extra": "^8.1.0", diff --git a/packages/generator/package.json b/packages/generator/package.json index a9d5b9ad20..24f03795dd 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -10,7 +10,7 @@ "dependencies": { "@nuxt/utils": "2.10.2", "chalk": "^2.4.2", - "consola": "^2.10.1", + "consola": "^2.11.0", "fs-extra": "^8.1.0", "html-minifier": "^4.0.0" }, diff --git a/packages/server/package.json b/packages/server/package.json index 5252933338..1c95b06a4a 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -14,7 +14,7 @@ "chalk": "^2.4.2", "compression": "^1.7.4", "connect": "^3.7.0", - "consola": "^2.10.1", + "consola": "^2.11.0", "etag": "^1.8.1", "fresh": "^0.5.2", "fs-extra": "^8.1.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index 9072e90ef6..c8beff515c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -8,7 +8,7 @@ ], "main": "dist/utils.js", "dependencies": { - "consola": "^2.10.1", + "consola": "^2.11.0", "fs-extra": "^8.1.0", "hash-sum": "^2.0.0", "proper-lockfile": "^4.1.1", diff --git a/packages/vue-app/package.json b/packages/vue-app/package.json index e7a656096a..3036d9ce81 100644 --- a/packages/vue-app/package.json +++ b/packages/vue-app/package.json @@ -20,7 +20,7 @@ "vue-no-ssr": "^1.1.1", "vue-router": "~3.0.7", "vue-template-compiler": "^2.6.10", - "vuex": "^3.1.1" + "vuex": "^3.1.2" }, "publishConfig": { "access": "public" diff --git a/packages/vue-renderer/package.json b/packages/vue-renderer/package.json index 35c9868fce..6473cc660f 100644 --- a/packages/vue-renderer/package.json +++ b/packages/vue-renderer/package.json @@ -10,7 +10,7 @@ "dependencies": { "@nuxt/devalue": "^1.2.4", "@nuxt/utils": "2.10.2", - "consola": "^2.10.1", + "consola": "^2.11.0", "fs-extra": "^8.1.0", "lru-cache": "^5.1.1", "vue": "^2.6.10", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 4aa8a1d3c5..f46657a9e9 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -16,7 +16,7 @@ "cache-loader": "^4.1.0", "caniuse-lite": "^1.0.30001008", "chalk": "^2.4.2", - "consola": "^2.10.1", + "consola": "^2.11.0", "css-loader": "^3.2.0", "cssnano": "^4.1.10", "eventsource-polyfill": "^0.9.6", @@ -37,7 +37,7 @@ "postcss-url": "^8.0.0", "semver": "^6.3.0", "std-env": "^2.2.1", - "style-resources-loader": "^1.2.1", + "style-resources-loader": "^1.3.2", "terser-webpack-plugin": "^2.2.1", "thread-loader": "^2.1.3", "time-fix-plugin": "^2.0.6", diff --git a/yarn.lock b/yarn.lock index 83d3e697b3..960818675b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2371,6 +2371,11 @@ ansi-regex@^4.0.0, ansi-regex@^4.1.0: resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== +ansi-regex@^5.0.0: + version "5.0.0" + resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" + integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== + ansi-styles@^2.2.1: version "2.2.1" resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" @@ -3603,6 +3608,11 @@ consola@^2.10.0, consola@^2.10.1, consola@^2.6.0, consola@^2.9.0: resolved "https://registry.npmjs.org/consola/-/consola-2.10.1.tgz#4693edba714677c878d520e4c7e4f69306b4b927" integrity sha512-4sxpH6SGFYLADfUip4vuY65f/gEogrzJoniVhNUYkJHtng0l8ZjnDCqxxrSVRHOHwKxsy8Vm5ONZh1wOR3/l/w== +consola@^2.11.0: + version "2.11.0" + resolved "https://registry.npmjs.org/consola/-/consola-2.11.0.tgz#9bb35d850d8cecde894ce2eb4d792fa6b90d9013" + integrity sha512-2bcAqHastlPSCvZ+ur8bgHInGAWvUnysWz3h3xRX+/XZoCY7avolJJnVXOPGoVoyCcg1b231XixonoArmgxaoA== + console-browserify@^1.1.0: version "1.2.0" resolved "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" @@ -4938,10 +4948,10 @@ execa@^1.0.0: signal-exit "^3.0.0" strip-eof "^1.0.0" -execa@^3.2.0: - version "3.2.0" - resolved "https://registry.npmjs.org/execa/-/execa-3.2.0.tgz#18326b79c7ab7fbd6610fd900c1b9e95fa48f90a" - integrity sha512-kJJfVbI/lZE1PZYDI5VPxp8zXPO9rtxOkhpZ0jMKha56AI9y2gGVC6bkukStQf0ka5Rh15BA5m7cCCH4jmHqkw== +execa@^3.3.0: + version "3.3.0" + resolved "https://registry.npmjs.org/execa/-/execa-3.3.0.tgz#7e348eef129a1937f21ecbbd53390942653522c1" + integrity sha512-j5Vit5WZR/cbHlqU97+qcnw9WHRCIL4V1SVe75VcHcD1JRBdt8fv0zw89b7CQHQdUHTt2VjuhcF5ibAgVOxqpg== dependencies: cross-spawn "^7.0.0" get-stream "^5.0.0" @@ -10292,10 +10302,10 @@ rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1: dependencies: estree-walker "^0.6.1" -rollup@^1.26.4: - version "1.26.4" - resolved "https://registry.npmjs.org/rollup/-/rollup-1.26.4.tgz#9c9ec8a30b5ddec124060556ac7147cc22a24ac5" - integrity sha512-faL58wTzZM+AH9mUSoncJEjUqvj5KSa4GpNkfn7mxdeBci5GOyT4i1K5+5+6vTfV68QGREh2xi4rW/l+0UFUAw== +rollup@^1.26.5: + version "1.26.5" + resolved "https://registry.npmjs.org/rollup/-/rollup-1.26.5.tgz#c492c8bb88b661e7952a864e40bdec209aa1aa03" + integrity sha512-c6Pv0yWzjYNpy2DIhLFUnyP6e1UTGownr4IfpJcPY/k186RJjpaGGPRwKQ62KCauctG6dgtHt88pw1EGrPRkuA== dependencies: "@types/estree" "*" "@types/node" "*" @@ -11025,6 +11035,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: dependencies: ansi-regex "^4.1.0" +strip-ansi@^6.0.0: + version "6.0.0" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" + integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== + dependencies: + ansi-regex "^5.0.0" + strip-bom@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" @@ -11078,16 +11095,15 @@ strong-log-transformer@^2.0.0: minimist "^1.2.0" through "^2.3.4" -style-resources-loader@^1.2.1: - version "1.2.1" - resolved "https://registry.npmjs.org/style-resources-loader/-/style-resources-loader-1.2.1.tgz#7679d5dc2f27046b2fc2b83c1d5b6c1b8a9b820c" - integrity sha512-ekId7AwZRW429UjQo02CJTt0Y8GwoT9zidvJLq4lRTJbu0cghv9XNRmt9mS4MR41+gZwMRT0EpFzP68HDWLbXQ== +style-resources-loader@^1.3.2: + version "1.3.2" + resolved "https://registry.npmjs.org/style-resources-loader/-/style-resources-loader-1.3.2.tgz#dee034e33e84060ded0b1980f866453e98589873" + integrity sha512-UIwyrl/OZGO+ptyeNyeDnNE+2RqD0AKqjAuxBxhce0YlHMx2DbZ48g0Mx9buKuiNSgBUXYQtbwilKcYeJlVsog== dependencies: - glob "^7.1.2" - is-callable "^1.1.4" - is-plain-object "^2.0.4" + glob "^7.1.6" is-promise "^2.1.0" - loader-utils "^1.1.0" + loader-utils "^1.2.3" + schema-utils "^2.5.0" stylehacks@^4.0.0: version "4.0.3" @@ -11899,10 +11915,10 @@ vue@^2.6.10: resolved "https://registry.npmjs.org/vue/-/vue-2.6.10.tgz#a72b1a42a4d82a721ea438d1b6bf55e66195c637" integrity sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ== -vuex@^3.1.1: - version "3.1.1" - resolved "https://registry.npmjs.org/vuex/-/vuex-3.1.1.tgz#0c264bfe30cdbccf96ab9db3177d211828a5910e" - integrity sha512-ER5moSbLZuNSMBFnEBVGhQ1uCBNJslH9W/Dw2W7GZN23UQA69uapP5GTT9Vm8Trc0PzBSVt6LzF3hGjmv41xcg== +vuex@^3.1.2: + version "3.1.2" + resolved "https://registry.npmjs.org/vuex/-/vuex-3.1.2.tgz#a2863f4005aa73f2587e55c3fadf3f01f69c7d4d" + integrity sha512-ha3jNLJqNhhrAemDXcmMJMKf1Zu4sybMPr9KxJIuOpVcsDQlTBYLLladav2U+g1AvdYDG5Gs0xBTb0M5pXXYFQ== w3c-hr-time@^1.0.1: version "1.0.1" @@ -12173,7 +12189,7 @@ wrap-ansi@^5.1.0: string-width "^3.0.0" strip-ansi "^5.0.0" -wrap-ansi@^6.0.0, wrap-ansi@^6.1.0: +wrap-ansi@^6.0.0: version "6.1.0" resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.1.0.tgz#36981960d42ba7352db05bc607c563e130857ff9" integrity sha512-y8j9eJaotnWgJkysmwld5GkLH2KE9srRvqQE2bu1tZb0O9Qgk1mLyz4Q4KIWyjZAi2+6NRqkM/A580IsUseDdw== @@ -12182,6 +12198,15 @@ wrap-ansi@^6.0.0, wrap-ansi@^6.1.0: string-width "^4.1.0" strip-ansi "^5.0.0" +wrap-ansi@^6.2.0: + version "6.2.0" + resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" + integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrappy@1: version "1.0.2" resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"