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
31 changes: 30 additions & 1 deletion .pnp.cjs

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

Binary file not shown.
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.12.1",
"lodash": "^4.17.23",
"lru-cache": "^6.0.0",
"object-hash": "^2.2.0",
Expand Down
34 changes: 32 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2992,7 +2992,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.12.1"
lodash: "npm:^4.17.23"
lru-cache: "npm:^6.0.0"
mock-socket: "npm:9.3.1"
Expand Down Expand Up @@ -14578,7 +14578,7 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:5.8.5, fastify@npm:^5.0.0":
"fastify@npm:5.8.5":
version: 5.8.5
resolution: "fastify@npm:5.8.5"
dependencies:
Expand All @@ -14601,6 +14601,29 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:^5.12.1":
version: 5.12.1
resolution: "fastify@npm:5.12.1"
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:^7.0.0"
find-my-way: "npm:^9.6.0"
light-my-request: "npm:^6.0.0"
pino: "npm:^9.14.0 || ^10.1.0"
process-warning: "npm:^5.1.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/b1e189820cc458e91b75a246d11fa040ceaef0d4545eac29adee966a3affcf36a57751640e2568f78f5dc72eea8f1062723cc9ac91459de3ee0b3e1e00df4c44
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 @@ -18056,6 +18079,13 @@ __metadata:
languageName: node
linkType: hard

"process-warning@npm:^5.1.0":
version: 5.1.0
resolution: "process-warning@npm:5.1.0"
checksum: 10/ff3fccbc71b1a5af289fdc4d195b6c82c89f51f3fea5bb06bda6e533b9c98d381675571d3b0d66ff0fa85e59d9c69049726dd55a76996c2e6294759166072aa4
languageName: node
linkType: hard

"prom-client@npm:15.1.3":
version: 15.1.3
resolution: "prom-client@npm:15.1.3"
Expand Down
Loading