Skip to content

Commit 56428ba

Browse files
Bump chai and @types/chai
Bumps [chai](https://github.com/chaijs/chai) and [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai). These dependencies needed to be updated together. Updates `chai` from 4.5.0 to 5.2.0 - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v4.5.0...v5.2.0) Updates `@types/chai` from 4.3.20 to 5.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/chai" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6783111 commit 56428ba

File tree

2 files changed

+49
-64
lines changed

2 files changed

+49
-64
lines changed

package-lock.json

+47-62
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
},
332332
"devDependencies": {
333333
"@stylistic/eslint-plugin": "^4.2.0",
334-
"@types/chai": "^4.3.20",
334+
"@types/chai": "^5.2.0",
335335
"@types/fs-extra": "^11.0.4",
336336
"@types/glob": "^8.0.1",
337337
"@types/lodash": "^4.17.15",
@@ -345,7 +345,7 @@
345345
"@vscode/test-electron": "^2.3.9",
346346
"@vscode/vsce": "^3.2.2",
347347
"async-wait-until": "^2.0.23",
348-
"chai": "^4.5.0",
348+
"chai": "^5.2.0",
349349
"eslint": "^9.22.0",
350350
"eslint-define-config": "^2.1.0",
351351
"eslint-plugin-import": "^2.31.0",

0 commit comments

Comments
 (0)