Skip to content

Commit fc50983

Browse files
fix(deps): update dependency fastify to v3.29.5
1 parent 003a2ee commit fc50983

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": "true",
55
"dependencies": {
66
"puppeteer": "18.0.5",
7-
"fastify": "3.29.2",
7+
"fastify": "3.29.5",
88
"fastify-static": "4.7.0"
99
},
1010
"type": "commonjs"

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4647,6 +4647,11 @@ [email protected]:
46474647
optionalDependencies:
46484648
"@types/yauzl" "^2.9.1"
46494649

4650+
fast-content-type-parse@^1.0.0:
4651+
version "1.1.0"
4652+
resolved "https://registry.yarnpkg.com/fast-content-type-parse/-/fast-content-type-parse-1.1.0.tgz#4087162bf5af3294d4726ff29b334f72e3a1092c"
4653+
integrity sha512-fBHHqSTFLVnR61C+gltJuE5GkVQMV0S2nqUO8TJ+5Z3qAKG8vAx4FKai1s5jq/inV1+sREynIWSuQ6HgoSXpDQ==
4654+
46504655
fast-decode-uri-component@^1.0.1:
46514656
version "1.0.1"
46524657
resolved "https://registry.yarnpkg.com/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz#46f8b6c22b30ff7a81357d4f59abfae938202543"
@@ -4748,15 +4753,16 @@ fastify-warning@^0.2.0:
47484753
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
47494754
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
47504755

4751-
4752-
version "3.29.2"
4753-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.2.tgz#57161e5c46e1c405fcdd545bfe88c8585bca3e36"
4754-
integrity sha512-XFuIF4T9IdkCVtV0amWQZg50w8iPn8MoAV4yK1DP88dU7YEwxDOOpVgKLWZS4YJA8RU001KUfg2b/2L6kEwJWA==
4756+
4757+
version "3.29.5"
4758+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.5.tgz#a219af4223c6071eef46f3b98aee3f39f47a8c88"
4759+
integrity sha512-FBDgb1gkenZxxh4sTD6AdI6mFnZnsgckpjIXzIvfLSYCa4isfQeD8QWGPib63dxq6btnY0l1j8I0xYhMvUb+sw==
47554760
dependencies:
47564761
"@fastify/ajv-compiler" "^1.0.0"
47574762
"@fastify/error" "^2.0.0"
47584763
abstract-logging "^2.0.0"
47594764
avvio "^7.1.2"
4765+
fast-content-type-parse "^1.0.0"
47604766
fast-json-stringify "^2.5.2"
47614767
find-my-way "^4.5.0"
47624768
flatstr "^1.0.12"

0 commit comments

Comments
 (0)