Skip to content

Commit 986ae5c

Browse files
fix(deps): update dependency fastify to v3.27.1 (#889)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0412716 commit 986ae5c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/todo-example/end2end-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": "true",
55
"dependencies": {
66
"puppeteer": "13.1.3",
7-
"fastify": "3.27.0",
7+
"fastify": "3.27.1",
88
"fastify-static": "4.5.0"
99
}
1010
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4269,10 +4269,10 @@ fastify-warning@^0.2.0:
42694269
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
42704270
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
42714271

4272-
4273-
version "3.27.0"
4274-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.27.0.tgz#636d5ece1a8ea81648270b60853e4d1f610fee15"
4275-
integrity sha512-p99Fd7xt4DFew39U5Wnp/Soy7jkpxpaqToekwQ3XWv+ECUPXd6bSF9l79EiwkutWALtEU/JiRlzS9qjP2gLHFg==
4272+
4273+
version "3.27.1"
4274+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.27.1.tgz#7e976473c15d7dc405ad624ffafb6612a6281d10"
4275+
integrity sha512-GLn3ow5BGqg/m+ztXvztp8Xp7SuH99vAm4zfbN7407Qzi4mB055SG/lWH/gYolz5Oq2K8LtUpZqt1Ccf/YkVmA==
42764276
dependencies:
42774277
"@fastify/ajv-compiler" "^1.0.0"
42784278
abstract-logging "^2.0.0"

0 commit comments

Comments
 (0)