diff --git a/package.json b/package.json index ce454ea9ab..610d5131af 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "babel-plugin-dynamic-import-node": "^2.2.0", "cheerio": "^1.0.0-rc.2", "codecov": "^3.1.0", - "consola": "^2.3.2", + "consola": "^2.4.0", "cross-env": "^5.2.0", "cross-spawn": "^6.0.5", "eslint": "^5.13.0", @@ -46,7 +46,7 @@ "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^5.1.0", - "esm": "^3.2.0", + "esm": "^3.2.1", "express": "^4.16.4", "finalhandler": "^1.1.1", "fork-ts-checker-webpack-plugin": "^0.5.2", @@ -62,7 +62,7 @@ "node-fetch": "^2.3.0", "pug": "^2.0.3", "pug-plain-loader": "^1.0.0", - "puppeteer-core": "^1.12.1", + "puppeteer-core": "^1.12.2", "request": "^2.88.0", "request-promise-native": "^1.0.5", "rimraf": "^2.6.3", diff --git a/packages/builder/package.json b/packages/builder/package.json index 40482ce148..c1ffc3e78e 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -11,8 +11,8 @@ "@nuxt/devalue": "^1.2.0", "@nuxt/utils": "2.4.2", "@nuxt/vue-app": "2.4.2", - "chokidar": "^2.0.4", - "consola": "^2.3.2", + "chokidar": "^2.1.0", + "consola": "^2.4.0", "fs-extra": "^7.0.1", "glob": "^7.1.3", "hash-sum": "^1.0.2", diff --git a/packages/cli/package.json b/packages/cli/package.json index d19833d213..28e7b487a9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -15,8 +15,8 @@ "@nuxt/config": "2.4.2", "boxen": "^2.1.0", "chalk": "^2.4.2", - "consola": "^2.3.2", - "esm": "^3.2.0", + "consola": "^2.4.0", + "esm": "^3.2.1", "execa": "^1.0.0", "minimist": "^1.2.0", "opener": "1.5.1", diff --git a/packages/config/package.json b/packages/config/package.json index 336c9b9aaf..07f5e42843 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -9,7 +9,7 @@ "main": "dist/config.js", "dependencies": { "@nuxt/utils": "2.4.2", - "consola": "^2.3.2", + "consola": "^2.4.0", "std-env": "^2.2.1" }, "publishConfig": { diff --git a/packages/core/package.json b/packages/core/package.json index be5c3e7882..40c07ccf02 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -13,9 +13,9 @@ "@nuxt/server": "2.4.2", "@nuxt/utils": "2.4.2", "@nuxt/vue-renderer": "2.4.2", - "consola": "^2.3.2", + "consola": "^2.4.0", "debug": "^4.1.1", - "esm": "^3.2.0", + "esm": "^3.2.1", "fs-extra": "^7.0.1", "hash-sum": "^1.0.2", "std-env": "^2.2.1" diff --git a/packages/generator/package.json b/packages/generator/package.json index a7d2f0c4c3..43bad32907 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -10,7 +10,7 @@ "dependencies": { "@nuxt/utils": "2.4.2", "chalk": "^2.4.2", - "consola": "^2.3.2", + "consola": "^2.4.0", "fs-extra": "^7.0.1", "html-minifier": "^3.5.21" }, diff --git a/packages/server/package.json b/packages/server/package.json index 2f61efd10c..68b0feffe3 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -14,7 +14,7 @@ "chalk": "^2.4.2", "compression": "^1.7.3", "connect": "^3.6.6", - "consola": "^2.3.2", + "consola": "^2.4.0", "etag": "^1.8.1", "fresh": "^0.5.2", "fs-extra": "^7.0.1", diff --git a/packages/typescript/package.json b/packages/typescript/package.json index a535e662f5..e62b13913f 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -11,7 +11,7 @@ "dependencies": { "@types/node": "^10.12.21", "chalk": "^2.4.2", - "consola": "^2.3.2", + "consola": "^2.4.0", "enquirer": "^2.3.0", "fork-ts-checker-webpack-plugin": "^0.5.2", "fs-extra": "^7.0.1", diff --git a/packages/utils/package.json b/packages/utils/package.json index c33fdb0ff0..6e6d9193ed 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -8,7 +8,7 @@ ], "main": "dist/utils.js", "dependencies": { - "consola": "^2.3.2", + "consola": "^2.4.0", "serialize-javascript": "^1.6.1" }, "publishConfig": { diff --git a/packages/vue-renderer/package.json b/packages/vue-renderer/package.json index 3e1692fd5b..8258a31dc5 100644 --- a/packages/vue-renderer/package.json +++ b/packages/vue-renderer/package.json @@ -10,7 +10,7 @@ "dependencies": { "@nuxt/devalue": "^1.2.0", "@nuxt/utils": "2.4.2", - "consola": "^2.3.2", + "consola": "^2.4.0", "fs-extra": "^7.0.1", "lru-cache": "^5.1.1", "vue": "^2.6.2", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 9d3a3d6f5a..9c4ccb6e66 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -15,9 +15,9 @@ "@nuxt/utils": "2.4.2", "babel-loader": "^8.0.5", "cache-loader": "^2.0.1", - "caniuse-lite": "^1.0.30000934", + "caniuse-lite": "^1.0.30000935", "chalk": "^2.4.2", - "consola": "^2.3.2", + "consola": "^2.4.0", "css-loader": "^2.1.0", "cssnano": "^4.1.8", "eventsource-polyfill": "^0.9.6", diff --git a/yarn.lock b/yarn.lock index 41171d90b8..368f4be0a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1964,7 +1964,7 @@ astral-regex@^1.0.0: resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== -async-each@^1.0.0: +async-each@^1.0.0, async-each@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d" integrity sha1-GdOGodntxufByF04iu28xW0zYC0= @@ -2360,7 +2360,7 @@ braces@^1.8.2: preserve "^0.2.0" repeat-element "^1.1.2" -braces@^2.3.0, braces@^2.3.1: +braces@^2.3.0, braces@^2.3.1, braces@^2.3.2: version "2.3.2" resolved "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== @@ -2664,10 +2664,10 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000918, caniuse-lite@^1.0.30000929: resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000930.tgz#c238bab82bedb462bcbdc61d0334932dcc084d8a" integrity sha512-KD+pw9DderBLB8CGqBzYyFWpnrPVOEjsjargU/CvkNyg60od3cxSPTcTeMPhxJhDbkQPWvOz5BAyBzNl/St9vg== -caniuse-lite@^1.0.30000934: - version "1.0.30000934" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000934.tgz#4f2d749f51e9e2d4e9b182f8f121d26ec4208e8d" - integrity sha512-o7yfZn0R9N+mWAuksDsdLsb1gu9o//XK0QSU0zSSReKNRsXsFc/n/psxi0YSPNiqlKxImp5h4DHnAPdwYJ8nNA== +caniuse-lite@^1.0.30000935: + version "1.0.30000935" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000935.tgz#d1b59df00b46f4921bb84a8a34c1d172b346df59" + integrity sha512-1Y2uJ5y56qDt3jsDTdBHL1OqiImzjoQcBG6Yl3Qizq8mcc2SgCFpi+ZwLLqkztYnk9l87IYqRlNBnPSOTbFkXQ== capture-exit@^1.2.0: version "1.2.0" @@ -2758,6 +2758,25 @@ chokidar@^2.0.2, chokidar@^2.0.4: optionalDependencies: fsevents "^1.2.2" +chokidar@^2.1.0: + version "2.1.0" + resolved "https://registry.npmjs.org/chokidar/-/chokidar-2.1.0.tgz#5fcb70d0b28ebe0867eb0f09d5f6a08f29a1efa0" + integrity sha512-5t6G2SH8eO6lCvYOoUpaRnF5Qfd//gd7qJAkwRUw9qlGVkiQ13uwQngqbWWaurOsaAm9+kUGbITADxt6H0XFNQ== + dependencies: + anymatch "^2.0.0" + async-each "^1.0.1" + braces "^2.3.2" + glob-parent "^3.1.0" + inherits "^2.0.3" + is-binary-path "^1.0.0" + is-glob "^4.0.0" + normalize-path "^3.0.0" + path-is-absolute "^1.0.0" + readdirp "^2.2.1" + upath "^1.1.0" + optionalDependencies: + fsevents "^1.2.7" + chownr@^1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494" @@ -3050,7 +3069,7 @@ connect@^3.6.6: parseurl "~1.3.2" utils-merge "1.0.1" -consola@^2.0.0-1, consola@^2.3.0, consola@^2.3.2: +consola@^2.0.0-1, consola@^2.3.0: version "2.3.2" resolved "https://registry.npmjs.org/consola/-/consola-2.3.2.tgz#ec75dd9847fa963dc41e21bc2737ac8c962677bb" integrity sha512-7SAo6nBdWJw7XQFu0ZRnXbGBu+RhEp0/fEpm7lTnqRT6bHM0MwEkW0Yxv8phCP9s18qyMqBmVU/pJ2bri/TZIg== @@ -3061,6 +3080,17 @@ consola@^2.0.0-1, consola@^2.3.0, consola@^2.3.2: std-env "^2.2.1" string-width "^2.1.1" +consola@^2.4.0: + version "2.4.0" + resolved "https://registry.npmjs.org/consola/-/consola-2.4.0.tgz#d13c711cd0648a600ca68b399b739cf8f5058097" + integrity sha512-fy9j1unXm/bXgk6dPMnwktTJqkAPgm/s28k+wZ/O7XeVgGXDPRXu/hcE12I68iqjk63W6No1J6TQlHQQOMIVhA== + dependencies: + chalk "^2.4.2" + dayjs "^1.8.3" + figures "^2.0.0" + std-env "^2.2.1" + string-width "^3.0.0" + console-browserify@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz#f0241c45730a9fc6323b206dbf38edc741d0bb10" @@ -3616,6 +3646,11 @@ dayjs@^1.7.7: resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.8.0.tgz#507963ac3023f4b1f9f399a278356946fc4c9ae9" integrity sha512-2ofInmfMKLLR5R02q3WEUuDt86UK33VQQTaEeJudF+C04ZUaekCP3VpB0NJPiyPDCGJWq9XYhHX2AemdxA8+dg== +dayjs@^1.8.3: + version "1.8.4" + resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.8.4.tgz#e5a8fe080a7955e210045e6c26c5d1d4c88cf602" + integrity sha512-Gd2W9A8f40Dwr17/O1W12cC61PSq8aUGKBWRVMs7n4XQNwPPIM9m7YzZPHMlW465Sia6t5KlKK52rYd5oT2T6A== + de-indent@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d" @@ -4292,10 +4327,10 @@ eslint@^5.13.0: table "^5.0.2" text-table "^0.2.0" -esm@^3.2.0: - version "3.2.0" - resolved "https://registry.npmjs.org/esm/-/esm-3.2.0.tgz#089011156cf817ccdae38c877cbe03301df04136" - integrity sha512-yK4IiHmmInOk9q4xbJXdUfPV0ju7GbRCbhtpe5/gH7nRiD6RAb12Ix7zfsqQkDL5WERwzFlq/eT6zTXDWwIk+w== +esm@^3.2.1: + version "3.2.1" + resolved "https://registry.npmjs.org/esm/-/esm-3.2.1.tgz#bd7c7dadad902ef167db93b266796e9cece587c7" + integrity sha512-+gxDed1gELD6mCn0P4TRPpknVJe7JvLtg3lJ9sRlLSpfw6J47QMGa5pi+10DN20VQ5z6OtbxjFoD9Z6PM+zb6Q== espree@^4.1.0: version "4.1.0" @@ -4896,7 +4931,7 @@ fs.realpath@^1.0.0: resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= -fsevents@^1.2.2, fsevents@^1.2.3: +fsevents@^1.2.2, fsevents@^1.2.3, fsevents@^1.2.7: version "1.2.7" resolved "https://registry.npmjs.org/fsevents/-/fsevents-1.2.7.tgz#4851b664a3783e52003b3c66eb0eee1074933aa4" integrity sha512-Pxm6sI2MeBD7RdD12RYsqaP0nMiwx8eZBXCa6z2L+mRHm2DYrOYwihmhjpkdjUHwQhslWQjRpEgNq4XvBmaAuw== @@ -9231,10 +9266,10 @@ 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@^1.12.1: - version "1.12.1" - resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-1.12.1.tgz#aec39d9c199ceff6ddd4da00e0733bb73fce4156" - integrity sha512-arGXPRe1dkX3+tOh1GMQ0Ny3CoOCRurkHAW4AZEBIBMX/LdY6ReFqRTT9YSV3d9zzxiIat9kJc3v9h9nkxAu3g== +puppeteer-core@^1.12.2: + version "1.12.2" + resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-1.12.2.tgz#f4797979aa9fde1045e52b343840f60500d5988e" + integrity sha512-M+atMV5e+MwJdR+OwQVZ1xqAIwh3Ou4nUxNuf334GwpcLG+LDj5BwIph4J9y8YAViByRtWGL+uF8qX2Ggzb+Fg== dependencies: debug "^4.1.0" extract-zip "^1.6.6" @@ -9456,7 +9491,7 @@ readdir-scoped-modules@^1.0.0: graceful-fs "^4.1.2" once "^1.3.0" -readdirp@^2.0.0: +readdirp@^2.0.0, readdirp@^2.2.1: version "2.2.1" resolved "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==