Skip to content

Commit

Permalink
build(deps-dev): bump chai from 5.0.0 to 5.1.0 (#23)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump chai from 5.0.0 to 5.1.0

Bumps [chai](https://github.com/chaijs/chai) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v5.0.0...v5.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* chore(version): 🔧 📦️ prerelease version bump to 1.0.4-259ddependabot-npm-and-yarn-chai-5-1-0.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Mar 16, 2024
1 parent 03cf059 commit d3764aa
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zhttp/monorepo",
"version": "1.0.3",
"version": "1.0.4-259ddependabot-npm-and-yarn-chai-5-1-0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zhttp/core",
"version": "1.0.3",
"version": "1.0.4-259ddependabot-npm-and-yarn-chai-5-1-0.0",
"description": "A minimal, strongly typed HTTP library with Zod validation",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^6.3.1",
"@zhttp/errors": "1.0.3",
"@zhttp/errors": "1.0.4-259ddependabot-npm-and-yarn-chai-5-1-0.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand All @@ -51,14 +51,14 @@
"@types/sinon": "^17.0.3",
"@types/supertest": "^6.0.2",
"@types/uuid": "^9.0.7",
"chai": "^5.0.0",
"chai": "^5.1.0",
"sinon": "^17.0.1",
"supertest": "^6.3.3",
"ts-node": "^10.9.2",
"typescript": "^4.4.4"
},
"peerDependencies": {
"@zhttp/errors": "1.0.3",
"@zhttp/errors": "1.0.4-259ddependabot-npm-and-yarn-chai-5-1-0.0",
"zod": "^3.22.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zhttp/errors",
"version": "1.0.3",
"version": "1.0.4-259ddependabot-npm-and-yarn-chai-5-1-0.0",
"description": "Error library extending @zhttp/core",
"repository": {
"type": "git",
Expand Down

0 comments on commit d3764aa

Please sign in to comment.