Bump pino-pretty from 9.4.0 to 10.2.0

Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 9.4.0 to 10.2.0.
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](https://github.com/pinojs/pino-pretty/compare/v9.4.0...v10.2.0)

---
updated-dependencies:
- dependency-name: pino-pretty
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/33/head
dependabot[bot] 2023-08-01 14:09:34 +00:00 zatwierdzone przez GitHub
rodzic 17e1a43d6e
commit e28d3d2dea
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 5 dodań i 30 usunięć

33
package-lock.json wygenerowano
Wyświetl plik

@ -77,7 +77,7 @@
},
"devDependencies": {
"is-html": "^3.0.0",
"pino-pretty": "^9.1.1",
"pino-pretty": "^10.2.0",
"tap": "^16.3.8"
}
},
@ -1724,30 +1724,6 @@
"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",
@ -3314,10 +3290,9 @@
}
},
"node_modules/pino-pretty": {
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-9.4.0.tgz",
"integrity": "sha512-NIudkNLxnl7MGj1XkvsqVyRgo6meFP82ECXF2PlOI+9ghmbGuBUUqKJ7IZPIxpJw4vhhSva0IuiDSAuGh6TV9g==",
"dev": true,
"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",

Wyświetl plik

@ -90,7 +90,7 @@
"homepage": "https://github.com/harvard-lil/thread-keeper#readme",
"devDependencies": {
"is-html": "^3.0.0",
"pino-pretty": "^9.1.1",
"pino-pretty": "^10.2.0",
"tap": "^16.3.8"
}
}