From fa100a312aad0493d62a244e409fad637f0fe100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:22:58 +0000 Subject: [PATCH] Bump quicktype-core in /packages/databricks-vscode Bumps [quicktype-core](https://github.com/glideapps/quicktype) from 23.3.25 to 24.0.2. - [Release notes](https://github.com/glideapps/quicktype/releases) - [Commits](https://github.com/glideapps/quicktype/commits/v24.0.2) --- updated-dependencies: - dependency-name: quicktype-core dependency-version: 24.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/databricks-vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/databricks-vscode/package.json b/packages/databricks-vscode/package.json index 682c9a29c..1041941ec 100644 --- a/packages/databricks-vscode/package.json +++ b/packages/databricks-vscode/package.json @@ -1592,7 +1592,7 @@ "mocha": "^11.7.6", "nyc": "^18.0.0", "prettier": "^3.1.1", - "quicktype-core": "^23.0.0", + "quicktype-core": "^24.0.2", "tmp-promise": "^3.0.3", "ts-mocha": "^11.1.0", "ts-mockito": "^2.6.1",