From c64610f8aca4f78ef428b44ce41c52e8001033a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 16:37:45 +0000 Subject: [PATCH] Bump yargs from 17.7.3 to 18.0.0 in /packages/databricks-vscode Bumps [yargs](https://github.com/yargs/yargs) from 17.7.3 to 18.0.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v17.7.3...v18.0.0) --- updated-dependencies: - dependency-name: yargs dependency-version: 18.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 84a56521d..8b86f7de8 100644 --- a/packages/databricks-vscode/package.json +++ b/packages/databricks-vscode/package.json @@ -1605,7 +1605,7 @@ "vsce": "^2.15.0", "wdio-video-reporter": "^6.2.0", "wdio-vscode-service": "^8.0.0", - "yargs": "^17.7.2" + "yargs": "^18.0.0" }, "nyc": { "extends": "@istanbuljs/nyc-config-typescript",