1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

chore(deps): update dependency superagent to v10.2.0 (#9574)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [superagent](https://redirect.github.com/ladjs/superagent) | [`10.1.1`
-> `10.2.0`](https://renovatebot.com/diffs/npm/superagent/10.1.1/10.2.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/superagent/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/superagent/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/superagent/10.1.1/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/superagent/10.1.1/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ladjs/superagent (superagent)</summary>

###
[`v10.2.0`](https://redirect.github.com/ladjs/superagent/releases/tag/v10.2.0)

[Compare
Source](https://redirect.github.com/ladjs/superagent/compare/v10.1.1...v10.2.0)

- Merge pull request
[#&#8203;1829](https://redirect.github.com/ladjs/superagent/issues/1829)
from perrin4869/fix/http2/ipv6-addresses
[`02cad6a`](https://redirect.github.com/ladjs/superagent/commit/02cad6a)
- fix(https2): ipv6 addresses url
[`e29fd25`](https://redirect.github.com/ladjs/superagent/commit/e29fd25)
- Merge pull request
[#&#8203;1805](https://redirect.github.com/ladjs/superagent/issues/1805)
from perrin4869/fix/ipv6-addresses
[`150eb6c`](https://redirect.github.com/ladjs/superagent/commit/150eb6c)
- fix?
[`07954a1`](https://redirect.github.com/ladjs/superagent/commit/07954a1)
- attempt support ipv6
[`d688596`](https://redirect.github.com/ladjs/superagent/commit/d688596)
- attempt support ipv6
[`a2f11f8`](https://redirect.github.com/ladjs/superagent/commit/a2f11f8)
- re-add test
[`10a2e40`](https://redirect.github.com/ladjs/superagent/commit/10a2e40)
- remove regression test
[`15e9de6`](https://redirect.github.com/ladjs/superagent/commit/15e9de6)
- fix: ipv6 addresses parsing
[`ec50f5a`](https://redirect.github.com/ladjs/superagent/commit/ec50f5a)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-19 09:55:59 +00:00 committed by GitHub
parent d437fc7bdd
commit ac96797932
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -216,7 +216,7 @@
"openapi-enforcer": "1.23.0",
"proxyquire": "2.1.3",
"source-map-support": "0.5.21",
"superagent": "10.1.1",
"superagent": "10.2.0",
"supertest": "7.0.0",
"ts-node": "10.9.2",
"tsc-watch": "6.2.1",

View File

@ -8841,9 +8841,9 @@ __metadata:
languageName: node
linkType: hard
"superagent@npm:10.1.1":
version: 10.1.1
resolution: "superagent@npm:10.1.1"
"superagent@npm:10.2.0":
version: 10.2.0
resolution: "superagent@npm:10.2.0"
dependencies:
component-emitter: "npm:^1.3.0"
cookiejar: "npm:^2.1.4"
@ -8854,7 +8854,7 @@ __metadata:
methods: "npm:^1.1.2"
mime: "npm:2.6.0"
qs: "npm:^6.11.0"
checksum: 10c0/d5709840347030afd7367157363e620c8fed6f436060ebe13f0d2b61254c39426eb7a395c255ede019cd153a14c6ee752d3d29cf151de1cc1c24efb02f99e398
checksum: 10c0/a1616a352831feddbcb7fa04c0af0a65d1ac68f03c5d7710d4df25c71cd470721764f9a180aac8605c6695f2e8fee23a037457169b23467045b5d43bc8cbc646
languageName: node
linkType: hard
@ -9420,7 +9420,7 @@ __metadata:
slug: "npm:^9.0.0"
source-map-support: "npm:0.5.21"
stoppable: "npm:^1.1.0"
superagent: "npm:10.1.1"
superagent: "npm:10.2.0"
supertest: "npm:7.0.0"
ts-node: "npm:10.9.2"
ts-toolbelt: "npm:^9.6.0"