Skip to content

Commit

Permalink
build(deps): update devdependency @types/chai to ~5.0.0 (#420)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 41c112c commit b053ff7
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 @@ -151,7 +151,7 @@
"npm": ">=5.0.0"
},
"devDependencies": {
"@types/chai": "~4.3.0",
"@types/chai": "~5.0.0",
"@types/chai-as-promised": "~8.0.0",
"@types/mkdirp": "~2.0.0",
"@types/mocha": "~10.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
dependencies:
"@types/chai" "*"

"@types/chai@*", "@types/chai@~4.3.0":
version "4.3.19"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.19.tgz#14519f437361d41e84102ed3fbc922ddace3e228"
integrity sha512-2hHHvQBVE2FiSK4eN0Br6snX9MtolHaTo/batnLjlGRhoQzlCL61iVpxoqO7SfFyOw+P/pwv+0zNHzKoGWz9Cw==
"@types/chai@*", "@types/chai@~5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-5.0.0.tgz#7f981e71e69c9b2d422f58f78de1c59179782133"
integrity sha512-+DwhEHAaFPPdJ2ral3kNHFQXnTfscEEFsUxzD+d7nlcLrFK23JtNjH71RGasTcHb88b4vVi4mTyfpf8u2L8bdA==

"@types/mkdirp@~2.0.0":
version "2.0.0"
Expand Down

0 comments on commit b053ff7

Please sign in to comment.