Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions .pnp.cjs

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

Binary file not shown.
2 changes: 1 addition & 1 deletion packages/core/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"axios": "1.13.4",
"decimal.js": "^10.3.1",
"fast-redact": "^3.0.1",
"fastify": "^5.0.0",
"fastify": "^5.8.1",
"lodash": "^4.17.23",
"lru-cache": "^6.0.0",
"object-hash": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/bank-frick/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@chainlink/external-adapter-framework": "2.11.6",
"axios": "1.13.4",
"fastify": "^5.0.0",
"fastify": "^5.8.1",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
31 changes: 27 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2418,7 +2418,7 @@ __metadata:
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:22.14.1"
axios: "npm:1.13.4"
fastify: "npm:^5.0.0"
fastify: "npm:^5.8.1"
nock: "npm:13.5.6"
tslib: "npm:^2.3.1"
typescript: "npm:5.8.3"
Expand Down Expand Up @@ -3156,7 +3156,7 @@ __metadata:
axios: "npm:1.13.4"
decimal.js: "npm:^10.3.1"
fast-redact: "npm:^3.0.1"
fastify: "npm:^5.0.0"
fastify: "npm:^5.8.1"
lodash: "npm:^4.17.23"
lru-cache: "npm:^6.0.0"
mock-socket: "npm:9.3.1"
Expand Down Expand Up @@ -13165,7 +13165,7 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:5.6.2, fastify@npm:^5.0.0":
"fastify@npm:5.6.2":
version: 5.6.2
resolution: "fastify@npm:5.6.2"
dependencies:
Expand Down Expand Up @@ -13234,6 +13234,29 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:^5.8.1":
version: 5.8.2
resolution: "fastify@npm:5.8.2"
dependencies:
"@fastify/ajv-compiler": "npm:^4.0.5"
"@fastify/error": "npm:^4.0.0"
"@fastify/fast-json-stringify-compiler": "npm:^5.0.0"
"@fastify/proxy-addr": "npm:^5.0.0"
abstract-logging: "npm:^2.0.1"
avvio: "npm:^9.0.0"
fast-json-stringify: "npm:^6.0.0"
find-my-way: "npm:^9.0.0"
light-my-request: "npm:^6.0.0"
pino: "npm:^9.14.0 || ^10.1.0"
process-warning: "npm:^5.0.0"
rfdc: "npm:^1.3.1"
secure-json-parse: "npm:^4.0.0"
semver: "npm:^7.6.0"
toad-cache: "npm:^3.7.0"
checksum: 10/5250ad830dbc6227e950c977ed3a0c69643aaa7812129a426098c90ace733b81695197b6c878228deacaae338aa8e827b56345784a5a4e0a495e4b69ac84c26a
languageName: node
linkType: hard

"fastq@npm:^1.11.0, fastq@npm:^1.17.1, fastq@npm:^1.6.0":
version: 1.17.1
resolution: "fastq@npm:1.17.1"
Expand Down Expand Up @@ -16880,7 +16903,7 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:10.3.1":
"pino@npm:10.3.1, pino@npm:^9.14.0 || ^10.1.0":
version: 10.3.1
resolution: "pino@npm:10.3.1"
dependencies:
Expand Down
Loading