From ac9679793216066b1bfb6d929cbe8d14a54de56f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 09:55:59 +0000 Subject: [PATCH] chore(deps): update dependency superagent to v10.2.0 (#9574) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
ladjs/superagent (superagent) ### [`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 [#​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 [#​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)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index dd1940ed96..aa01023177 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index afccfb1602..515d1db02c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"