Skip to content

Commit 2e4bb09

Browse files
feat(deps): Bump fastify from 5.9.0 to 5.12.1
Bumps [fastify](https://github.com/fastify/fastify) from 5.9.0 to 5.12.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v5.9.0...v5.12.1) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fe2c7c commit 2e4bb09

2 files changed

Lines changed: 28 additions & 11 deletions

File tree

‎dev-packages/node-integration-tests/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"cron": "^3.1.6",
6868
"dataloader": "2.2.2",
6969
"express": "^4.21.2",
70-
"fastify": "^5.7.0",
70+
"fastify": "^5.12.1",
7171
"generic-pool": "^3.9.0",
7272
"graphql": "^16.11.0",
7373
"graphql-tag": "^2.12.7",

‎yarn.lock‎

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15659,6 +15659,18 @@ fast-json-stringify@^6.0.0:
1565915659
json-schema-ref-resolver "^3.0.0"
1566015660
rfdc "^1.2.0"
1566115661

15662+
fast-json-stringify@^7.0.0:
15663+
version "7.0.1"
15664+
resolved "https://registry.yarnpkg.com/fast-json-stringify/-/fast-json-stringify-7.0.1.tgz#e528a11a6196fa54edd7e51369c30764e0839d13"
15665+
integrity sha512-eRSayARSbbwlBjpP4vnTTIRD5QPcIrmihPxDeN1DtKnHPg66UuJLx+8hlK1kaFdjvzyQ/dzALoi4vwAQ+T+iZA==
15666+
dependencies:
15667+
"@fastify/merge-json-schemas" "^0.2.0"
15668+
ajv "^8.12.0"
15669+
ajv-formats "^3.0.1"
15670+
fast-uri "^4.0.0"
15671+
json-schema-ref-resolver "^3.0.0"
15672+
rfdc "^1.2.0"
15673+
1566215674
fast-levenshtein@^2.0.6:
1566315675
version "2.0.6"
1566415676
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
@@ -15730,6 +15742,11 @@ fast-uri@^3.0.0, fast-uri@^3.0.1:
1573015742
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.5.tgz#610f37419a030270430cecd68d74e3d4d96725d0"
1573115743
integrity sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==
1573215744

15745+
fast-uri@^4.0.0:
15746+
version "4.1.4"
15747+
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-4.1.4.tgz#2076a9d7bce86a86aa31ac40650b935fd5b1cd60"
15748+
integrity sha512-dODXrIxlS9JSdgAnhIUKOosKV1oMtU2VtVw87QRaHzyl5jxO290Ii5tEZfCfzfWNHi3jKWwBSdQj0qIyshdZdQ==
15749+
1573315750
fast-wrap-ansi@^0.2.0:
1573415751
version "0.2.2"
1573515752
resolved "https://registry.yarnpkg.com/fast-wrap-ansi/-/fast-wrap-ansi-0.2.2.tgz#95e952a0145bce3f59ad56e179f84c48d4072935"
@@ -15762,22 +15779,22 @@ fast-xml-parser@^4.4.1:
1576215779
dependencies:
1576315780
strnum "^1.0.5"
1576415781

15765-
fastify@^5.7.0:
15766-
version "5.9.0"
15767-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.9.0.tgz#067a1d175ff3a09228e3e76ba6f639408c3fa0b1"
15768-
integrity sha512-VMS5lE0zj+MZlJpQa3Qv5iGjfun0H2N7VRgoBwpcTNQ2bdIQpv7fDpb+HGteGbicBsGkzGS+X+hdx9mmrfWuHQ==
15782+
fastify@^5.12.1:
15783+
version "5.12.1"
15784+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.12.1.tgz#d3a736ed0d656d8ffeed909c7099809b24b9f008"
15785+
integrity sha512-FWi+tQvwxR/PeRX7Z2mhfEF5ozJ3jn9asiiclzKXNSzJRHAYcU924aIOKAdHFJ+YIKieh3cqr1IwCOvTr41B3Q==
1576915786
dependencies:
1577015787
"@fastify/ajv-compiler" "^4.0.5"
1577115788
"@fastify/error" "^4.0.0"
1577215789
"@fastify/fast-json-stringify-compiler" "^5.0.0"
1577315790
"@fastify/proxy-addr" "^5.0.0"
1577415791
abstract-logging "^2.0.1"
1577515792
avvio "^9.0.0"
15776-
fast-json-stringify "^6.0.0"
15793+
fast-json-stringify "^7.0.0"
1577715794
find-my-way "^9.6.0"
1577815795
light-my-request "^6.0.0"
1577915796
pino "^9.14.0 || ^10.1.0"
15780-
process-warning "^5.0.0"
15797+
process-warning "^5.1.0"
1578115798
rfdc "^1.3.1"
1578215799
secure-json-parse "^4.0.0"
1578315800
semver "^7.6.0"
@@ -23105,10 +23122,10 @@ process-warning@^4.0.0:
2310523122
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-4.0.1.tgz#5c1db66007c67c756e4e09eb170cdece15da32fb"
2310623123
integrity sha512-3c2LzQ3rY9d0hc1emcsHhfT9Jwz0cChib/QN89oME2R451w5fy3f0afAhERFZAwrbDU43wk12d0ORBpDVME50Q==
2310723124

23108-
process-warning@^5.0.0:
23109-
version "5.0.0"
23110-
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-5.0.0.tgz#566e0bf79d1dff30a72d8bbbe9e8ecefe8d378d7"
23111-
integrity sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==
23125+
process-warning@^5.0.0, process-warning@^5.1.0:
23126+
version "5.1.0"
23127+
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-5.1.0.tgz#0ea094b18b610f594243efc585e20f2dbee555dc"
23128+
integrity sha512-jQSaVHsPgtyw60e1rQ/A+/ArPEj/S8pS/vFnyGa/gYFXrKk/6RuDkoqVDQ5NI5MmS01698ltlAk0NoDBNLujRw==
2311223129

2311323130
process@^0.11.10:
2311423131
version "0.11.10"

0 commit comments

Comments
 (0)