Skip to content

Commit db5a35f

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

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.
630 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.1",
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.1",
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.1"
24222422
nock: "npm:13.5.6"
24232423
tslib: "npm:^2.3.1"
24242424
typescript: "npm:5.8.3"
@@ -3157,7 +3157,7 @@ __metadata:
31573157
axios: "npm:1.13.4"
31583158
decimal.js: "npm:^10.3.1"
31593159
fast-redact: "npm:^3.0.1"
3160-
fastify: "npm:^5.0.0"
3160+
fastify: "npm:^5.8.1"
31613161
lodash: "npm:^4.17.23"
31623162
lru-cache: "npm:^6.0.0"
31633163
mock-socket: "npm:9.3.1"
@@ -13154,7 +13154,7 @@ __metadata:
1315413154
languageName: node
1315513155
linkType: hard
1315613156

13157-
"fastify@npm:5.6.2, fastify@npm:^5.0.0":
13157+
"fastify@npm:5.6.2":
1315813158
version: 5.6.2
1315913159
resolution: "fastify@npm:5.6.2"
1316013160
dependencies:
@@ -13223,6 +13223,29 @@ __metadata:
1322313223
languageName: node
1322413224
linkType: hard
1322513225

13226+
"fastify@npm:^5.8.1":
13227+
version: 5.8.2
13228+
resolution: "fastify@npm:5.8.2"
13229+
dependencies:
13230+
"@fastify/ajv-compiler": "npm:^4.0.5"
13231+
"@fastify/error": "npm:^4.0.0"
13232+
"@fastify/fast-json-stringify-compiler": "npm:^5.0.0"
13233+
"@fastify/proxy-addr": "npm:^5.0.0"
13234+
abstract-logging: "npm:^2.0.1"
13235+
avvio: "npm:^9.0.0"
13236+
fast-json-stringify: "npm:^6.0.0"
13237+
find-my-way: "npm:^9.0.0"
13238+
light-my-request: "npm:^6.0.0"
13239+
pino: "npm:^9.14.0 || ^10.1.0"
13240+
process-warning: "npm:^5.0.0"
13241+
rfdc: "npm:^1.3.1"
13242+
secure-json-parse: "npm:^4.0.0"
13243+
semver: "npm:^7.6.0"
13244+
toad-cache: "npm:^3.7.0"
13245+
checksum: 10/5250ad830dbc6227e950c977ed3a0c69643aaa7812129a426098c90ace733b81695197b6c878228deacaae338aa8e827b56345784a5a4e0a495e4b69ac84c26a
13246+
languageName: node
13247+
linkType: hard
13248+
1322613249
"fastq@npm:^1.11.0, fastq@npm:^1.17.1, fastq@npm:^1.6.0":
1322713250
version: 1.17.1
1322813251
resolution: "fastq@npm:1.17.1"
@@ -16825,7 +16848,7 @@ __metadata:
1682516848
languageName: node
1682616849
linkType: hard
1682716850

16828-
"pino@npm:10.3.1":
16851+
"pino@npm:10.3.1, pino@npm:^9.14.0 || ^10.1.0":
1682916852
version: 10.3.1
1683016853
resolution: "pino@npm:10.3.1"
1683116854
dependencies:

0 commit comments

Comments
 (0)