Skip to content

Commit 3309bc3

Browse files
fix(deps): update dependency fastify to v3.29.4
1 parent 9d35033 commit 3309bc3

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
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.4",
88
"fastify-static": "4.7.0"
99
},
1010
"type": "commonjs"

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3590,7 +3590,7 @@ [email protected], content-disposition@^0.5.3:
35903590
dependencies:
35913591
safe-buffer "5.2.1"
35923592

3593-
content-type@~1.0.4:
3593+
content-type@^1.0.4, content-type@~1.0.4:
35943594
version "1.0.4"
35953595
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
35963596
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
@@ -4652,15 +4652,16 @@ fastify-warning@^0.2.0:
46524652
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
46534653
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
46544654

4655-
4656-
version "3.29.2"
4657-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.2.tgz#57161e5c46e1c405fcdd545bfe88c8585bca3e36"
4658-
integrity sha512-XFuIF4T9IdkCVtV0amWQZg50w8iPn8MoAV4yK1DP88dU7YEwxDOOpVgKLWZS4YJA8RU001KUfg2b/2L6kEwJWA==
4655+
4656+
version "3.29.4"
4657+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.4.tgz#294e33017b55f3cb72f315c41cf51431bc9b7a34"
4658+
integrity sha512-BEyKidZQvscNaiF1BLh+YLE7AzHH03NexhPzrwZP6KBQ+jG2czdgq72X+RFB5rK9hbqdaafVb5yiWN+hCvHfYg==
46594659
dependencies:
46604660
"@fastify/ajv-compiler" "^1.0.0"
46614661
"@fastify/error" "^2.0.0"
46624662
abstract-logging "^2.0.0"
46634663
avvio "^7.1.2"
4664+
content-type "^1.0.4"
46644665
fast-json-stringify "^2.5.2"
46654666
find-my-way "^4.5.0"
46664667
flatstr "^1.0.12"

0 commit comments

Comments
 (0)