diff --git a/package-lock.json b/package-lock.json index 721dce2..1de1451 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "jest-environment-jsdom": "^29.7.0", "jest-preset-preact": "^4.1.1", "prettier": "^3.2.5", - "vite": "^5.1.4", + "vite": "^5.1.5", "vite-plugin-pwa": "^0.19.0", "workbox-window": "^7.0.0" } @@ -12303,9 +12303,9 @@ } }, "node_modules/vite": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.4.tgz", - "integrity": "sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.5.tgz", + "integrity": "sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==", "dev": true, "dependencies": { "esbuild": "^0.19.3", @@ -21930,9 +21930,9 @@ "dev": true }, "vite": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.4.tgz", - "integrity": "sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.5.tgz", + "integrity": "sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==", "dev": true, "requires": { "esbuild": "^0.19.3", diff --git a/package.json b/package.json index d1773c4..7d2d95a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "jest-environment-jsdom": "^29.7.0", "jest-preset-preact": "^4.1.1", "prettier": "^3.2.5", - "vite": "^5.1.4", + "vite": "^5.1.5", "vite-plugin-pwa": "^0.19.0", "workbox-window": "^7.0.0" }