diff --git a/cratedb_sqlparse_js/package-lock.json b/cratedb_sqlparse_js/package-lock.json index 62f0933..e01bf8f 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.39.0", - "vite": "^6.3.2", + "vite": "^6.3.3", "vitest": "^3.1.2" } }, @@ -1660,18 +1660,18 @@ "peer": true }, "node_modules/vite": { - "version": "6.3.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.2.tgz", - "integrity": "sha512-ZSvGOXKGceizRQIZSz7TGJ0pS3QLlVY/9hwxVh17W3re67je1RKYzFHivZ/t0tubU78Vkyb9WnHPENSBCzbckg==", + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.3.tgz", + "integrity": "sha512-5nXH+QsELbFKhsEfWLkHrvgRpTdGJzqOZ+utSdmPTvwHmvU6ITTm3xx+mRusihkcI8GeC7lCDyn3kDtiki9scw==", "dev": true, "license": "MIT", "dependencies": { "esbuild": "^0.25.0", - "fdir": "^6.4.3", + "fdir": "^6.4.4", "picomatch": "^4.0.2", "postcss": "^8.5.3", "rollup": "^4.34.9", - "tinyglobby": "^0.2.12" + "tinyglobby": "^0.2.13" }, "bin": { "vite": "bin/vite.js" diff --git a/cratedb_sqlparse_js/package.json b/cratedb_sqlparse_js/package.json index 1269c3b..c2b0e39 100644 --- a/cratedb_sqlparse_js/package.json +++ b/cratedb_sqlparse_js/package.json @@ -46,7 +46,7 @@ "devDependencies": { "jsdoc": "^4.0.4", "terser": "^5.39.0", - "vite": "^6.3.2", + "vite": "^6.3.3", "vitest": "^3.1.2" }, "scripts": {