Skip to content

Commit cc90bee

Browse files
fix(deps): update dependency fastify to v3.29.5
1 parent 9d35033 commit cc90bee

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
@@ -4565,6 +4565,11 @@ [email protected]:
45654565
optionalDependencies:
45664566
"@types/yauzl" "^2.9.1"
45674567

4568+
fast-content-type-parse@^1.0.0:
4569+
version "1.0.0"
4570+
resolved "https://registry.yarnpkg.com/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz#cddce00df7d7efb3727d375a598e4904bfcb751c"
4571+
integrity sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA==
4572+
45684573
fast-decode-uri-component@^1.0.1:
45694574
version "1.0.1"
45704575
resolved "https://registry.yarnpkg.com/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz#46f8b6c22b30ff7a81357d4f59abfae938202543"
@@ -4652,15 +4657,16 @@ fastify-warning@^0.2.0:
46524657
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
46534658
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
46544659

4655-
4656-
version "3.29.2"
4657-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.2.tgz#57161e5c46e1c405fcdd545bfe88c8585bca3e36"
4658-
integrity sha512-XFuIF4T9IdkCVtV0amWQZg50w8iPn8MoAV4yK1DP88dU7YEwxDOOpVgKLWZS4YJA8RU001KUfg2b/2L6kEwJWA==
4660+
4661+
version "3.29.5"
4662+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.5.tgz#a219af4223c6071eef46f3b98aee3f39f47a8c88"
4663+
integrity sha512-FBDgb1gkenZxxh4sTD6AdI6mFnZnsgckpjIXzIvfLSYCa4isfQeD8QWGPib63dxq6btnY0l1j8I0xYhMvUb+sw==
46594664
dependencies:
46604665
"@fastify/ajv-compiler" "^1.0.0"
46614666
"@fastify/error" "^2.0.0"
46624667
abstract-logging "^2.0.0"
46634668
avvio "^7.1.2"
4669+
fast-content-type-parse "^1.0.0"
46644670
fast-json-stringify "^2.5.2"
46654671
find-my-way "^4.5.0"
46664672
flatstr "^1.0.12"

0 commit comments

Comments
 (0)