Skip to content

Commit c049d6b

Browse files
mattseddonsroy3
andauthored
Add resolution for fastify (#2823)
Co-authored-by: Stephanie Roy <[email protected]>
1 parent 486c58c commit c049d6b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"resolutions": {
7272
"@types/react": "18.0.25",
7373
"**/recursive-readdir/minimatch": "5.1.0",
74+
"fastify": "3.29.4",
7475
"loader-utils": "2.0.4",
7576
"terser": "5.15.1",
7677
"trim-newlines": "3.0.1",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7253,7 +7253,7 @@ [email protected], content-disposition@^0.5.2, content-disposition@^0.5.
72537253
dependencies:
72547254
safe-buffer "5.2.1"
72557255

7256-
content-type@~1.0.4:
7256+
content-type@^1.0.4, content-type@~1.0.4:
72577257
version "1.0.4"
72587258
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
72597259
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
@@ -9519,15 +9519,16 @@ fastify-plugin@^3.0.0:
95199519
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-3.0.1.tgz#79e84c29f401020f38b524f59f2402103fd21ed2"
95209520
integrity sha512-qKcDXmuZadJqdTm6vlCqioEbyewF60b/0LOFCcYN1B6BIZGlYJumWWOYs70SFYLDAH4YqdE1cxH/RKMG7rFxgA==
95219521

9522-
fastify@^3.29.0:
9523-
version "3.29.1"
9524-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.1.tgz#0d44d0f1d2d17d22b7bc068a45706290a36eebb8"
9525-
integrity sha512-UhGmh0/J0YQetqULYfv/utvut0R6ICQvO6Oh81JvG75UbjVgueqoE6EPChB3gR5aF3dVKpT/qFTgc7zvpGTYNg==
9522+
fastify@3.29.4, fastify@^3.29.0:
9523+
version "3.29.4"
9524+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.4.tgz#294e33017b55f3cb72f315c41cf51431bc9b7a34"
9525+
integrity sha512-BEyKidZQvscNaiF1BLh+YLE7AzHH03NexhPzrwZP6KBQ+jG2czdgq72X+RFB5rK9hbqdaafVb5yiWN+hCvHfYg==
95269526
dependencies:
95279527
"@fastify/ajv-compiler" "^1.0.0"
95289528
"@fastify/error" "^2.0.0"
95299529
abstract-logging "^2.0.0"
95309530
avvio "^7.1.2"
9531+
content-type "^1.0.4"
95319532
fast-json-stringify "^2.5.2"
95329533
find-my-way "^4.5.0"
95339534
flatstr "^1.0.12"

0 commit comments

Comments
 (0)