Skip to content

Commit

Permalink
Bump chai from 5.0.3 to 5.1.1 (#404)
Browse files Browse the repository at this point in the history
Bumps [chai](https://github.com/chaijs/chai) from 5.0.3 to 5.1.1.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v5.0.3...v5.1.1)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent 80f21c2 commit a32257e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Rico Sta. Cruz <rico@ricostacruz.com>"
],
"devDependencies": {
"chai": "^5.0.3",
"chai": "^5.1.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/global-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"Rico Sta. Cruz <rico@ricostacruz.com>"
],
"devDependencies": {
"chai": "^5.0.3",
"chai": "^5.1.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -483,16 +483,16 @@ __metadata:
languageName: node
linkType: hard

"chai@npm:^5.0.3":
version: 5.0.3
resolution: "chai@npm:5.0.3"
"chai@npm:^5.1.1":
version: 5.1.1
resolution: "chai@npm:5.1.1"
dependencies:
assertion-error: "npm:^2.0.1"
check-error: "npm:^2.0.0"
check-error: "npm:^2.1.1"
deep-eql: "npm:^5.0.1"
loupe: "npm:^3.1.0"
pathval: "npm:^2.0.0"
checksum: 10/d9b2bb0e4591b4a73ea98bb7a6423c4e50dd35f43ce4404be26126796af970d844269bb0b07b21866620c542f07957003b34c5cf60095e5a84878af6b120cc2d
checksum: 10/ee67279a5613bd36dc1dc13660042429ae2f1dc5a9030a6abcf381345866dfb5bce7bc10b9d74c8de86b6f656489f654bbbef3f3361e06925591e6a00c72afff
languageName: node
linkType: hard

Expand All @@ -506,10 +506,10 @@ __metadata:
languageName: node
linkType: hard

"check-error@npm:^2.0.0":
version: 2.0.0
resolution: "check-error@npm:2.0.0"
checksum: 10/120f252c2e1ad82ef82a616662805345c6c361347bfd6203f8a28c53a158811dd0ea21278f29c8136cc9df12fc7f077d1a07124569d98fb396b3072d08f2f092
"check-error@npm:^2.1.1":
version: 2.1.1
resolution: "check-error@npm:2.1.1"
checksum: 10/d785ed17b1d4a4796b6e75c765a9a290098cf52ff9728ce0756e8ffd4293d2e419dd30c67200aee34202463b474306913f2fcfaf1890641026d9fc6966fea27a
languageName: node
linkType: hard

Expand Down Expand Up @@ -1384,7 +1384,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "global-jsdom-workspace@workspace:."
dependencies:
chai: "npm:^5.0.3"
chai: "npm:^5.1.1"
eslint: "npm:^8.56.0"
eslint-config-airbnb-base: "npm:^15.0.0"
eslint-plugin-import: "npm:^2.29.1"
Expand All @@ -1400,7 +1400,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "global-jsdom@workspace:packages/global-jsdom"
dependencies:
chai: "npm:^5.0.3"
chai: "npm:^5.1.1"
eslint: "npm:^8.56.0"
eslint-config-airbnb-base: "npm:^15.0.0"
eslint-plugin-import: "npm:^2.29.1"
Expand Down

0 comments on commit a32257e

Please sign in to comment.