Skip to content

Commit 1837648

Browse files
authored
Merge pull request #360 from gadget-inc/depfu/update/yarn/fastify-3.29.0
Update fastify: 3.28.0 → 3.29.0 (minor)
2 parents 50c20b3 + 6327086 commit 1837648

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

packages/fastify-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"eslint-plugin-prettier": "^3.4.1",
8989
"eslint-plugin-react": "^7.30.1",
9090
"eslint-plugin-react-hooks": "^4.6.0",
91-
"fastify": "^3.28.0",
91+
"fastify": "^3.29.0",
9292
"gitpkg": "^1.0.0-beta.2",
9393
"jest": "^27.5.1",
9494
"npm-run-all": "^4.1.5",

packages/test-apps/simple-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"license": "MIT",
1010
"dependencies": {
11-
"fastify": "^3.28.0",
11+
"fastify": "^3.29.0",
1212
"fastify-renderer": "*",
1313
"react": "*",
1414
"react-dom": "*"

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,11 @@
938938
dependencies:
939939
ajv "^6.12.6"
940940

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+
941946
"@hapi/bourne@^2.0.0":
942947
version "2.0.0"
943948
resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-2.0.0.tgz#5bb2193eb685c0007540ca61d166d4e1edaf918d"
@@ -3293,11 +3298,6 @@ fastify-accepts@^2.1.0:
32933298
accepts "^1.3.5"
32943299
fastify-plugin "^3.0.0"
32953300

3296-
fastify-error@^0.3.0:
3297-
version "0.3.1"
3298-
resolved "https://registry.yarnpkg.com/fastify-error/-/fastify-error-0.3.1.tgz#8eb993e15e3cf57f0357fc452af9290f1c1278d2"
3299-
integrity sha512-oCfpcsDndgnDVgiI7bwFKAun2dO+4h84vBlkWsWnz/OUK9Reff5UFoFl241xTiLeHWX/vU9zkDVXqYUxjOwHcQ==
3300-
33013301
fastify-express@^0.3.3:
33023302
version "0.3.3"
33033303
resolved "https://registry.yarnpkg.com/fastify-express/-/fastify-express-0.3.3.tgz#d87acf6461e91ff141864e191abf25b9bdd3a262"
@@ -3334,16 +3334,16 @@ fastify-warning@^0.2.0:
33343334
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
33353335
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
33363336

3337-
fastify@^3.28.0:
3338-
version "3.28.0"
3339-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.28.0.tgz#14d939a2f176b82af1094de7abcb0b2d83bcff8f"
3340-
integrity sha512-LAQtGllpkRe8L6Tpf3zdbvXzXFOrgaWV3Tbvp3xMv9ngcr9zht9U2/mo5zq9qp9kplSiBJ0w43aVAMqv6PBMbw==
3337+
fastify@^3.29.0:
3338+
version "3.29.0"
3339+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.0.tgz#b840107f4fd40cc999b886548bfcda8062e38168"
3340+
integrity sha512-zXSiDTdHJCHcmDrSje1f1RfzTmUTjMtHnPhh6cdokgfHhloQ+gy0Du+KlEjwTbcNC3Djj4GAsBzl6KvfI9Ah2g==
33413341
dependencies:
33423342
"@fastify/ajv-compiler" "^1.0.0"
3343+
"@fastify/error" "^2.0.0"
33433344
abstract-logging "^2.0.0"
33443345
avvio "^7.1.2"
33453346
fast-json-stringify "^2.5.2"
3346-
fastify-error "^0.3.0"
33473347
find-my-way "^4.5.0"
33483348
flatstr "^1.0.12"
33493349
light-my-request "^4.2.0"

0 commit comments

Comments
 (0)