Skip to content

Commit 0c8aaaf

Browse files
chore(deps): update dependency @types/supertest to v7 (#1484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e80b88e commit 0c8aaaf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/express": "5.0.6",
5252
"@types/jest": "27.5.2",
5353
"@types/node": "20.19.33",
54-
"@types/supertest": "6.0.3",
54+
"@types/supertest": "7.2.0",
5555
"@typescript-eslint/eslint-plugin": "8.56.1",
5656
"@typescript-eslint/parser": "8.56.1",
5757
"eslint": "10.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1794,10 +1794,10 @@
17941794
"@types/methods" "^1.1.4"
17951795
"@types/node" "*"
17961796

1797-
"@types/supertest@6.0.3":
1798-
version "6.0.3"
1799-
resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-6.0.3.tgz#d736f0e994b195b63e1c93e80271a2faf927388c"
1800-
integrity sha512-8WzXq62EXFhJ7QsH3Ocb/iKQ/Ty9ZVWnVzoTKc9tyyFRRF3a74Tk2+TLFgaFFw364Ere+npzHKEJ6ga2LzIL7w==
1797+
"@types/supertest@7.2.0":
1798+
version "7.2.0"
1799+
resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-7.2.0.tgz#9620bc998d3e26bcbedba7d31da8fe4c82fc1620"
1800+
integrity sha512-uh2Lv57xvggst6lCqNdFAmDSvoMG7M/HDtX4iUCquxQ5EGPtaPM5PL5Hmi7LCvOG8db7YaCPNJEeoI8s/WzIQw==
18011801
dependencies:
18021802
"@types/methods" "^1.1.4"
18031803
"@types/superagent" "^8.1.0"

0 commit comments

Comments
 (0)