File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 211211 "photon-colors" : " 3.3.2" ,
212212 "photoswipe" : " 5.4.4" ,
213213 "pino" : " 10.1.0" ,
214- "pino-syslog" : " 3.1 .0" ,
214+ "pino-syslog" : " 3.2 .0" ,
215215 "prop-types" : " 15.8.1" ,
216216 "pump" : " 3.0.3" ,
217217 "qhistory" : " 1.1.0" ,
Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ const format = (
6060 } ,
6161 options = DEFAULT_OPTIONS ,
6262) => {
63- const syslogSeverity = pinoSyslog . levelToSeverity ( level ) ;
63+ const syslogSeverity =
64+ pinoSyslog . defaults . pinoLevelToSyslogSeverity . get ( level ) ;
6465
6566 return {
6667 EnvVersion : ENV_VERSION ,
Original file line number Diff line number Diff line change @@ -8691,10 +8691,10 @@ pino-std-serializers@^7.0.0:
86918691 resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
86928692 integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
86938693
8694- pino-syslog@3.1 .0:
8695- version "3.1 .0"
8696- resolved "https://registry.yarnpkg.com/pino-syslog/-/pino-syslog-3.1 .0.tgz#3f214f4701b58cd799690768e2bf043471a3e55e "
8697- integrity sha512-lWh11cb/Fdk+OfDUkrDP7oNI45RAhRXVZDuplITXfQjVTJkaIf0VaXm9O09Lkdjr3IvgtntZH2zlORIVorNrig ==
8694+ pino-syslog@3.2 .0:
8695+ version "3.2 .0"
8696+ resolved "https://registry.yarnpkg.com/pino-syslog/-/pino-syslog-3.2 .0.tgz#e4b33a7e615eef6664a6cea8eb7b81a069314d82 "
8697+ integrity sha512-xr2NRWIt4mlR5Zu33RYE7MDtm1D/IFADFJC2FgJzMB/MgqtcaceRfGJqiP0WuIgTiDJRceDfNZu6d50GsPdLdw ==
86988698 dependencies:
86998699 fast-json-parse "^1.0.2"
87008700 fast-safe-stringify "^2.0.2"
You can’t perform that action at this time.
0 commit comments