Skip to content

Commit b360554

Browse files
Upgrade: [dependabot] - bump pino from 9.9.4 to 9.9.5 (#549)
Bumps [pino](https://github.com/pinojs/pino) from 9.9.4 to 9.9.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pinojs/pino/releases">pino's releases</a>.</em></p> <blockquote> <h2>v9.9.5</h2> <h2>What's Changed</h2> <ul> <li>fix: allow object type in %s placeholder by <a href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a href="https://redirect.github.com/pinojs/pino/pull/2277">pinojs/pino#2277</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pinojs/pino/compare/v9.9.4...v9.9.5">https://github.com/pinojs/pino/compare/v9.9.4...v9.9.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pinojs/pino/commit/783f9d9bb50c05fdba2c93bfa3383c59494830e4"><code>783f9d9</code></a> Bumped v9.9.5</li> <li><a href="https://github.com/pinojs/pino/commit/d2f6c64903890b7220ecdf67bcf20be64cd6165f"><code>d2f6c64</code></a> fix: allow object type in %s placeholder (<a href="https://redirect.github.com/pinojs/pino/issues/2277">#2277</a>)</li> <li>See full diff in <a href="https://github.com/pinojs/pino/compare/v9.9.4...v9.9.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pino&package-manager=npm_and_yarn&previous-version=9.9.4&new-version=9.9.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c1fc5a commit b360554

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"artillery": "^2.0.24",
77
"axios": "^1.11.0",
88
"jsonwebtoken": "^9.0.2",
9-
"pino": "^9.9.4"
9+
"pino": "^9.9.5"
1010
},
1111
"devDependencies": {
1212
"@types/aws-lambda": "^8.10.152",

0 commit comments

Comments
 (0)