diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b2d246c2..940d4fcd 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -37,7 +37,7 @@ "tslib": "^2.6.2", "typescript": "^5.3.3", "vite": "^4.5.1", - "vite-plugin-pwa": "^0.17.2" + "vite-plugin-pwa": "^0.17.4" } }, "node_modules/@ampproject/remapping": { @@ -6036,9 +6036,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.17.2", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.2.tgz", - "integrity": "sha512-aVH9sxcTDumiWYiNcLrFqu+FdL79I2cT5EhlVe5V6nGcC64yQNGT1jamMytwi+OdfXl4VYic0LtoJ6JHMkM3ZQ==", + "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==", "dev": true, "dependencies": { "debug": "^4.3.4", diff --git a/frontend/package.json b/frontend/package.json index 8d1f2f26..e21d91a6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "tslib": "^2.6.2", "typescript": "^5.3.3", "vite": "^4.5.1", - "vite-plugin-pwa": "^0.17.2" + "vite-plugin-pwa": "^0.17.4" }, "dependencies": { "svelte-i18n": "^4.0.0",