Skip to content

Commit

Permalink
build(deps-dev): bump chai and @types/chai
Browse files Browse the repository at this point in the history
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 5.1.1 to 5.1.2
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v5.1.1...v5.1.2)

Updates `@types/chai` from 4.3.19 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-patch
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent deb54d6 commit e9c1fab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
"devDependencies": {
"@biomejs/biome": "=1.9.4",
"@music-metadata/test-audio": "^0.1.0",
"@types/chai": "^4.3.19",
"@types/chai": "^5.0.1",
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.7",
"@types/node": "^22.9.1",
"chai": "^5.1.1",
"chai": "^5.1.2",
"coveralls": "^3.1.1",
"del-cli": "^5.1.0",
"karma": "^6.4.4",
Expand Down
29 changes: 19 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,11 @@ __metadata:
"@biomejs/biome": "npm:=1.9.4"
"@music-metadata/test-audio": "npm:^0.1.0"
"@tokenizer/range": "npm:^0.10.0"
"@types/chai": "npm:^4.3.19"
"@types/chai": "npm:^5.0.1"
"@types/debug": "npm:^4.1.12"
"@types/mocha": "npm:^10.0.7"
"@types/node": "npm:^22.9.1"
chai: "npm:^5.1.1"
chai: "npm:^5.1.2"
coveralls: "npm:^3.1.1"
debug: "npm:^4.3.6"
del-cli: "npm:^5.1.0"
Expand Down Expand Up @@ -379,10 +379,12 @@ __metadata:
languageName: node
linkType: hard

"@types/chai@npm:^4.3.19":
version: 4.3.19
resolution: "@types/chai@npm:4.3.19"
checksum: 10c0/8fd573192e486803c4d04185f2b0fab554660d9a1300dbed5bde9747ab8bef15f462a226f560ed5ca48827eecaf8d71eed64aa653ff9aec72fb2eae272e43a84
"@types/chai@npm:^5.0.1":
version: 5.0.1
resolution: "@types/chai@npm:5.0.1"
dependencies:
"@types/deep-eql": "npm:*"
checksum: 10c0/82cb718101d37698e35fb03e2a983a442303065bfcb9b9e8b50b49fdad2fa5759c14dabfa5cb4a4bfa5c6aff1f05377d6ab4310bae0cfbf7d3138f94c969f441
languageName: node
linkType: hard

Expand Down Expand Up @@ -411,6 +413,13 @@ __metadata:
languageName: node
linkType: hard

"@types/deep-eql@npm:*":
version: 4.0.2
resolution: "@types/deep-eql@npm:4.0.2"
checksum: 10c0/bf3f811843117900d7084b9d0c852da9a044d12eb40e6de73b552598a6843c21291a8a381b0532644574beecd5e3491c5ff3a0365ab86b15d59862c025384844
languageName: node
linkType: hard

"@types/eslint-scope@npm:^3.7.7":
version: 3.7.7
resolution: "@types/eslint-scope@npm:3.7.7"
Expand Down Expand Up @@ -1092,16 +1101,16 @@ __metadata:
languageName: node
linkType: hard

"chai@npm:^5.1.1":
version: 5.1.1
resolution: "chai@npm:5.1.1"
"chai@npm:^5.1.2":
version: 5.1.2
resolution: "chai@npm:5.1.2"
dependencies:
assertion-error: "npm:^2.0.1"
check-error: "npm:^2.1.1"
deep-eql: "npm:^5.0.1"
loupe: "npm:^3.1.0"
pathval: "npm:^2.0.0"
checksum: 10c0/e7f00e5881e3d5224f08fe63966ed6566bd9fdde175863c7c16dd5240416de9b34c4a0dd925f4fd64ad56256ca6507d32cf6131c49e1db65c62578eb31d4566c
checksum: 10c0/6c04ff8495b6e535df9c1b062b6b094828454e9a3c9493393e55b2f4dbff7aa2a29a4645133cad160fb00a16196c4dc03dc9bb37e1f4ba9df3b5f50d7533a736
languageName: node
linkType: hard

Expand Down

0 comments on commit e9c1fab

Please sign in to comment.