chore(deps): update all non-major dependencies (#6193)

This commit is contained in:
renovate[bot] 2019-08-09 15:04:17 +04:30 committed by Pooya Parsa
parent 560cb57443
commit cb22d841fe
13 changed files with 50 additions and 40 deletions

View File

@ -61,7 +61,7 @@
"vue": "^2.6.10",
"vue-meta": "^2.2.1",
"vue-no-ssr": "^1.1.1",
"vue-router": "^3.0.7",
"vue-router": "~3.0.7",
"vuex": "^3.1.1"
},
"engines": {

View File

@ -39,7 +39,7 @@
"babel-jest": "^24.8.0",
"cheerio": "^1.0.0-rc.3",
"codecov": "^3.5.0",
"consola": "^2.10.0",
"consola": "^2.10.1",
"cross-spawn": "^6.0.5",
"eslint": "^6.1.0",
"eslint-multiplexer": "^1.0.4",
@ -63,12 +63,12 @@
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"rimraf": "^2.6.3",
"rollup": "^1.19.0",
"rollup": "^1.19.4",
"rollup-plugin-alias": "^1.5.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-license": "^0.10.0",
"rollup-plugin-license": "^0.11.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"sort-package-json": "^1.22.1",

View File

@ -12,7 +12,7 @@
"@nuxt/utils": "2.8.1",
"@nuxt/vue-app": "2.8.1",
"chokidar": "^3.0.2",
"consola": "^2.10.0",
"consola": "^2.10.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"hash-sum": "^2.0.0",

View File

@ -16,7 +16,7 @@
"@nuxt/utils": "2.8.1",
"boxen": "^4.1.0",
"chalk": "^2.4.2",
"consola": "^2.10.0",
"consola": "^2.10.1",
"esm": "^3.2.25",
"execa": "^2.0.3",
"exit": "^0.1.2",

View File

@ -9,7 +9,7 @@
"main": "dist/config.js",
"dependencies": {
"@nuxt/utils": "2.8.1",
"consola": "^2.10.0",
"consola": "^2.10.1",
"std-env": "^2.2.1"
},
"publishConfig": {

View File

@ -13,7 +13,7 @@
"@nuxt/server": "2.8.1",
"@nuxt/utils": "2.8.1",
"@nuxt/vue-renderer": "2.8.1",
"consola": "^2.10.0",
"consola": "^2.10.1",
"debug": "^4.1.1",
"esm": "^3.2.25",
"fs-extra": "^8.1.0",

View File

@ -10,7 +10,7 @@
"dependencies": {
"@nuxt/utils": "2.8.1",
"chalk": "^2.4.2",
"consola": "^2.10.0",
"consola": "^2.10.1",
"fs-extra": "^8.1.0",
"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.10.0",
"consola": "^2.10.1",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"fs-extra": "^8.1.0",

View File

@ -8,7 +8,7 @@
],
"main": "dist/utils.js",
"dependencies": {
"consola": "^2.10.0",
"consola": "^2.10.1",
"fs-extra": "^8.1.0",
"hash-sum": "^2.0.0",
"proper-lockfile": "^4.1.1",

View File

@ -16,7 +16,7 @@
"vue-client-only": "^2.0.0",
"vue-meta": "^2.2.1",
"vue-no-ssr": "^1.1.1",
"vue-router": "^3.0.7",
"vue-router": "~3.0.7",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.1"
},

View File

@ -10,7 +10,7 @@
"dependencies": {
"@nuxt/devalue": "^1.2.4",
"@nuxt/utils": "2.8.1",
"consola": "^2.10.0",
"consola": "^2.10.1",
"fs-extra": "^8.1.0",
"lru-cache": "^5.1.1",
"vue": "^2.6.10",

View File

@ -14,14 +14,14 @@
"@nuxt/utils": "2.8.1",
"babel-loader": "^8.0.6",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30000988",
"caniuse-lite": "^1.0.30000989",
"chalk": "^2.4.2",
"consola": "^2.10.0",
"css-loader": "^3.1.0",
"consola": "^2.10.1",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"eventsource-polyfill": "^0.9.6",
"extract-css-chunks-webpack-plugin": "^4.6.0",
"file-loader": "^4.1.0",
"file-loader": "^4.2.0",
"glob": "^7.1.4",
"hard-source-webpack-plugin": "^0.13.1",
"hash-sum": "^2.0.0",
@ -38,7 +38,7 @@
"std-env": "^2.2.1",
"style-resources-loader": "^1.2.1",
"terser-webpack-plugin": "^1.4.1",
"thread-loader": "^2.1.2",
"thread-loader": "^2.1.3",
"time-fix-plugin": "^2.0.6",
"url-loader": "^2.1.0",
"vue-loader": "^15.7.1",

View File

@ -3077,11 +3077,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.30000980, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30000984, caniuse-lite@^1.0.30000988:
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000980, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30000984:
version "1.0.30000988"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000988.tgz#742f35ec1b8b75b9628d705d7652eea1fef983db"
integrity sha512-lPj3T8poYrRc/bniW5SQPND3GRtSrQdUM/R4mCYTbZxyi3jQiggLvZH4+BYUuX0t4TXjU+vMM7KFDQg+rSzZUQ==
caniuse-lite@^1.0.30000989:
version "1.0.30000989"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000989.tgz#b9193e293ccf7e4426c5245134b8f2a56c0ac4b9"
integrity sha512-vrMcvSuMz16YY6GSVZ0dWDTJP8jqk3iFQ/Aq5iqblPwxSVVZI+zxDyTX0VPqtQsDnfdrBDcsmhgTEOh5R8Lbpw==
capture-exit@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
@ -3454,6 +3459,11 @@ consola@^2.10.0, consola@^2.3.0, consola@^2.6.0, consola@^2.9.0:
resolved "https://registry.npmjs.org/consola/-/consola-2.10.0.tgz#ec3652d180909671615ef6e6338b931453e5c22a"
integrity sha512-CofUpEOdOu5skHYgI/JEYa4qY9Z07ldLFWeQaOHed+mbSxolLQRz7UbF9gdxZCeR3aUOXJDIQo285+WIN0zEig==
consola@^2.10.1:
version "2.10.1"
resolved "https://registry.npmjs.org/consola/-/consola-2.10.1.tgz#4693edba714677c878d520e4c7e4f69306b4b927"
integrity sha512-4sxpH6SGFYLADfUip4vuY65f/gEogrzJoniVhNUYkJHtng0l8ZjnDCqxxrSVRHOHwKxsy8Vm5ONZh1wOR3/l/w==
console-browserify@^1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz#f0241c45730a9fc6323b206dbf38edc741d0bb10"
@ -3738,10 +3748,10 @@ css-has-pseudo@^0.10.0:
postcss "^7.0.6"
postcss-selector-parser "^5.0.0-rc.4"
css-loader@^3.1.0:
version "3.1.0"
resolved "https://registry.npmjs.org/css-loader/-/css-loader-3.1.0.tgz#6f008b993b8ce812e6bab57f3cbfdc7a7cf28685"
integrity sha512-MuL8WsF/KSrHCBCYaozBKlx+r7vIfUaDTEreo7wR7Vv3J6N0z6fqWjRk3e/6wjneitXN1r/Y9FTK1psYNOBdJQ==
css-loader@^3.2.0:
version "3.2.0"
resolved "https://registry.npmjs.org/css-loader/-/css-loader-3.2.0.tgz#bb570d89c194f763627fcf1f80059c6832d009b2"
integrity sha512-QTF3Ud5H7DaZotgdcJjGMvyDj5F3Pn1j/sC6VBEOVp94cbwqyIBdcs/quzj4MC1BKQSrTpQznegH/5giYbhnCQ==
dependencies:
camelcase "^5.3.1"
cssesc "^3.0.0"
@ -5005,10 +5015,10 @@ file-entry-cache@^5.0.1:
dependencies:
flat-cache "^2.0.1"
file-loader@^4.1.0:
version "4.1.0"
resolved "https://registry.npmjs.org/file-loader/-/file-loader-4.1.0.tgz#3a763391bc9502da7c59612fe348e38fc1980336"
integrity sha512-ajDk1nlByoalZAGR4b0H6oD+EGlWnyW1qbSxzaUc7RFiqmn+RbXQQRbTc72jsiUIlVusJ4Et58ltds8ZwTfnAw==
file-loader@^4.2.0:
version "4.2.0"
resolved "https://registry.npmjs.org/file-loader/-/file-loader-4.2.0.tgz#5fb124d2369d7075d70a9a5abecd12e60a95215e"
integrity sha512-+xZnaK5R8kBJrHK0/6HRlrKNamvVS5rjyuju+rnyxRGuwUJwpAMsVzUl5dz6rK8brkzjV6JpcFNjp6NqV0g1OQ==
dependencies:
loader-utils "^1.2.3"
schema-utils "^2.0.0"
@ -9910,10 +9920,10 @@ rollup-plugin-json@^4.0.0:
dependencies:
rollup-pluginutils "^2.5.0"
rollup-plugin-license@^0.10.0:
version "0.10.0"
resolved "https://registry.npmjs.org/rollup-plugin-license/-/rollup-plugin-license-0.10.0.tgz#2060e31938cfbb3ce7db0a74a4dee57946d5a7fb"
integrity sha512-DjoT3eQbTfTbRn1iobWjXZjDGpSGLQRXUNgxiIg5HZ4WvH4Z9eX4dR40k/Y2uHO/MJAebYh0QaZiyqHQyYHSJg==
rollup-plugin-license@^0.11.0:
version "0.11.0"
resolved "https://registry.npmjs.org/rollup-plugin-license/-/rollup-plugin-license-0.11.0.tgz#51a5ae68bb05ebf182c87ef205af002d2e3bf42f"
integrity sha512-0HcvWhCSJ6G5SQg8BOdLS/ic/51hz2XIUHb1fR8z/kqbbCpJUAZcZoq2EXIghfyccvtOak7rRxlh9VA4i6/lHA==
dependencies:
commenting "1.1.0"
lodash "4.17.15"
@ -9947,10 +9957,10 @@ rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1:
dependencies:
estree-walker "^0.6.1"
rollup@^1.19.0:
version "1.19.0"
resolved "https://registry.npmjs.org/rollup/-/rollup-1.19.0.tgz#2991f7fd20e40ab0b08aacbb6af4393d9ff9ac31"
integrity sha512-7t55bi+fI3aqqJfjKWxhZirawAVByofP9xlou0NtM9/h2QyUfi1JwAsQF0TPqN3SRJACDPH+2WqpqcF7yPWRTQ==
rollup@^1.19.4:
version "1.19.4"
resolved "https://registry.npmjs.org/rollup/-/rollup-1.19.4.tgz#0cb4e4d6fa127adab59b11d0be50e8dd1c78123a"
integrity sha512-G24w409GNj7i/Yam2cQla6qV2k6Nug8bD2DZg9v63QX/cH/dEdbNJg8H4lUm5M1bRpPKRUC465Rm9H51JTKOfQ==
dependencies:
"@types/estree" "0.0.39"
"@types/node" "^12.6.9"
@ -10836,10 +10846,10 @@ thenify-all@^1.0.0:
dependencies:
any-promise "^1.0.0"
thread-loader@^2.1.2:
version "2.1.2"
resolved "https://registry.npmjs.org/thread-loader/-/thread-loader-2.1.2.tgz#f585dd38e852c7f9cded5d092992108148f5eb30"
integrity sha512-7xpuc9Ifg6WU+QYw/8uUqNdRwMD+N5gjwHKMqETrs96Qn+7BHwECpt2Brzr4HFlf4IAkZsayNhmGdbkBsTJ//w==
thread-loader@^2.1.3:
version "2.1.3"
resolved "https://registry.npmjs.org/thread-loader/-/thread-loader-2.1.3.tgz#cbd2c139fc2b2de6e9d28f62286ab770c1acbdda"
integrity sha512-wNrVKH2Lcf8ZrWxDF/khdlLlsTMczdcwPA9VEK4c2exlEPynYWxi9op3nPTo5lAnDIkE0rQEB3VBP+4Zncc9Hg==
dependencies:
loader-runner "^2.3.1"
loader-utils "^1.1.0"
@ -11407,7 +11417,7 @@ vue-no-ssr@^1.1.1:
resolved "https://registry.npmjs.org/vue-no-ssr/-/vue-no-ssr-1.1.1.tgz#875f3be6fb0ae41568a837f3ac1a80eaa137b998"
integrity sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g==
vue-router@^3.0.7:
vue-router@~3.0.7:
version "3.0.7"
resolved "https://registry.npmjs.org/vue-router/-/vue-router-3.0.7.tgz#b36ca107b4acb8ff5bc4ff824584059c23fcb87b"
integrity sha512-utJ+QR3YlIC/6x6xq17UMXeAfxEvXA0VKD3PiSio7hBOZNusA1jXcbxZxVEfJunLp48oonjTepY8ORoIlRx/EQ==