From 27f24e6e896669ac3b71a7f58472b7bdc306a1c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 20:02:36 +0000 Subject: [PATCH] Bump fastify-cli from 5.5.0 to 5.7.0 Bumps [fastify-cli](https://github.com/fastify/fastify-cli) from 5.5.0 to 5.7.0. - [Release notes](https://github.com/fastify/fastify-cli/releases) - [Commits](https://github.com/fastify/fastify-cli/compare/v5.5.0...v5.7.0) --- updated-dependencies: - dependency-name: fastify-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 194aa05c..d6352d22 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", - "fastify-cli": "^5.5.0", + "fastify-cli": "^5.7.0", "pdf-parse": "^1.1.1", "prettier": "^2.7.1", "tap": "^16.3.0", diff --git a/yarn.lock b/yarn.lock index cbf6b5e6..2896af15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -289,10 +289,10 @@ dependencies: fastify-plugin "^3.0.0" -"@fastify/deepmerge@^1.0.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@fastify/deepmerge/-/deepmerge-1.1.0.tgz#91f0a5a27034ff76b7bece63a5906894940ace82" - integrity sha512-E8Hfdvs1bG6u0N4vN5Nty6JONUfTdOciyD5rn8KnEsLKIenvOVcr210BQR9t34PRkNyjqnMLGk3e0BsaxRdL+g== +"@fastify/deepmerge@^1.0.0", "@fastify/deepmerge@^1.2.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@fastify/deepmerge/-/deepmerge-1.3.0.tgz#8116858108f0c7d9fd460d05a7d637a13fe3239a" + integrity sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A== "@fastify/error@^3.0.0": version "3.0.0" @@ -1564,17 +1564,19 @@ 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.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/fastify-cli/-/fastify-cli-5.5.0.tgz#6d25c3e08454fdde2e5a56b34e3338964caeaa89" - integrity sha512-iIzmM2VFOIaDd5o/01y6iSxk4HTNG68VzSwXUC/4sNP09Piv8/EtsvXIrZ/Wf+7Cjdc71NJ4ZoYxo7ZIG3Ff7g== +fastify-cli@^5.7.0: + version "5.7.0" + resolved "https://registry.yarnpkg.com/fastify-cli/-/fastify-cli-5.7.0.tgz#2075f794c7023ea4a50b961ae5f901832d8d5209" + integrity sha512-mLQfyA1oAtK70voA9eYnYVVKAuKdSWkfcrj93EmX2b+sAMynPIbItqAajBXrPCMvARPgdJ3aHSANdyY8OLFhWg== dependencies: + "@fastify/deepmerge" "^1.2.0" chalk "^4.1.2" chokidar "^3.5.2" close-with-grace "^1.1.0" commist "^3.0.0" dotenv "^16.0.0" fastify "^4.0.0" + fastify-plugin "^4.0.0" generify "^4.0.0" help-me "^4.0.1" is-docker "^2.0.0"