File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
packages/todo-example/end2end-tests Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 4
4
"private" : " true" ,
5
5
"dependencies" : {
6
6
"puppeteer" : " 18.0.5" ,
7
- "fastify" : " 3.29.2 " ,
7
+ "fastify" : " 3.29.5 " ,
8
8
"fastify-static" : " 4.7.0"
9
9
},
10
10
"type" : " commonjs"
Original file line number Diff line number Diff line change 4565
4565
optionalDependencies :
4566
4566
" @types/yauzl" " ^2.9.1"
4567
4567
4568
+ fast-content-type-parse@^1.0.0 :
4569
+ version "1.0.0"
4570
+ resolved "https://registry.yarnpkg.com/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz#cddce00df7d7efb3727d375a598e4904bfcb751c"
4571
+ integrity sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA==
4572
+
4568
4573
fast-decode-uri-component@^1.0.1 :
4569
4574
version "1.0.1"
4570
4575
resolved "https://registry.yarnpkg.com/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz#46f8b6c22b30ff7a81357d4f59abfae938202543"
@@ -4652,15 +4657,16 @@ fastify-warning@^0.2.0:
4652
4657
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
4653
4658
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
4654
4659
4655
-
4656
- version "3.29.2 "
4657
- resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.2 .tgz#57161e5c46e1c405fcdd545bfe88c8585bca3e36 "
4658
- integrity sha512-XFuIF4T9IdkCVtV0amWQZg50w8iPn8MoAV4yK1DP88dU7YEwxDOOpVgKLWZS4YJA8RU001KUfg2b/2L6kEwJWA ==
4660
+
4661
+ version "3.29.5 "
4662
+ resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.5 .tgz#a219af4223c6071eef46f3b98aee3f39f47a8c88 "
4663
+ integrity sha512-FBDgb1gkenZxxh4sTD6AdI6mFnZnsgckpjIXzIvfLSYCa4isfQeD8QWGPib63dxq6btnY0l1j8I0xYhMvUb+sw ==
4659
4664
dependencies :
4660
4665
" @fastify/ajv-compiler" " ^1.0.0"
4661
4666
" @fastify/error" " ^2.0.0"
4662
4667
abstract-logging "^2.0.0"
4663
4668
avvio "^7.1.2"
4669
+ fast-content-type-parse "^1.0.0"
4664
4670
fast-json-stringify "^2.5.2"
4665
4671
find-my-way "^4.5.0"
4666
4672
flatstr "^1.0.12"
You can’t perform that action at this time.
0 commit comments