Bump @vuepress/plugin-pwa from 1.5.0 to 1.5.1 (#234)

Bumps [@vuepress/plugin-pwa](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-pwa) from 1.5.0 to 1.5.1.
- [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.1/packages/@vuepress/plugin-pwa)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-10 16:03:05 +02:00 committed by GitHub
parent fbbfa5d21b
commit 61c065a54a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -2943,12 +2943,12 @@
} }
}, },
"@vuepress/plugin-pwa": { "@vuepress/plugin-pwa": {
"version": "1.5.0", "version": "1.5.1",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-pwa/-/plugin-pwa-1.5.0.tgz", "resolved": "https://registry.npmjs.org/@vuepress/plugin-pwa/-/plugin-pwa-1.5.1.tgz",
"integrity": "sha512-u/LA53+HPSipcSqqut4+yUzoNUeEPiY9ZR6A1JWe6BrFl6Ec/GNHvy6h2IFdoVgMcU7A3keVEjOcFoNKUIkVEQ==", "integrity": "sha512-9GXrvxjAKJ3XhAk0AnuMIG0IsLXkZarC9KfRQe1KDrXgR6dfyjuEIqZJ7QphoOyLFZL6VIkZk+btFhMGzdfafw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@vuepress/shared-utils": "1.5.0", "@vuepress/shared-utils": "1.5.1",
"register-service-worker": "^1.7.0", "register-service-worker": "^1.7.0",
"workbox-build": "^4.3.1" "workbox-build": "^4.3.1"
} }
@ -2988,9 +2988,9 @@
"dev": true "dev": true
}, },
"@vuepress/shared-utils": { "@vuepress/shared-utils": {
"version": "1.5.0", "version": "1.5.1",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.5.0.tgz", "resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.5.1.tgz",
"integrity": "sha512-YKMMuiODPmk09vGnXrpGFCuDIyltZSM4K3OUZoxViZWiYhWxbBS7YY6CVScrcQxG59rk+OPXQb1mP/ItIvOEow==", "integrity": "sha512-rktTYlKa4vla6GlUZZmIiIW6Dfl+YbfcgGvkWE5A7MiIqEmJKnoqKOxJOHLPbnD+T5Ssfu71bj4FVXCG89DUmA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.3.2", "chalk": "^2.3.2",

View File

@ -14,7 +14,7 @@
"devDependencies": { "devDependencies": {
"@vuepress/plugin-back-to-top": "^1.5.1", "@vuepress/plugin-back-to-top": "^1.5.1",
"@vuepress/plugin-google-analytics": "^1.5.1", "@vuepress/plugin-google-analytics": "^1.5.1",
"@vuepress/plugin-pwa": "^1.5.0", "@vuepress/plugin-pwa": "^1.5.1",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0", "eslint-config-airbnb": "^18.1.0",
"eslint-config-airbnb-base": "^14.1.0", "eslint-config-airbnb-base": "^14.1.0",