From 171487959034b7744dc6168a56c7bfb54fb78fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 13:50:33 +0000 Subject: [PATCH] Bump vite-plugin-pwa from 0.12.3 to 0.12.4 in /client Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/antfu/vite-plugin-pwa/releases) - [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.12.3...v0.12.4) --- updated-dependencies: - dependency-name: vite-plugin-pwa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 03447980..50801b73 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -17,7 +17,7 @@ "react-dom": "^18.2.0", "sass": "^1.54.8", "vite": "^3.0.9", - "vite-plugin-pwa": "^0.12.3" + "vite-plugin-pwa": "^0.12.4" }, "devDependencies": { "@types/react": "^18.0.18", @@ -4351,9 +4351,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.12.3", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.12.3.tgz", - "integrity": "sha512-gmYdIVXpmBuNjzbJFPZFzxWYrX4lHqwMAlOtjmXBbxApiHjx9QPXKQPJjSpeTeosLKvVbNcKSAAhfxMda0QVNQ==", + "version": "0.12.4", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.12.4.tgz", + "integrity": "sha512-ONHS2OcMMWdOOIPG8JBet2BTssZC1FSjY34f9t5byM3H6RKgu5qbv6p809OlfYkg8bFi58oEhNDxDB5UE4vkfQ==", "dependencies": { "debug": "^4.3.4", "fast-glob": "^3.2.11", @@ -7496,9 +7496,9 @@ } }, "vite-plugin-pwa": { - "version": "0.12.3", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.12.3.tgz", - "integrity": "sha512-gmYdIVXpmBuNjzbJFPZFzxWYrX4lHqwMAlOtjmXBbxApiHjx9QPXKQPJjSpeTeosLKvVbNcKSAAhfxMda0QVNQ==", + "version": "0.12.4", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.12.4.tgz", + "integrity": "sha512-ONHS2OcMMWdOOIPG8JBet2BTssZC1FSjY34f9t5byM3H6RKgu5qbv6p809OlfYkg8bFi58oEhNDxDB5UE4vkfQ==", "requires": { "debug": "^4.3.4", "fast-glob": "^3.2.11", diff --git a/client/package.json b/client/package.json index 8ff514d4..297689a6 100644 --- a/client/package.json +++ b/client/package.json @@ -16,7 +16,7 @@ "react-dom": "^18.2.0", "sass": "^1.54.8", "vite": "^3.0.9", - "vite-plugin-pwa": "^0.12.3" + "vite-plugin-pwa": "^0.12.4" }, "devDependencies": { "@types/react": "^18.0.18",