Skip to content

Commit 7a4842d

Browse files
Update dependency fastify to v5.5.0 (#399)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [fastify](https://fastify.dev/) ([source](https://redirect.github.com/fastify/fastify)) | [`5.4.0` -> `5.5.0`](https://renovatebot.com/diffs/npm/fastify/5.4.0/5.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/fastify/5.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fastify/5.4.0/5.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastify/fastify (fastify)</summary> ### [`v5.5.0`](https://redirect.github.com/fastify/fastify/compare/v5.4.0...b0e255a2cdab05ed382a99db70fde482f6464bdd) [Compare Source](https://redirect.github.com/fastify/fastify/compare/v5.4.0...v5.5.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/TryGhost/TrafficAnalytics). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7be0c66 commit 7a4842d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@tryghost/errors": "1.3.8",
8181
"@tryghost/referrer-parser": "0.1.8",
8282
"@tryghost/validator": "0.2.17",
83-
"fastify": "5.4.0",
83+
"fastify": "5.5.0",
8484
"fastify-plugin": "5.0.1",
8585
"pino": "9.7.0",
8686
"ua-parser-js": "1.0.40"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4677,10 +4677,10 @@ [email protected], fastify-plugin@^5.0.0, fastify-plugin@^5.0.1:
46774677
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.0.1.tgz#82d44e6fe34d1420bb5a4f7bee434d501e41939f"
46784678
integrity sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==
46794679

4680-
fastify@5.4.0:
4681-
version "5.4.0"
4682-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.4.0.tgz#82bf56e0bc36ba8dfb0bd372a0de8b62ccf3287c"
4683-
integrity sha512-I4dVlUe+WNQAhKSyv15w+dwUh2EPiEl4X2lGYMmNSgF83WzTMAPKGdWEv5tPsCQOb+SOZwz8Vlta2vF+OeDgRw==
4680+
fastify@5.5.0:
4681+
version "5.5.0"
4682+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.5.0.tgz#a1cf7bbfad7e4021f042e6f78942d3c3dd511a5d"
4683+
integrity sha512-ZWSWlzj3K/DcULCnCjEiC2zn2FBPdlZsSA/pnPa/dbUfLvxkD/Nqmb0XXMXLrWkeM4uQPUvjdJpwtXmTfriXqw==
46844684
dependencies:
46854685
"@fastify/ajv-compiler" "^4.0.0"
46864686
"@fastify/error" "^4.0.0"

0 commit comments

Comments
 (0)