mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix(deps): update dependency pino to v8.16.2 (#4122)
This commit is contained in:
parent
98852b400d
commit
4d53066fac
3 changed files with 26 additions and 36 deletions
|
@ -45,7 +45,7 @@
|
|||
"sonic-boom": "3.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"pino": "8.12.1"
|
||||
"pino": "8.16.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/logger-commons": "workspace:7.0.0-next.4",
|
||||
"pino": "8.14.1"
|
||||
"pino": "8.16.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:12.0.0-next.1"
|
||||
|
|
|
@ -848,8 +848,8 @@ importers:
|
|||
specifier: workspace:7.0.0-next.4
|
||||
version: link:../logger-commons
|
||||
pino:
|
||||
specifier: 8.14.1
|
||||
version: 8.14.1
|
||||
specifier: 8.16.2
|
||||
version: 8.16.2
|
||||
devDependencies:
|
||||
'@verdaccio/types':
|
||||
specifier: workspace:12.0.0-next.1
|
||||
|
@ -909,8 +909,8 @@ importers:
|
|||
version: 3.3.0
|
||||
devDependencies:
|
||||
pino:
|
||||
specifier: 8.12.1
|
||||
version: 8.12.1
|
||||
specifier: 8.16.2
|
||||
version: 8.16.2
|
||||
|
||||
packages/middleware:
|
||||
dependencies:
|
||||
|
@ -3660,7 +3660,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.22.10
|
||||
'@babel/helper-plugin-utils': 7.22.5
|
||||
'@babel/helper-plugin-utils': 7.20.2
|
||||
|
||||
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.0):
|
||||
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
|
||||
|
@ -3668,7 +3668,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.23.0
|
||||
'@babel/helper-plugin-utils': 7.22.5
|
||||
'@babel/helper-plugin-utils': 7.20.2
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.3):
|
||||
|
@ -18084,7 +18084,7 @@ packages:
|
|||
fast-json-stringify: 5.7.0
|
||||
find-my-way: 7.6.0
|
||||
light-my-request: 5.9.1
|
||||
pino: 8.14.1
|
||||
pino: 8.16.2
|
||||
process-warning: 2.2.0
|
||||
proxy-addr: 2.0.7
|
||||
rfdc: 1.3.0
|
||||
|
@ -23752,6 +23752,13 @@ packages:
|
|||
dependencies:
|
||||
readable-stream: 4.3.0
|
||||
split2: 4.2.0
|
||||
dev: false
|
||||
|
||||
/pino-abstract-transport@1.1.0:
|
||||
resolution: {integrity: sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==}
|
||||
dependencies:
|
||||
readable-stream: 4.3.0
|
||||
split2: 4.2.0
|
||||
|
||||
/pino-std-serializers@4.0.0:
|
||||
resolution: {integrity: sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q==}
|
||||
|
@ -23775,37 +23782,20 @@ packages:
|
|||
sonic-boom: 2.8.0
|
||||
thread-stream: 0.15.2
|
||||
|
||||
/pino@8.12.1:
|
||||
resolution: {integrity: sha512-n4F7nrEUDH0u5pjlUPkrvsN6oZOhScZWwpWPniwVkMnO6a2DhpnMNWDUlW0SawVICgrNhOf0yTNgw2lYQBsPYA==}
|
||||
/pino@8.16.2:
|
||||
resolution: {integrity: sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
atomic-sleep: 1.0.0
|
||||
fast-redact: 3.1.2
|
||||
on-exit-leak-free: 2.1.0
|
||||
pino-abstract-transport: 1.0.0
|
||||
pino-abstract-transport: 1.1.0
|
||||
pino-std-serializers: 6.2.0
|
||||
process-warning: 2.2.0
|
||||
quick-format-unescaped: 4.0.4
|
||||
real-require: 0.2.0
|
||||
safe-stable-stringify: 2.4.3
|
||||
sonic-boom: 3.2.1
|
||||
thread-stream: 2.3.0
|
||||
dev: true
|
||||
|
||||
/pino@8.14.1:
|
||||
resolution: {integrity: sha512-8LYNv7BKWXSfS+k6oEc6occy5La+q2sPwU3q2ljTX5AZk7v+5kND2o5W794FyRaqha6DJajmkNRsWtPpFyMUdw==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
atomic-sleep: 1.0.0
|
||||
fast-redact: 3.1.2
|
||||
on-exit-leak-free: 2.1.0
|
||||
pino-abstract-transport: 1.0.0
|
||||
pino-std-serializers: 6.2.0
|
||||
process-warning: 2.2.0
|
||||
quick-format-unescaped: 4.0.4
|
||||
real-require: 0.2.0
|
||||
safe-stable-stringify: 2.4.3
|
||||
sonic-boom: 3.3.0
|
||||
sonic-boom: 3.7.0
|
||||
thread-stream: 2.3.0
|
||||
|
||||
/pirates@4.0.6:
|
||||
|
@ -26865,16 +26855,16 @@ packages:
|
|||
dependencies:
|
||||
atomic-sleep: 1.0.0
|
||||
|
||||
/sonic-boom@3.2.1:
|
||||
resolution: {integrity: sha512-iITeTHxy3B9FGu8aVdiDXUVAcHMF9Ss0cCsAOo2HfCrmVGT3/DT5oYaeu0M/YKZDlKTvChEyPq0zI9Hf33EX6A==}
|
||||
dependencies:
|
||||
atomic-sleep: 1.0.0
|
||||
dev: true
|
||||
|
||||
/sonic-boom@3.3.0:
|
||||
resolution: {integrity: sha512-LYxp34KlZ1a2Jb8ZQgFCK3niIHzibdwtwNUWKg0qQRzsDoJ3Gfgkf8KdBTFU3SkejDEIlWwnSnpVdOZIhFMl/g==}
|
||||
dependencies:
|
||||
atomic-sleep: 1.0.0
|
||||
dev: false
|
||||
|
||||
/sonic-boom@3.7.0:
|
||||
resolution: {integrity: sha512-IudtNvSqA/ObjN97tfgNmOKyDOs4dNcg4cUUsHDebqsgb8wGBBwb31LIgShNO8fye0dFI52X1+tFoKKI6Rq1Gg==}
|
||||
dependencies:
|
||||
atomic-sleep: 1.0.0
|
||||
|
||||
/sort-css-media-queries@2.0.4:
|
||||
resolution: {integrity: sha512-PAIsEK/XupCQwitjv7XxoMvYhT7EAfyzI3hsy/MyDgTvc+Ft55ctdkctJLOy6cQejaIC+zjpUL4djFVm2ivOOw==}
|
||||
|
|
Loading…
Reference in a new issue