diff --git a/package-lock.json b/package-lock.json index 0a782a7..bcc958d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,8 +25,8 @@ "jest": "^29.7.0", "jest-preset-preact": "^4.1.0", "prettier": "^3.1.0", - "vite": "^5.0.5", - "vite-plugin-pwa": "^0.17.3", + "vite": "^5.0.6", + "vite-plugin-pwa": "^0.17.4", "workbox-window": "^7.0.0" } }, @@ -12633,9 +12633,9 @@ } }, "node_modules/vite": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.5.tgz", - "integrity": "sha512-OekeWqR9Ls56f3zd4CaxzbbS11gqYkEiBtnWFFgYR2WV8oPJRRKq0mpskYy/XaoCL3L7VINDhqqOMNDiYdGvGg==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.6.tgz", + "integrity": "sha512-MD3joyAEBtV7QZPl2JVVUai6zHms3YOmLR+BpMzLlX2Yzjfcc4gTgNi09d/Rua3F4EtC8zdwPU8eQYyib4vVMQ==", "dev": true, "dependencies": { "esbuild": "^0.19.3", @@ -12688,9 +12688,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.17.3", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.3.tgz", - "integrity": "sha512-ilOs0mGxIxKQN3FZYX8pys5DmY/wI9A6oojlY5rrd7mAxCVcSbtjDVAhm62C+3Ww6KQrNr/jmiRUCplC8AsaBw==", + "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", @@ -22377,9 +22377,9 @@ "dev": true }, "vite": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.5.tgz", - "integrity": "sha512-OekeWqR9Ls56f3zd4CaxzbbS11gqYkEiBtnWFFgYR2WV8oPJRRKq0mpskYy/XaoCL3L7VINDhqqOMNDiYdGvGg==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.6.tgz", + "integrity": "sha512-MD3joyAEBtV7QZPl2JVVUai6zHms3YOmLR+BpMzLlX2Yzjfcc4gTgNi09d/Rua3F4EtC8zdwPU8eQYyib4vVMQ==", "dev": true, "requires": { "esbuild": "^0.19.3", @@ -22442,9 +22442,9 @@ } }, "vite-plugin-pwa": { - "version": "0.17.3", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.3.tgz", - "integrity": "sha512-ilOs0mGxIxKQN3FZYX8pys5DmY/wI9A6oojlY5rrd7mAxCVcSbtjDVAhm62C+3Ww6KQrNr/jmiRUCplC8AsaBw==", + "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, "requires": { "debug": "^4.3.4", diff --git a/package.json b/package.json index 31275cc..54d0481 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "jest": "^29.7.0", "jest-preset-preact": "^4.1.0", "prettier": "^3.1.0", - "vite": "^5.0.5", - "vite-plugin-pwa": "^0.17.3", + "vite": "^5.0.6", + "vite-plugin-pwa": "^0.17.4", "workbox-window": "^7.0.0" } }