0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Update dependency supertest to v6.3.4 (#22693)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v6.3.4`](https://redirect.github.com/ladjs/supertest/releases/tag/v6.3.4)

[Compare
Source](https://redirect.github.com/ladjs/supertest/compare/v6.3.3...v6.3.4)

- chore: bump deps, remove yarn.lock
[`bc4398a`](https://redirect.github.com/ladjs/supertest/commit/bc4398a)
- chore: bump deps
[`c823515`](https://redirect.github.com/ladjs/supertest/commit/c823515)
- Merge pull request
[#&#8203;811](https://redirect.github.com/ladjs/supertest/issues/811)
from ladjs/dependabot/npm_and_yarn/cookiejar-2.1.4
[`37017b3`](https://redirect.github.com/ladjs/supertest/commit/37017b3)
- Merge pull request
[#&#8203;814](https://redirect.github.com/ladjs/supertest/issues/814)
from siddtheone/patch-1
[`6b41374`](https://redirect.github.com/ladjs/supertest/commit/6b41374)
- Merge pull request
[#&#8203;828](https://redirect.github.com/ladjs/supertest/issues/828)
from 9renpoto/9renpoto-patch-1
[`0ff9c02`](https://redirect.github.com/ladjs/supertest/commit/0ff9c02)
- si/visionmedia/ladjs/
[`2cba6d4`](https://redirect.github.com/ladjs/supertest/commit/2cba6d4)
- Update package.json
[`79a69b6`](https://redirect.github.com/ladjs/supertest/commit/79a69b6)
- Merge pull request
[#&#8203;821](https://redirect.github.com/ladjs/supertest/issues/821)
from yunnysunny/feature/ci-fix
[`c1b8f9d`](https://redirect.github.com/ladjs/supertest/commit/c1b8f9d)
- ci: fix broken github action cache saving
[`5d48749`](https://redirect.github.com/ladjs/supertest/commit/5d48749)
- Merge pull request
[#&#8203;818](https://redirect.github.com/ladjs/supertest/issues/818)
from lamweili/patch-1
[`25920e7`](https://redirect.github.com/ladjs/supertest/commit/25920e7)
- docs: fixed links (for
[#&#8203;621](https://redirect.github.com/ladjs/supertest/issues/621))
[`3767f9e`](https://redirect.github.com/ladjs/supertest/commit/3767f9e)
- Update README.md
[`b81d3a4`](https://redirect.github.com/ladjs/supertest/commit/b81d3a4)
- Removing unused import
[`4b372eb`](https://redirect.github.com/ladjs/supertest/commit/4b372eb)
- chore(deps): bump cookiejar from 2.1.3 to 2.1.4
[`ac9327f`](https://redirect.github.com/ladjs/supertest/commit/ac9327f)
- Merge pull request
[#&#8203;646](https://redirect.github.com/ladjs/supertest/issues/646)
from dtom90/patch-1
[`44d5d72`](https://redirect.github.com/ladjs/supertest/commit/44d5d72)
- Merge pull request
[#&#8203;621](https://redirect.github.com/ladjs/supertest/issues/621)
from RichieRunner/patch-1
[`d91ff37`](https://redirect.github.com/ladjs/supertest/commit/d91ff37)
- Update index.js function definition
[`9ee6a1b`](https://redirect.github.com/ladjs/supertest/commit/9ee6a1b)
- Update README.md
[`13a2b44`](https://redirect.github.com/ladjs/supertest/commit/13a2b44)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Never, 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/TryGhost/Ghost).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-30 19:34:30 +00:00 committed by GitHub
parent 1383e383aa
commit 2bfe783ee4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 17 deletions

View file

@ -257,7 +257,7 @@
"rewire": "6.0.0",
"should": "13.2.3",
"sinon": "15.2.0",
"supertest": "6.3.3",
"supertest": "6.3.4",
"tmp": "0.2.1",
"toml": "3.0.0",
"tsx": "4.19.3",

View file

@ -20,6 +20,6 @@
"devDependencies": {
"c8": "8.0.1",
"mocha": "10.8.2",
"supertest": "6.3.3"
"supertest": "6.3.4"
}
}

View file

@ -18672,10 +18672,10 @@ formidable@^1.2.1:
resolved "https://registry.yarnpkg.com/formidable/-/formidable-1.2.6.tgz#d2a51d60162bbc9b4a055d8457a7c75315d1a168"
integrity sha512-KcpbcpuLNOwrEjnbpMC0gS+X8ciDoZE1kkqzat4a8vrprf+s9pKNQ/QIwWfbfs4ltgmFl3MD177SNTkve3BwGQ==
formidable@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/formidable/-/formidable-2.1.1.tgz#81269cbea1a613240049f5f61a9d97731517414f"
integrity sha512-0EcS9wCFEzLvfiks7omJ+SiYJAiD+TzK4Pcw1UlUoGnhUxDcMKjt0P7x8wEb0u6OHu8Nb98WG3nxtlF5C7bvUQ==
formidable@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/formidable/-/formidable-2.1.2.tgz#fa973a2bec150e4ce7cac15589d7a25fc30ebd89"
integrity sha512-CM3GuJ57US06mlpQ47YcunuUZ9jpm8Vx+P2CGt2j7HpgkKZO/DJYQ0Bobim8G6PFQmK5lOqOOdUXboU+h73A4g==
dependencies:
dezalgo "^1.0.4"
hexoid "^1.0.0"
@ -30295,17 +30295,17 @@ superagent@5.1.0:
readable-stream "^3.4.0"
semver "^6.1.1"
superagent@^8.0.5:
version "8.0.6"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-8.0.6.tgz#e3fb0b3112b79b12acd605c08846253197765bf6"
integrity sha512-HqSe6DSIh3hEn6cJvCkaM1BLi466f1LHi4yubR0tpewlMpk4RUFFy35bKz8SsPBwYfIIJy5eclp+3tCYAuX0bw==
superagent@^8.1.2:
version "8.1.2"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-8.1.2.tgz#03cb7da3ec8b32472c9d20f6c2a57c7f3765f30b"
integrity sha512-6WTxW1EB6yCxV5VFOIPQruWGHqc3yI7hEmZK6h+pyk69Lk/Ut7rLUY6W/ONF2MjBuGjvmMiIpsrVJ2vjrHlslA==
dependencies:
component-emitter "^1.3.0"
cookiejar "^2.1.3"
cookiejar "^2.1.4"
debug "^4.3.4"
fast-safe-stringify "^2.1.1"
form-data "^4.0.0"
formidable "^2.1.1"
formidable "^2.1.2"
methods "^1.1.2"
mime "2.6.0"
qs "^6.11.0"
@ -30326,13 +30326,13 @@ superagent@^9.0.1:
mime "2.6.0"
qs "^6.11.0"
supertest@6.3.3:
version "6.3.3"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.3.3.tgz#42f4da199fee656106fd422c094cf6c9578141db"
integrity sha512-EMCG6G8gDu5qEqRQ3JjjPs6+FYT1a7Hv5ApHvtSghmOFJYtsU5S+pSb6Y2EUeCEY3CmEL3mmQ8YWlPOzQomabA==
supertest@6.3.4:
version "6.3.4"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.3.4.tgz#2145c250570c2ea5d337db3552dbfb78a2286218"
integrity sha512-erY3HFDG0dPnhw4U+udPfrzXa4xhSG+n4rxfRuZWCUvjFWwKl+OxWf/7zk50s84/fAAs7vf5QAb9uRa0cCykxw==
dependencies:
methods "^1.1.2"
superagent "^8.0.5"
superagent "^8.1.2"
supertest@7.0.0:
version "7.0.0"