Skip to content

Commit 507ee0b

Browse files
committed
chore(deps): update dependency fastify to v4.12.0
1 parent 5a07461 commit 507ee0b

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
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.11.0",
33+
"fastify": "4.12.0",
3434
"mercurius": "8.13.2",
3535
"mercurius-integration-testing": "6.0.1"
3636
},

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4640,7 +4640,7 @@ content-disposition@^0.5.3:
46404640
dependencies:
46414641
safe-buffer "5.1.2"
46424642

4643-
content-type@^1.0.4, content-type@~1.0.4:
4643+
content-type@~1.0.4:
46444644
version "1.0.4"
46454645
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
46464646
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
@@ -5644,6 +5644,11 @@ external-editor@^3.0.3:
56445644
iconv-lite "^0.4.24"
56455645
tmp "^0.0.33"
56465646

5647+
fast-content-type-parse@^1.0.0:
5648+
version "1.0.0"
5649+
resolved "https://registry.yarnpkg.com/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz#cddce00df7d7efb3727d375a598e4904bfcb751c"
5650+
integrity sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA==
5651+
56475652
fast-decode-uri-component@^1.0.1:
56485653
version "1.0.1"
56495654
resolved "https://registry.yarnpkg.com/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz#46f8b6c22b30ff7a81357d4f59abfae938202543"
@@ -5821,17 +5826,17 @@ [email protected]:
58215826
semver "^7.3.2"
58225827
tiny-lru "^8.0.1"
58235828

5824-
fastify@4.11.0:
5825-
version "4.11.0"
5826-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.11.0.tgz#7fa5614c81a618e67a7a467f0f1b33c43f4ff7d2"
5827-
integrity sha512-JteZ8pjEqd+6n+azQnQfSJV8MUMxAmxbvC2Dx/Mybj039Lf/u3kda9Kq84uy/huCpqCzZoyHIZS5JFGF3wLztw==
5829+
fastify@4.12.0:
5830+
version "4.12.0"
5831+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.12.0.tgz#e5330215d95702336693b38b2e66d34ee8300d3e"
5832+
integrity sha512-Hh2GCsOCqnOuewWSvqXlpq5V/9VA+/JkVoooQWUhrU6gryO9+/UGOoF/dprGcKSDxkM/9TkMXSffYp8eA/YhYQ==
58285833
dependencies:
58295834
"@fastify/ajv-compiler" "^3.3.1"
58305835
"@fastify/error" "^3.0.0"
58315836
"@fastify/fast-json-stringify-compiler" "^4.1.0"
58325837
abstract-logging "^2.0.1"
58335838
avvio "^8.2.0"
5834-
content-type "^1.0.4"
5839+
fast-content-type-parse "^1.0.0"
58355840
find-my-way "^7.3.0"
58365841
light-my-request "^5.6.1"
58375842
pino "^8.5.0"

0 commit comments

Comments
 (0)