diff --git a/package-lock.json b/package-lock.json index 3be89ba3a..95ce22da9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "regenerator-runtime": "0.14.1", "semantic-release": "25.0.2", "typescript-eslint": "8.49.0", - "vite": "7.2.4", + "vite": "7.2.7", "vite-plugin-commonjs": "0.10.4", "vite-plugin-node-polyfills": "0.24.0" }, @@ -35377,9 +35377,9 @@ } }, "node_modules/vite": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.4.tgz", - "integrity": "sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==", + "version": "7.2.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.7.tgz", + "integrity": "sha512-ITcnkFeR3+fI8P1wMgItjGrR10170d8auB4EpMLPqmx6uxElH3a/hHGQabSHKdqd4FXWO1nFIp9rRn7JQ34ACQ==", "dev": true, "dependencies": { "esbuild": "^0.25.0", @@ -61631,9 +61631,9 @@ } }, "vite": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.4.tgz", - "integrity": "sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==", + "version": "7.2.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.7.tgz", + "integrity": "sha512-ITcnkFeR3+fI8P1wMgItjGrR10170d8auB4EpMLPqmx6uxElH3a/hHGQabSHKdqd4FXWO1nFIp9rRn7JQ34ACQ==", "dev": true, "requires": { "esbuild": "^0.25.0", diff --git a/package.json b/package.json index 6479e872a..7fb4b57c8 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "regenerator-runtime": "0.14.1", "semantic-release": "25.0.2", "typescript-eslint": "8.49.0", - "vite": "7.2.4", + "vite": "7.2.7", "vite-plugin-commonjs": "0.10.4", "vite-plugin-node-polyfills": "0.24.0" },