File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 88
88
"eslint-plugin-prettier" : " ^3.4.1" ,
89
89
"eslint-plugin-react" : " ^7.29.4" ,
90
90
"eslint-plugin-react-hooks" : " ^4.6.0" ,
91
- "fastify" : " ^3.28 .0" ,
91
+ "fastify" : " ^3.29 .0" ,
92
92
"gitpkg" : " ^1.0.0-beta.2" ,
93
93
"jest" : " ^27.5.1" ,
94
94
"npm-run-all" : " ^4.1.5" ,
Original file line number Diff line number Diff line change 8
8
},
9
9
"license" : " MIT" ,
10
10
"dependencies" : {
11
- "fastify" : " ^3.28 .0" ,
11
+ "fastify" : " ^3.29 .0" ,
12
12
"fastify-renderer" : " *" ,
13
13
"react" : " *" ,
14
14
"react-dom" : " *"
Original file line number Diff line number Diff line change 938
938
dependencies :
939
939
ajv "^6.12.6"
940
940
941
+ " @fastify/error@^2.0.0 " :
942
+ version "2.0.0"
943
+ resolved "https://registry.yarnpkg.com/@fastify/error/-/error-2.0.0.tgz#a9f94af56eb934f0ab1ce4ef9f0ced6ebf2319dc"
944
+ integrity sha512-wI3fpfDT0t7p8E6dA2eTECzzOd+bZsZCJ2Hcv+Onn2b7ZwK3RwD27uW2QDaMtQhAfWQQP+WNK7nKf0twLsBf9w==
945
+
941
946
" @hapi/bourne@^2.0.0 " :
942
947
version "2.0.0"
943
948
resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-2.0.0.tgz#5bb2193eb685c0007540ca61d166d4e1edaf918d"
@@ -3246,11 +3251,6 @@ fastify-accepts@^2.1.0:
3246
3251
accepts "^1.3.5"
3247
3252
fastify-plugin "^3.0.0"
3248
3253
3249
- fastify-error@^0.3.0 :
3250
- version "0.3.1"
3251
- resolved "https://registry.yarnpkg.com/fastify-error/-/fastify-error-0.3.1.tgz#8eb993e15e3cf57f0357fc452af9290f1c1278d2"
3252
- integrity sha512-oCfpcsDndgnDVgiI7bwFKAun2dO+4h84vBlkWsWnz/OUK9Reff5UFoFl241xTiLeHWX/vU9zkDVXqYUxjOwHcQ==
3253
-
3254
3254
fastify-express@^0.3.3 :
3255
3255
version "0.3.3"
3256
3256
resolved "https://registry.yarnpkg.com/fastify-express/-/fastify-express-0.3.3.tgz#d87acf6461e91ff141864e191abf25b9bdd3a262"
@@ -3287,16 +3287,16 @@ fastify-warning@^0.2.0:
3287
3287
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
3288
3288
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
3289
3289
3290
- fastify@^3.28 .0 :
3291
- version "3.28 .0"
3292
- resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.28 .0.tgz#14d939a2f176b82af1094de7abcb0b2d83bcff8f "
3293
- integrity sha512-LAQtGllpkRe8L6Tpf3zdbvXzXFOrgaWV3Tbvp3xMv9ngcr9zht9U2/mo5zq9qp9kplSiBJ0w43aVAMqv6PBMbw ==
3290
+ fastify@^3.29 .0 :
3291
+ version "3.29 .0"
3292
+ resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29 .0.tgz#b840107f4fd40cc999b886548bfcda8062e38168 "
3293
+ integrity sha512-zXSiDTdHJCHcmDrSje1f1RfzTmUTjMtHnPhh6cdokgfHhloQ+gy0Du+KlEjwTbcNC3Djj4GAsBzl6KvfI9Ah2g ==
3294
3294
dependencies :
3295
3295
" @fastify/ajv-compiler" " ^1.0.0"
3296
+ " @fastify/error" " ^2.0.0"
3296
3297
abstract-logging "^2.0.0"
3297
3298
avvio "^7.1.2"
3298
3299
fast-json-stringify "^2.5.2"
3299
- fastify-error "^0.3.0"
3300
3300
find-my-way "^4.5.0"
3301
3301
flatstr "^1.0.12"
3302
3302
light-my-request "^4.2.0"
You can’t perform that action at this time.
0 commit comments