From 6f78bcdfea3d469e8f4fe3778deb79d7eb699837 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 26 Nov 2018 01:05:31 +0330 Subject: [PATCH] chore(deps): update all non-major dependencies (#4416) --- distributions/nuxt-legacy/package.json | 2 +- distributions/nuxt/package.json | 2 +- package.json | 4 +- packages/webpack/package.json | 2 +- yarn.lock | 60 +++++++++----------------- 5 files changed, 26 insertions(+), 44 deletions(-) diff --git a/distributions/nuxt-legacy/package.json b/distributions/nuxt-legacy/package.json index af28fded58..455769001d 100644 --- a/distributions/nuxt-legacy/package.json +++ b/distributions/nuxt-legacy/package.json @@ -54,7 +54,7 @@ "@nuxt/core": "2.3.2", "@nuxt/generator": "2.3.2", "@nuxt/webpack": "2.3.2", - "@nuxtjs/opencollective": "^0.1.0" + "@nuxtjs/opencollective": "^0.2.0" }, "engines": { "node": ">=6.0.0", diff --git a/distributions/nuxt/package.json b/distributions/nuxt/package.json index 8be673221d..b23cb3d8ca 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -54,7 +54,7 @@ "@nuxt/core": "2.3.2", "@nuxt/generator": "2.3.2", "@nuxt/webpack": "2.3.2", - "@nuxtjs/opencollective": "^0.1.0" + "@nuxtjs/opencollective": "^0.2.0" }, "engines": { "node": ">=8.0.0", diff --git a/package.json b/package.json index e3c782d1bf..6fc5c2f37c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-config-standard": "^12.0.0", "eslint-multiplexer": "^1.0.2", "eslint-plugin-import": "^2.14.0", - "eslint-plugin-jest": "^22.0.0", + "eslint-plugin-jest": "^22.0.1", "eslint-plugin-node": "^8.0.0", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", @@ -75,7 +75,7 @@ "rollup-plugin-replace": "^2.1.0", "sort-package-json": "^1.16.0", "typescript": "^3.1.6", - "vue-jest": "^3.0.0" + "vue-jest": "^3.0.1" }, "repository": { "type": "git", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 450735c0d7..b045fc52ca 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -42,7 +42,7 @@ "time-fix-plugin": "^2.0.5", "url-loader": "^1.1.2", "vue-loader": "^15.4.2", - "webpack": "^4.26.0", + "webpack": "^4.26.1", "webpack-bundle-analyzer": "^3.0.3", "webpack-dev-middleware": "^3.4.0", "webpack-hot-middleware": "^2.24.3", diff --git a/yarn.lock b/yarn.lock index ccf4b580d0..083a1b7499 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1270,15 +1270,14 @@ resolved "https://registry.npmjs.org/@nuxtjs/eslint-config/-/eslint-config-0.0.1.tgz#3aeed1cc6a2e01331c7e6b56bfa7152ce8bb2d90" integrity sha512-Scz5oYNtVwePF1ebXcWPrFxBpNF5wAkYh8L++6f2ZdLyUb1mCOwzE2+oVZxS25hGCYUyecFEshbqeSwkC+ktqA== -"@nuxtjs/opencollective@^0.1.0": - version "0.1.0" - resolved "https://registry.npmjs.org/@nuxtjs/opencollective/-/opencollective-0.1.0.tgz#5dfb10b2148ce77e9590bca9b9ed6e71d2a500eb" - integrity sha512-e09TxGpTxMOfVwvVWPKNttKslnCtbvp5ofc0EwlKdA4IA8AUIyeteGraGZGs+JO4zw4y2+YxRlNN2xQ+c6KFjw== +"@nuxtjs/opencollective@^0.2.0": + version "0.2.0" + resolved "https://registry.npmjs.org/@nuxtjs/opencollective/-/opencollective-0.2.0.tgz#2badff33d6fd2dcd5dc5ce95e2171c8095f12d25" + integrity sha512-A6htoJrs0ZJCmy+PI/ihQFzgkh1rXcMI2p8kt2x7W4Qjv+BjRygiZ/BQMgrZmIKktBzbQgqLFX1CMBh0HvLGvQ== dependencies: chalk "^2.4.1" - consola "^1.4.3" - esm "^3.0.79" - node-fetch "^2.2.0" + consola "^2.3.0" + node-fetch "^2.3.0" "@nuxtjs/youch@^4.2.3": version "4.2.3" @@ -2914,16 +2913,6 @@ connect@^3.6.6: parseurl "~1.3.2" utils-merge "1.0.1" -consola@^1.4.3: - version "1.4.5" - resolved "https://registry.npmjs.org/consola/-/consola-1.4.5.tgz#09732d07cb50af07332e54e0f42fafb92b962c4a" - integrity sha512-movqq3MbyXbSf7cG/x+EbO3VjKQVZPB/zeB5+lN1TuBYh9BWDemLQca9P+a4xpO4lXva9rz+Bd8XyqlH136Lww== - dependencies: - chalk "^2.3.2" - figures "^2.0.0" - lodash "^4.17.5" - std-env "^1.1.0" - consola@^2.0.0-1, consola@^2.0.7, consola@^2.2.4: version "2.2.6" resolved "https://registry.npmjs.org/consola/-/consola-2.2.6.tgz#01360c5b3a3a9e49bbd497ad4e04037c05e772fd" @@ -4061,10 +4050,10 @@ eslint-plugin-import@^2.14.0: read-pkg-up "^2.0.0" resolve "^1.6.0" -eslint-plugin-jest@^22.0.0: - version "22.0.0" - resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.0.0.tgz#87dc52bbdd47f37f23bf2b10bb8469458bb3ed68" - integrity sha512-YOj8cYI5ZXEZUrX2kUBLachR1ffjQiicIMBoivN7bXXHnxi8RcwNvmVzwlu3nTmjlvk5AP3kIpC5i8HcinmhPA== +eslint-plugin-jest@^22.0.1: + version "22.0.1" + resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.0.1.tgz#796af66d2f86a1cb4193d4baefca9d2479c06e6c" + integrity sha512-thHQBWZefGO0yhjj8QA1iZ7V9S9LVk6nBK9s8B52Mg//Ly9OppFSGrrIruJ3hzgLpsLx6iIP/8/a8CfI8ESvRA== eslint-plugin-node@^8.0.0: version "8.0.0" @@ -4165,7 +4154,7 @@ eslint@^5.9.0: table "^5.0.2" text-table "^0.2.0" -esm@^3.0.79, esm@^3.0.84: +esm@^3.0.84: version "3.0.84" resolved "https://registry.npmjs.org/esm/-/esm-3.0.84.tgz#bb108989f4673b32d4f62406869c28eed3815a63" integrity sha512-SzSGoZc17S7P+12R9cg21Bdb7eybX25RnIeRZ80xZs+VZ3kdQKzqTp2k4hZJjR7p9l0186TTXSgrxzlMDBktlw== @@ -5478,7 +5467,7 @@ is-callable@^1.1.3, is-callable@^1.1.4: resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75" integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA== -is-ci@^1.0.10, is-ci@^1.1.0: +is-ci@^1.0.10: version "1.2.1" resolved "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c" integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg== @@ -7146,7 +7135,7 @@ node-fetch-npm@^2.0.2: json-parse-better-errors "^1.0.0" safe-buffer "^5.1.1" -node-fetch@^2.2.0, node-fetch@^2.3.0: +node-fetch@^2.3.0: version "2.3.0" resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5" integrity sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA== @@ -9985,13 +9974,6 @@ statuses@~1.4.0: resolved "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz#bb73d446da2796106efcc1b601a253d6c46bd087" integrity sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew== -std-env@^1.1.0: - version "1.3.1" - resolved "https://registry.npmjs.org/std-env/-/std-env-1.3.1.tgz#4e1758412439e9ece1d437b1b098551911aa44ee" - integrity sha512-KI2F2pPJpd3lHjng+QLezu0eq+QDtXcv1um016mhOPAJFHKL+09ykK5PUBWta2pZDC8BVV0VPya08A15bUXSLQ== - dependencies: - is-ci "^1.1.0" - std-env@^2.1.1, std-env@^2.2.1: version "2.2.1" resolved "https://registry.npmjs.org/std-env/-/std-env-2.2.1.tgz#2ffa0fdc9e2263e0004c1211966e960948a40f6b" @@ -10783,10 +10765,10 @@ vue-hot-reload-api@^2.3.0: resolved "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.1.tgz#b2d3d95402a811602380783ea4f566eb875569a2" integrity sha512-AA86yKZ5uOKz87/q1UpngEXhbRkaYg1b7HMMVRobNV1IVKqZe8oLIzo6iMocVwZXnYitlGwf2k4ZRLOZlS8oPQ== -vue-jest@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/vue-jest/-/vue-jest-3.0.0.tgz#e5b0ad60c37bbeebe214124420de9eb911596cdc" - integrity sha512-naYRHx600YmwfUCoCUsbNlgQ6uk8L0Nn76bVZyMIJYOLlvS+f/1BqOX7ASXlYnNqNobYSC5AtWSlNzRBtYz/mw== +vue-jest@^3.0.1: + version "3.0.1" + resolved "https://registry.npmjs.org/vue-jest/-/vue-jest-3.0.1.tgz#127cded1a57cdfcf01fa8a10ce29579e2cb3a04d" + integrity sha512-otS+n341cTsp0pF7tuTu2x43b23x/+K0LZdAXV+ewKYIMZRqhuQaJTECWEt/cN/YZw2JC6hUM6xybdnOB4ZQ+g== dependencies: babel-plugin-transform-es2015-modules-commonjs "^6.26.0" chalk "^2.1.0" @@ -10985,10 +10967,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.26.0: - version "4.26.0" - resolved "https://registry.npmjs.org/webpack/-/webpack-4.26.0.tgz#adbe80b869148c8d108b7d88965d00d72b3178de" - integrity sha512-J/dP9SJIc5OtX2FZ/+U9ikQtd6H6Mcbqt0xeXtmPwYGDKf8nkbOQQA9KL2Y0rJOsN1Al9Pdn+/j63X58ub8gvQ== +webpack@^4.26.1: + version "4.26.1" + resolved "https://registry.npmjs.org/webpack/-/webpack-4.26.1.tgz#ff3a9283d363c07b3494dfa702d08f4f2ef6cb39" + integrity sha512-i2oOvEvuvLLSuSCkdVrknaxAhtUZ9g+nLSoHCWV0gDzqGX2DXaCrMmMUpbRsTSSLrUqAI56PoEiyMUZIZ1msug== dependencies: "@webassemblyjs/ast" "1.7.11" "@webassemblyjs/helper-module-context" "1.7.11"