Skip to content

Commit

Permalink
Upgrade: [dependabot] - bump @hapi/hapi from 21.3.10 to 21.3.11 (#2876)
Browse files Browse the repository at this point in the history
Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 21.3.10 to
21.3.11.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hapijs/hapi/commit/20290c95f34bdc8f17b23a22585bea9ac89fbb41"><code>20290c9</code></a>
21.3.11</li>
<li><a
href="https://github.com/hapijs/hapi/commit/9a54c5097ca21b6692be48a93a248bb3e17724be"><code>9a54c50</code></a>
chore: bump all modules to their latest compatible version</li>
<li><a
href="https://github.com/hapijs/hapi/commit/4a08a7382175b970e1ae121ed8dc5b1369d26d0a"><code>4a08a73</code></a>
Improve expect 100-continue handling</li>
<li><a
href="https://github.com/hapijs/hapi/commit/b720834ae8cb1d53f6317d0e9c0dde5dfab8b011"><code>b720834</code></a>
Don't destroy incoming requests during the stopping phase</li>
<li><a
href="https://github.com/hapijs/hapi/commit/286cea96037973d83213dd3bbad6dca8e727b8c0"><code>286cea9</code></a>
Test that logged simple handler errors has a stack</li>
<li><a
href="https://github.com/hapijs/hapi/commit/909f9bb75f9feecee6a3f2c0aac3eb59cde518fa"><code>909f9bb</code></a>
chore: pin eslint-plugin</li>
<li><a
href="https://github.com/hapijs/hapi/commit/22377ee7329b553f9ef72ff869940dce05523920"><code>22377ee</code></a>
Remove nargonath from TSC</li>
<li>See full diff in <a
href="https://github.com/hapijs/hapi/compare/v21.3.10...v21.3.11">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@hapi/hapi&package-manager=npm_and_yarn&previous-version=21.3.10&new-version=21.3.11)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 08836c4 commit f96e7f9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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 packages/coordinator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@hapi/boom": "^10.0.1",
"@peculiar/x509": "^1.12.3",
"@hapi/hapi": "^21.3.10",
"@hapi/hapi": "^21.3.11",
"@xmldom/xmldom": "^0.8.10",
"axios": "^1.7.7",
"crypto-js": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tool/site/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/cookie": "^12.0.1",
"@hapi/hapi": "^21.3.10",
"@hapi/hapi": "^21.3.11",
"@hapi/inert": "^7.0.0",
"@hapi/vision": "^7.0.3",
"@hapi/yar": "^11.0.2",
Expand Down

0 comments on commit f96e7f9

Please sign in to comment.