Skip to content

Commit

Permalink
build(deps): update devdependency chai to ~5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 18, 2024
1 parent fce06fd commit ba2d26a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"@types/mocha": "~10.0.0",
"@types/node": "~20.11.0",
"@types/rimraf": "~3.0.0",
"chai": "~5.0.0",
"chai": "~5.1.0",
"chai-as-promised": "~7.1.0",
"converter": "~0.0.5",
"mkdirp": "~3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,10 @@ chai-as-promised@~7.1.0:
dependencies:
check-error "^1.0.2"

chai@~5.0.0:
version "5.0.3"
resolved "https://registry.yarnpkg.com/chai/-/chai-5.0.3.tgz#db8e109373b86e7fb33d3ef0d0116f0fa8019066"
integrity sha512-wKGCtYv2kVY5WEjKqQ3fSIZWtTFveZCtzinhTZbx3/trVkxefiwovhpU9kRVCwxvKKCEjTWXPdM1/T7zPoDgow==
chai@~5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/chai/-/chai-5.1.0.tgz#648cf2d8b5d16f32646612e22ffd12dc617ef960"
integrity sha512-kDZ7MZyM6Q1DhR9jy7dalKohXQ2yrlXkk59CR52aRKxJrobmlBNqnFQxX9xOX8w+4mz8SYlKJa/7D7ddltFXCw==
dependencies:
assertion-error "^2.0.1"
check-error "^2.0.0"
Expand Down

0 comments on commit ba2d26a

Please sign in to comment.