diff --git a/package-lock.json b/package-lock.json index ebcd5134..da7d71b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -158,21 +158,21 @@ "dev": true }, "node_modules/@clickhouse/client": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@clickhouse/client/-/client-1.9.0.tgz", - "integrity": "sha512-DwBNISAU3By+WXwR7zjga4HNK7iC6QgYmpbS1hXbL0GUbKpog2kTGyjal3WnpltmlP77YM1AbkRgDWTiTsdv8Q==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@clickhouse/client/-/client-1.10.0.tgz", + "integrity": "sha512-vyLkrE7iqWw3QPTet7no5Rd3qZFV4ujyo01FbspaTpME04F07AkBkRFJ/haUpf6GbZr/LsGIH5I4jy1vzGoRbQ==", "license": "Apache-2.0", "dependencies": { - "@clickhouse/client-common": "1.9.0" + "@clickhouse/client-common": "1.10.0" }, "engines": { "node": ">=16" } }, "node_modules/@clickhouse/client-common": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@clickhouse/client-common/-/client-common-1.9.0.tgz", - "integrity": "sha512-F3v2c5YmpR28frZUPrPTAfDGbL7sKlq/OwaKC+4OzTr7fvDPxC8bb3LoZTunIvfkpiPugqSiBTL6MEahKWTOvA==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@clickhouse/client-common/-/client-common-1.10.0.tgz", + "integrity": "sha512-dxXgJEGxwhOclflDH+GI8z7fQMh7KjJ/r0kSGE7yLKJlW0YHgbfxVufOkrEVg2QJMOmqi+YynkO4w1rXhetC0w==", "license": "Apache-2.0" }, "node_modules/@cspotcode/source-map-support": {