diff --git a/test/package-lock.json b/test/package-lock.json index f0e2f4a..68124fd 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -11,7 +11,7 @@ "@types/node": "^22.10.1", "serve": "^14.2.6", "shx": "^0.3.4", - "vite": "^6.0.0" + "vite": "^6.4.2" } }, "node_modules/@esbuild/aix-ppc64": { @@ -2173,11 +2173,10 @@ } }, "node_modules/vite": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", - "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", + "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", "dev": true, - "license": "MIT", "dependencies": { "esbuild": "^0.25.0", "fdir": "^6.4.4", @@ -3631,9 +3630,9 @@ "dev": true }, "vite": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", - "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", + "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", "dev": true, "requires": { "esbuild": "^0.25.0", diff --git a/test/package.json b/test/package.json index d759c62..1b6054f 100644 --- a/test/package.json +++ b/test/package.json @@ -16,6 +16,6 @@ "@types/node": "^22.10.1", "serve": "^14.2.6", "shx": "^0.3.4", - "vite": "^6.0.0" + "vite": "^6.4.2" } }