Update dependency consola to ^2.7.1 (#5809)

This commit is contained in:
renovate[bot] 2019-05-26 14:44:05 +04:30 committed by Pooya Parsa
parent f00f02171f
commit 1f74362d38
12 changed files with 15 additions and 15 deletions

View File

@ -41,7 +41,7 @@
"babel-plugin-dynamic-import-node": "^2.2.0",
"cheerio": "^1.0.0-rc.3",
"codecov": "^3.5.0",
"consola": "^2.7.0",
"consola": "^2.7.1",
"cross-spawn": "^6.0.5",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",

View File

@ -12,7 +12,7 @@
"@nuxt/utils": "2.7.1",
"@nuxt/vue-app": "2.7.1",
"chokidar": "^3.0.0",
"consola": "^2.7.0",
"consola": "^2.7.1",
"fs-extra": "^8.0.1",
"glob": "^7.1.4",
"hash-sum": "^1.0.2",

View File

@ -16,7 +16,7 @@
"@nuxt/utils": "2.7.1",
"boxen": "^3.2.0",
"chalk": "^2.4.2",
"consola": "^2.7.0",
"consola": "^2.7.1",
"esm": "^3.2.25",
"execa": "^1.0.0",
"exit": "^0.1.2",

View File

@ -11,7 +11,7 @@
"typings": "types/index.d.ts",
"dependencies": {
"@nuxt/utils": "2.7.1",
"consola": "^2.7.0",
"consola": "^2.7.1",
"std-env": "^2.2.1"
},
"publishConfig": {

View File

@ -13,7 +13,7 @@
"@nuxt/server": "2.7.1",
"@nuxt/utils": "2.7.1",
"@nuxt/vue-renderer": "2.7.1",
"consola": "^2.7.0",
"consola": "^2.7.1",
"debug": "^4.1.1",
"esm": "^3.2.25",
"fs-extra": "^8.0.1",

View File

@ -10,7 +10,7 @@
"dependencies": {
"@nuxt/utils": "2.7.1",
"chalk": "^2.4.2",
"consola": "^2.7.0",
"consola": "^2.7.1",
"fs-extra": "^8.0.1",
"html-minifier": "^4.0.0"
},

View File

@ -14,7 +14,7 @@
"chalk": "^2.4.2",
"compression": "^1.7.4",
"connect": "^3.7.0",
"consola": "^2.7.0",
"consola": "^2.7.1",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"fs-extra": "^8.0.1",

View File

@ -22,7 +22,7 @@
"@types/webpack-bundle-analyzer": "^2.13.1",
"@types/webpack-dev-middleware": "^2.0.2",
"@types/webpack-hot-middleware": "^2.16.5",
"consola": "^2.7.0",
"consola": "^2.7.1",
"fork-ts-checker-webpack-plugin": "^1.3.4",
"fs-extra": "^8.0.1",
"ts-loader": "^6.0.1",

View File

@ -8,7 +8,7 @@
],
"main": "dist/utils.js",
"dependencies": {
"consola": "^2.7.0",
"consola": "^2.7.1",
"fs-extra": "^8.0.1",
"hash-sum": "^1.0.2",
"proper-lockfile": "^4.1.1",

View File

@ -10,7 +10,7 @@
"dependencies": {
"@nuxt/devalue": "^1.2.3",
"@nuxt/utils": "2.7.1",
"consola": "^2.7.0",
"consola": "^2.7.1",
"fs-extra": "^8.0.1",
"lru-cache": "^5.1.1",
"vue": "^2.6.10",

View File

@ -16,7 +16,7 @@
"cache-loader": "^3.0.1",
"caniuse-lite": "^1.0.30000971",
"chalk": "^2.4.2",
"consola": "^2.7.0",
"consola": "^2.7.1",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"eventsource-polyfill": "^0.9.6",

View File

@ -3467,10 +3467,10 @@ consola@^2.3.0, consola@^2.5.6, consola@^2.6.0:
resolved "https://registry.npmjs.org/consola/-/consola-2.6.2.tgz#4c1238814bb80688b19f0db97123508889577752"
integrity sha512-GNJhwvF4bJ8eiAlyB8r4WNM8kBqkl+y4DvMehMbyywoJiv37N0M6/xrKqrrZw/5maZA+UagQV8UZ+XBeuGMzUg==
consola@^2.7.0:
version "2.7.0"
resolved "https://registry.npmjs.org/consola/-/consola-2.7.0.tgz#2f7dfcfd839b6ea729ad605e2117633102fe17bb"
integrity sha512-itCAIGVPXJrjPmAQcBvEwBBaRcNJo5nw3rTyNfLg5LCZC13ciXYEyUQzjK/bWtuxVV1lM78l6C26plj9AwsxEg==
consola@^2.7.1:
version "2.7.1"
resolved "https://registry.npmjs.org/consola/-/consola-2.7.1.tgz#3f7f7c53eb44362240c3aee41b9bb2641d5ca32e"
integrity sha512-u7JYs+HnMbZPD2cEuS1XHsLeqtazA0kd5lAk8r8DnnGdgNhOdb7DSubJ+QLdQkbtpmmxgp7gs8Ug44sCyY4FCQ==
console-browserify@^1.1.0:
version "1.1.0"