Skip to content

Commit 7c634b1

Browse files
build(deps): bump pino-pretty from 13.1.2 to 13.1.3
Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 13.1.2 to 13.1.3. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](pinojs/pino-pretty@v13.1.2...v13.1.3) --- updated-dependencies: - dependency-name: pino-pretty dependency-version: 13.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e68633b commit 7c634b1

2 files changed

Lines changed: 18 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"kysely-postgres-js": "^3.0.0",
2727
"neverthrow": "^8.2.0",
2828
"pino": "^10.1.0",
29-
"pino-pretty": "^13.1.2",
29+
"pino-pretty": "^13.1.3",
3030
"pm2": "^6.0.13",
3131
"postgres": "^3.4.7",
3232
"viem": "^2.40.2"

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3107,10 +3107,10 @@ extrareqp2@^1.0.0:
31073107
dependencies:
31083108
follow-redirects "^1.14.0"
31093109

3110-
fast-copy@^3.0.2:
3111-
version "3.0.2"
3112-
resolved "https://registry.yarnpkg.com/fast-copy/-/fast-copy-3.0.2.tgz#59c68f59ccbcac82050ba992e0d5c389097c9d35"
3113-
integrity sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==
3110+
fast-copy@^4.0.0:
3111+
version "4.0.0"
3112+
resolved "https://registry.yarnpkg.com/fast-copy/-/fast-copy-4.0.0.tgz#776bf45a82c1a894617be13162537180f79e2994"
3113+
integrity sha512-/oA0gx1xyXE9R2YlV4FXwZJXngFdm9Du0zN8FhY38jnLkhp1u35h6bCyKgRhlsA6C9I+1vfXE4KISdt7xc6M9w==
31143114

31153115
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
31163116
version "3.1.3"
@@ -4845,20 +4845,27 @@ pino-abstract-transport@^2.0.0:
48454845
dependencies:
48464846
split2 "^4.0.0"
48474847

4848-
pino-pretty@^13.1.2:
4849-
version "13.1.2"
4850-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-13.1.2.tgz#4e7484f2c5d02cce03159b96aa04697bf9e84ff6"
4851-
integrity sha512-3cN0tCakkT4f3zo9RXDIhy6GTvtYD6bK4CRBLN9j3E/ePqN1tugAXD5rGVfoChW6s0hiek+eyYlLNqc/BG7vBQ==
4848+
pino-abstract-transport@^3.0.0:
4849+
version "3.0.0"
4850+
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-3.0.0.tgz#b21e5f33a297e8c4c915c62b3ce5dd4a87a52c23"
4851+
integrity sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==
4852+
dependencies:
4853+
split2 "^4.0.0"
4854+
4855+
pino-pretty@^13.1.3:
4856+
version "13.1.3"
4857+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-13.1.3.tgz#2274cccda925dd355c104079a5029f6598d0381b"
4858+
integrity sha512-ttXRkkOz6WWC95KeY9+xxWL6AtImwbyMHrL1mSwqwW9u+vLp/WIElvHvCSDg0xO/Dzrggz1zv3rN5ovTRVowKg==
48524859
dependencies:
48534860
colorette "^2.0.7"
48544861
dateformat "^4.6.3"
4855-
fast-copy "^3.0.2"
4862+
fast-copy "^4.0.0"
48564863
fast-safe-stringify "^2.1.1"
48574864
help-me "^5.0.0"
48584865
joycon "^3.1.1"
48594866
minimist "^1.2.6"
48604867
on-exit-leak-free "^2.1.0"
4861-
pino-abstract-transport "^2.0.0"
4868+
pino-abstract-transport "^3.0.0"
48624869
pump "^3.0.0"
48634870
secure-json-parse "^4.0.0"
48644871
sonic-boom "^4.0.1"

0 commit comments

Comments
 (0)