diff --git a/package-lock.json b/package-lock.json index 7123b349..23e04423 100644 --- a/package-lock.json +++ b/package-lock.json @@ -104,7 +104,7 @@ "prettier": "^3.8.1", "typescript": "~5.9.3", "typescript-eslint": "^8.56.1", - "vite": "^8.0.6", + "vite": "^8.0.7", "vite-plugin-compression": "^0.5.1", "vite-plugin-handlebars": "^2.0.0", "vite-plugin-node-polyfills": "^0.26.0", @@ -12178,9 +12178,9 @@ } }, "node_modules/vite": { - "version": "8.0.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.6.tgz", - "integrity": "sha512-jeOXoY6N8rOfit/mZADMd0misLqjRdWBB3/S23ZQNuPcbVsfMBJutWD8b4ftdczMOsNyMBnKro0Z1Kt0HIqq5Q==", + "version": "8.0.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.7.tgz", + "integrity": "sha512-P1PbweD+2/udplnThz3btF4cf6AgPky7kk23RtHUkJIU5BIxwPprhRGmOAHs6FTI7UiGbTNrgNP6jSYD6JaRnw==", "license": "MIT", "dependencies": { "lightningcss": "^1.32.0", diff --git a/package.json b/package.json index 912e5d01..729bf2b3 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "prettier": "^3.8.1", "typescript": "~5.9.3", "typescript-eslint": "^8.56.1", - "vite": "^8.0.6", + "vite": "^8.0.7", "vite-plugin-compression": "^0.5.1", "vite-plugin-handlebars": "^2.0.0", "vite-plugin-node-polyfills": "^0.26.0",