Skip to content

Commit 7754e0d

Browse files
fix(deps): update dependency fastify to v5.8.2 (#713)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b66832 commit 7754e0d

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.1",
11+
"fastify": "5.8.2",
1212
"ioredis": "5.9.3",
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
@@ -1388,10 +1388,10 @@ fast-uri@^3.0.0, fast-uri@^3.0.1:
13881388
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa"
13891389
integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
13901390

1391-
fastify@5.8.1:
1392-
version "5.8.1"
1393-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.8.1.tgz#777eef0143c0ba5e3c71076224455885f303504f"
1394-
integrity sha512-y0kicFvvn7CYWoPOVLOcvn4YyKQz03DIY7UxmyOy21/J8eXm09R+tmb+tVDBW5h+pja30cHI5dqUcSlvY86V2A==
1391+
fastify@5.8.2:
1392+
version "5.8.2"
1393+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.8.2.tgz#c0e4209a2abe69b54789505b6b47133769cef89c"
1394+
integrity sha512-lZmt3navvZG915IE+f7/TIVamxIwmBd+OMB+O9WBzcpIwOo6F0LTh0sluoMFk5VkrKTvvrwIaoJPkir4Z+jtAg==
13951395
dependencies:
13961396
"@fastify/ajv-compiler" "^4.0.5"
13971397
"@fastify/error" "^4.0.0"

0 commit comments

Comments
 (0)