Skip to content

Commit ffeaf7b

Browse files
build(deps): bump pino-pretty from 13.1.2 to 13.1.3 (#731)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 341d112 commit ffeaf7b

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.14",
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"
@@ -4856,20 +4856,27 @@ pino-abstract-transport@^2.0.0:
48564856
dependencies:
48574857
split2 "^4.0.0"
48584858

4859-
pino-pretty@^13.1.2:
4860-
version "13.1.2"
4861-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-13.1.2.tgz#4e7484f2c5d02cce03159b96aa04697bf9e84ff6"
4862-
integrity sha512-3cN0tCakkT4f3zo9RXDIhy6GTvtYD6bK4CRBLN9j3E/ePqN1tugAXD5rGVfoChW6s0hiek+eyYlLNqc/BG7vBQ==
4859+
pino-abstract-transport@^3.0.0:
4860+
version "3.0.0"
4861+
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-3.0.0.tgz#b21e5f33a297e8c4c915c62b3ce5dd4a87a52c23"
4862+
integrity sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==
4863+
dependencies:
4864+
split2 "^4.0.0"
4865+
4866+
pino-pretty@^13.1.3:
4867+
version "13.1.3"
4868+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-13.1.3.tgz#2274cccda925dd355c104079a5029f6598d0381b"
4869+
integrity sha512-ttXRkkOz6WWC95KeY9+xxWL6AtImwbyMHrL1mSwqwW9u+vLp/WIElvHvCSDg0xO/Dzrggz1zv3rN5ovTRVowKg==
48634870
dependencies:
48644871
colorette "^2.0.7"
48654872
dateformat "^4.6.3"
4866-
fast-copy "^3.0.2"
4873+
fast-copy "^4.0.0"
48674874
fast-safe-stringify "^2.1.1"
48684875
help-me "^5.0.0"
48694876
joycon "^3.1.1"
48704877
minimist "^1.2.6"
48714878
on-exit-leak-free "^2.1.0"
4872-
pino-abstract-transport "^2.0.0"
4879+
pino-abstract-transport "^3.0.0"
48734880
pump "^3.0.0"
48744881
secure-json-parse "^4.0.0"
48754882
sonic-boom "^4.0.1"

0 commit comments

Comments
 (0)