mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Update dependency fastq to v1.19.0 (#22087)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fastq](https://redirect.github.com/mcollina/fastq) | [`1.18.0` -> `1.19.0`](https://renovatebot.com/diffs/npm/fastq/1.18.0/1.19.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mcollina/fastq (fastq)</summary> ### [`v1.19.0`](https://redirect.github.com/mcollina/fastq/releases/tag/v1.19.0) [Compare Source](https://redirect.github.com/mcollina/fastq/compare/v1.18.0...v1.19.0) #### What's Changed - Expose paused status flag by [@​greguz](https://redirect.github.com/greguz) in [https://github.com/mcollina/fastq/pull/91](https://redirect.github.com/mcollina/fastq/pull/91) #### New Contributors - [@​greguz](https://redirect.github.com/greguz) made their first contribution in [https://github.com/mcollina/fastq/pull/91](https://redirect.github.com/mcollina/fastq/pull/91) **Full Changelog**: https://github.com/mcollina/fastq/compare/v1.18.0...v1.19.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* * * * 1-5" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6e6d6d2230
commit
1d0091506b
2 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@
|
||||||
"@tryghost/logging": "2.4.18",
|
"@tryghost/logging": "2.4.18",
|
||||||
"bree": "6.5.0",
|
"bree": "6.5.0",
|
||||||
"cron-validate": "1.4.5",
|
"cron-validate": "1.4.5",
|
||||||
"fastq": "1.18.0",
|
"fastq": "1.19.0",
|
||||||
"p-wait-for": "3.2.0",
|
"p-wait-for": "3.2.0",
|
||||||
"workerpool": "9.1.3"
|
"workerpool": "9.1.3"
|
||||||
}
|
}
|
||||||
|
|
|
@ -17925,10 +17925,10 @@ fastest-levenshtein@^1.0.16:
|
||||||
resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5"
|
resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5"
|
||||||
integrity sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==
|
integrity sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==
|
||||||
|
|
||||||
fastq@1.18.0, fastq@^1.13.0, fastq@^1.6.0:
|
fastq@1.19.0, fastq@^1.13.0, fastq@^1.6.0:
|
||||||
version "1.18.0"
|
version "1.19.0"
|
||||||
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.18.0.tgz#d631d7e25faffea81887fe5ea8c9010e1b36fee0"
|
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.19.0.tgz#a82c6b7c2bb4e44766d865f07997785fecfdcb89"
|
||||||
integrity sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==
|
integrity sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA==
|
||||||
dependencies:
|
dependencies:
|
||||||
reusify "^1.0.4"
|
reusify "^1.0.4"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue