Bump @vuepress/plugin-pwa from 1.5.1 to 1.5.2 (#243)

Bumps [@vuepress/plugin-pwa](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-pwa) from 1.5.1 to 1.5.2.
- [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.2/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-16 03:41:20 +02:00 committed by GitHub
parent e09f53f47c
commit 6ddfe4d960
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": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-pwa/-/plugin-pwa-1.5.1.tgz",
"integrity": "sha512-9GXrvxjAKJ3XhAk0AnuMIG0IsLXkZarC9KfRQe1KDrXgR6dfyjuEIqZJ7QphoOyLFZL6VIkZk+btFhMGzdfafw==",
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-pwa/-/plugin-pwa-1.5.2.tgz",
"integrity": "sha512-3F1n4iskJ9fHkIqydeVNCuRj8mwPydmw6TwngIqT8wHoFpK07Dml9Km1f/tt29vHe81HJqAB4f9HlX3S7kMUdw==",
"dev": true,
"requires": {
"@vuepress/shared-utils": "1.5.1",
"@vuepress/shared-utils": "1.5.2",
"register-service-worker": "^1.7.0",
"workbox-build": "^4.3.1"
}
@ -2988,9 +2988,9 @@
"dev": true
},
"@vuepress/shared-utils": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.5.1.tgz",
"integrity": "sha512-rktTYlKa4vla6GlUZZmIiIW6Dfl+YbfcgGvkWE5A7MiIqEmJKnoqKOxJOHLPbnD+T5Ssfu71bj4FVXCG89DUmA==",
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.5.2.tgz",
"integrity": "sha512-msDE6Mpof9JDVZQDHYUbsKmQm4aT/CUlUnItlORF+0J4xrIzv96dldJb8pvloDNUjyvB3DXeDJrV4V1XzpwsIA==",
"dev": true,
"requires": {
"chalk": "^2.3.2",

View File

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