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

Commit e9b0698

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 7701687 commit e9b0698

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

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
@@ -939,6 +939,11 @@ content-disposition@^0.5.3:
939939
dependencies:
940940
safe-buffer "5.2.1"
941941

942+
content-type@^1.0.4:
943+
version "1.0.5"
944+
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
945+
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
946+
942947
continuation-local-storage@^3.2.1:
943948
version "3.2.1"
944949
resolved "https://registry.yarnpkg.com/continuation-local-storage/-/continuation-local-storage-3.2.1.tgz#11f613f74e914fe9b34c92ad2d28fe6ae1db7ffb"
@@ -1208,16 +1213,17 @@ fastify-plugin@^4.0.0:
12081213
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.3.0.tgz#c6eaa87a7a0d6d1d16129e43e31d6bc1d8868e53"
12091214
integrity sha512-M3+i368lV0OYTJ5TfClIoPKEKSOF7112iiPdwgfSR0gN98BjA1Nk+c6oBHtfcVt9KiMxl+EQKHC1QNWo3ZOpYQ==
12101215

1211-
fastify@^4.9.2:
1212-
version "4.9.2"
1213-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.9.2.tgz#0f5cfb3e1960320a9cae920efb59c3605c5577c7"
1214-
integrity sha512-Mk3hv7ZRet2huMYN6IJ8RGy1TAAC7LJsCEjxLf808zafAADNu43xRzbl7FSEIBxKyhntTM0F626Oc34LUNcUxQ==
1216+
fastify@^4.10.2:
1217+
version "4.10.2"
1218+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.10.2.tgz#0dd1cb8d16df3c14eff938c08aa6da63b4035d0d"
1219+
integrity sha512-0T+4zI6N3S8ex0LCZi3H4FasJR4AzWw834fUkPWvV8r6GBJkLmAOfFxH8f5V29Plef24IK0QSQD/tz1Nx+1UOA==
12151220
dependencies:
12161221
"@fastify/ajv-compiler" "^3.3.1"
12171222
"@fastify/error" "^3.0.0"
12181223
"@fastify/fast-json-stringify-compiler" "^4.1.0"
12191224
abstract-logging "^2.0.1"
12201225
avvio "^8.2.0"
1226+
content-type "^1.0.4"
12211227
find-my-way "^7.3.0"
12221228
light-my-request "^5.6.1"
12231229
pino "^8.5.0"
@@ -1226,7 +1232,7 @@ fastify@^4.9.2:
12261232
rfdc "^1.3.0"
12271233
secure-json-parse "^2.5.0"
12281234
semver "^7.3.7"
1229-
tiny-lru "^9.0.2"
1235+
tiny-lru "^10.0.0"
12301236

12311237
fastparallel@^2.3.0, fastparallel@^2.4.1:
12321238
version "2.4.1"
@@ -2350,10 +2356,10 @@ through@2, through@~2.3, through@~2.3.1:
23502356
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
23512357
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
23522358

2353-
tiny-lru@^9.0.2:
2354-
version "9.0.3"
2355-
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-9.0.3.tgz#f6a2121f433607a7f338881a23090829c1ea8cae"
2356-
integrity sha512-/i9GruRjXsnDgehxvy6iZ4AFNVxngEFbwzirhdulomMNPGPVV3ECMZOWSw0w4sRMZ9Al9m4jy08GPvRxRUGYlw==
2359+
tiny-lru@^10.0.0:
2360+
version "10.2.1"
2361+
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-10.2.1.tgz#2a7f7cd87cf82ba87f4224af681bc2b478ece722"
2362+
integrity sha512-cxcNyX4O50FDnB5x9jdEJupYC+9PPutt6wT16TaOtXeHfV9t41aFqg0VniB9YK5KmBeqmZaYriNMajm/5TtA7Q==
23572363

23582364
to-regex-range@^5.0.1:
23592365
version "5.0.1"

0 commit comments

Comments
 (0)