Skip to content

Commit d82f5a2

Browse files
chore(deps): update dependency @types/supertest to v6
1 parent 23c3eda commit d82f5a2

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/express": "4.17.21",
6262
"@types/jest": "29.5.12",
6363
"@types/node": "20.14.9",
64-
"@types/supertest": "2.0.16",
64+
"@types/supertest": "6.0.2",
6565
"@typescript-eslint/eslint-plugin": "7.14.1",
6666
"@typescript-eslint/parser": "7.14.1",
6767
"copyfiles": "2.4.1",

yarn.lock

+21-12
Original file line numberDiff line numberDiff line change
@@ -1228,9 +1228,10 @@
12281228
dependencies:
12291229
"@types/node" "*"
12301230

1231-
"@types/cookiejar@*":
1232-
version "2.1.2"
1233-
resolved "https://registry.npmjs.org/@types/cookiejar/-/cookiejar-2.1.2.tgz"
1231+
"@types/cookiejar@^2.1.5":
1232+
version "2.1.5"
1233+
resolved "https://registry.yarnpkg.com/@types/cookiejar/-/cookiejar-2.1.5.tgz#14a3e83fa641beb169a2dd8422d91c3c345a9a78"
1234+
integrity sha512-he+DHOWReW0nghN24E1WUqM0efK4kI9oTqDm6XmK8ZPe2djZ90BSNdGnIyCLzCPw7/pogPlGbzI2wHGGmi4O/Q==
12341235

12351236
"@types/eslint-scope@^3.7.3":
12361237
version "3.7.3"
@@ -1310,6 +1311,11 @@
13101311
version "7.0.9"
13111312
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz"
13121313

1314+
"@types/methods@^1.1.4":
1315+
version "1.1.4"
1316+
resolved "https://registry.yarnpkg.com/@types/methods/-/methods-1.1.4.tgz#d3b7ac30ac47c91054ea951ce9eed07b1051e547"
1317+
integrity sha512-ymXWVrDiCxTBE3+RIrrP533E70eA+9qu7zdWoHuOmGujkYtzf4HQF96b8nwHLqhuf4ykX61IGRIB38CC6/sImQ==
1318+
13131319
"@types/mime@^1":
13141320
version "1.3.2"
13151321
resolved "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz"
@@ -1345,19 +1351,22 @@
13451351
version "2.0.1"
13461352
resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz"
13471353

1348-
"@types/superagent@*":
1349-
version "4.1.13"
1350-
resolved "https://registry.npmjs.org/@types/superagent/-/superagent-4.1.13.tgz"
1354+
"@types/superagent@^8.1.0":
1355+
version "8.1.7"
1356+
resolved "https://registry.yarnpkg.com/@types/superagent/-/superagent-8.1.7.tgz#1153819ed4db34427409a1cc58f3e2f13eeec862"
1357+
integrity sha512-NmIsd0Yj4DDhftfWvvAku482PZum4DBW7U51OvS8gvOkDDY0WT1jsVyDV3hK+vplrsYw8oDwi9QxOM7U68iwww==
13511358
dependencies:
1352-
"@types/cookiejar" "*"
1359+
"@types/cookiejar" "^2.1.5"
1360+
"@types/methods" "^1.1.4"
13531361
"@types/node" "*"
13541362

1355-
"@types/supertest@2.0.16":
1356-
version "2.0.16"
1357-
resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-2.0.16.tgz#7a1294edebecb960d957bbe9b26002a2b7f21cd7"
1358-
integrity sha512-6c2ogktZ06tr2ENoZivgm7YnprnhYE4ZoXGMY+oA7IuAf17M8FWvujXZGmxLv8y0PTyts4x5A+erSwVUFA8XSg==
1363+
"@types/supertest@6.0.2":
1364+
version "6.0.2"
1365+
resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-6.0.2.tgz#2af1c466456aaf82c7c6106c6b5cbd73a5e86588"
1366+
integrity sha512-137ypx2lk/wTQbW6An6safu9hXmajAifU/s7szAHLN/FeIm5w7yR0Wkl9fdJMRSHwOn4HLAI0DaB2TOORuhPDg==
13591367
dependencies:
1360-
"@types/superagent" "*"
1368+
"@types/methods" "^1.1.4"
1369+
"@types/superagent" "^8.1.0"
13611370

13621371
"@types/yargs-parser@*":
13631372
version "20.2.1"

0 commit comments

Comments
 (0)