Bump fastify-cli from 5.7.1 to 5.8.0

Bumps [fastify-cli](https://github.com/fastify/fastify-cli) from 5.7.1 to 5.8.0.
- [Release notes](https://github.com/fastify/fastify-cli/releases)
- [Commits](https://github.com/fastify/fastify-cli/compare/v5.7.1...v5.8.0)

---
updated-dependencies:
- dependency-name: fastify-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/31/head
dependabot[bot] 2023-07-31 20:29:13 +00:00 zatwierdzone przez GitHub
rodzic d407253337
commit c731a74841
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 31 dodań i 6 usunięć

35
package-lock.json wygenerowano
Wyświetl plik

@ -32,7 +32,7 @@
"fast-redact": "^3.3.0",
"fast-uri": "^2.1.0",
"fastify": "^4.21.0",
"fastify-cli": "^5.6.0",
"fastify-cli": "^5.8.0",
"fastq": "^1.13.0",
"find-my-way": "^7.3.1",
"forwarded": "^0.2.0",
@ -1698,9 +1698,9 @@
}
},
"node_modules/fastify-cli": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/fastify-cli/-/fastify-cli-5.7.1.tgz",
"integrity": "sha512-0FgQux1TK+zsRxVLDCF4F+x2ilHDeaJB2TouHIHWRS0+cM6aC+bBSqHva/myrlZs/1lQCAe294DvZkAuJyHySw==",
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/fastify-cli/-/fastify-cli-5.8.0.tgz",
"integrity": "sha512-8J1nej1nnF6UsgRv787rl9VkUjBnYVGXcbFvuAZ3LHP6mN8Sb7+0OBzcRs3SMO6qkRax89TqOUJWVNQHZXfixw==",
"dependencies": {
"@fastify/deepmerge": "^1.2.0",
"chalk": "^4.1.2",
@ -1714,7 +1714,7 @@
"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",
@ -1724,6 +1724,30 @@
"fastify": "cli.js"
}
},
"node_modules/fastify-cli/node_modules/pino-pretty": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.0.tgz",
"integrity": "sha512-tRvpyEmGtc2D+Lr3FulIZ+R1baggQ4S3xD2Ar93KixFEDx6SEAUP3W5aYuEw1C73d6ROrNcB2IXLteW8itlwhA==",
"dependencies": {
"colorette": "^2.0.7",
"dateformat": "^4.6.3",
"fast-copy": "^3.0.0",
"fast-safe-stringify": "^2.1.1",
"help-me": "^4.0.1",
"joycon": "^3.1.1",
"minimist": "^1.2.6",
"on-exit-leak-free": "^2.1.0",
"pino-abstract-transport": "^1.0.0",
"pump": "^3.0.0",
"readable-stream": "^4.0.0",
"secure-json-parse": "^2.4.0",
"sonic-boom": "^3.0.0",
"strip-json-comments": "^3.1.1"
},
"bin": {
"pino-pretty": "bin.js"
}
},
"node_modules/fastify-plugin": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.5.0.tgz",
@ -3293,6 +3317,7 @@
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-9.4.0.tgz",
"integrity": "sha512-NIudkNLxnl7MGj1XkvsqVyRgo6meFP82ECXF2PlOI+9ghmbGuBUUqKJ7IZPIxpJw4vhhSva0IuiDSAuGh6TV9g==",
"dev": true,
"dependencies": {
"colorette": "^2.0.7",
"dateformat": "^4.6.3",

Wyświetl plik

@ -35,7 +35,7 @@
"fast-redact": "^3.3.0",
"fast-uri": "^2.1.0",
"fastify": "^4.21.0",
"fastify-cli": "^5.6.0",
"fastify-cli": "^5.8.0",
"fastq": "^1.13.0",
"find-my-way": "^7.3.1",
"forwarded": "^0.2.0",