From 63fc360ab43836a553bb2af130e20fcbf87c7eaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 07:15:43 +0000 Subject: [PATCH] chore(deps-dev): bump @vuepress/plugin-pwa from 1.8.2 to 1.8.3 Bumps [@vuepress/plugin-pwa](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-pwa) from 1.8.2 to 1.8.3. - [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.8.3/packages/@vuepress/plugin-pwa) --- updated-dependencies: - dependency-name: "@vuepress/plugin-pwa" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fe6061e..2d30e2d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1502,20 +1502,20 @@ } }, "@vuepress/plugin-pwa": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-pwa/-/plugin-pwa-1.8.2.tgz", - "integrity": "sha512-6dQXMI+oqTQtHK22Ba+crhzP5yyAf+V1qVfapgPb8JxLXUasOhr+083VRz5LMYqDzu6CAXM+P8cUgSSBNjifXw==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-pwa/-/plugin-pwa-1.8.3.tgz", + "integrity": "sha512-dqDInhwrZciFLJLfMOodlmVoBRF2GIXP8VKeVJ3WrWj4pYGbNqwTs9jEJPqQsgjT4C/ILEqQaNcF1lwWXwICKg==", "dev": true, "requires": { - "@vuepress/shared-utils": "1.8.2", + "@vuepress/shared-utils": "1.8.3", "register-service-worker": "^1.7.0", "workbox-build": "^4.3.1" }, "dependencies": { "@vuepress/shared-utils": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.8.2.tgz", - "integrity": "sha512-6kGubc7iBDWruEBUU7yR+sQ++SOhMuvKWvWeTZJKRZedthycdzYz7QVpua0FaZSAJm5/dIt8ymU4WQvxTtZgTQ==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.8.3.tgz", + "integrity": "sha512-OQ3MY920UZrQ8/NXlOf7kovNiXUJ5OHDKBuP+mqTrADNmuYeHNM667d2EyRniG5UFsAgdTCpGaidu1GlaCX8kw==", "dev": true, "requires": { "chalk": "^2.3.2", @@ -3236,9 +3236,9 @@ "dev": true }, "common-tags": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz", - "integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", + "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", "dev": true }, "commondir": { diff --git a/package.json b/package.json index 596f2077..0e6c8951 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "vuepress": "^1.8.2", "vuepress-plugin-container": "^2.1.4", - "@vuepress/plugin-pwa": "^1.5.3", + "@vuepress/plugin-pwa": "^1.8.3", "vuepress-plugin-medium-zoom": "^1.1.8" } }