Skip to content

Commit

Permalink
chore(deps-dev): bump supertest from 6.3.3 to 6.3.4
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent eb1e4a0 commit 355ff09
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 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 packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"nodemon": "^3.0.1",
"path-scurry": "^1.10.1",
"rimraf": "^5.0.5",
"supertest": "^6.3.3",
"supertest": "^6.3.4",
"typescript": "5.3.2"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/handler-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"express": "^4.18.2",
"mocha": "^10.0.0",
"nock": "^13.2.9",
"supertest": "^6.2.4",
"supertest": "^6.3.4",
"tbbt-ld": "^1.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/spex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"c8": "^8.0.1",
"mocha": "^10.2.0",
"supertest": "^6.3.3"
"supertest": "^6.3.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/yasgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"absolute-url": "^1.2.2",
"c8": "^8.0.1",
"mocha": "^10.2.0",
"supertest": "^6.3.3"
"supertest": "^6.3.4"
}
}

0 comments on commit 355ff09

Please sign in to comment.