diff --git a/package.json b/package.json index 3a27020..4fac9af 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-config-prettier": "^8.8.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^5.0.0", - "fastify-cli": "^5.7.1", + "fastify-cli": "^5.8.0", "pdf-parse": "^1.1.1", "prettier": "^3.0.3", "tap": "^16.3.8", diff --git a/yarn.lock b/yarn.lock index f189758..2dee929 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1711,10 +1711,10 @@ fast-content-type-parse@^1.0.0: resolved "https://registry.yarnpkg.com/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz#cddce00df7d7efb3727d375a598e4904bfcb751c" integrity sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA== -fast-copy@^2.1.1: - version "2.1.3" - resolved "https://registry.yarnpkg.com/fast-copy/-/fast-copy-2.1.3.tgz#bf6e05ac3cb7a9d66fbf12c51dd4440e9ddd4afb" - integrity sha512-LDzYKNTHhD+XOp8wGMuCkY4eTxFZOOycmpwLBiuF3r3OjOmZnURRD8t2dUAbmKuXGbo/MGggwbSjcBdp8QT0+g== +fast-copy@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/fast-copy/-/fast-copy-3.0.1.tgz#9e89ef498b8c04c1cd76b33b8e14271658a732aa" + integrity sha512-Knr7NOtK3HWRYGtHoJrjkaWepqT8thIVGAwt0p0aUs1zqkAzXZV4vo9fFNwyb5fcqK1GKYFYxldQdIDVKhUAfA== fast-decode-uri-component@^1.0.1: version "1.0.1" @@ -1797,10 +1797,10 @@ fast-uri@^2.0.0, fast-uri@^2.1.0: resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-2.1.0.tgz#9279432d6b53675c90116b947ed2bbba582d6fb5" integrity sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA== -fastify-cli@^5.7.1: - version "5.7.1" - resolved "https://registry.yarnpkg.com/fastify-cli/-/fastify-cli-5.7.1.tgz#2563718df61f91c9d3a4a5416d91d96454f2a862" - integrity sha512-0FgQux1TK+zsRxVLDCF4F+x2ilHDeaJB2TouHIHWRS0+cM6aC+bBSqHva/myrlZs/1lQCAe294DvZkAuJyHySw== +fastify-cli@^5.8.0: + version "5.8.0" + resolved "https://registry.yarnpkg.com/fastify-cli/-/fastify-cli-5.8.0.tgz#42349e66e1c5ec1b6546f24167da0a00292beb7a" + integrity sha512-8J1nej1nnF6UsgRv787rl9VkUjBnYVGXcbFvuAZ3LHP6mN8Sb7+0OBzcRs3SMO6qkRax89TqOUJWVNQHZXfixw== dependencies: "@fastify/deepmerge" "^1.2.0" chalk "^4.1.2" @@ -1814,7 +1814,7 @@ fastify-cli@^5.7.1: help-me "^4.0.1" is-docker "^2.0.0" make-promises-safe "^5.1.0" - pino-pretty "^9.0.0" + pino-pretty "^10.1.0" pkg-up "^3.1.0" resolve-from "^5.0.0" semver "^7.3.5" @@ -3204,14 +3204,14 @@ pino-abstract-transport@v1.1.0: readable-stream "^4.0.0" split2 "^4.0.0" -pino-pretty@^9.0.0: - version "9.0.1" - resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-9.0.1.tgz#25711c49a874950a894f5953929da11b9845cce6" - integrity sha512-5gFIIeDu1niFlL0pBACerwDR8Ts+i4gO0W9S0jRoHVvaQluvGOW4cUaDmC+/dSTCoG4VqfOQhP0dwuDLd0qJ6A== +pino-pretty@^10.1.0: + version "10.2.0" + resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.0.tgz#c674a153e15c08d7032a826d0051d786feace1d9" + integrity sha512-tRvpyEmGtc2D+Lr3FulIZ+R1baggQ4S3xD2Ar93KixFEDx6SEAUP3W5aYuEw1C73d6ROrNcB2IXLteW8itlwhA== dependencies: colorette "^2.0.7" dateformat "^4.6.3" - fast-copy "^2.1.1" + fast-copy "^3.0.0" fast-safe-stringify "^2.1.1" help-me "^4.0.1" joycon "^3.1.1"