Merge pull request #33 from harvard-lil/dependabot/npm_and_yarn/pino-pretty-10.2.0

Bump pino-pretty from 9.4.0 to 10.2.0
pull/41/head
Matteo Cargnelutti 2023-08-01 10:15:30 -04:00 zatwierdzone przez GitHub
commit 9c16a63c5f
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",
@ -3306,10 +3282,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"
}
}