From 55488796ab3dec4dadf237a69ae2bd4e43dbb49d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 10 Apr 2019 01:42:42 +0430 Subject: [PATCH] chore(deps): update dependency @nuxt/loading-screen to ^0.3.0 (#5501) --- distributions/nuxt-ts/package.json | 2 +- distributions/nuxt/package.json | 2 +- yarn.lock | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/distributions/nuxt-ts/package.json b/distributions/nuxt-ts/package.json index 491768f48e..03bee7143c 100644 --- a/distributions/nuxt-ts/package.json +++ b/distributions/nuxt-ts/package.json @@ -63,7 +63,7 @@ "@nuxt/cli": "2.6.1", "@nuxt/core": "2.6.1", "@nuxt/generator": "2.6.1", - "@nuxt/loading-screen": "^0.2.0", + "@nuxt/loading-screen": "^0.3.0", "@nuxt/opencollective": "^0.2.2", "@nuxt/typescript": "2.6.1", "@nuxt/webpack": "2.6.1" diff --git a/distributions/nuxt/package.json b/distributions/nuxt/package.json index 98c7b68581..0a2d944815 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -61,7 +61,7 @@ "@nuxt/cli": "2.6.1", "@nuxt/core": "2.6.1", "@nuxt/generator": "2.6.1", - "@nuxt/loading-screen": "^0.2.0", + "@nuxt/loading-screen": "^0.3.0", "@nuxt/opencollective": "^0.2.2", "@nuxt/webpack": "2.6.1" }, diff --git a/yarn.lock b/yarn.lock index e3a7e93723..d1dc09607d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1493,15 +1493,15 @@ error-stack-parser "^2.0.0" string-width "^2.0.0" -"@nuxt/loading-screen@^0.2.0": - version "0.2.0" - resolved "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-0.2.0.tgz#fbdfd75814a9935f1827574f2b4c924ac3de81c9" - integrity sha512-QprkUsdOMqwQuw4OeQUX/Fj4LOyLSAAi0aa6mxxpITjfLScTp6Bx2Z+flG0cU19w0L2WSZtdqfQtjY6tYaTVuw== +"@nuxt/loading-screen@^0.3.0": + version "0.3.0" + resolved "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-0.3.0.tgz#ec438337690efffea9508cebcca35675f5445110" + integrity sha512-h0Z5g2MxJCXyeRmzx3Niwkv+/HRQEkKYpL54cN9cHYc4FUG/NBxeIIJgqbh1ih7y5cg0jdDboL0izZrbFsBtiA== dependencies: connect "^3.6.6" fs-extra "^7.0.1" serve-static "^1.13.2" - ws "^6.2.0" + ws "^6.2.1" "@nuxt/opencollective@^0.2.2": version "0.2.2" @@ -11408,7 +11408,7 @@ ws@^5.2.0: dependencies: async-limiter "~1.0.0" -ws@^6.0.0, ws@^6.1.0, ws@^6.1.2, ws@^6.2.0: +ws@^6.0.0, ws@^6.1.0, ws@^6.1.2, ws@^6.2.1: version "6.2.1" resolved "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb" integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==