Skip to content

Commit 398e7ab

Browse files
committed
chore(deps): update dependency fastify to v4.10.0
1 parent ac749e3 commit 398e7ab

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/mercurius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@nestjs/common": "8.4.7",
3131
"@nestjs/platform-fastify": "8.4.7",
3232
"@nestjs/testing": "8.4.7",
33-
"fastify": "4.9.2",
33+
"fastify": "4.10.0",
3434
"mercurius": "8.13.1",
3535
"mercurius-integration-testing": "6.0.1"
3636
},

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5663,10 +5663,10 @@ [email protected]:
56635663
semver "^7.3.2"
56645664
tiny-lru "^8.0.1"
56655665

5666-
fastify@4.9.2:
5667-
version "4.9.2"
5668-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.9.2.tgz#0f5cfb3e1960320a9cae920efb59c3605c5577c7"
5669-
integrity sha512-Mk3hv7ZRet2huMYN6IJ8RGy1TAAC7LJsCEjxLf808zafAADNu43xRzbl7FSEIBxKyhntTM0F626Oc34LUNcUxQ==
5666+
fastify@4.10.0:
5667+
version "4.10.0"
5668+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.10.0.tgz#9edc2bffcd36875aef2243f3d7d1fe6486610f6a"
5669+
integrity sha512-8yQPT+c/EbETjNxwM9PHeu2U4eXMoXTva0L9zoVgv7/ZCBtovWpfK4RKexhyh5Va3Jg82HovnfCxoZmwcZDfsQ==
56705670
dependencies:
56715671
"@fastify/ajv-compiler" "^3.3.1"
56725672
"@fastify/error" "^3.0.0"
@@ -5681,7 +5681,7 @@ [email protected]:
56815681
rfdc "^1.3.0"
56825682
secure-json-parse "^2.5.0"
56835683
semver "^7.3.7"
5684-
tiny-lru "^9.0.2"
5684+
tiny-lru "^10.0.0"
56855685

56865686
fastparallel@^2.3.0:
56875687
version "2.4.1"
@@ -10834,6 +10834,11 @@ through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6, through@^2.3.8:
1083410834
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
1083510835
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
1083610836

10837+
tiny-lru@^10.0.0:
10838+
version "10.0.1"
10839+
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-10.0.1.tgz#aaf5d22207e641ed1b176ac2e616d6cc2fc9ef66"
10840+
integrity sha512-Vst+6kEsWvb17Zpz14sRJV/f8bUWKhqm6Dc+v08iShmIJ/WxqWytHzCTd6m88pS33rE2zpX34TRmOpAJPloNCA==
10841+
1083710842
tiny-lru@^7.0.6:
1083810843
version "7.0.6"
1083910844
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-7.0.6.tgz#b0c3cdede1e5882aa2d1ae21cb2ceccf2a331f24"
@@ -10844,11 +10849,6 @@ tiny-lru@^8.0.1:
1084410849
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-8.0.1.tgz#c1d77d806e68035aaa2253e253d212291240ece2"
1084510850
integrity sha512-eBIAYA0BzSjxBedCaO0CSjertD+u+IvNuFkyD7ESf+qjqHKBr5wFqvEYl91+ZQd7jjq2pO6/fBVwFgb6bxvorw==
1084610851

10847-
tiny-lru@^9.0.2:
10848-
version "9.0.2"
10849-
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-9.0.2.tgz#6714626d1961831da99472eb9f6d26b3ff999c39"
10850-
integrity sha512-SZwDlvflOPYiImKv2Rh/1uccO+r5JsEexLU1szFsVudzk17Sj250xl75/X3aY4vINS1ZulnCPqcndvW9R0y7Yg==
10851-
1085210852
tmp@^0.0.33:
1085310853
version "0.0.33"
1085410854
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"

0 commit comments

Comments
 (0)