Skip to content

Commit 6327086

Browse files
authored
Update fastify to version 3.29.0
1 parent 82f5974 commit 6327086

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.29.4",
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"
@@ -3246,11 +3251,6 @@ fastify-accepts@^2.1.0:
32463251
accepts "^1.3.5"
32473252
fastify-plugin "^3.0.0"
32483253

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-
32543254
fastify-express@^0.3.3:
32553255
version "0.3.3"
32563256
resolved "https://registry.yarnpkg.com/fastify-express/-/fastify-express-0.3.3.tgz#d87acf6461e91ff141864e191abf25b9bdd3a262"
@@ -3287,16 +3287,16 @@ fastify-warning@^0.2.0:
32873287
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
32883288
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
32893289

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==
32943294
dependencies:
32953295
"@fastify/ajv-compiler" "^1.0.0"
3296+
"@fastify/error" "^2.0.0"
32963297
abstract-logging "^2.0.0"
32973298
avvio "^7.1.2"
32983299
fast-json-stringify "^2.5.2"
3299-
fastify-error "^0.3.0"
33003300
find-my-way "^4.5.0"
33013301
flatstr "^1.0.12"
33023302
light-my-request "^4.2.0"

0 commit comments

Comments
 (0)