Skip to content

Commit

Permalink
Bump chai from 4.4.1 to 4.5.0
Browse files Browse the repository at this point in the history
Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.4.1...v4.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent d83167b commit fe2337e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/mocha": "^10.0.7",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"chai": "^4.3.10",
"chai": "^4.5.0",
"coveralls": "^3.1.1",
"eslint": "^8.57.0",
"eslint-plugin-notice": "^1.0.0",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ __metadata:
"@types/mocha": "npm:^10.0.7"
"@typescript-eslint/eslint-plugin": "npm:^7.16.0"
"@typescript-eslint/parser": "npm:^7.16.0"
chai: "npm:^4.3.10"
chai: "npm:^4.5.0"
coveralls: "npm:^3.1.1"
eslint: "npm:^8.57.0"
eslint-plugin-notice: "npm:^1.0.0"
Expand Down Expand Up @@ -1113,18 +1113,18 @@ __metadata:
languageName: node
linkType: hard

"chai@npm:^4.3.10":
version: 4.4.1
resolution: "chai@npm:4.4.1"
"chai@npm:^4.5.0":
version: 4.5.0
resolution: "chai@npm:4.5.0"
dependencies:
assertion-error: "npm:^1.1.0"
check-error: "npm:^1.0.3"
deep-eql: "npm:^4.1.3"
get-func-name: "npm:^2.0.2"
loupe: "npm:^2.3.6"
pathval: "npm:^1.1.1"
type-detect: "npm:^4.0.8"
checksum: 10c0/91590a8fe18bd6235dece04ccb2d5b4ecec49984b50924499bdcd7a95c02cb1fd2a689407c19bb854497bde534ef57525cfad6c7fdd2507100fd802fbc2aefbd
type-detect: "npm:^4.1.0"
checksum: 10c0/b8cb596bd1aece1aec659e41a6e479290c7d9bee5b3ad63d2898ad230064e5b47889a3bc367b20100a0853b62e026e2dc514acf25a3c9385f936aa3614d4ab4d
languageName: node
linkType: hard

Expand Down Expand Up @@ -3993,13 +3993,20 @@ __metadata:
languageName: node
linkType: hard

"type-detect@npm:^4.0.0, type-detect@npm:^4.0.8":
"type-detect@npm:^4.0.0":
version: 4.0.8
resolution: "type-detect@npm:4.0.8"
checksum: 10c0/8fb9a51d3f365a7de84ab7f73b653534b61b622aa6800aecdb0f1095a4a646d3f5eb295322127b6573db7982afcd40ab492d038cf825a42093a58b1e1353e0bd
languageName: node
linkType: hard

"type-detect@npm:^4.1.0":
version: 4.1.0
resolution: "type-detect@npm:4.1.0"
checksum: 10c0/df8157ca3f5d311edc22885abc134e18ff8ffbc93d6a9848af5b682730ca6a5a44499259750197250479c5331a8a75b5537529df5ec410622041650a7f293e2a
languageName: node
linkType: hard

"type-fest@npm:^0.20.2":
version: 0.20.2
resolution: "type-fest@npm:0.20.2"
Expand Down

0 comments on commit fe2337e

Please sign in to comment.