Skip to content

Commit 60f9ac9

Browse files
⬆️ Bump @types/supertest from 6.0.3 to 7.2.0 (#993)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b10835 commit 60f9ac9

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
@@ -38,7 +38,7 @@
3838
"@types/jest": "^30.0.0",
3939
"@types/node": "^25.0.1",
4040
"@types/safe-compare": "^1.1.0",
41-
"@types/supertest": "^6.0.2",
41+
"@types/supertest": "^7.2.0",
4242
"@types/yauzl": "2.10.3",
4343
"@typescript-eslint/eslint-plugin": "^8.46.2",
4444
"@typescript-eslint/parser": "^8.46.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,10 +1142,10 @@
11421142
"@types/methods" "^1.1.4"
11431143
"@types/node" "*"
11441144

1145-
"@types/supertest@^6.0.2":
1146-
version "6.0.3"
1147-
resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-6.0.3.tgz#d736f0e994b195b63e1c93e80271a2faf927388c"
1148-
integrity sha512-8WzXq62EXFhJ7QsH3Ocb/iKQ/Ty9ZVWnVzoTKc9tyyFRRF3a74Tk2+TLFgaFFw364Ere+npzHKEJ6ga2LzIL7w==
1145+
"@types/supertest@^7.2.0":
1146+
version "7.2.0"
1147+
resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-7.2.0.tgz#9620bc998d3e26bcbedba7d31da8fe4c82fc1620"
1148+
integrity sha512-uh2Lv57xvggst6lCqNdFAmDSvoMG7M/HDtX4iUCquxQ5EGPtaPM5PL5Hmi7LCvOG8db7YaCPNJEeoI8s/WzIQw==
11491149
dependencies:
11501150
"@types/methods" "^1.1.4"
11511151
"@types/superagent" "^8.1.0"

0 commit comments

Comments
 (0)