Skip to content

Commit 8da8844

Browse files
Bump pino from 9.10.0 to 10.1.0 (#13895)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f532ff commit 8da8844

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.1.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
@@ -1650,6 +1650,11 @@
16501650
"@parcel/watcher-win32-ia32" "2.5.1"
16511651
"@parcel/watcher-win32-x64" "2.5.1"
16521652

1653+
"@pinojs/redact@^0.4.0":
1654+
version "0.4.0"
1655+
resolved "https://registry.yarnpkg.com/@pinojs/redact/-/redact-0.4.0.tgz#c3de060dd12640dcc838516aa2a6803cc7b2e9d6"
1656+
integrity sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==
1657+
16531658
"@pkgr/core@^0.2.9":
16541659
version "0.2.9"
16551660
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b"
@@ -5167,11 +5172,6 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
51675172
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
51685173
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
51695174

5170-
fast-redact@^3.1.1:
5171-
version "3.1.2"
5172-
resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.1.2.tgz#d58e69e9084ce9fa4c1a6fa98a3e1ecf5d7839aa"
5173-
integrity sha512-+0em+Iya9fKGfEQGcd62Yv6onjBmmhV1uh86XVfOU8VwAe6kaFdQCWI9s0/Nnugx5Vd9tdbZ7e6gE2tR9dzXdw==
5174-
51755175
fast-safe-stringify@^2.0.2, fast-safe-stringify@^2.1.1:
51765176
version "2.1.1"
51775177
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
@@ -8388,13 +8388,13 @@ [email protected]:
83888388
split2 "^4.1.0"
83898389
through2 "^4.0.2"
83908390

8391-
pino@9.10.0:
8392-
version "9.10.0"
8393-
resolved "https://registry.yarnpkg.com/pino/-/pino-9.10.0.tgz#b78555637605ef6f4287e51a89b2087d66da4859"
8394-
integrity sha512-VOFxoNnxICtxaN8S3E73pR66c5MTFC+rwRcNRyHV/bV/c90dXvJqMfjkeRFsGBDXmlUN3LccJQPqGIufnaJePA==
8391+
pino@10.1.0:
8392+
version "10.1.0"
8393+
resolved "https://registry.yarnpkg.com/pino/-/pino-10.1.0.tgz#eb2a8a5b509fe4c75643ccec30461ea24766003a"
8394+
integrity sha512-0zZC2ygfdqvqK8zJIr1e+wT1T/L+LF6qvqvbzEQ6tiMAoTqEVK9a1K3YRu8HEUvGEvNqZyPJTtb2sNIoTkB83w==
83958395
dependencies:
8396+
"@pinojs/redact" "^0.4.0"
83968397
atomic-sleep "^1.0.0"
8397-
fast-redact "^3.1.1"
83988398
on-exit-leak-free "^2.1.0"
83998399
pino-abstract-transport "^2.0.0"
84008400
pino-std-serializers "^7.0.0"

0 commit comments

Comments
 (0)