Skip to content

Commit 402240f

Browse files
fix(deps): update dependency fastify to v5.8.3 [security] (#725)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 111571e commit 402240f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ajv": "8.18.0",
99
"axios": "1.13.6",
1010
"eventsource": "4.1.0",
11-
"fastify": "5.8.2",
11+
"fastify": "5.8.3",
1212
"ioredis": "5.10.1",
1313
"mock-socket": "9.3.1",
1414
"pino": "10.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,10 +1441,10 @@ fast-uri@^3.0.0, fast-uri@^3.0.1:
14411441
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa"
14421442
integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
14431443

1444-
fastify@5.8.2:
1445-
version "5.8.2"
1446-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.8.2.tgz#c0e4209a2abe69b54789505b6b47133769cef89c"
1447-
integrity sha512-lZmt3navvZG915IE+f7/TIVamxIwmBd+OMB+O9WBzcpIwOo6F0LTh0sluoMFk5VkrKTvvrwIaoJPkir4Z+jtAg==
1444+
fastify@5.8.3:
1445+
version "5.8.3"
1446+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.8.3.tgz#78b5006cf0731d788457b19bd482805316424c8c"
1447+
integrity sha512-XJXpRQ41+rsJ/GLeP9vyDC+fBXilcTlEXokMSexkdEkla4uf7ZQNaI5xl3el+kW5TZQulqYxLr659ey/KX7XmQ==
14481448
dependencies:
14491449
"@fastify/ajv-compiler" "^4.0.5"
14501450
"@fastify/error" "^4.0.0"

0 commit comments

Comments
 (0)