Skip to content

Commit

Permalink
Bump fastify-cli from 5.5.0 to 5.7.0
Browse files Browse the repository at this point in the history
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](fastify/fastify-cli@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 4, 2023
1 parent b9b8d70 commit e5ce187
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
Expand Down
18 changes: 10 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -1566,17 +1566,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"
Expand Down

0 comments on commit e5ce187

Please sign in to comment.