Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 0e870a7

Browse files
Bump fastify from 4.9.2 to 4.10.2
Bumps [fastify](https://github.com/fastify/fastify) from 4.9.2 to 4.10.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v4.9.2...v4.10.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 876d7f1 commit 0e870a7

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@fastify/websocket": "^7.1.0",
3535
"aedes": "^0.48.0",
3636
"applicationinsights": "^2.5.0",
37-
"fastify": "^4.9.2",
37+
"fastify": "^4.10.2",
3838
"http-errors": "^2.0.0",
3939
"node-fetch": "^2.6.7",
4040
"openapi-types": "^12.1.0",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,11 @@ content-disposition@^0.5.3:
11071107
dependencies:
11081108
safe-buffer "5.2.1"
11091109

1110+
content-type@^1.0.4:
1111+
version "1.0.5"
1112+
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
1113+
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
1114+
11101115
continuation-local-storage@^3.2.1:
11111116
version "3.2.1"
11121117
resolved "https://registry.yarnpkg.com/continuation-local-storage/-/continuation-local-storage-3.2.1.tgz#11f613f74e914fe9b34c92ad2d28fe6ae1db7ffb"
@@ -1414,16 +1419,17 @@ fastify-plugin@^4.0.0:
14141419
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.3.0.tgz#c6eaa87a7a0d6d1d16129e43e31d6bc1d8868e53"
14151420
integrity sha512-M3+i368lV0OYTJ5TfClIoPKEKSOF7112iiPdwgfSR0gN98BjA1Nk+c6oBHtfcVt9KiMxl+EQKHC1QNWo3ZOpYQ==
14161421

1417-
fastify@^4.9.2:
1418-
version "4.9.2"
1419-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.9.2.tgz#0f5cfb3e1960320a9cae920efb59c3605c5577c7"
1420-
integrity sha512-Mk3hv7ZRet2huMYN6IJ8RGy1TAAC7LJsCEjxLf808zafAADNu43xRzbl7FSEIBxKyhntTM0F626Oc34LUNcUxQ==
1422+
fastify@^4.10.2:
1423+
version "4.10.2"
1424+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.10.2.tgz#0dd1cb8d16df3c14eff938c08aa6da63b4035d0d"
1425+
integrity sha512-0T+4zI6N3S8ex0LCZi3H4FasJR4AzWw834fUkPWvV8r6GBJkLmAOfFxH8f5V29Plef24IK0QSQD/tz1Nx+1UOA==
14211426
dependencies:
14221427
"@fastify/ajv-compiler" "^3.3.1"
14231428
"@fastify/error" "^3.0.0"
14241429
"@fastify/fast-json-stringify-compiler" "^4.1.0"
14251430
abstract-logging "^2.0.1"
14261431
avvio "^8.2.0"
1432+
content-type "^1.0.4"
14271433
find-my-way "^7.3.0"
14281434
light-my-request "^5.6.1"
14291435
pino "^8.5.0"
@@ -1432,7 +1438,7 @@ fastify@^4.9.2:
14321438
rfdc "^1.3.0"
14331439
secure-json-parse "^2.5.0"
14341440
semver "^7.3.7"
1435-
tiny-lru "^9.0.2"
1441+
tiny-lru "^10.0.0"
14361442

14371443
fastparallel@^2.3.0, fastparallel@^2.4.1:
14381444
version "2.4.1"
@@ -2796,10 +2802,10 @@ through@2, through@^2.3.4, through@~2.3, through@~2.3.1:
27962802
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
27972803
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
27982804

2799-
tiny-lru@^9.0.2:
2800-
version "9.0.3"
2801-
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-9.0.3.tgz#f6a2121f433607a7f338881a23090829c1ea8cae"
2802-
integrity sha512-/i9GruRjXsnDgehxvy6iZ4AFNVxngEFbwzirhdulomMNPGPVV3ECMZOWSw0w4sRMZ9Al9m4jy08GPvRxRUGYlw==
2805+
tiny-lru@^10.0.0:
2806+
version "10.2.1"
2807+
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-10.2.1.tgz#2a7f7cd87cf82ba87f4224af681bc2b478ece722"
2808+
integrity sha512-cxcNyX4O50FDnB5x9jdEJupYC+9PPutt6wT16TaOtXeHfV9t41aFqg0VniB9YK5KmBeqmZaYriNMajm/5TtA7Q==
28032809

28042810
tmp@~0.2.1:
28052811
version "0.2.1"

0 commit comments

Comments
 (0)