From 8af076d5e6cbdbe9414c9b00e3f6e92d4935519d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 09:14:28 +0100 Subject: [PATCH] chore(deps): update all non-major dependencies (dev) (#7326) --- package.json | 8 +-- packages/builder/package.json | 2 +- packages/cli/package.json | 2 +- packages/config/package.json | 2 +- packages/core/package.json | 2 +- packages/generator/package.json | 4 +- packages/server/package.json | 2 +- packages/utils/package.json | 2 +- packages/vue-renderer/package.json | 2 +- packages/webpack/package.json | 6 +- yarn.lock | 92 ++++++++++++++++-------------- 11 files changed, 66 insertions(+), 58 deletions(-) diff --git a/package.json b/package.json index af29452408..e2837418b5 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@vue/test-utils": "^1.0.2", "babel-eslint": "^10.1.0", "babel-jest": "^26.0.1", - "consola": "^2.11.3", + "consola": "^2.12.1", "cross-spawn": "^7.0.2", "eslint": "6.8.0", "eslint-multiplexer": "^2.0.0", @@ -56,7 +56,7 @@ "fs-extra": "^8.1.0", "get-port": "^5.1.1", "glob": "^7.1.6", - "got": "^11.1.1", + "got": "^11.1.3", "improved-yarn-audit": "^2.0.0", "is-wsl": "^2.2.0", "jest": "^26.0.1", @@ -66,10 +66,10 @@ "lodash": "^4.17.15", "node-fetch": "^2.6.0", "node-sass": "^4.14.1", - "puppeteer-core": "^3.0.3", + "puppeteer-core": "^3.0.4", "request": "^2.88.2", "rimraf": "^3.0.2", - "rollup": "^2.8.2", + "rollup": "^2.9.1", "rollup-plugin-license": "^2.0.0", "sass-loader": "^8.0.2", "sort-package-json": "^1.42.2", diff --git a/packages/builder/package.json b/packages/builder/package.json index 3a3991b88e..8260a30682 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -14,7 +14,7 @@ "@nuxt/webpack": "2.12.1", "chalk": "^3.0.0", "chokidar": "^3.4.0", - "consola": "^2.11.3", + "consola": "^2.12.1", "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 768a93237e..4cefc37d3e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -16,7 +16,7 @@ "@nuxt/utils": "2.12.1", "boxen": "^4.2.0", "chalk": "^3.0.0", - "consola": "^2.11.3", + "consola": "^2.12.1", "esm": "^3.2.25", "execa": "^3.4.0", "exit": "^0.1.2", diff --git a/packages/config/package.json b/packages/config/package.json index bc7b691f69..ccd2571119 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -11,7 +11,7 @@ ], "dependencies": { "@nuxt/utils": "2.12.1", - "consola": "^2.11.3", + "consola": "^2.12.1", "defu": "^2.0.2", "esm": "^3.2.25", "std-env": "^2.2.1" diff --git a/packages/core/package.json b/packages/core/package.json index 3279fa0031..0181829911 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -13,7 +13,7 @@ "@nuxt/server": "2.12.1", "@nuxt/utils": "2.12.1", "@nuxt/vue-renderer": "2.12.1", - "consola": "^2.11.3", + "consola": "^2.12.1", "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 c5b4579c3c..2c5707ff1c 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -10,10 +10,10 @@ "dependencies": { "@nuxt/utils": "2.12.1", "chalk": "^3.0.0", - "consola": "^2.11.3", + "consola": "^2.12.1", "fs-extra": "^8.1.0", "html-minifier": "^4.0.0", - "node-html-parser": "^1.2.4" + "node-html-parser": "^1.2.16" }, "publishConfig": { "access": "public" diff --git a/packages/server/package.json b/packages/server/package.json index d3af57dd6a..756043ccf3 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -15,7 +15,7 @@ "chalk": "^3.0.0", "compression": "^1.7.4", "connect": "^3.7.0", - "consola": "^2.11.3", + "consola": "^2.12.1", "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 10a6d826ce..1e0c72d141 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -8,7 +8,7 @@ "dist" ], "dependencies": { - "consola": "^2.11.3", + "consola": "^2.12.1", "fs-extra": "^8.1.0", "hash-sum": "^2.0.0", "proper-lockfile": "^4.1.1", diff --git a/packages/vue-renderer/package.json b/packages/vue-renderer/package.json index 2515e4f38e..991aee2bec 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.12.1", - "consola": "^2.11.3", + "consola": "^2.12.1", "fs-extra": "^8.1.0", "lru-cache": "^5.1.1", "vue": "^2.6.11", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 03870ba0f0..c81e8cb589 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -14,9 +14,9 @@ "@nuxt/utils": "2.12.1", "babel-loader": "^8.1.0", "cache-loader": "^4.1.0", - "caniuse-lite": "^1.0.30001053", + "caniuse-lite": "^1.0.30001055", "chalk": "^3.0.0", - "consola": "^2.11.3", + "consola": "^2.12.1", "css-loader": "^3.5.3", "cssnano": "^4.1.10", "eventsource-polyfill": "^0.9.6", @@ -25,7 +25,7 @@ "glob": "^7.1.6", "hard-source-webpack-plugin": "^0.13.1", "hash-sum": "^2.0.0", - "html-webpack-plugin": "^4.0.0", + "html-webpack-plugin": "^4.3.0", "memory-fs": "^0.4.1", "optimize-css-assets-webpack-plugin": "^5.0.3", "pify": "^4.0.1", diff --git a/yarn.lock b/yarn.lock index 082473bd07..eb033258eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2033,7 +2033,7 @@ estree-walker "^1.0.1" picomatch "^2.2.2" -"@sindresorhus/is@^2.1.0": +"@sindresorhus/is@^2.1.1": version "2.1.1" resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-2.1.1.tgz#ceff6a28a5b4867c2dd4a1ba513de278ccbe8bb1" integrity sha512-/aPsuoj/1Dw/kzhkgz+ES6TxG0zfTMGLwuK2ZG00k/iJzYHTLCE8mVU8EPqEOp/lmxPoq1C1C9RYToRKb2KEfg== @@ -2052,7 +2052,7 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@szmarczak/http-timer@^4.0.0": +"@szmarczak/http-timer@^4.0.5": version "4.0.5" resolved "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.5.tgz#bfbd50211e9dfa51ba07da58a14cdfd333205152" integrity sha512-PyRA9sm1Yayuj5OIoJ1hGt2YISX45w9WcFbh6ddT0Z/0yaFxOtGLInr4jUfU1EAFVs0Yfyfev4RNwBlUaHdlDQ== @@ -2187,11 +2187,6 @@ dependencies: "@types/node" "*" -"@types/mime-types@^2.1.0": - version "2.1.0" - resolved "https://registry.npmjs.org/@types/mime-types/-/mime-types-2.1.0.tgz#9ca52cda363f699c69466c2a6ccdaad913ea7a73" - integrity sha1-nKUs2jY/aZxpRmwqbM2q2RPqenM= - "@types/minimatch@*": version "3.0.3" resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" @@ -3518,10 +3513,10 @@ cache-loader@^4.1.0: neo-async "^2.6.1" schema-utils "^2.0.0" -cacheable-lookup@^4.1.1: - version "4.2.3" - resolved "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-4.2.3.tgz#8d8a6021addb6b0d21711ba80797cdc636761cc3" - integrity sha512-NdruD8iCwUSqPeacly+fxbi71wjPuIbh9wsBhLdRmpXDFPgQtX+xWytveqDyFYQ1tDR5POAxH4jIkkoit3arXw== +cacheable-lookup@^4.3.0: + version "4.3.0" + resolved "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-4.3.0.tgz#86ff1cb38f648cc6aba28feffe008f808b403550" + integrity sha512-PTUoCeIjj2awloqyVRUL33SjquU1Qv5xuDalYY8WAzd9NnUMUivZnGsOzVsMfg2YuMsWXaXkd/hjnsVoWc/3YA== cacheable-request@^7.0.1: version "7.0.1" @@ -3628,11 +3623,16 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001039, caniuse-lite@^1.0.30001043, caniuse-lite@^1.0.30001053: +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001039, caniuse-lite@^1.0.30001043: version "1.0.30001053" resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001053.tgz#b7ae027567ce2665b965b0437e4512b296ccd20d" integrity sha512-HtV4wwIZl6GA4Oznse8aR274XUOYGZnQLcf/P8vHgmlfqSNelwD+id8CyHOceqLqt9yfKmo7DUZTh1EuS9pukg== +caniuse-lite@^1.0.30001055: + version "1.0.30001055" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001055.tgz#7b52c3537f7a8c0408aca867e83d2b04268b54cd" + integrity sha512-MbwsBmKrBSKIWldfdIagO5OJWZclpJtS4h0Jrk/4HFrXJxTdVdH23Fd+xCiHriVGvYcWyW8mR/CPsYajlH8Iuw== + capture-exit@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4" @@ -4056,11 +4056,16 @@ connect@^3.7.0: parseurl "~1.3.3" utils-merge "1.0.1" -consola@^2.10.0, consola@^2.10.1, consola@^2.11.3, consola@^2.6.0, consola@^2.9.0: +consola@^2.10.0, consola@^2.10.1, consola@^2.6.0, consola@^2.9.0: version "2.11.3" resolved "https://registry.npmjs.org/consola/-/consola-2.11.3.tgz#f7315836224c143ac5094b47fd4c816c2cd1560e" integrity sha512-aoW0YIIAmeftGR8GSpw6CGQluNdkWMWh3yEFjH/hmynTYnMtibXszii3lxCXmk8YxJtI3FAK5aTiquA5VH68Gw== +consola@^2.12.1: + version "2.12.1" + resolved "https://registry.npmjs.org/consola/-/consola-2.12.1.tgz#88e9311a02cb88a7f6f9488239dd30b6ba99cbb0" + integrity sha512-aEkkju9ZcEa9y2MhzNhfmTUws/CEZZ0LKu0FxftSU3HygPfVMMIMSYyYct+xBN6XNRhsaDZjw2HAv3m2ammXSA== + console-browserify@^1.1.0: version "1.2.0" resolved "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" @@ -6201,20 +6206,20 @@ globule@^1.0.0: lodash "~4.17.12" minimatch "~3.0.2" -got@^11.1.1: - version "11.1.1" - resolved "https://registry.npmjs.org/got/-/got-11.1.1.tgz#11f83049df8155b384413547fe163dd4b35b4240" - integrity sha512-7WxfuTyT02hMZZdDvaAprEoxsU13boxI8rWMpqk/5Mq6t+YVbExVB2L6yRLh2Nw3TeJyFpanId41+ZyXGesmbw== +got@^11.1.3: + version "11.1.3" + resolved "https://registry.npmjs.org/got/-/got-11.1.3.tgz#bcb624c636f9c4da5a82a7d7c9017fcad6e2905a" + integrity sha512-JnGxEHZiy0ZArb/zhfu1Gxoksy9PjhQ4GAk6N4UArV/m1JdE7cGNVXbUDnrQk+nU7UPMDX+BHQAP0daMjsnTtQ== dependencies: - "@sindresorhus/is" "^2.1.0" - "@szmarczak/http-timer" "^4.0.0" + "@sindresorhus/is" "^2.1.1" + "@szmarczak/http-timer" "^4.0.5" "@types/cacheable-request" "^6.0.1" "@types/responselike" "^1.0.0" - cacheable-lookup "^4.1.1" + cacheable-lookup "^4.3.0" cacheable-request "^7.0.1" decompress-response "^5.0.0" - get-stream "^5.0.0" - http2-wrapper "^1.0.0-beta.4.4" + get-stream "^5.1.0" + http2-wrapper "^1.0.0-beta.4.5" lowercase-keys "^2.0.0" p-cancelable "^2.0.0" responselike "^2.0.0" @@ -6378,6 +6383,11 @@ hash.js@^1.0.0, hash.js@^1.0.3: inherits "^2.0.3" minimalistic-assert "^1.0.1" +he@1.1.1: + version "1.1.1" + resolved "https://registry.npmjs.org/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd" + integrity sha1-k0EP0hsAlzUVH4howvJx80J+I/0= + he@^1.1.0, he@^1.2.0: version "1.2.0" resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" @@ -6470,7 +6480,7 @@ html-tags@^2.0.0: resolved "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz#10b30a386085f43cede353cc8fa7cb0deeea668b" integrity sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos= -html-webpack-plugin@^4.0.0: +html-webpack-plugin@^4.3.0: version "4.3.0" resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.3.0.tgz#53bf8f6d696c4637d5b656d3d9863d89ce8174fd" integrity sha512-C0fzKN8yQoVLTelcJxZfJCE+aAvQiY2VUf3UuKrR4a9k5UMWYOtpDLsaXwATbcVCnI05hUS7L9ULQHWLZhyi3w== @@ -6546,10 +6556,10 @@ http-signature@~1.2.0: jsprim "^1.2.2" sshpk "^1.7.0" -http2-wrapper@^1.0.0-beta.4.4: - version "1.0.0-beta.4.5" - resolved "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.0-beta.4.5.tgz#ac8e8f1cbf4aa79e3274c89e954d18697ab31e85" - integrity sha512-hRoAcIg26mAenbhZH4yQKpHzdbjHGM2a8JCtGJUIwFtqP82IeuMcmJwXHD6eFkILxDp0AyvaRMNrnV4aSaq9pg== +http2-wrapper@^1.0.0-beta.4.5: + version "1.0.0-beta.4.6" + resolved "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.0-beta.4.6.tgz#9438f0fceb946c8cbd365076c228a4d3bd4d0143" + integrity sha512-9oB4BiGDTI1FmIBlOF9OJ5hwJvcBEmPCqk/hy314Uhy2uq5TjekUZM8w8SPLLlUEM+mxNhXdPAXfrJN2Zbb/GQ== dependencies: quick-lru "^5.0.0" resolve-alpn "^1.0.0" @@ -8342,7 +8352,7 @@ mime-db@1.44.0, "mime-db@>= 1.43.0 < 2": resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92" integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== -mime-types@^2.1.12, mime-types@^2.1.19, mime-types@^2.1.25, mime-types@~2.1.19, mime-types@~2.1.24: +mime-types@^2.1.12, mime-types@^2.1.19, mime-types@~2.1.19, mime-types@~2.1.24: version "2.1.27" resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f" integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== @@ -8690,10 +8700,10 @@ node-gyp@^5.0.2: tar "^4.4.12" which "^1.3.1" -node-html-parser@^1.2.4: - version "1.2.4" - resolved "https://registry.npmjs.org/node-html-parser/-/node-html-parser-1.2.4.tgz#bff5b403da3c5061d189e922aafb193c8e1f6f92" - integrity sha512-qHwPdGyGr9pOZBoSgUOuNPG20QYZVN00lFcxKQgjPUODSxVH7obQeLVVawa3B4cfSNtLIeczSzoy/xYA8XG5WQ== +node-html-parser@^1.2.16: + version "1.2.16" + resolved "https://registry.npmjs.org/node-html-parser/-/node-html-parser-1.2.16.tgz#009ffb38915a8aed01693bec2e39933aeb7f6aba" + integrity sha512-TrLpGov7J9hBdWWREudBreragmRPq2Q5b19Ly66XoZVUZbb8JXkIqHkPbTHKicuVC8jNnkP4bRnNVik4mkPahw== dependencies: he "1.1.1" @@ -10400,17 +10410,15 @@ punycode@^2.1.0, punycode@^2.1.1: resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== -puppeteer-core@^3.0.3: - version "3.0.3" - resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-3.0.3.tgz#bd24e93cc065c57091f3173d7f356116c4e3ae19" - integrity sha512-R4YGSrb4r4CSiJxw58IUYRENlPmCPEvI7oFJIDGx2ltHhuezxS7pLwo/whqw0e7NwvAB7+/wVONYVWMEjHf13A== +puppeteer-core@^3.0.4: + version "3.0.4" + resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-3.0.4.tgz#2948b31c83a46500bdf4b6f1024180039e65fd09" + integrity sha512-DhsR97T84FguRBuWJbNXMIOzrO64a80CMFOoLyiQWX7MGu+ZlhcqAagZyvRDRYfSoyqYUiIqH0vgtfQkfRgQFg== dependencies: - "@types/mime-types" "^2.1.0" debug "^4.1.0" extract-zip "^2.0.0" https-proxy-agent "^4.0.0" mime "^2.0.3" - mime-types "^2.1.25" progress "^2.0.1" proxy-from-env "^1.0.0" rimraf "^3.0.2" @@ -10986,10 +10994,10 @@ rollup-plugin-license@^2.0.0: spdx-expression-validate "2.0.0" spdx-satisfies "5.0.0" -rollup@^2.8.2: - version "2.8.2" - resolved "https://registry.npmjs.org/rollup/-/rollup-2.8.2.tgz#08427a8eb118e6e4ac8d80eba22774bc1d059c81" - integrity sha512-LRzMcB8V1M69pSvf6uCbR+W9OPCy5FuxcIwqioWg5RKidrrqKbzjJF9pEGXceaMVkbptNFZgIVJlUokCU0sfng== +rollup@^2.9.1: + version "2.9.1" + resolved "https://registry.npmjs.org/rollup/-/rollup-2.9.1.tgz#3038ba1378e2ee614b5c9385b8379d7bec4c69ea" + integrity sha512-kEZn76R0j+WD4AActu5Np4RShNlewTtJhdUaWNtHwHnAA8AOapyXgH6O7NL2RkcQLHnl49oz1xW1VrDcu5yP+Q== optionalDependencies: fsevents "~2.1.2"