Skip to content

Commit

Permalink
Bump pino-pretty from 7.6.1 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 7.6.1 to 8.0.0.
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v7.6.1...v8.0.0)

---
updated-dependencies:
- dependency-name: pino-pretty
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 20, 2022
1 parent 772aa20 commit 1517efb
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 38 deletions.
47 changes: 23 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/multer": "^1.4.7",
"@types/nodemailer": "^6.4.4",
"diagnostic-languageserver": "^1.14.2",
"pino-pretty": "^7.6.1",
"pino-pretty": "^8.0.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.4",
"typescript-language-server": "^0.11.1"
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@ argon2@^0.28.5:
"@phc/format" "^1.0.0"
node-addon-api "^4.3.0"

args@^5.0.1:
args@5.0.1:
version "5.0.1"
resolved "https://registry.npmjs.org/args/-/args-5.0.1.tgz"
resolved "https://registry.yarnpkg.com/args/-/args-5.0.1.tgz#4bf298df90a4799a09521362c579278cc2fdd761"
integrity sha512-1kqmFCFsPffavQFGt8OxJdIcETti99kySRUPMpOhaGjL6mRJn8HFU1OxKY5bMqfZKUwTQc1mZkAjmGYaVOHFtQ==
dependencies:
camelcase "5.0.0"
Expand Down Expand Up @@ -805,6 +805,11 @@ express@^5.0.0-beta.1:
utils-merge "1.0.1"
vary "~1.1.2"

fast-copy@^2.1.1:
version "2.1.3"
resolved "https://registry.yarnpkg.com/fast-copy/-/fast-copy-2.1.3.tgz#bf6e05ac3cb7a9d66fbf12c51dd4440e9ddd4afb"
integrity sha512-LDzYKNTHhD+XOp8wGMuCkY4eTxFZOOycmpwLBiuF3r3OjOmZnURRD8t2dUAbmKuXGbo/MGggwbSjcBdp8QT0+g==

fast-glob@^3.2.9:
version "3.2.11"
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz"
Expand Down Expand Up @@ -1577,21 +1582,21 @@ pino-abstract-transport@^0.5.0, pino-abstract-transport@v0.5.0:
duplexify "^4.1.2"
split2 "^4.0.0"

pino-pretty@^7.6.1:
version "7.6.1"
resolved "https://registry.npmjs.org/pino-pretty/-/pino-pretty-7.6.1.tgz"
integrity sha512-H7N6ZYkiyrfwBGW9CSjx0uyO9Q2Lyt73881+OTYk8v3TiTdgN92QHrWlEq/LeWw5XtDP64jeSk3mnc6T+xX9/w==
pino-pretty@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-8.0.0.tgz#adb99b0da4624edff04d0e9fc756638b9feabe2c"
integrity sha512-6Zn+2HBc8ZXEJb1XYZfY0Kh0jVBeKxmu077BzE0wzJZzQwNffmdQbIH7bNe0WPLjLApnVTx8TvvR8UNUcgE4nA==
dependencies:
args "^5.0.1"
args "5.0.1"
colorette "^2.0.7"
dateformat "^4.6.3"
fast-copy "^2.1.1"
fast-safe-stringify "^2.0.7"
joycon "^3.1.1"
on-exit-leak-free "^0.2.0"
pino-abstract-transport "^0.5.0"
pump "^3.0.0"
readable-stream "^3.6.0"
rfdc "^1.3.0"
secure-json-parse "^2.4.0"
sonic-boom "^2.2.0"
strip-json-comments "^3.1.1"
Expand Down Expand Up @@ -1749,11 +1754,6 @@ reusify@^1.0.4:
resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz"
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==

rfdc@^1.3.0:
version "1.3.0"
resolved "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz"
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==

rimraf@^2.6.1:
version "2.7.1"
resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz"
Expand Down

0 comments on commit 1517efb

Please sign in to comment.