Skip to content

Commit e4dfd4a

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

File tree

5 files changed

+53
-8
lines changed

5 files changed

+53
-8
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.
632 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.8.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.8.3",
3434
"tslib": "^2.3.1"
3535
},
3636
"devDependencies": {

yarn.lock

Lines changed: 27 additions & 4 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.8.3"
24222422
nock: "npm:13.5.6"
24232423
tslib: "npm:^2.3.1"
24242424
typescript: "npm:5.8.3"
@@ -3172,7 +3172,7 @@ __metadata:
31723172
axios: "npm:1.13.4"
31733173
decimal.js: "npm:^10.3.1"
31743174
fast-redact: "npm:^3.0.1"
3175-
fastify: "npm:^5.0.0"
3175+
fastify: "npm:^5.8.3"
31763176
lodash: "npm:^4.17.23"
31773177
lru-cache: "npm:^6.0.0"
31783178
mock-socket: "npm:9.3.1"
@@ -13200,7 +13200,7 @@ __metadata:
1320013200
languageName: node
1320113201
linkType: hard
1320213202

13203-
"fastify@npm:5.6.2, fastify@npm:^5.0.0":
13203+
"fastify@npm:5.6.2":
1320413204
version: 5.6.2
1320513205
resolution: "fastify@npm:5.6.2"
1320613206
dependencies:
@@ -13269,6 +13269,29 @@ __metadata:
1326913269
languageName: node
1327013270
linkType: hard
1327113271

13272+
"fastify@npm:^5.8.3":
13273+
version: 5.8.5
13274+
resolution: "fastify@npm:5.8.5"
13275+
dependencies:
13276+
"@fastify/ajv-compiler": "npm:^4.0.5"
13277+
"@fastify/error": "npm:^4.0.0"
13278+
"@fastify/fast-json-stringify-compiler": "npm:^5.0.0"
13279+
"@fastify/proxy-addr": "npm:^5.0.0"
13280+
abstract-logging: "npm:^2.0.1"
13281+
avvio: "npm:^9.0.0"
13282+
fast-json-stringify: "npm:^6.0.0"
13283+
find-my-way: "npm:^9.0.0"
13284+
light-my-request: "npm:^6.0.0"
13285+
pino: "npm:^9.14.0 || ^10.1.0"
13286+
process-warning: "npm:^5.0.0"
13287+
rfdc: "npm:^1.3.1"
13288+
secure-json-parse: "npm:^4.0.0"
13289+
semver: "npm:^7.6.0"
13290+
toad-cache: "npm:^3.7.0"
13291+
checksum: 10/286054e09964743b3e36ae7fb5d78a46662adb818ac305efca6a09560c9f7346881b0f1ef51736bdd334f5bfecab4461dacdb55bef10e6b64829bbfcc397474d
13292+
languageName: node
13293+
linkType: hard
13294+
1327213295
"fastq@npm:^1.11.0, fastq@npm:^1.17.1, fastq@npm:^1.6.0":
1327313296
version: 1.17.1
1327413297
resolution: "fastq@npm:1.17.1"
@@ -16871,7 +16894,7 @@ __metadata:
1687116894
languageName: node
1687216895
linkType: hard
1687316896

16874-
"pino@npm:10.3.1":
16897+
"pino@npm:10.3.1, pino@npm:^9.14.0 || ^10.1.0":
1687516898
version: 10.3.1
1687616899
resolution: "pino@npm:10.3.1"
1687716900
dependencies:

0 commit comments

Comments
 (0)