From 1ca9b92f8b42a441f5aa8aef2510781d2a1322ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:31:54 +0000 Subject: [PATCH] Chore(deps-dev): Bump quicktype-core in /packages/databricks-vscode Bumps [quicktype-core](https://github.com/glideapps/quicktype) from 23.3.25 to 25.1.0. - [Release notes](https://github.com/glideapps/quicktype/releases) - [Commits](https://github.com/glideapps/quicktype/commits/v25.1.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 760636f52..6be6d4869 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.1.0", "tmp-promise": "^3.0.3", "ts-mocha": "^11.1.0", "ts-mockito": "^2.6.1",