Skip to content

Commit b846daa

Browse files
fix(lambda): bump @octokit/rest from 20.1.1 to 20.1.2 in /lambdas in the octokit group (#4453)
Bumps the octokit group in /lambdas with 1 update: [@octokit/rest](https://github.com/octokit/rest.js). Updates `@octokit/rest` from 20.1.1 to 20.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/rest.js/releases"><code>@​octokit/rest</code>'s releases</a>.</em></p> <blockquote> <h2>v20.1.2</h2> <h2><a href="https://github.com/octokit/rest.js/compare/v20.1.1...v20.1.2">20.1.2</a> (2025-02-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> bump Octokit dependencies to address ReDos vulnerabilities, bump <code>devDependencies</code> (<a href="https://redirect.github.com/octokit/rest.js/issues/487">#487</a>) (<a href="https://github.com/octokit/rest.js/commit/711f2ee36dc349cc3c35d8f4a610886a59082c80">711f2ee</a>), closes <a href="https://redirect.github.com/octokit/rest.js/issues/486">#486</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/rest.js/commit/711f2ee36dc349cc3c35d8f4a610886a59082c80"><code>711f2ee</code></a> fix(deps): bump Octokit dependencies to address ReDos vulnerabilities, bump `...</li> <li>See full diff in <a href="https://github.com/octokit/rest.js/compare/v20.1.1...v20.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@octokit/rest&package-manager=npm_and_yarn&previous-version=20.1.1&new-version=20.1.2)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0724d50 commit b846daa

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

Diff for: lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@octokit/auth-app": "6.1.3",
4949
"@octokit/core": "5.2.0",
5050
"@octokit/plugin-throttling": "8.2.0",
51-
"@octokit/rest": "20.1.1",
51+
"@octokit/rest": "20.1.2",
5252
"@octokit/types": "^13.8.0",
5353
"cron-parser": "^4.9.0",
5454
"typescript": "^5.7.3"

Diff for: lambdas/functions/gh-agent-syncer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@aws-sdk/lib-storage": "^3.758.0",
4242
"@aws-sdk/types": "^3.734.0",
4343
"@middy/core": "^4.7.0",
44-
"@octokit/rest": "20.1.1",
44+
"@octokit/rest": "20.1.2",
4545
"axios": "^1.7.9"
4646
},
4747
"nx": {

Diff for: lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@aws-github-runner/aws-ssm-util": "*",
4343
"@aws-sdk/client-sqs": "^3.758.0",
4444
"@middy/core": "^4.7.0",
45-
"@octokit/rest": "20.1.1",
45+
"@octokit/rest": "20.1.2",
4646
"@octokit/types": "^13.8.0",
4747
"@octokit/webhooks": "^12.3.1",
4848
"aws-lambda": "^1.0.7"

Diff for: lambdas/yarn.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ __metadata:
201201
"@octokit/auth-app": "npm:6.1.3"
202202
"@octokit/core": "npm:5.2.0"
203203
"@octokit/plugin-throttling": "npm:8.2.0"
204-
"@octokit/rest": "npm:20.1.1"
204+
"@octokit/rest": "npm:20.1.2"
205205
"@octokit/types": "npm:^13.8.0"
206206
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
207207
"@types/aws-lambda": "npm:^8.10.146"
@@ -237,7 +237,7 @@ __metadata:
237237
"@aws-sdk/lib-storage": "npm:^3.758.0"
238238
"@aws-sdk/types": "npm:^3.734.0"
239239
"@middy/core": "npm:^4.7.0"
240-
"@octokit/rest": "npm:20.1.1"
240+
"@octokit/rest": "npm:20.1.2"
241241
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
242242
"@types/aws-lambda": "npm:^8.10.146"
243243
"@types/jest": "npm:^29.5.14"
@@ -300,7 +300,7 @@ __metadata:
300300
"@aws-sdk/client-eventbridge": "npm:^3.758.0"
301301
"@aws-sdk/client-sqs": "npm:^3.758.0"
302302
"@middy/core": "npm:^4.7.0"
303-
"@octokit/rest": "npm:20.1.1"
303+
"@octokit/rest": "npm:20.1.2"
304304
"@octokit/types": "npm:^13.8.0"
305305
"@octokit/webhooks": "npm:^12.3.1"
306306
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
@@ -3891,14 +3891,14 @@ __metadata:
38913891
languageName: node
38923892
linkType: hard
38933893

3894-
"@octokit/plugin-paginate-rest@npm:11.3.1":
3895-
version: 11.3.1
3896-
resolution: "@octokit/plugin-paginate-rest@npm:11.3.1"
3894+
"@octokit/plugin-paginate-rest@npm:11.4.4-cjs.2":
3895+
version: 11.4.4-cjs.2
3896+
resolution: "@octokit/plugin-paginate-rest@npm:11.4.4-cjs.2"
38973897
dependencies:
3898-
"@octokit/types": "npm:^13.5.0"
3898+
"@octokit/types": "npm:^13.7.0"
38993899
peerDependencies:
39003900
"@octokit/core": 5
3901-
checksum: 10c0/72107ff7e459c49d1f13bbe44ac07b073497692eba28cb5ac6dbfa41e0ebc059ad7bccfa3dd45d3165348adcc2ede8ac159f8a9b637389b8e335af16aaa01469
3901+
checksum: 10c0/1d61a63c98a18c171bccdc6cf63ffe279fe852e8bdc9db6647ffcb27f4ea485fdab78fb71b552ed0f2186785cf5264f8ed3f9a8f33061e4697b5f73b097accb1
39023902
languageName: node
39033903
linkType: hard
39043904

@@ -3911,14 +3911,14 @@ __metadata:
39113911
languageName: node
39123912
linkType: hard
39133913

3914-
"@octokit/plugin-rest-endpoint-methods@npm:13.2.2":
3915-
version: 13.2.2
3916-
resolution: "@octokit/plugin-rest-endpoint-methods@npm:13.2.2"
3914+
"@octokit/plugin-rest-endpoint-methods@npm:13.3.2-cjs.1":
3915+
version: 13.3.2-cjs.1
3916+
resolution: "@octokit/plugin-rest-endpoint-methods@npm:13.3.2-cjs.1"
39173917
dependencies:
3918-
"@octokit/types": "npm:^13.5.0"
3918+
"@octokit/types": "npm:^13.8.0"
39193919
peerDependencies:
39203920
"@octokit/core": ^5
3921-
checksum: 10c0/0f2b14b7a185b49908bcc01bcae9849aae2da46c88f500c143d230caa3cd35540839b916e88a4642c60a5499d33e7a37faf1aa42c5bab270cefc10f5d6202893
3921+
checksum: 10c0/810fe5cb1861386746bf0218ea969d87c56e553ff339490526483b4b66f53c4b4c6092034bec30c5d453172eb6f33e75b5748ade1b401b76774b5a994e2c10b0
39223922
languageName: node
39233923
linkType: hard
39243924

@@ -3957,15 +3957,15 @@ __metadata:
39573957
languageName: node
39583958
linkType: hard
39593959

3960-
"@octokit/rest@npm:20.1.1":
3961-
version: 20.1.1
3962-
resolution: "@octokit/rest@npm:20.1.1"
3960+
"@octokit/rest@npm:20.1.2":
3961+
version: 20.1.2
3962+
resolution: "@octokit/rest@npm:20.1.2"
39633963
dependencies:
39643964
"@octokit/core": "npm:^5.0.2"
3965-
"@octokit/plugin-paginate-rest": "npm:11.3.1"
3965+
"@octokit/plugin-paginate-rest": "npm:11.4.4-cjs.2"
39663966
"@octokit/plugin-request-log": "npm:^4.0.0"
3967-
"@octokit/plugin-rest-endpoint-methods": "npm:13.2.2"
3968-
checksum: 10c0/9b62e0372381b548806edbd9e32059ebaec315ddf90e9c3df7e0f2bfab2fc938ca5c3b939035e082e245315b2359947f52f853027a8ca2510fddb79ff5cc9e8a
3967+
"@octokit/plugin-rest-endpoint-methods": "npm:13.3.2-cjs.1"
3968+
checksum: 10c0/712e08c43c7af37c5c219f95ae289b3ac2646270be4e8a7141fa2aa9340ed8f7134f117c9467e89206c5a9797c49c8d2c039b884d4865bb3bde91bc5adb3c38c
39693969
languageName: node
39703970
linkType: hard
39713971

0 commit comments

Comments
 (0)