Skip to content

Commit 411befc

Browse files
Bump pino from 9.10.0 to 10.0.0
Bumps [pino](https://github.com/pinojs/pino) from 9.10.0 to 10.0.0. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](pinojs/pino@v9.10.0...v10.0.0) --- updated-dependencies: - dependency-name: pino dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0f6ba5 commit 411befc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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": "5.4.4",
213-
"pino": "9.10.0",
213+
"pino": "10.0.0",
214214
"pino-syslog": "3.1.0",
215215
"prop-types": "15.8.1",
216216
"pump": "3.0.3",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5082,11 +5082,6 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
50825082
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
50835083
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
50845084

5085-
fast-redact@^3.1.1:
5086-
version "3.1.2"
5087-
resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.1.2.tgz#d58e69e9084ce9fa4c1a6fa98a3e1ecf5d7839aa"
5088-
integrity sha512-+0em+Iya9fKGfEQGcd62Yv6onjBmmhV1uh86XVfOU8VwAe6kaFdQCWI9s0/Nnugx5Vd9tdbZ7e6gE2tR9dzXdw==
5089-
50905085
fast-safe-stringify@^2.0.2, fast-safe-stringify@^2.1.1:
50915086
version "2.1.1"
50925087
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
@@ -8289,20 +8284,20 @@ [email protected]:
82898284
split2 "^4.1.0"
82908285
through2 "^4.0.2"
82918286

8292-
pino@9.10.0:
8293-
version "9.10.0"
8294-
resolved "https://registry.yarnpkg.com/pino/-/pino-9.10.0.tgz#b78555637605ef6f4287e51a89b2087d66da4859"
8295-
integrity sha512-VOFxoNnxICtxaN8S3E73pR66c5MTFC+rwRcNRyHV/bV/c90dXvJqMfjkeRFsGBDXmlUN3LccJQPqGIufnaJePA==
8287+
pino@10.0.0:
8288+
version "10.0.0"
8289+
resolved "https://registry.yarnpkg.com/pino/-/pino-10.0.0.tgz#3d1a8abc7a700142edebf02a7b291834da199fbe"
8290+
integrity sha512-eI9pKwWEix40kfvSzqEP6ldqOoBIN7dwD/o91TY5z8vQI12sAffpR/pOqAD1IVVwIVHDpHjkq0joBPdJD0rafA==
82968291
dependencies:
82978292
atomic-sleep "^1.0.0"
8298-
fast-redact "^3.1.1"
82998293
on-exit-leak-free "^2.1.0"
83008294
pino-abstract-transport "^2.0.0"
83018295
pino-std-serializers "^7.0.0"
83028296
process-warning "^5.0.0"
83038297
quick-format-unescaped "^4.0.3"
83048298
real-require "^0.2.0"
83058299
safe-stable-stringify "^2.3.1"
8300+
slow-redact "^0.3.0"
83068301
sonic-boom "^4.0.1"
83078302
thread-stream "^3.0.0"
83088303

@@ -10051,6 +10046,11 @@ slice-ansi@^4.0.0:
1005110046
astral-regex "^2.0.0"
1005210047
is-fullwidth-code-point "^3.0.0"
1005310048

10049+
slow-redact@^0.3.0:
10050+
version "0.3.2"
10051+
resolved "https://registry.yarnpkg.com/slow-redact/-/slow-redact-0.3.2.tgz#d06e25195aa5c492d32631c53d9ae86043b8b0e2"
10052+
integrity sha512-MseHyi2+E/hBRqdOi5COy6wZ7j7DxXRz9NkseavNYSvvWC06D8a5cidVZX3tcG5eCW3NIyVU4zT63hw0Q486jw==
10053+
1005410054
sonic-boom@^3.2.1:
1005510055
version "3.7.0"
1005610056
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.7.0.tgz#b4b7b8049a912986f4a92c51d4660b721b11f2f2"

0 commit comments

Comments
 (0)