Skip to content

Commit 4ef3e6a

Browse files
Bump fastify from 5.6.2 to 5.7.3
Bumps [fastify](https://github.com/fastify/fastify) from 5.6.2 to 5.7.3. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v5.6.2...v5.7.3) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.7.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e5d837 commit 4ef3e6a

File tree

5 files changed

+52
-7
lines changed

5 files changed

+52
-7
lines changed

.pnp.cjs

Lines changed: 24 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
621 KB
Binary file not shown.

packages/core/bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"axios": "1.13.4",
2222
"decimal.js": "^10.3.1",
2323
"fast-redact": "^3.0.1",
24-
"fastify": "^5.0.0",
24+
"fastify": "^5.7.3",
2525
"lodash": "^4.17.23",
2626
"lru-cache": "^6.0.0",
2727
"object-hash": "^2.2.0",

packages/sources/bank-frick/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@chainlink/external-adapter-framework": "2.11.6",
3232
"axios": "1.13.4",
33-
"fastify": "^5.0.0",
33+
"fastify": "^5.7.3",
3434
"tslib": "^2.3.1"
3535
},
3636
"devDependencies": {

yarn.lock

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2418,7 +2418,7 @@ __metadata:
24182418
"@types/jest": "npm:^29.5.14"
24192419
"@types/node": "npm:22.14.1"
24202420
axios: "npm:1.13.4"
2421-
fastify: "npm:^5.0.0"
2421+
fastify: "npm:^5.7.3"
24222422
nock: "npm:13.5.6"
24232423
tslib: "npm:^2.3.1"
24242424
typescript: "npm:5.8.3"
@@ -3156,7 +3156,7 @@ __metadata:
31563156
axios: "npm:1.13.4"
31573157
decimal.js: "npm:^10.3.1"
31583158
fast-redact: "npm:^3.0.1"
3159-
fastify: "npm:^5.0.0"
3159+
fastify: "npm:^5.7.3"
31603160
lodash: "npm:^4.17.23"
31613161
lru-cache: "npm:^6.0.0"
31623162
mock-socket: "npm:9.3.1"
@@ -13136,7 +13136,7 @@ __metadata:
1313613136
languageName: node
1313713137
linkType: hard
1313813138

13139-
"fastify@npm:5.6.2, fastify@npm:^5.0.0":
13139+
"fastify@npm:5.6.2":
1314013140
version: 5.6.2
1314113141
resolution: "fastify@npm:5.6.2"
1314213142
dependencies:
@@ -13182,6 +13182,29 @@ __metadata:
1318213182
languageName: node
1318313183
linkType: hard
1318413184

13185+
"fastify@npm:^5.7.3":
13186+
version: 5.7.4
13187+
resolution: "fastify@npm:5.7.4"
13188+
dependencies:
13189+
"@fastify/ajv-compiler": "npm:^4.0.5"
13190+
"@fastify/error": "npm:^4.0.0"
13191+
"@fastify/fast-json-stringify-compiler": "npm:^5.0.0"
13192+
"@fastify/proxy-addr": "npm:^5.0.0"
13193+
abstract-logging: "npm:^2.0.1"
13194+
avvio: "npm:^9.0.0"
13195+
fast-json-stringify: "npm:^6.0.0"
13196+
find-my-way: "npm:^9.0.0"
13197+
light-my-request: "npm:^6.0.0"
13198+
pino: "npm:^10.1.0"
13199+
process-warning: "npm:^5.0.0"
13200+
rfdc: "npm:^1.3.1"
13201+
secure-json-parse: "npm:^4.0.0"
13202+
semver: "npm:^7.6.0"
13203+
toad-cache: "npm:^3.7.0"
13204+
checksum: 10/037fb94fb40b85b9da430dd5314ab3326ee40b10419ca81d514a5e948b67547aacfa60131e330a8e28927b8b875c70c7a156954118a06c958e9c20b24ab00881
13205+
languageName: node
13206+
linkType: hard
13207+
1318513208
"fastq@npm:^1.11.0, fastq@npm:^1.17.1, fastq@npm:^1.6.0":
1318613209
version: 1.17.1
1318713210
resolution: "fastq@npm:1.17.1"

0 commit comments

Comments
 (0)