From f8ceb2b45f9ece8a01745b648433de8a8cb1d336 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 May 2020 11:43:30 +0200 Subject: [PATCH] Bump @vuepress/plugin-pwa from 1.4.1 to 1.5.0 (#189) Bumps [@vuepress/plugin-pwa](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-pwa) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/vuejs/vuepress/releases) - [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuepress/commits/v1.5.0/packages/@vuepress/plugin-pwa) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8496a0c0..4c02ba02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2042,12 +2042,12 @@ } }, "@vuepress/plugin-pwa": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-pwa/-/plugin-pwa-1.4.1.tgz", - "integrity": "sha512-oWlBuC9cquuuuCUBGVbZQFJARq3mVUnuFtD4Wkwjm937kTwC+GbxfS7tSVAMgjdDM2JiyB6HSVKwqFmtwHipaA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-pwa/-/plugin-pwa-1.5.0.tgz", + "integrity": "sha512-u/LA53+HPSipcSqqut4+yUzoNUeEPiY9ZR6A1JWe6BrFl6Ec/GNHvy6h2IFdoVgMcU7A3keVEjOcFoNKUIkVEQ==", "dev": true, "requires": { - "@vuepress/shared-utils": "1.4.1", + "@vuepress/shared-utils": "1.5.0", "register-service-worker": "^1.7.0", "workbox-build": "^4.3.1" } @@ -2122,9 +2122,9 @@ "dev": true }, "@vuepress/shared-utils": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.4.1.tgz", - "integrity": "sha512-FBUHFhvR7vk6glQy/qUntBz8bVeWiNYZ2/G16EKaerKKn15xAiD7tUFCQ3L/KjtQJ8TV38GK47UEXh7UTcRwQg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.5.0.tgz", + "integrity": "sha512-YKMMuiODPmk09vGnXrpGFCuDIyltZSM4K3OUZoxViZWiYhWxbBS7YY6CVScrcQxG59rk+OPXQb1mP/ItIvOEow==", "dev": true, "requires": { "chalk": "^2.3.2", diff --git a/package.json b/package.json index 6e9c7595..5dcd583f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@vuepress/plugin-back-to-top": "^1.5.0", "@vuepress/plugin-google-analytics": "^1.4.1", - "@vuepress/plugin-pwa": "^1.4.1", + "@vuepress/plugin-pwa": "^1.5.0", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0", "eslint-config-prettier": "^6.11.0",