From 791cacedb319c21304d65d762e7089f3000a713c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:30:14 +0000 Subject: [PATCH] Bump vite-plugin-pwa from 0.17.4 to 0.17.5 in /client Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 0.17.4 to 0.17.5. - [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases) - [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.17.4...v0.17.5) --- 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 879ef63e..cba6ec3d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -26,7 +26,7 @@ "sass": "^1.70.0", "uuid": "^9.0.1", "vite": "^5.0.12", - "vite-plugin-pwa": "^0.17.4" + "vite-plugin-pwa": "^0.17.5" }, "devDependencies": { "@types/react": "^18.2.48", @@ -4997,9 +4997,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.17.4", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.4.tgz", - "integrity": "sha512-j9iiyinFOYyof4Zk3Q+DtmYyDVBDAi6PuMGNGq6uGI0pw7E+LNm9e+nQ2ep9obMP/kjdWwzilqUrlfVRj9OobA==", + "version": "0.17.5", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.5.tgz", + "integrity": "sha512-UxRNPiJBzh4tqU/vc8G2TxmrUTzT6BqvSzhszLk62uKsf+npXdvLxGDz9C675f4BJi6MbD2tPnJhi5txlMzxbQ==", "dependencies": { "debug": "^4.3.4", "fast-glob": "^3.3.2", @@ -8613,9 +8613,9 @@ } }, "vite-plugin-pwa": { - "version": "0.17.4", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.4.tgz", - "integrity": "sha512-j9iiyinFOYyof4Zk3Q+DtmYyDVBDAi6PuMGNGq6uGI0pw7E+LNm9e+nQ2ep9obMP/kjdWwzilqUrlfVRj9OobA==", + "version": "0.17.5", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.5.tgz", + "integrity": "sha512-UxRNPiJBzh4tqU/vc8G2TxmrUTzT6BqvSzhszLk62uKsf+npXdvLxGDz9C675f4BJi6MbD2tPnJhi5txlMzxbQ==", "requires": { "debug": "^4.3.4", "fast-glob": "^3.3.2", diff --git a/client/package.json b/client/package.json index 28ef1671..837b5fbf 100644 --- a/client/package.json +++ b/client/package.json @@ -24,7 +24,7 @@ "sass": "^1.70.0", "uuid": "^9.0.1", "vite": "^5.0.12", - "vite-plugin-pwa": "^0.17.4", + "vite-plugin-pwa": "^0.17.5", "@rollup/plugin-wasm": "^6.2.2" }, "devDependencies": {