Skip to content

Commit 3c499f5

Browse files
authored
chore(deps): Bump @octokit/core from 7.0.4 to 7.0.5 in /.github/actions/fix (#1206)
Bumps [@octokit/core](https://github.com/octokit/core.js) from 7.0.4 to 7.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/core.js/releases"><code>@​octokit/core</code>'s releases</a>.</em></p> <blockquote> <h2>v7.0.5</h2> <h2><a href="https://github.com/octokit/core.js/compare/v7.0.4...v7.0.5">7.0.5</a> (2025-09-29)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update octokit dependencies, and <code>@​sinonjs/fake-timers</code> (<a href="https://redirect.github.com/octokit/core.js/issues/749">#749</a>) (<a href="https://github.com/octokit/core.js/commit/14d23a1e898b1822a0704632f7e914a201c4c62c">14d23a1</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/core.js/commit/14d23a1e898b1822a0704632f7e914a201c4c62c"><code>14d23a1</code></a> fix(deps): update octokit dependencies, and <code>@​sinonjs/fake-timers</code> (<a href="https://redirect.github.com/octokit/core.js/issues/749">#749</a>)</li> <li><a href="https://github.com/octokit/core.js/commit/e4d0776dbf46235c9e5314ae39796433b4500bb7"><code>e4d0776</code></a> ci(action): update actions/setup-node action to v5 (<a href="https://redirect.github.com/octokit/core.js/issues/746">#746</a>)</li> <li>See full diff in <a href="https://github.com/octokit/core.js/compare/v7.0.4...v7.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@octokit/core&package-manager=npm_and_yarn&previous-version=7.0.4&new-version=7.0.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>
2 parents dcd53fc + 08349cd commit 3c499f5

File tree

2 files changed

+34
-64
lines changed

2 files changed

+34
-64
lines changed

.github/actions/fix/package-lock.json

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

.github/actions/fix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "module",
1515
"dependencies": {
1616
"@actions/core": "^1.11.1",
17-
"@octokit/core": "^7.0.4",
17+
"@octokit/core": "^7.0.5",
1818
"@octokit/plugin-throttling": "^11.0.2"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)