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 4647
4647
optionalDependencies :
4648
4648
" @types/yauzl" " ^2.9.1"
4649
4649
4650
+ fast-content-type-parse@^1.0.0 :
4651
+ version "1.1.0"
4652
+ resolved "https://registry.yarnpkg.com/fast-content-type-parse/-/fast-content-type-parse-1.1.0.tgz#4087162bf5af3294d4726ff29b334f72e3a1092c"
4653
+ integrity sha512-fBHHqSTFLVnR61C+gltJuE5GkVQMV0S2nqUO8TJ+5Z3qAKG8vAx4FKai1s5jq/inV1+sREynIWSuQ6HgoSXpDQ==
4654
+
4650
4655
fast-decode-uri-component@^1.0.1 :
4651
4656
version "1.0.1"
4652
4657
resolved "https://registry.yarnpkg.com/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz#46f8b6c22b30ff7a81357d4f59abfae938202543"
@@ -4748,15 +4753,16 @@ fastify-warning@^0.2.0:
4748
4753
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
4749
4754
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
4750
4755
4751
-
4752
- version "3.29.2 "
4753
- resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.2 .tgz#57161e5c46e1c405fcdd545bfe88c8585bca3e36 "
4754
- integrity sha512-XFuIF4T9IdkCVtV0amWQZg50w8iPn8MoAV4yK1DP88dU7YEwxDOOpVgKLWZS4YJA8RU001KUfg2b/2L6kEwJWA ==
4756
+
4757
+ version "3.29.5 "
4758
+ resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.5 .tgz#a219af4223c6071eef46f3b98aee3f39f47a8c88 "
4759
+ integrity sha512-FBDgb1gkenZxxh4sTD6AdI6mFnZnsgckpjIXzIvfLSYCa4isfQeD8QWGPib63dxq6btnY0l1j8I0xYhMvUb+sw ==
4755
4760
dependencies :
4756
4761
" @fastify/ajv-compiler" " ^1.0.0"
4757
4762
" @fastify/error" " ^2.0.0"
4758
4763
abstract-logging "^2.0.0"
4759
4764
avvio "^7.1.2"
4765
+ fast-content-type-parse "^1.0.0"
4760
4766
fast-json-stringify "^2.5.2"
4761
4767
find-my-way "^4.5.0"
4762
4768
flatstr "^1.0.12"
You can’t perform that action at this time.
0 commit comments