Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency superagent to v10 #863

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"sinon-chai": "^3.3.0",
"sonar-scanner": "^3.1.0",
"sonarqube-scanner": "^4.0.0",
"superagent": "^5.3.1",
"superagent": "^10.0.0",
"supertest": "^4.0.2",
"watch": "^1.0.2",
"webdriverio": "^8.10.5",
Expand Down
53 changes: 20 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7620,7 +7620,7 @@ __metadata:
languageName: node
linkType: hard

"fast-safe-stringify@npm:^2.0.7, fast-safe-stringify@npm:^2.1.1":
"fast-safe-stringify@npm:^2.1.1":
version: 2.1.1
resolution: "fast-safe-stringify@npm:2.1.1"
checksum: 10c0/d90ec1c963394919828872f21edaa3ad6f1dddd288d2bd4e977027afff09f5db40f94e39536d4646f7e01761d704d72d51dce5af1b93717f3489ef808f5f4e4d
Expand Down Expand Up @@ -8020,17 +8020,6 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:^3.0.0":
version: 3.0.1
resolution: "form-data@npm:3.0.1"
dependencies:
asynckit: "npm:^0.4.0"
combined-stream: "npm:^1.0.8"
mime-types: "npm:^2.1.12"
checksum: 10c0/1ccc3ae064a080a799923f754d49fcebdd90515a8924f0f54de557540b50e7f1fe48ba5f2bd0435a5664aa2d49729107e6aaf2155a9abf52339474c5638b4485
languageName: node
linkType: hard

"form-data@npm:^4.0.0":
version: 4.0.0
resolution: "form-data@npm:4.0.0"
Expand Down Expand Up @@ -11339,7 +11328,7 @@ __metadata:
languageName: node
linkType: hard

"mime@npm:2.6.0, mime@npm:^2.4.1, mime@npm:^2.4.6":
"mime@npm:2.6.0, mime@npm:^2.4.1":
version: 2.6.0
resolution: "mime@npm:2.6.0"
bin:
Expand Down Expand Up @@ -13547,7 +13536,7 @@ __metadata:
sinon-chai: "npm:^3.3.0"
sonar-scanner: "npm:^3.1.0"
sonarqube-scanner: "npm:^4.0.0"
superagent: "npm:^5.3.1"
superagent: "npm:^10.0.0"
supertest: "npm:^4.0.2"
uuid: "npm:^8.3.2"
validator: "npm:^13.7.0"
Expand Down Expand Up @@ -15716,6 +15705,23 @@ __metadata:
languageName: node
linkType: hard

"superagent@npm:^10.0.0":
version: 10.1.0
resolution: "superagent@npm:10.1.0"
dependencies:
component-emitter: "npm:^1.3.0"
cookiejar: "npm:^2.1.4"
debug: "npm:^4.3.4"
fast-safe-stringify: "npm:^2.1.1"
form-data: "npm:^4.0.0"
formidable: "npm:^3.5.1"
methods: "npm:^1.1.2"
mime: "npm:2.6.0"
qs: "npm:^6.11.0"
checksum: 10c0/114fa031c395deaf093036612efa11ceb649ad9e431f6d84e7ab51f628a711e3f9c683446a1407cb170d8c68902c1f2238ee446af43ea2e70e944af37309997a
languageName: node
linkType: hard

"superagent@npm:^3.8.3":
version: 3.8.3
resolution: "superagent@npm:3.8.3"
Expand All @@ -15734,25 +15740,6 @@ __metadata:
languageName: node
linkType: hard

"superagent@npm:^5.3.1":
version: 5.3.1
resolution: "superagent@npm:5.3.1"
dependencies:
component-emitter: "npm:^1.3.0"
cookiejar: "npm:^2.1.2"
debug: "npm:^4.1.1"
fast-safe-stringify: "npm:^2.0.7"
form-data: "npm:^3.0.0"
formidable: "npm:^1.2.2"
methods: "npm:^1.1.2"
mime: "npm:^2.4.6"
qs: "npm:^6.9.4"
readable-stream: "npm:^3.6.0"
semver: "npm:^7.3.2"
checksum: 10c0/3714daa24436f81f637fbc7c47183a669aaa3a2a6e2c32ef4867f001b7309cbd01836c0bc605c7cead26291a971c3905afe50173a2f17961b4a488c492fe5fc6
languageName: node
linkType: hard

"superagent@npm:^8.0.9":
version: 8.1.2
resolution: "superagent@npm:8.1.2"
Expand Down