From e798ba1bd5395f5433824a5401a9972e1443840d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 20:25:57 +0000 Subject: [PATCH] Bump @nuxtjs/pwa from 3.0.1 to 3.0.2 Bumps [@nuxtjs/pwa](https://github.com/nuxt-community/pwa-module) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/nuxt-community/pwa-module/releases) - [Changelog](https://github.com/nuxt-community/pwa-module/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/pwa-module/compare/v3.0.1...v3.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 978a258..23ba5ea 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "eslint --ext .js,.vue --ignore-path .gitignore ." }, "dependencies": { - "@nuxtjs/pwa": "^3.0.1", + "@nuxtjs/pwa": "^3.0.2", "lodash.kebabcase": "^4.1.1", "nuxt": "^2.14.3", "shaped.js": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 9b8fd6b..abf7d9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1389,10 +1389,10 @@ consola "^2.11.3" eslint-loader "^4.0.2" -"@nuxtjs/pwa@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@nuxtjs/pwa/-/pwa-3.0.1.tgz#eead598fa407a3347b4888409918e77e546c44f1" - integrity sha512-AkNeuOTHcshX/hNT5pBHUgOaeIfd+pBz9saScYZH0u69c51SxzQe7712Cc51+YTK8OUjVPBOXPr1kUvKggW6hw== +"@nuxtjs/pwa@^3.0.2": + version "3.0.2" + resolved "https://registry.yarnpkg.com/@nuxtjs/pwa/-/pwa-3.0.2.tgz#ff7ea391a7e5bbbfc0b92c5856f90dd1c0a0c43d" + integrity sha512-te7lzQ+pDI72GwDHETrt9mmrJaA35j0YyrzirjAElT7XipWwf3NQXWqkkHNmlKCiQ9nCXVU6mPLAN7SJeKc8NA== dependencies: defu "^3.1.0" execa "^4.0.3"