fix(deps): bump @octokit/auth-app from 7.2.1 to 8.0.1 (#257)
Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 7.2.1 to 8.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/auth-app.js/releases"><code>@octokit/auth-app</code>'s releases</a>.</em></p> <blockquote> <h2>v8.0.1</h2> <h2><a href="https://github.com/octokit/auth-app.js/compare/v8.0.0...v8.0.1">8.0.1</a> (2025-05-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update octokit monorepo (major) (<a href="https://redirect.github.com/octokit/auth-app.js/issues/704">#704</a>) (<a href="56cded1431">56cded1</a>)</li> </ul> <h2>v8.0.0</h2> <h1><a href="https://github.com/octokit/auth-app.js/compare/v7.2.1...v8.0.0">8.0.0</a> (2025-05-20)</h1> <h3>Continuous Integration</h3> <ul> <li>stop testing against NodeJS v18 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/702">#702</a>) (<a href="a168de532c">a168de5</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li> <p>Drop support for NodeJS v18</p> </li> <li> <p>build: set minimal node version in build script to v20</p> </li> <li> <p>ci: stop testing against NodeJS v18</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="56cded1431"><code>56cded1</code></a> fix(deps): update octokit monorepo (major) (<a href="https://redirect.github.com/octokit/auth-app.js/issues/704">#704</a>)</li> <li><a href="a168de532c"><code>a168de5</code></a> ci: stop testing against NodeJS v18 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/702">#702</a>)</li> <li><a href="4bee524e65"><code>4bee524</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/703">#703</a>)</li> <li><a href="8a9a326926"><code>8a9a326</code></a> build(deps-dev): bump vite from 6.3.2 to 6.3.5 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/701">#701</a>)</li> <li><a href="b2ad57fcdc"><code>b2ad57f</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/697">#697</a>)</li> <li><a href="00bb36c205"><code>00bb36c</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/696">#696</a>)</li> <li><a href="0f9ad9ce6f"><code>0f9ad9c</code></a> build(deps-dev): bump vite from 6.2.5 to 6.2.6 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/695">#695</a>)</li> <li>See full diff in <a href="https://github.com/octokit/auth-app.js/compare/v7.2.1...v8.0.1">compare view</a></li> </ul> </details> <br /> [](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>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.11.1",
|
||||
"@octokit/auth-app": "^7.2.1",
|
||||
"@octokit/auth-app": "^8.1.0",
|
||||
"@octokit/request": "^10.0.3",
|
||||
"p-retry": "^6.2.1",
|
||||
"undici": "^7.16.0"
|
||||
|
||||
Reference in New Issue
Block a user