Skip to content

Commit db15dbb

Browse files
Bump pino from 9.6.0 to 9.7.0 (#13592)
Bumps [pino](https://github.com/pinojs/pino) from 9.6.0 to 9.7.0. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](pinojs/pino@v9.6.0...v9.7.0) --- updated-dependencies: - dependency-name: pino dependency-version: 9.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3a1536 commit db15dbb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"normalize.css": "8.0.1",
211211
"photon-colors": "3.3.2",
212212
"photoswipe": "4.1.3",
213-
"pino": "9.6.0",
213+
"pino": "9.7.0",
214214
"pino-syslog": "3.1.0",
215215
"prop-types": "15.8.1",
216216
"pump": "3.0.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8286,17 +8286,17 @@ [email protected]:
82868286
split2 "^4.1.0"
82878287
through2 "^4.0.2"
82888288

8289-
pino@9.6.0:
8290-
version "9.6.0"
8291-
resolved "https://registry.yarnpkg.com/pino/-/pino-9.6.0.tgz#6bc628159ba0cc81806d286718903b7fc6b13169"
8292-
integrity sha512-i85pKRCt4qMjZ1+L7sy2Ag4t1atFcdbEt76+7iRJn1g2BvsnRMGu9p8pivl9fs63M2kF/A0OacFZhTub+m/qMg==
8289+
pino@9.7.0:
8290+
version "9.7.0"
8291+
resolved "https://registry.yarnpkg.com/pino/-/pino-9.7.0.tgz#ff7cd86eb3103ee620204dbd5ca6ffda8b53f645"
8292+
integrity sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==
82938293
dependencies:
82948294
atomic-sleep "^1.0.0"
82958295
fast-redact "^3.1.1"
82968296
on-exit-leak-free "^2.1.0"
82978297
pino-abstract-transport "^2.0.0"
82988298
pino-std-serializers "^7.0.0"
8299-
process-warning "^4.0.0"
8299+
process-warning "^5.0.0"
83008300
quick-format-unescaped "^4.0.3"
83018301
real-require "^0.2.0"
83028302
safe-stable-stringify "^2.3.1"
@@ -8702,10 +8702,10 @@ process-nextick-args@~2.0.0:
87028702
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
87038703
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
87048704

8705-
process-warning@^4.0.0:
8706-
version "4.0.1"
8707-
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-4.0.1.tgz#5c1db66007c67c756e4e09eb170cdece15da32fb"
8708-
integrity sha512-3c2LzQ3rY9d0hc1emcsHhfT9Jwz0cChib/QN89oME2R451w5fy3f0afAhERFZAwrbDU43wk12d0ORBpDVME50Q==
8705+
process-warning@^5.0.0:
8706+
version "5.0.0"
8707+
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-5.0.0.tgz#566e0bf79d1dff30a72d8bbbe9e8ecefe8d378d7"
8708+
integrity sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==
87098709

87108710
process@^0.11.10:
87118711
version "0.11.10"

0 commit comments

Comments
 (0)