diff --git a/cratedb_sqlparse_js/package-lock.json b/cratedb_sqlparse_js/package-lock.json index ad49a66..69468b0 100644 --- a/cratedb_sqlparse_js/package-lock.json +++ b/cratedb_sqlparse_js/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "jsdoc": "^4.0.4", "terser": "^5.37.0", - "vite": "^6.0.7", + "vite": "^6.0.9", "vitest": "^2.1.8" } }, @@ -1527,10 +1527,11 @@ "peer": true }, "node_modules/vite": { - "version": "6.0.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.7.tgz", - "integrity": "sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ==", + "version": "6.0.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.9.tgz", + "integrity": "sha512-MSgUxHcaXLtnBPktkbUSoQUANApKYuxZ6DrbVENlIorbhL2dZydTLaZ01tjUoE3szeFzlFk9ANOKk0xurh4MKA==", "dev": true, + "license": "MIT", "dependencies": { "esbuild": "^0.24.2", "postcss": "^8.4.49", diff --git a/cratedb_sqlparse_js/package.json b/cratedb_sqlparse_js/package.json index 32ff618..8c05815 100644 --- a/cratedb_sqlparse_js/package.json +++ b/cratedb_sqlparse_js/package.json @@ -46,7 +46,7 @@ "devDependencies": { "jsdoc": "^4.0.4", "terser": "^5.37.0", - "vite": "^6.0.7", + "vite": "^6.0.9", "vitest": "^2.1.8" }, "scripts": {