From dae703ba6fdd01c98f5623b38b05b943622915d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 08:30:00 +0000 Subject: [PATCH] Bump chai from 4.5.0 to 5.1.2 in /packages/databricks-vscode Bumps [chai](https://github.com/chaijs/chai) from 4.5.0 to 5.1.2. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](https://github.com/chaijs/chai/compare/v4.5.0...v5.1.2) --- updated-dependencies: - dependency-name: chai 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 4a60a886b..1d8a752d2 100644 --- a/packages/databricks-vscode/package.json +++ b/packages/databricks-vscode/package.json @@ -1175,7 +1175,7 @@ "@wdio/mocha-framework": "^8.35.0", "@wdio/spec-reporter": "^8.32.4", "@wdio/types": "^8.32.4", - "chai": "^4.3.10", + "chai": "^5.1.2", "esbuild": "^0.19.9", "eslint": "^8.55.0", "eslint-plugin-local-rules": "^2.0.1",