Skip to content

Commit

Permalink
chore(deps-dev): bump fastify from 4.22.2 to 4.23.2 (#3625)
Browse files Browse the repository at this point in the history
* [email protected] uses 'node:'-prefixed requires, which requires node v14.18.0
  https://nodejs.org/api/modules.html#core-modules

Co-authored-by: Trent Mick <[email protected]>
  • Loading branch information
dependabot[bot] and trentm authored Sep 20, 2023
1 parent 3adbadf commit db5e92c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/_is_fastify_incompat.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function isFastifyIncompat() {
}
if (
semver.satisfies(fastifyVer, '4.x') &&
!semver.satisfies(nodeVer, '>=14.6.0')
!semver.satisfies(nodeVer, '>=14.18.0')
) {
return msg;
}
Expand Down

0 comments on commit db5e92c

Please sign in to comment.