From 1c10f91a221be9269a02ecb1b910960150bc4c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 07:29:28 +0000 Subject: [PATCH] Bump vite-plugin-pwa from 0.17.0 to 0.17.2 Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 0.17.0 to 0.17.2. - [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases) - [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.17.0...v0.17.2) --- updated-dependencies: - dependency-name: vite-plugin-pwa dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 a8a94ca2..72b1e33c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "stylelint": "^15.11.0", "typescript": "^5.3.2", "vite": "^5.0.0", - "vite-plugin-pwa": "^0.17.0", + "vite-plugin-pwa": "^0.17.2", "vitest": "^0.34.6", "vitest-canvas-mock": "^0.3.3" } @@ -10161,9 +10161,9 @@ "dev": true }, "node_modules/vite-plugin-pwa": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.0.tgz", - "integrity": "sha512-cOyEG8EEc7JHmyMapTnjK2j0g2BIC3ErlmOHyGzVu8hqjyF9Jt6yWMmVNFtpA6v/NNyzP28ARf3vwzIAzR1kaw==", + "version": "0.17.2", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.2.tgz", + "integrity": "sha512-aVH9sxcTDumiWYiNcLrFqu+FdL79I2cT5EhlVe5V6nGcC64yQNGT1jamMytwi+OdfXl4VYic0LtoJ6JHMkM3ZQ==", "dev": true, "dependencies": { "debug": "^4.3.4", @@ -17590,9 +17590,9 @@ } }, "vite-plugin-pwa": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.0.tgz", - "integrity": "sha512-cOyEG8EEc7JHmyMapTnjK2j0g2BIC3ErlmOHyGzVu8hqjyF9Jt6yWMmVNFtpA6v/NNyzP28ARf3vwzIAzR1kaw==", + "version": "0.17.2", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.2.tgz", + "integrity": "sha512-aVH9sxcTDumiWYiNcLrFqu+FdL79I2cT5EhlVe5V6nGcC64yQNGT1jamMytwi+OdfXl4VYic0LtoJ6JHMkM3ZQ==", "dev": true, "requires": { "debug": "^4.3.4", diff --git a/package.json b/package.json index a4024edf..9c94dd06 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "stylelint": "^15.11.0", "typescript": "^5.3.2", "vite": "^5.0.0", - "vite-plugin-pwa": "^0.17.0", + "vite-plugin-pwa": "^0.17.2", "vitest": "^0.34.6", "vitest-canvas-mock": "^0.3.3" },