From 55e2a4b2ccaaa8364303e6ab9f77e31ad02298e5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 21 Nov 2025 15:48:38 -0800
Subject: [PATCH] fix(deps): bump the production-dependencies group with 2
updates (#292)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the production-dependencies group with 2 updates:
[@octokit/auth-app](https://github.com/octokit/auth-app.js) and
[@octokit/request](https://github.com/octokit/request.js).
Updates `@octokit/auth-app` from 8.1.0 to 8.1.1
Release notes
Sourced from @octokit/auth-app's
releases.
v8.1.1
8.1.1
(2025-09-29)
Bug Fixes
- deps: update dependency
@octokit/types to v15 (#721)
(8b76e56)
Commits
Updates `@octokit/request` from 10.0.3 to 10.0.5
Release notes
Sourced from @octokit/request's
releases.
v10.0.5
10.0.5
(2025-09-29)
Bug Fixes
v10.0.4
10.0.4
(2025-09-29)
Bug Fixes
- deps: update dependency
@octokit/types to v15 (#775)
(ad78b4c)
Commits
30f83b6
fix(deps): update octokit deps (#772)
b07d593
ci(action): update actions/checkout action to v5 (#770)
928c3d7
chore(deps): update dependency prettier to v3.6.2 (#766)
a84613e
ci(action): update actions/setup-node action to v5 (#771)
ad78b4c
fix(deps): update dependency @octokit/types to v15 (#775)
- See full diff in compare
view
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
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 ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com>
---
package-lock.json | 112 +++++++++++++++++++++++-----------------------
package.json | 2 +-
2 files changed, 57 insertions(+), 57 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 6d2d2d3..868fbfc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
- "@octokit/auth-app": "^8.1.0",
+ "@octokit/auth-app": "^8.1.1",
"@octokit/request": "^10.0.3",
"p-retry": "^6.2.1",
"undici": "^7.16.0"
@@ -697,16 +697,16 @@
}
},
"node_modules/@octokit/auth-app": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-8.1.0.tgz",
- "integrity": "sha512-6bWhyvLXqCSfHiqlwzn9pScLZ+Qnvh/681GR/UEEPCMIVwfpRDBw0cCzy3/t2Dq8B7W2X/8pBgmw6MOiyE0DXQ==",
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-8.1.1.tgz",
+ "integrity": "sha512-yW9YUy1cuqWlz8u7908ed498wJFt42VYsYWjvepjojM4BdZSp4t+5JehFds7LfvYi550O/GaUI94rgbhswvxfA==",
"license": "MIT",
"dependencies": {
- "@octokit/auth-oauth-app": "^9.0.1",
- "@octokit/auth-oauth-user": "^6.0.0",
- "@octokit/request": "^10.0.2",
- "@octokit/request-error": "^7.0.0",
- "@octokit/types": "^14.0.0",
+ "@octokit/auth-oauth-app": "^9.0.2",
+ "@octokit/auth-oauth-user": "^6.0.1",
+ "@octokit/request": "^10.0.5",
+ "@octokit/request-error": "^7.0.1",
+ "@octokit/types": "^15.0.0",
"toad-cache": "^3.7.0",
"universal-github-app-jwt": "^2.2.0",
"universal-user-agent": "^7.0.0"
@@ -716,15 +716,15 @@
}
},
"node_modules/@octokit/auth-oauth-app": {
- "version": "9.0.1",
- "resolved": "https://registry.npmjs.org/@octokit/auth-oauth-app/-/auth-oauth-app-9.0.1.tgz",
- "integrity": "sha512-TthWzYxuHKLAbmxdFZwFlmwVyvynpyPmjwc+2/cI3cvbT7mHtsAW9b1LvQaNnAuWL+pFnqtxdmrU8QpF633i1g==",
+ "version": "9.0.2",
+ "resolved": "https://registry.npmjs.org/@octokit/auth-oauth-app/-/auth-oauth-app-9.0.2.tgz",
+ "integrity": "sha512-vmjSHeuHuM+OxZLzOuoYkcY3OPZ8erJ5lfswdTmm+4XiAKB5PmCk70bA1is4uwSl/APhRVAv4KHsgevWfEKIPQ==",
"license": "MIT",
"dependencies": {
- "@octokit/auth-oauth-device": "^8.0.1",
- "@octokit/auth-oauth-user": "^6.0.0",
- "@octokit/request": "^10.0.2",
- "@octokit/types": "^14.0.0",
+ "@octokit/auth-oauth-device": "^8.0.2",
+ "@octokit/auth-oauth-user": "^6.0.1",
+ "@octokit/request": "^10.0.5",
+ "@octokit/types": "^15.0.0",
"universal-user-agent": "^7.0.0"
},
"engines": {
@@ -732,14 +732,14 @@
}
},
"node_modules/@octokit/auth-oauth-device": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/@octokit/auth-oauth-device/-/auth-oauth-device-8.0.1.tgz",
- "integrity": "sha512-TOqId/+am5yk9zor0RGibmlqn4V0h8vzjxlw/wYr3qzkQxl8aBPur384D1EyHtqvfz0syeXji4OUvKkHvxk/Gw==",
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/@octokit/auth-oauth-device/-/auth-oauth-device-8.0.2.tgz",
+ "integrity": "sha512-KW7Ywrz7ei7JX+uClWD2DN1259fnkoKuVdhzfpQ3/GdETaCj4Tx0IjvuJrwhP/04OhcMu5yR6tjni0V6LBihdw==",
"license": "MIT",
"dependencies": {
- "@octokit/oauth-methods": "^6.0.0",
- "@octokit/request": "^10.0.2",
- "@octokit/types": "^14.0.0",
+ "@octokit/oauth-methods": "^6.0.1",
+ "@octokit/request": "^10.0.5",
+ "@octokit/types": "^15.0.0",
"universal-user-agent": "^7.0.0"
},
"engines": {
@@ -747,15 +747,15 @@
}
},
"node_modules/@octokit/auth-oauth-user": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/@octokit/auth-oauth-user/-/auth-oauth-user-6.0.0.tgz",
- "integrity": "sha512-GV9IW134PHsLhtUad21WIeP9mlJ+QNpFd6V9vuPWmaiN25HEJeEQUcS4y5oRuqCm9iWDLtfIs+9K8uczBXKr6A==",
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/@octokit/auth-oauth-user/-/auth-oauth-user-6.0.1.tgz",
+ "integrity": "sha512-vlKsL1KUUPvwXpv574zvmRd+/4JiDFXABIZNM39+S+5j2kODzGgjk7w5WtiQ1x24kRKNaE7v9DShNbw43UA3Hw==",
"license": "MIT",
"dependencies": {
- "@octokit/auth-oauth-device": "^8.0.1",
- "@octokit/oauth-methods": "^6.0.0",
- "@octokit/request": "^10.0.2",
- "@octokit/types": "^14.0.0",
+ "@octokit/auth-oauth-device": "^8.0.2",
+ "@octokit/oauth-methods": "^6.0.1",
+ "@octokit/request": "^10.0.5",
+ "@octokit/types": "^15.0.0",
"universal-user-agent": "^7.0.0"
},
"engines": {
@@ -763,12 +763,12 @@
}
},
"node_modules/@octokit/endpoint": {
- "version": "11.0.0",
- "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-11.0.0.tgz",
- "integrity": "sha512-hoYicJZaqISMAI3JfaDr1qMNi48OctWuOih1m80bkYow/ayPw6Jj52tqWJ6GEoFTk1gBqfanSoI1iY99Z5+ekQ==",
+ "version": "11.0.1",
+ "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-11.0.1.tgz",
+ "integrity": "sha512-7P1dRAZxuWAOPI7kXfio88trNi/MegQ0IJD3vfgC3b+LZo1Qe6gRJc2v0mz2USWWJOKrB2h5spXCzGbw+fAdqA==",
"license": "MIT",
"dependencies": {
- "@octokit/types": "^14.0.0",
+ "@octokit/types": "^15.0.0",
"universal-user-agent": "^7.0.2"
},
"engines": {
@@ -785,15 +785,15 @@
}
},
"node_modules/@octokit/oauth-methods": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/@octokit/oauth-methods/-/oauth-methods-6.0.0.tgz",
- "integrity": "sha512-Q8nFIagNLIZgM2odAraelMcDssapc+lF+y3OlcIPxyAU+knefO8KmozGqfnma1xegRDP4z5M73ABsamn72bOcA==",
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/@octokit/oauth-methods/-/oauth-methods-6.0.1.tgz",
+ "integrity": "sha512-xi6Iut3izMCFzXBJtxxJehxJmAKjE8iwj6L5+raPRwlTNKAbOOBJX7/Z8AF5apD4aXvc2skwIdOnC+CQ4QuA8Q==",
"license": "MIT",
"dependencies": {
"@octokit/oauth-authorization-url": "^8.0.0",
- "@octokit/request": "^10.0.2",
- "@octokit/request-error": "^7.0.0",
- "@octokit/types": "^14.0.0"
+ "@octokit/request": "^10.0.5",
+ "@octokit/request-error": "^7.0.1",
+ "@octokit/types": "^15.0.0"
},
"engines": {
"node": ">= 20"
@@ -810,20 +810,20 @@
}
},
"node_modules/@octokit/openapi-types": {
- "version": "25.0.0",
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-25.0.0.tgz",
- "integrity": "sha512-FZvktFu7HfOIJf2BScLKIEYjDsw6RKc7rBJCdvCTfKsVnx2GEB/Nbzjr29DUdb7vQhlzS/j8qDzdditP0OC6aw==",
+ "version": "26.0.0",
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-26.0.0.tgz",
+ "integrity": "sha512-7AtcfKtpo77j7Ts73b4OWhOZHTKo/gGY8bB3bNBQz4H+GRSWqx2yvj8TXRsbdTE0eRmYmXOEY66jM7mJ7LzfsA==",
"license": "MIT"
},
"node_modules/@octokit/request": {
- "version": "10.0.3",
- "resolved": "https://registry.npmjs.org/@octokit/request/-/request-10.0.3.tgz",
- "integrity": "sha512-V6jhKokg35vk098iBqp2FBKunk3kMTXlmq+PtbV9Gl3TfskWlebSofU9uunVKhUN7xl+0+i5vt0TGTG8/p/7HA==",
+ "version": "10.0.5",
+ "resolved": "https://registry.npmjs.org/@octokit/request/-/request-10.0.5.tgz",
+ "integrity": "sha512-TXnouHIYLtgDhKo+N6mXATnDBkV05VwbR0TtMWpgTHIoQdRQfCSzmy/LGqR1AbRMbijq/EckC/E3/ZNcU92NaQ==",
"license": "MIT",
"dependencies": {
- "@octokit/endpoint": "^11.0.0",
- "@octokit/request-error": "^7.0.0",
- "@octokit/types": "^14.0.0",
+ "@octokit/endpoint": "^11.0.1",
+ "@octokit/request-error": "^7.0.1",
+ "@octokit/types": "^15.0.0",
"fast-content-type-parse": "^3.0.0",
"universal-user-agent": "^7.0.2"
},
@@ -832,24 +832,24 @@
}
},
"node_modules/@octokit/request-error": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-7.0.0.tgz",
- "integrity": "sha512-KRA7VTGdVyJlh0cP5Tf94hTiYVVqmt2f3I6mnimmaVz4UG3gQV/k4mDJlJv3X67iX6rmN7gSHCF8ssqeMnmhZg==",
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-7.0.1.tgz",
+ "integrity": "sha512-CZpFwV4+1uBrxu7Cw8E5NCXDWFNf18MSY23TdxCBgjw1tXXHvTrZVsXlW8hgFTOLw8RQR1BBrMvYRtuyaijHMA==",
"license": "MIT",
"dependencies": {
- "@octokit/types": "^14.0.0"
+ "@octokit/types": "^15.0.0"
},
"engines": {
"node": ">= 20"
}
},
"node_modules/@octokit/types": {
- "version": "14.0.0",
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-14.0.0.tgz",
- "integrity": "sha512-VVmZP0lEhbo2O1pdq63gZFiGCKkm8PPp8AUOijlwPO6hojEVjspA0MWKP7E4hbvGxzFKNqKr6p0IYtOH/Wf/zA==",
+ "version": "15.0.0",
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-15.0.0.tgz",
+ "integrity": "sha512-8o6yDfmoGJUIeR9OfYU0/TUJTnMPG2r68+1yEdUeG2Fdqpj8Qetg0ziKIgcBm0RW/j29H41WP37CYCEhp6GoHQ==",
"license": "MIT",
"dependencies": {
- "@octokit/openapi-types": "^25.0.0"
+ "@octokit/openapi-types": "^26.0.0"
}
},
"node_modules/@pkgjs/parseargs": {
diff --git a/package.json b/package.json
index 13978fc..61a9b7f 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
- "@octokit/auth-app": "^8.1.0",
+ "@octokit/auth-app": "^8.1.1",
"@octokit/request": "^10.0.3",
"p-retry": "^6.2.1",
"undici": "^7.16.0"