From 0e7a7b8ee30e44006cec6b26896d47ad1c9be1cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 15:38:50 +0430 Subject: [PATCH] Update dependency @nuxt/loading-screen to ^1.0.1 (#6251) --- distributions/nuxt/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/distributions/nuxt/package.json b/distributions/nuxt/package.json index f9da4a2802..5a7a6b86fe 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -61,7 +61,7 @@ "@nuxt/cli": "2.9.0", "@nuxt/core": "2.9.0", "@nuxt/generator": "2.9.0", - "@nuxt/loading-screen": "^1.0.0", + "@nuxt/loading-screen": "^1.0.1", "@nuxt/opencollective": "^0.2.2", "@nuxt/webpack": "2.9.0" }, diff --git a/yarn.lock b/yarn.lock index 4859b4c8eb..27cb787241 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1639,10 +1639,10 @@ error-stack-parser "^2.0.0" string-width "^2.0.0" -"@nuxt/loading-screen@^1.0.0": - version "1.0.0" - resolved "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-1.0.0.tgz#8cb22ef992548923c8fa5d8757e3ae91d7709751" - integrity sha512-RuTECBAlaEzI90wi5OKdRTH9Y77ocKgLfb3W7wDRnLYIYmWOFiNG9sBVfYYlkLbNsvN84DFQJyT5zvdy7GWklQ== +"@nuxt/loading-screen@^1.0.1": + version "1.0.1" + resolved "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-1.0.1.tgz#fca2483c30545c5ab98f9547327d0e81cf4b9ebc" + integrity sha512-uvFYSHG1H8sN5F61/JWPy6aZGQKYXcpVkrwv10HaXsm+INXrC9zGin4+WtRl9LA+3MMIoPqiJ6NZSwD3LqzNRA== dependencies: connect "^3.7.0" fs-extra "^8.1.0"