Skip to content

Commit 2a17117

Browse files
chore(deps): update dependency supertest to v7
1 parent 4b09c96 commit 2a17117

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"eslint-plugin-jest": "24.7.0",
119119
"jest": "27.5.1",
120120
"jest-runner-eslint": "0.11.1",
121-
"supertest": "6.3.3",
121+
"supertest": "7.0.0",
122122
"ts-jest": "27.1.5",
123123
"ts-loader": "9.4.1",
124124
"ts-node": "10.9.1",

yarn.lock

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10335,10 +10335,10 @@ [email protected]:
1033510335
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
1033610336
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
1033710337

10338-
cookiejar@^2.1.3:
10339-
version "2.1.3"
10340-
resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.3.tgz#fc7a6216e408e74414b90230050842dacda75acc"
10341-
integrity sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==
10338+
cookiejar@^2.1.4:
10339+
version "2.1.4"
10340+
resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.4.tgz#ee669c1fea2cf42dc31585469d193fef0d65771b"
10341+
integrity sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==
1034210342

1034310343
copy-concurrently@^1.0.0:
1034410344
version "1.0.5"
@@ -13346,15 +13346,14 @@ formdata-node@^4.3.1:
1334613346
node-domexception "1.0.0"
1334713347
web-streams-polyfill "4.0.0-beta.1"
1334813348

13349-
formidable@^2.1.1:
13350-
version "2.1.1"
13351-
resolved "https://registry.yarnpkg.com/formidable/-/formidable-2.1.1.tgz#81269cbea1a613240049f5f61a9d97731517414f"
13352-
integrity sha512-0EcS9wCFEzLvfiks7omJ+SiYJAiD+TzK4Pcw1UlUoGnhUxDcMKjt0P7x8wEb0u6OHu8Nb98WG3nxtlF5C7bvUQ==
13349+
formidable@^3.5.1:
13350+
version "3.5.1"
13351+
resolved "https://registry.yarnpkg.com/formidable/-/formidable-3.5.1.tgz#9360a23a656f261207868b1484624c4c8d06ee1a"
13352+
integrity sha512-WJWKelbRHN41m5dumb0/k8TeAx7Id/y3a+Z7QfhxP/htI9Js5zYaEDtG8uMgG0vM0lOlqnmjE99/kfpOYi/0Og==
1335313353
dependencies:
1335413354
dezalgo "^1.0.4"
1335513355
hexoid "^1.0.0"
1335613356
once "^1.4.0"
13357-
qs "^6.11.0"
1335813357

1335913358
1336013359
version "0.2.0"
@@ -23248,29 +23247,29 @@ subscriptions-transport-ws@^0.9.18, subscriptions-transport-ws@^0.9.19:
2324823247
symbol-observable "^1.0.4"
2324923248
ws "^5.2.0 || ^6.0.0 || ^7.0.0"
2325023249

23251-
superagent@^8.0.5:
23252-
version "8.0.6"
23253-
resolved "https://registry.yarnpkg.com/superagent/-/superagent-8.0.6.tgz#e3fb0b3112b79b12acd605c08846253197765bf6"
23254-
integrity sha512-HqSe6DSIh3hEn6cJvCkaM1BLi466f1LHi4yubR0tpewlMpk4RUFFy35bKz8SsPBwYfIIJy5eclp+3tCYAuX0bw==
23250+
superagent@^9.0.1:
23251+
version "9.0.1"
23252+
resolved "https://registry.yarnpkg.com/superagent/-/superagent-9.0.1.tgz#660773036c03728a1a88649a5d7e15d89b1d6961"
23253+
integrity sha512-CcRSdb/P2oUVaEpQ87w9Obsl+E9FruRd6b2b7LdiBtJoyMr2DQt7a89anAfiX/EL59j9b2CbRFvf2S91DhuCww==
2325523254
dependencies:
2325623255
component-emitter "^1.3.0"
23257-
cookiejar "^2.1.3"
23256+
cookiejar "^2.1.4"
2325823257
debug "^4.3.4"
2325923258
fast-safe-stringify "^2.1.1"
2326023259
form-data "^4.0.0"
23261-
formidable "^2.1.1"
23260+
formidable "^3.5.1"
2326223261
methods "^1.1.2"
2326323262
mime "2.6.0"
2326423263
qs "^6.11.0"
2326523264
semver "^7.3.8"
2326623265

23267-
supertest@6.3.3:
23268-
version "6.3.3"
23269-
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.3.3.tgz#42f4da199fee656106fd422c094cf6c9578141db"
23270-
integrity sha512-EMCG6G8gDu5qEqRQ3JjjPs6+FYT1a7Hv5ApHvtSghmOFJYtsU5S+pSb6Y2EUeCEY3CmEL3mmQ8YWlPOzQomabA==
23266+
supertest@7.0.0:
23267+
version "7.0.0"
23268+
resolved "https://registry.yarnpkg.com/supertest/-/supertest-7.0.0.tgz#cac53b3d6872a0b317980b2b0cfa820f09cd7634"
23269+
integrity sha512-qlsr7fIC0lSddmA3tzojvzubYxvlGtzumcdHgPwbFWMISQwL22MhM2Y3LNt+6w9Yyx7559VW5ab70dgphm8qQA==
2327123270
dependencies:
2327223271
methods "^1.1.2"
23273-
superagent "^8.0.5"
23272+
superagent "^9.0.1"
2327423273

2327523274
[email protected], supports-color@^8.0.0, supports-color@^8.1.0:
2327623275
version "8.1.1"

0 commit comments

Comments
 (0)