diff --git a/packages/todo-example/end2end-tests/package.json b/packages/todo-example/end2end-tests/package.json index 320a507c..e98a8443 100644 --- a/packages/todo-example/end2end-tests/package.json +++ b/packages/todo-example/end2end-tests/package.json @@ -4,7 +4,7 @@ "private": "true", "dependencies": { "puppeteer": "18.0.5", - "fastify": "3.29.2", + "fastify": "3.29.5", "fastify-static": "4.7.0" }, "type": "commonjs" diff --git a/yarn.lock b/yarn.lock index ad93941e..336d1cea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4647,6 +4647,11 @@ extract-zip@2.0.1: optionalDependencies: "@types/yauzl" "^2.9.1" +fast-content-type-parse@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/fast-content-type-parse/-/fast-content-type-parse-1.1.0.tgz#4087162bf5af3294d4726ff29b334f72e3a1092c" + integrity sha512-fBHHqSTFLVnR61C+gltJuE5GkVQMV0S2nqUO8TJ+5Z3qAKG8vAx4FKai1s5jq/inV1+sREynIWSuQ6HgoSXpDQ== + fast-decode-uri-component@^1.0.1: version "1.0.1" 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: resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f" integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw== -fastify@3.29.2: - version "3.29.2" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.2.tgz#57161e5c46e1c405fcdd545bfe88c8585bca3e36" - integrity sha512-XFuIF4T9IdkCVtV0amWQZg50w8iPn8MoAV4yK1DP88dU7YEwxDOOpVgKLWZS4YJA8RU001KUfg2b/2L6kEwJWA== +fastify@3.29.5: + version "3.29.5" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.5.tgz#a219af4223c6071eef46f3b98aee3f39f47a8c88" + integrity sha512-FBDgb1gkenZxxh4sTD6AdI6mFnZnsgckpjIXzIvfLSYCa4isfQeD8QWGPib63dxq6btnY0l1j8I0xYhMvUb+sw== dependencies: "@fastify/ajv-compiler" "^1.0.0" "@fastify/error" "^2.0.0" abstract-logging "^2.0.0" avvio "^7.1.2" + fast-content-type-parse "^1.0.0" fast-json-stringify "^2.5.2" find-my-way "^4.5.0" flatstr "^1.0.12"