mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02:00
chore(deps): update dependency superagent to v10.2.2 (#10422)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [superagent](https://redirect.github.com/ladjs/superagent) | [`10.2.1` -> `10.2.2`](https://renovatebot.com/diffs/npm/superagent/10.2.1/10.2.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ladjs/superagent (superagent)</summary> ### [`v10.2.2`](https://redirect.github.com/forwardemail/superagent/releases/tag/v10.2.2) [Compare Source](https://redirect.github.com/ladjs/superagent/compare/v10.2.1...v10.2.2) - fix: fixed ci [`5c2b13d`](https://redirect.github.com/ladjs/superagent/commit/5c2b13d) - fix: fixed README badge [`28167d1`](https://redirect.github.com/ladjs/superagent/commit/28167d1) - fix: drop node v14 from ci [`2ed5ac6`](https://redirect.github.com/ladjs/superagent/commit/2ed5ac6) - Revert "fix: fixed ci" [`583939f`](https://redirect.github.com/ladjs/superagent/commit/583939f) - Revert "fix: remove husky folder" [`17e059b`](https://redirect.github.com/ladjs/superagent/commit/17e059b) - fix: remove husky folder [`1633f64`](https://redirect.github.com/ladjs/superagent/commit/1633f64) - fix: fixed ci [`6409480`](https://redirect.github.com/ladjs/superagent/commit/6409480) - fix: added package lock [`57d6b35`](https://redirect.github.com/ladjs/superagent/commit/57d6b35) - feat: fix formidable v3 compatibility with PassThrough bridge for multipart parsing [`c40db6d`](https://redirect.github.com/ladjs/superagent/commit/c40db6d) - fix: fixed package version [`fe58239`](https://redirect.github.com/ladjs/superagent/commit/fe58239) *** </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40My41IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
663f30c8db
commit
7950b8c5bc
@ -176,7 +176,7 @@
|
||||
"openapi-enforcer": "1.23.0",
|
||||
"proxyquire": "2.1.3",
|
||||
"source-map-support": "0.5.21",
|
||||
"superagent": "10.2.1",
|
||||
"superagent": "10.2.2",
|
||||
"supertest": "7.1.3",
|
||||
"ts-node": "10.9.2",
|
||||
"tsc-watch": "7.1.1",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -7065,9 +7065,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"superagent@npm:10.2.1":
|
||||
version: 10.2.1
|
||||
resolution: "superagent@npm:10.2.1"
|
||||
"superagent@npm:10.2.2":
|
||||
version: 10.2.2
|
||||
resolution: "superagent@npm:10.2.2"
|
||||
dependencies:
|
||||
component-emitter: "npm:^1.3.0"
|
||||
cookiejar: "npm:^2.1.4"
|
||||
@ -7078,7 +7078,7 @@ __metadata:
|
||||
methods: "npm:^1.1.2"
|
||||
mime: "npm:2.6.0"
|
||||
qs: "npm:^6.11.0"
|
||||
checksum: 10c0/526e3716f765873fc2f98a00fe0c8cbfe57976c501a30486307eefe54a6a5e379a0adf2ca8b29d40bc33a34d6baf7814972b0398b6002445ca3b4af07487f090
|
||||
checksum: 10c0/7a5203616a421591d20eeefc1ae39b68270d4ed05eb920f53cc5ee4682370e5190d01bde933158dbe0e217d889b145239f2115b8b14dcc1744f26486a0bf3699
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -7668,7 +7668,7 @@ __metadata:
|
||||
slug: "npm:^9.0.0"
|
||||
source-map-support: "npm:0.5.21"
|
||||
stoppable: "npm:^1.1.0"
|
||||
superagent: "npm:10.2.1"
|
||||
superagent: "npm:10.2.2"
|
||||
supertest: "npm:7.1.3"
|
||||
tldts: "npm:7.0.6"
|
||||
ts-node: "npm:10.9.2"
|
||||
|
Loading…
Reference in New Issue
Block a user