Skip to content

Commit 8bc5428

Browse files
authored
Merge pull request #329 from gadget-inc/depfu/update/yarn/fastify-3.28.0
Update fastify: 3.27.4 → 3.28.0 (minor)
2 parents 0dced83 + cea3515 commit 8bc5428

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.3.0",
91-
"fastify": "^3.27.4",
91+
"fastify": "^3.28.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.27.4",
11+
"fastify": "^3.28.0",
1212
"fastify-renderer": "*",
1313
"react": "*",
1414
"react-dom": "*"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3269,10 +3269,10 @@ fastify-warning@^0.2.0:
32693269
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
32703270
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
32713271

3272-
fastify@^3.27.4:
3273-
version "3.27.4"
3274-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.27.4.tgz#67ffd61b5bea74768a7de28dbef5b6bc58f9e953"
3275-
integrity sha512-SOfnHBxG9zxCSIvt6aHoR/cao8QBddWmGP/mb5KQKRc+KI1kB7b79M2hCDOTSyHdLAF2OX+oI6X3weeLc+MqKg==
3272+
fastify@^3.28.0:
3273+
version "3.28.0"
3274+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.28.0.tgz#14d939a2f176b82af1094de7abcb0b2d83bcff8f"
3275+
integrity sha512-LAQtGllpkRe8L6Tpf3zdbvXzXFOrgaWV3Tbvp3xMv9ngcr9zht9U2/mo5zq9qp9kplSiBJ0w43aVAMqv6PBMbw==
32763276
dependencies:
32773277
"@fastify/ajv-compiler" "^1.0.0"
32783278
abstract-logging "^2.0.0"

0 commit comments

Comments
 (0)