Skip to content

Commit

Permalink
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 4.3.10 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.3.10...v4.5.0)

Updates `@types/chai` from 4.3.9 to 4.3.16
- [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-minor
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent abad1c8 commit 4fb6f85
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 18 deletions.
49 changes: 33 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@types/archiver": "^6.0.2",
"@types/chai": "^4.3.9",
"@types/chai": "^4.3.16",
"@types/cookie-session": "2.0.47",
"@types/cors": "2.8.17",
"@types/express": "4.17.18",
Expand All @@ -77,7 +77,7 @@
"@types/supertest": "2.0.16",
"@types/swagger-ui-dist": "^3.30.3",
"@types/uuid": "9.0.7",
"chai": "^4.3.10",
"chai": "^4.5.0",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"env-cmd": "^10.1.0",
Expand Down

0 comments on commit 4fb6f85

Please sign in to comment.