From 782cf5a6f39c064b0be73bcc4a7578e8b8b8d0e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:10:58 +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 d6396c4a4..c3ecfabd3 100644 --- a/packages/databricks-vscode/package.json +++ b/packages/databricks-vscode/package.json @@ -991,7 +991,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",