diff --git a/package-lock.json b/package-lock.json index 3be3c9a0..c4485df2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17852,9 +17852,9 @@ } }, "node_modules/vite": { - "version": "7.0.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.0.7.tgz", - "integrity": "sha512-hc6LujN/EkJHmxeiDJMs0qBontZ1cdBvvoCbWhVjzUFTU329VRyOC46gHNSA8NcOC5yzCeXpwI40tieI3DEZqg==", + "version": "7.0.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.0.8.tgz", + "integrity": "sha512-cJBdq0/u+8rgstg9t7UkBilf8ipLmeXJO30NxD5HAHOivnj10ocV8YtR/XBvd2wQpN3TmcaxNKaHX3tN7o5F5A==", "dev": true, "license": "MIT", "dependencies": { @@ -19119,7 +19119,7 @@ "postcss": "^8.5.6", "postcss-nesting": "^13.0.2", "tailwindcss": "^3.4.17", - "vite": "^7.0.7", + "vite": "^7.0.8", "vite-plugin-static-copy": "^3.1.2", "vite-plugin-svgr": "^4.3.0", "vite-plugin-top-level-await": "^1.5.0", diff --git a/src-web/package.json b/src-web/package.json index 1e77f4d4..ce239f9b 100644 --- a/src-web/package.json +++ b/src-web/package.json @@ -90,7 +90,7 @@ "postcss": "^8.5.6", "postcss-nesting": "^13.0.2", "tailwindcss": "^3.4.17", - "vite": "^7.0.7", + "vite": "^7.0.8", "vite-plugin-static-copy": "^3.1.2", "vite-plugin-svgr": "^4.3.0", "vite-plugin-top-level-await": "^1.5.0",