Skip to content

Commit 773623b

Browse files
committed
chore(deps): update dependency fastify to v4.2.1
1 parent f902d40 commit 773623b

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
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.2.0",
33+
"fastify": "4.2.1",
3434
"mercurius": "8.12.2",
3535
"mercurius-integration-testing": "5.0.0"
3636
},

yarn.lock

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -881,14 +881,14 @@
881881
dependencies:
882882
ajv "^6.12.6"
883883

884-
"@fastify/ajv-compiler@^3.1.0":
885-
version "3.1.0"
886-
resolved "https://registry.yarnpkg.com/@fastify/ajv-compiler/-/ajv-compiler-3.1.0.tgz#7ccae63da5a115f583ae6cc68173dbc3c1f34405"
887-
integrity sha512-+hRMMxcUmdqtnCGPwrI2yczFdlgp3IBR88WlPLimXlgRb8vHBTXz38I17R/9ui+hIt9jx0uOdZKOis77VooHfA==
884+
"@fastify/ajv-compiler@^3.1.1":
885+
version "3.1.2"
886+
resolved "https://registry.yarnpkg.com/@fastify/ajv-compiler/-/ajv-compiler-3.1.2.tgz#9b3c4ae0f5feeb2a90ee797cff6dc26e1831795b"
887+
integrity sha512-m2nzzQJeuVmeGOB9rnII9sZiY8AZ02a9WMQfMBfK1jxdFnxm3FPYKGbYpPjODj4halNogwpolyugbTNpnDCi0A==
888888
dependencies:
889889
ajv "^8.10.0"
890890
ajv-formats "^2.1.1"
891-
fast-uri "^1.0.1"
891+
fast-uri "^2.0.0"
892892

893893
"@fastify/cors@^7.0.0":
894894
version "7.0.0"
@@ -5239,12 +5239,7 @@ [email protected], fast-safe-stringify@^2.0.8, fast-safe-stringify@^2.1.
52395239
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
52405240
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
52415241

5242-
fast-uri@^1.0.1:
5243-
version "1.0.1"
5244-
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-1.0.1.tgz#dd637f093bccf17ebea58a70c178ee8a70b5aa45"
5245-
integrity sha512-dbO/+ny6lX4tt7pvfPMTiHfQVR5igYKFa5BJ2a21TWuOgd2ySp5DYswsEGuMcJZLL3/eJ/MQJ5KNcXyNUvDt8w==
5246-
5247-
fast-uri@^2.1.0:
5242+
fast-uri@^2.0.0, fast-uri@^2.1.0:
52485243
version "2.1.0"
52495244
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-2.1.0.tgz#9279432d6b53675c90116b947ed2bbba582d6fb5"
52505245
integrity sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==
@@ -5337,12 +5332,12 @@ [email protected]:
53375332
semver "^7.3.2"
53385333
tiny-lru "^8.0.1"
53395334

5340-
5341-
version "4.2.0"
5342-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.2.0.tgz#e8a56875083cab0fb0f1dd844b31f0fd145a6900"
5343-
integrity sha512-0QXEp+8ceKc0fwVakeBLM/1Ss/+fc7a3auuygT+1GjbSAgHfwqxSucUuu0rYjziu32UgEZXfjItYN/a89HWKhw==
5335+
5336+
version "4.2.1"
5337+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.2.1.tgz#44bc04dde3f769527851950da46c8ee32227233c"
5338+
integrity sha512-eyAWHN9+8IPTnhvGz+leseASGV/JZ75Y+jXXV7tid4awUjCMInY1gazZXuTD95xUW+Ve5vfgLjQ2i1i0/XJjdw==
53445339
dependencies:
5345-
"@fastify/ajv-compiler" "^3.1.0"
5340+
"@fastify/ajv-compiler" "^3.1.1"
53465341
"@fastify/error" "^3.0.0"
53475342
"@fastify/fast-json-stringify-compiler" "^4.0.0"
53485343
abstract-logging "^2.0.1"

0 commit comments

Comments
 (0)