Bump pino-pretty from 10.2.2 to 10.2.3

Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 10.2.2 to 10.2.3.
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](https://github.com/pinojs/pino-pretty/compare/v10.2.2...v10.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/92/head
dependabot[bot] 2023-10-11 06:30:46 +00:00 zatwierdzone przez GitHub
rodzic 96f82e5cad
commit 0ed650ba44
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 5 dodań i 5 usunięć

8
package-lock.json wygenerowano
Wyświetl plik

@ -77,7 +77,7 @@
}, },
"devDependencies": { "devDependencies": {
"is-html": "^3.0.0", "is-html": "^3.0.0",
"pino-pretty": "^10.2.2", "pino-pretty": "^10.2.3",
"tap": "^16.3.8" "tap": "^16.3.8"
} }
}, },
@ -3524,9 +3524,9 @@
} }
}, },
"node_modules/pino-pretty": { "node_modules/pino-pretty": {
"version": "10.2.2", "version": "10.2.3",
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.2.tgz", "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.3.tgz",
"integrity": "sha512-RvAdCQAU51MdVsJdvXX4Bipb52wwldXtOzlva1NT8q2d7tmgYWFIMLhoSnfx2Sr+Hi7BLGpR/n8wgrcq5G/ykA==", "integrity": "sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==",
"dependencies": { "dependencies": {
"colorette": "^2.0.7", "colorette": "^2.0.7",
"dateformat": "^4.6.3", "dateformat": "^4.6.3",

Wyświetl plik

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