Skip to content

Commit

Permalink
build(deps-dev): bump supertest from 6.3.3 to 6.3.4 (#24)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump supertest from 6.3.3 to 6.3.4

Bumps [supertest](https://github.com/ladjs/supertest) from 6.3.3 to 6.3.4.
- [Release notes](https://github.com/ladjs/supertest/releases)
- [Commits](ladjs/supertest@v6.3.3...v6.3.4)

---
updated-dependencies:
- dependency-name: supertest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore(version): 🔧 📦️ prerelease version bump to 1.0.4-352ddependabot-npm-and-yarn-supertest-6-3-4.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 d3764aa commit dc63309
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.4-259ddependabot-npm-and-yarn-chai-5-1-0.0",
"version": "1.0.4-352ddependabot-npm-and-yarn-supertest-6-3-4.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.4-259ddependabot-npm-and-yarn-chai-5-1-0.0",
"version": "1.0.4-352ddependabot-npm-and-yarn-supertest-6-3-4.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.4-259ddependabot-npm-and-yarn-chai-5-1-0.0",
"@zhttp/errors": "1.0.4-352ddependabot-npm-and-yarn-supertest-6-3-4.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand All @@ -53,12 +53,12 @@
"@types/uuid": "^9.0.7",
"chai": "^5.1.0",
"sinon": "^17.0.1",
"supertest": "^6.3.3",
"supertest": "^6.3.4",
"ts-node": "^10.9.2",
"typescript": "^4.4.4"
},
"peerDependencies": {
"@zhttp/errors": "1.0.4-259ddependabot-npm-and-yarn-chai-5-1-0.0",
"@zhttp/errors": "1.0.4-352ddependabot-npm-and-yarn-supertest-6-3-4.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.4-259ddependabot-npm-and-yarn-chai-5-1-0.0",
"version": "1.0.4-352ddependabot-npm-and-yarn-supertest-6-3-4.0",
"description": "Error library extending @zhttp/core",
"repository": {
"type": "git",
Expand Down

0 comments on commit dc63309

Please sign in to comment.