Skip to content

Commit

Permalink
Bump @octokit/webhooks from 13.2.6 to 13.2.7 in the octokit group (#120)
Browse files Browse the repository at this point in the history
Bumps the octokit group with 1 update:
[@octokit/webhooks](https://github.com/octokit/webhooks.js).

Updates `@octokit/webhooks` from 13.2.6 to 13.2.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/octokit/webhooks.js/releases"><code>@​octokit/webhooks</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v13.2.7</h2>
<h2><a
href="https://github.com/octokit/webhooks.js/compare/v13.2.6...v13.2.7">13.2.7</a>
(2024-05-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>explicitly check that <code>request.body</code> is a string (<a
href="https://redirect.github.com/octokit/webhooks.js/issues/1010">#1010</a>)
(<a
href="https://github.com/octokit/webhooks.js/commit/c9b988d875c0493efb0662cce40350c86675420e">c9b988d</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/octokit/webhooks.js/commit/c9b988d875c0493efb0662cce40350c86675420e"><code>c9b988d</code></a>
fix: explicitly check that <code>request.body</code> is a string (<a
href="https://redirect.github.com/octokit/webhooks.js/issues/1010">#1010</a>)</li>
<li><a
href="https://github.com/octokit/webhooks.js/commit/4e778f9311829b6b5da5acd0eae29730419816f5"><code>4e778f9</code></a>
build(deps): lock file maintenance (<a
href="https://redirect.github.com/octokit/webhooks.js/issues/1011">#1011</a>)</li>
<li>See full diff in <a
href="https://github.com/octokit/webhooks.js/compare/v13.2.6...v13.2.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@octokit/webhooks&package-manager=npm_and_yarn&previous-version=13.2.6&new-version=13.2.7)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 6cc244b commit aeaed9e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@octokit/graphql": "8.1.1",
"@octokit/graphql-schema": "15.15.0",
"@octokit/webhooks": "13.2.6",
"@octokit/webhooks": "13.2.7",
"@octokit/webhooks-types": "7.5.1",
"@plaiceholder/next": "3.0.0",
"@remark-embedder/core": "3.0.2",
Expand Down
24 changes: 18 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit aeaed9e

Please sign in to comment.