From 5946082342fdbcfb7dc54d619819b845bc301f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 17:22:49 +0000 Subject: [PATCH] Bump quicktype-core in /packages/databricks-vscode Bumps [quicktype-core](https://github.com/glideapps/quicktype) from 23.3.25 to 25.0.0. - [Release notes](https://github.com/glideapps/quicktype/releases) - [Commits](https://github.com/glideapps/quicktype/commits/v25.0.0) --- updated-dependencies: - dependency-name: quicktype-core dependency-version: 25.0.0 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 10a0ffa86..f5af4771c 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": "^25.0.0", "tmp-promise": "^3.0.3", "ts-mocha": "^11.1.0", "ts-mockito": "^2.6.1",