From 25b4ca65936092fb0efe4c67fbdba9941ff0755c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:22:35 +0000 Subject: [PATCH] Bump @databricks/sql from 1.12.0 to 1.13.0 Bumps [@databricks/sql](https://github.com/databricks/databricks-sql-nodejs) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/databricks/databricks-sql-nodejs/releases) - [Changelog](https://github.com/databricks/databricks-sql-nodejs/blob/main/CHANGELOG.md) - [Commits](https://github.com/databricks/databricks-sql-nodejs/compare/1.12.0...1.13.0) --- updated-dependencies: - dependency-name: "@databricks/sql" dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d80369..a0b2022 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@databricks/sql": "^1.12.0", + "@databricks/sql": "^1.13.0", "@prisma/adapter-pg": "^7.4.1", "@prisma/client": "^7.5.0", "class-variance-authority": "^0.7.1", @@ -714,9 +714,9 @@ } }, "node_modules/@databricks/sql": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@databricks/sql/-/sql-1.12.0.tgz", - "integrity": "sha512-bCUoHg2/mNgOXkYTooF1m0wyO57yPJPo44wOTXOlA9CREbXCzP1RMuUVa3GfXKzGifd52nNEPHyKeZvrbJBLnA==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@databricks/sql/-/sql-1.13.0.tgz", + "integrity": "sha512-xBuxCKmq3gR2fXnCzHsWkPujd5Vi/QxtHAyZXlj180v0fAqucIrG3SckSS5bpbF/NOH7uPLjolBUiZWDJ8E4xQ==", "license": "Apache 2.0", "dependencies": { "apache-arrow": "^13.0.0", diff --git a/package.json b/package.json index c95594b..74edf94 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "prepare": "husky" }, "dependencies": { - "@databricks/sql": "^1.12.0", + "@databricks/sql": "^1.13.0", "@prisma/adapter-pg": "^7.4.1", "@prisma/client": "^7.5.0", "class-variance-authority": "^0.7.1",