|
1818 | 1818 | dependencies: |
1819 | 1819 | "@noble/hashes" "^1.1.5" |
1820 | 1820 |
|
| 1821 | +"@pinojs/redact@^0.4.0": |
| 1822 | + version "0.4.0" |
| 1823 | + resolved "https://registry.yarnpkg.com/@pinojs/redact/-/redact-0.4.0.tgz#c3de060dd12640dcc838516aa2a6803cc7b2e9d6" |
| 1824 | + integrity sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg== |
| 1825 | + |
1821 | 1826 | "@pkgjs/parseargs@^0.11.0": |
1822 | 1827 | version "0.11.0" |
1823 | 1828 | resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" |
@@ -4657,11 +4662,6 @@ fast-querystring@^1.0.0, fast-querystring@^1.1.2: |
4657 | 4662 | dependencies: |
4658 | 4663 | fast-decode-uri-component "^1.0.1" |
4659 | 4664 |
|
4660 | | -fast-redact@^3.1.1: |
4661 | | - version "3.5.0" |
4662 | | - resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.5.0.tgz#e9ea02f7e57d0cd8438180083e93077e496285e4" |
4663 | | - integrity sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A== |
4664 | | - |
4665 | 4665 | fast-safe-stringify@^2.1.1: |
4666 | 4666 | version "2.1.1" |
4667 | 4667 | resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884" |
@@ -6395,13 +6395,13 @@ pino-std-serializers@^7.0.0: |
6395 | 6395 | resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b" |
6396 | 6396 | integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA== |
6397 | 6397 |
|
6398 | | -pino@9.7.0, pino@^9.0.0, pino@^9.7.0: |
6399 | | - version "9.7.0" |
6400 | | - resolved "https://registry.yarnpkg.com/pino/-/pino-9.7.0.tgz#ff7cd86eb3103ee620204dbd5ca6ffda8b53f645" |
6401 | | - integrity sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg== |
| 6398 | +pino@9.14.0, pino@^9.0.0, pino@^9.7.0: |
| 6399 | + version "9.14.0" |
| 6400 | + resolved "https://registry.yarnpkg.com/pino/-/pino-9.14.0.tgz#673d9711c2d1e64d18670c1ec05ef7ba14562556" |
| 6401 | + integrity sha512-8OEwKp5juEvb/MjpIc4hjqfgCNysrS94RIOMXYvpYCdm/jglrKEiAYmiumbmGhCvs+IcInsphYDFwqrjr7398w== |
6402 | 6402 | dependencies: |
| 6403 | + "@pinojs/redact" "^0.4.0" |
6403 | 6404 | atomic-sleep "^1.0.0" |
6404 | | - fast-redact "^3.1.1" |
6405 | 6405 | on-exit-leak-free "^2.1.0" |
6406 | 6406 | pino-abstract-transport "^2.0.0" |
6407 | 6407 | pino-std-serializers "^7.0.0" |
|
0 commit comments