Skip to content
Closed
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"drizzle-orm": "0.41.0",
"extract-zip": "2.0.1",
"fast-json-stringify": "6.0.1",
"fastify": "5.7.4",
"fastify": "5.8.3",
"fastify-nodemailer": "5.0.0",
"fastify-plugin": "5.0.1",
"form-data": "4.0.5",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8255,9 +8255,9 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:5.7.4":
version: 5.7.4
resolution: "fastify@npm:5.7.4"
"fastify@npm:5.8.3":
version: 5.8.3
resolution: "fastify@npm:5.8.3"
dependencies:
"@fastify/ajv-compiler": "npm:^4.0.5"
"@fastify/error": "npm:^4.0.0"
Expand All @@ -8268,13 +8268,13 @@ __metadata:
fast-json-stringify: "npm:^6.0.0"
find-my-way: "npm:^9.0.0"
light-my-request: "npm:^6.0.0"
pino: "npm:^10.1.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/037fb94fb40b85b9da430dd5314ab3326ee40b10419ca81d514a5e948b67547aacfa60131e330a8e28927b8b875c70c7a156954118a06c958e9c20b24ab00881
checksum: 10/01e117c900ffaffc747c195d244ae2fb39c26a74b31336950b64660ed01f24a225e9a984ef0eb2a6e03c2902b3fb28bc27986fead53f21fdc7aea234928046ea
languageName: node
linkType: hard

Expand Down Expand Up @@ -8920,7 +8920,7 @@ __metadata:
eslint-plugin-import: "npm:2.32.0"
extract-zip: "npm:2.0.1"
fast-json-stringify: "npm:6.0.1"
fastify: "npm:5.7.4"
fastify: "npm:5.8.3"
fastify-nodemailer: "npm:5.0.0"
fastify-plugin: "npm:5.0.1"
form-data: "npm:4.0.5"
Expand Down Expand Up @@ -12390,7 +12390,7 @@ __metadata:
languageName: node
linkType: hard

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