diff --git a/client/package-lock.json b/client/package-lock.json index 60b7ac50..40964ef7 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -26,7 +26,7 @@ "sass": "^1.74.1", "uuid": "^9.0.1", "vite": "^5.2.8", - "vite-plugin-pwa": "^0.19.7" + "vite-plugin-pwa": "^0.19.8" }, "devDependencies": { "@types/react": "^18.2.74", @@ -5018,9 +5018,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.19.7", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.7.tgz", - "integrity": "sha512-18TECxoGPQE7tVZzKxbf5Icrl5688n1JGMPSgGotTsh89vLDxevY7ICfD3CFVfonZXh8ckuyJXg0NXE5+FAl2A==", + "version": "0.19.8", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.8.tgz", + "integrity": "sha512-e1oK0dfhzhDhY3VBuML6c0h8Xfx6EkOVYqolj7g+u8eRfdauZe5RLteCIA/c5gH0CBQ0CNFAuv/AFTx4Z7IXTw==", "dependencies": { "debug": "^4.3.4", "fast-glob": "^3.3.2", @@ -8662,9 +8662,9 @@ } }, "vite-plugin-pwa": { - "version": "0.19.7", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.7.tgz", - "integrity": "sha512-18TECxoGPQE7tVZzKxbf5Icrl5688n1JGMPSgGotTsh89vLDxevY7ICfD3CFVfonZXh8ckuyJXg0NXE5+FAl2A==", + "version": "0.19.8", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.8.tgz", + "integrity": "sha512-e1oK0dfhzhDhY3VBuML6c0h8Xfx6EkOVYqolj7g+u8eRfdauZe5RLteCIA/c5gH0CBQ0CNFAuv/AFTx4Z7IXTw==", "requires": { "debug": "^4.3.4", "fast-glob": "^3.3.2", diff --git a/client/package.json b/client/package.json index 4f71dac9..528344b6 100644 --- a/client/package.json +++ b/client/package.json @@ -24,7 +24,7 @@ "sass": "^1.74.1", "uuid": "^9.0.1", "vite": "^5.2.8", - "vite-plugin-pwa": "^0.19.7", + "vite-plugin-pwa": "^0.19.8", "@rollup/plugin-wasm": "^6.2.2" }, "devDependencies": {