From b85c0c799f77c2e749e07ce275abbd9a82cf9adf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:24:00 +0000 Subject: [PATCH] chore(deps-dev): bump @vuepress/plugin-pwa from 1.9.8 to 1.9.9 (#1023) Bumps [@vuepress/plugin-pwa](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-pwa) from 1.9.8 to 1.9.9. - [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.9.9/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 41 ++++++++--------------------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 34 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9970a1634..1f6869cf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5226,40 +5226,15 @@ } }, "@vuepress/plugin-pwa": { - "version": "1.9.8", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-pwa/-/plugin-pwa-1.9.8.tgz", - "integrity": "sha512-XQRLZNTUi9S7Gieo92K9FBxMPCIxJ8gx+i7MFiLnn39todjDtjUC1buuN9vuu3cKbNqUPDhu68g1D9qhDIK+kQ==", + "version": "1.9.9", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-pwa/-/plugin-pwa-1.9.9.tgz", + "integrity": "sha512-69kTlTl/mdWSD/+odz73oXvi2SuT8GO+e7YlPZFloeZR3kffC6ywYMip6m4MOalKOSUf0XzD3hCqCNVha6vo8Q==", "dev": true, "requires": { - "@vuepress/shared-utils": "1.9.8", - "@vuepress/types": "1.9.8", + "@vuepress/shared-utils": "1.9.9", + "@vuepress/types": "1.9.9", "register-service-worker": "^1.7.0", "workbox-build": "^4.3.1" - }, - "dependencies": { - "@vuepress/shared-utils": { - "version": "1.9.8", - "resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.9.8.tgz", - "integrity": "sha512-34VfkChKRrs0waWEXugDPcBB4Cp6TnKwNQaTpa8GwpLFfQw627/mWi2IiuSwTyFNZdSXxZJV6e5blejmUlGh0g==", - "dev": true, - "requires": { - "chalk": "^2.3.2", - "escape-html": "^1.0.3", - "fs-extra": "^7.0.1", - "globby": "^9.2.0", - "gray-matter": "^4.0.1", - "hash-sum": "^1.0.2", - "semver": "^6.0.0", - "toml": "^3.0.0", - "upath": "^1.1.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } } }, "@vuepress/plugin-register-components": { @@ -5364,9 +5339,9 @@ } }, "@vuepress/types": { - "version": "1.9.8", - "resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz", - "integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==", + "version": "1.9.9", + "resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.9.tgz", + "integrity": "sha512-ukGW49ILzLhIc7CltHMr+BeIjWKloJNN1mrvbDz3beycp9b9kgH+DXNdRIK9QCKr4fJsy7x08vNMwZr9Nq/PTQ==", "dev": true, "requires": { "@types/markdown-it": "^10.0.0", diff --git a/package.json b/package.json index b1674505c..8e5485482 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@vuepress/plugin-back-to-top": "1.9.9", "@vuepress/plugin-google-analytics": "1.9.9", - "@vuepress/plugin-pwa": "1.9.8", + "@vuepress/plugin-pwa": "1.9.9", "typescript": "4.9.5", "vuepress": "1.9.9" },