mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
fix(deps): update dependency pino to v6.13.4 (#2824)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
ab61e1adc9
commit
4fd84f589b
3 changed files with 21 additions and 6 deletions
|
@ -47,7 +47,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/pino": "^6.3.3",
|
||||
"pino": "6.13.3"
|
||||
"pino": "6.13.4"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"@verdaccio/logger-prettify": "workspace:6.0.0-6-next.5",
|
||||
"debug": "4.3.3",
|
||||
"lodash": "4.17.21",
|
||||
"pino": "6.13.3"
|
||||
"pino": "6.13.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/pino": "6.3.12",
|
||||
|
|
23
pnpm-lock.yaml
generated
23
pnpm-lock.yaml
generated
|
@ -492,13 +492,13 @@ importers:
|
|||
'@verdaccio/types': workspace:11.0.0-6-next.10
|
||||
debug: 4.3.3
|
||||
lodash: 4.17.21
|
||||
pino: 6.13.3
|
||||
pino: 6.13.4
|
||||
dependencies:
|
||||
'@verdaccio/core': link:../core/core
|
||||
'@verdaccio/logger-prettify': link:../logger-prettify
|
||||
debug: 4.3.3
|
||||
lodash: 4.17.21
|
||||
pino: 6.13.3
|
||||
pino: 6.13.4
|
||||
devDependencies:
|
||||
'@types/pino': 6.3.12
|
||||
'@verdaccio/types': link:../core/types
|
||||
|
@ -510,7 +510,7 @@ importers:
|
|||
fast-safe-stringify: 2.1.1
|
||||
kleur: 3.0.3
|
||||
lodash: 4.17.21
|
||||
pino: 6.13.3
|
||||
pino: 6.13.4
|
||||
prettier-bytes: 1.0.4
|
||||
dependencies:
|
||||
dayjs: 1.10.7
|
||||
|
@ -520,7 +520,7 @@ importers:
|
|||
prettier-bytes: 1.0.4
|
||||
devDependencies:
|
||||
'@types/pino': 6.3.11
|
||||
pino: 6.13.3
|
||||
pino: 6.13.4
|
||||
|
||||
packages/middleware:
|
||||
specifiers:
|
||||
|
@ -17411,6 +17411,18 @@ packages:
|
|||
quick-format-unescaped: 4.0.3
|
||||
sonic-boom: 1.1.0
|
||||
|
||||
/pino/6.13.4:
|
||||
resolution: {integrity: sha512-g4tHSISmQJYUEKEMVdaZ+ZokWwFnTwZL5JPn+lnBVZ1BuBbrSchrXwQINknkM5+Q4fF6U9NjiI8PWwwMDHt9zA==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
fast-redact: 3.0.0
|
||||
fast-safe-stringify: 2.1.1
|
||||
flatstr: 1.0.12
|
||||
pino-std-serializers: 3.2.0
|
||||
process-warning: 1.0.0
|
||||
quick-format-unescaped: 4.0.3
|
||||
sonic-boom: 1.1.0
|
||||
|
||||
/pirates/4.0.1:
|
||||
resolution: {integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==}
|
||||
engines: {node: '>= 6'}
|
||||
|
@ -18467,6 +18479,9 @@ packages:
|
|||
/process-nextick-args/2.0.1:
|
||||
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
|
||||
|
||||
/process-warning/1.0.0:
|
||||
resolution: {integrity: sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==}
|
||||
|
||||
/process/0.11.10:
|
||||
resolution: {integrity: sha1-czIwDoQBYb2j5podHZGn1LwW8YI=}
|
||||
engines: {node: '>= 0.6.0'}
|
||||
|
|
Loading…
Add table
Reference in a new issue