Skip to content

Commit 5b11dc6

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

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
@@ -1645,6 +1645,11 @@
16451645
"@parcel/watcher-win32-ia32" "2.5.1"
16461646
"@parcel/watcher-win32-x64" "2.5.1"
16471647

1648+
"@pinojs/redact@^0.4.0":
1649+
version "0.4.0"
1650+
resolved "https://registry.yarnpkg.com/@pinojs/redact/-/redact-0.4.0.tgz#c3de060dd12640dcc838516aa2a6803cc7b2e9d6"
1651+
integrity sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==
1652+
16481653
"@pkgr/core@^0.2.9":
16491654
version "0.2.9"
16501655
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b"
@@ -5162,11 +5167,6 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
51625167
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
51635168
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
51645169

5165-
fast-redact@^3.1.1:
5166-
version "3.1.2"
5167-
resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.1.2.tgz#d58e69e9084ce9fa4c1a6fa98a3e1ecf5d7839aa"
5168-
integrity sha512-+0em+Iya9fKGfEQGcd62Yv6onjBmmhV1uh86XVfOU8VwAe6kaFdQCWI9s0/Nnugx5Vd9tdbZ7e6gE2tR9dzXdw==
5169-
51705170
fast-safe-stringify@^2.0.2, fast-safe-stringify@^2.1.1:
51715171
version "2.1.1"
51725172
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
@@ -8383,13 +8383,13 @@ [email protected]:
83838383
split2 "^4.1.0"
83848384
through2 "^4.0.2"
83858385

8386-
pino@9.10.0:
8387-
version "9.10.0"
8388-
resolved "https://registry.yarnpkg.com/pino/-/pino-9.10.0.tgz#b78555637605ef6f4287e51a89b2087d66da4859"
8389-
integrity sha512-VOFxoNnxICtxaN8S3E73pR66c5MTFC+rwRcNRyHV/bV/c90dXvJqMfjkeRFsGBDXmlUN3LccJQPqGIufnaJePA==
8386+
pino@10.1.0:
8387+
version "10.1.0"
8388+
resolved "https://registry.yarnpkg.com/pino/-/pino-10.1.0.tgz#eb2a8a5b509fe4c75643ccec30461ea24766003a"
8389+
integrity sha512-0zZC2ygfdqvqK8zJIr1e+wT1T/L+LF6qvqvbzEQ6tiMAoTqEVK9a1K3YRu8HEUvGEvNqZyPJTtb2sNIoTkB83w==
83908390
dependencies:
8391+
"@pinojs/redact" "^0.4.0"
83918392
atomic-sleep "^1.0.0"
8392-
fast-redact "^3.1.1"
83938393
on-exit-leak-free "^2.1.0"
83948394
pino-abstract-transport "^2.0.0"
83958395
pino-std-serializers "^7.0.0"

0 commit comments

Comments
 (0)