From ef3c548c9836d5e904d0370a69f590b1319290df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 00:02:15 +0000 Subject: [PATCH] Bump @nuxtjs/pwa from 3.0.0 to 3.0.1 Bumps [@nuxtjs/pwa](https://github.com/nuxt-community/pwa-module) from 3.0.0 to 3.0.1. - [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.0...v3.0.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba539c8ef..d6069e7ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2119,9 +2119,9 @@ } }, "@nuxtjs/pwa": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@nuxtjs/pwa/-/pwa-3.0.0.tgz", - "integrity": "sha512-joqeeJbNHhexc8s+PjT/JkH9z5C0eGrDG/rs2ziKSG41CiNOp1wSg0OMBuNaHqML6Qsw/KVoy/50/tGu4ue0pA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@nuxtjs/pwa/-/pwa-3.0.1.tgz", + "integrity": "sha512-AkNeuOTHcshX/hNT5pBHUgOaeIfd+pBz9saScYZH0u69c51SxzQe7712Cc51+YTK8OUjVPBOXPr1kUvKggW6hw==", "dev": true, "requires": { "defu": "^3.1.0", diff --git a/package.json b/package.json index be506aace..81e906721 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "devDependencies": { "@nuxtjs/dotenv": "^1.4.1", "@nuxtjs/google-analytics": "^2.4.0", - "@nuxtjs/pwa": "^3.0.0", + "@nuxtjs/pwa": "^3.0.1", "@nuxtjs/svg": "^0.1.11", "eslint": "^7.7.0", "eslint-plugin-vue": "^6.2.2",