Skip to content

Commit f174f40

Browse files
chore(deps): update dependency supertest to v7.1.4
1 parent 5b3099c commit f174f40

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

orm/testing-express/bun.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"lockfileVersion": 1,
3+
"configVersion": 0,
34
"workspaces": {
45
"": {
56
"name": "testing-express",
@@ -20,7 +21,7 @@
2021
"jest-environment-node": "29.7.0",
2122
"nanoid": "5.1.6",
2223
"prisma": "6.18.0",
23-
"supertest": "7.1.1",
24+
"supertest": "7.1.4",
2425
"ts-jest": "29.4.5",
2526
"tsx": "4.20.6",
2627
"typescript": "5.8.2",
@@ -848,7 +849,7 @@
848849

849850
"superagent": ["superagent@10.2.3", "", { "dependencies": { "component-emitter": "^1.3.1", "cookiejar": "^2.1.4", "debug": "^4.3.7", "fast-safe-stringify": "^2.1.1", "form-data": "^4.0.4", "formidable": "^3.5.4", "methods": "^1.1.2", "mime": "2.6.0", "qs": "^6.11.2" } }, "sha512-y/hkYGeXAj7wUMjxRbB21g/l6aAEituGXM9Rwl4o20+SX3e8YOSV6BxFXl+dL3Uk0mjSL3kCbNkwURm8/gEDig=="],
850851

851-
"supertest": ["supertest@7.1.1", "", { "dependencies": { "methods": "^1.1.2", "superagent": "^10.2.1" } }, "sha512-aI59HBTlG9e2wTjxGJV+DygfNLgnWbGdZxiA/sgrnNNikIW8lbDvCtF6RnhZoJ82nU7qv7ZLjrvWqCEm52fAmw=="],
852+
"supertest": ["supertest@7.1.4", "", { "dependencies": { "methods": "^1.1.2", "superagent": "^10.2.3" } }, "sha512-tjLPs7dVyqgItVFirHYqe2T+MfWc2VOBQ8QFKKbWTA3PU7liZR8zoSpAi/C1k1ilm9RsXIKYf197oap9wXGVYg=="],
852853

853854
"supports-color": ["supports-color@7.2.0", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="],
854855

orm/testing-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"jest-environment-node": "29.7.0",
2929
"nanoid": "5.1.6",
3030
"prisma": "6.18.0",
31-
"supertest": "7.1.1",
31+
"supertest": "7.1.4",
3232
"ts-jest": "29.4.5",
3333
"tsx": "4.20.6",
3434
"typescript": "5.8.2"

0 commit comments

Comments
 (0)