Skip to content

Commit 23e9959

Browse files
build(deps): Bump joi from 17.12.3 to 17.13.1 (#1114)
Bumps [joi](https://github.com/hapijs/joi) from 17.12.3 to 17.13.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hapijs/joi/commit/0066a4ef16706b722b81818a8608aea1129f4cc7"><code>0066a4e</code></a> 17.13.1</li> <li><a href="https://github.com/hapijs/joi/commit/2d260302e75ed50e1f2658887dcd11fcc5b5e05c"><code>2d26030</code></a> fix: label false should also hide explicit labels (<a href="https://redirect.github.com/hapijs/joi/issues/3034">#3034</a>)</li> <li><a href="https://github.com/hapijs/joi/commit/f02df4c011253d3573be19261a45c6765157d054"><code>f02df4c</code></a> 17.13.0</li> <li><a href="https://github.com/hapijs/joi/commit/1ed2d4e615920c57d78ad139b6d53f62c1dec489"><code>1ed2d4e</code></a> feat: support encoding uri (follow-up to <a href="https://redirect.github.com/hapijs/joi/issues/3027">#3027</a>) (<a href="https://redirect.github.com/hapijs/joi/issues/3032">#3032</a>)</li> <li><a href="https://github.com/hapijs/joi/commit/9af6f1f2347a4ffa4a131231b74978e1242fd585"><code>9af6f1f</code></a> feat: Support encoding uri (<a href="https://redirect.github.com/hapijs/joi/issues/3027">#3027</a>)</li> <li>See full diff in <a href="https://github.com/hapijs/joi/compare/v17.12.3...v17.13.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=joi&package-manager=npm_and_yarn&previous-version=17.12.3&new-version=17.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d17a910 commit 23e9959

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 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
@@ -68,7 +68,7 @@
6868
"date-fns": "^2.30.0",
6969
"eslint": "^8.57.0",
7070
"eslint-config-standard": "^17.1.0",
71-
"joi": "^17.12.3",
71+
"joi": "^17.13.1",
7272
"listr": "^0.14.1",
7373
"listr-update-renderer": "^0.5.0",
7474
"listr-verbose-renderer": "^0.6.0",

0 commit comments

Comments
 (0)