Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 517d2e0

Browse files
fix(lambda): bump @octokit/auth-app from 4.0.9 to 4.0.13 in /lambdas (#3287)
Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 4.0.9 to 4.0.13. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](octokit/auth-app.js@v4.0.9...v4.0.13) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fb1fa8 commit 517d2e0

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@aws-sdk/client-ec2": "^3.303.0",
42-
"@octokit/auth-app": "4.0.9",
42+
"@octokit/auth-app": "4.0.13",
4343
"@octokit/rest": "^19.0.7",
4444
"@octokit/types": "^9.0.0",
4545
"@terraform-aws-github-runner/aws-ssm-util": "*",

Diff for: lambdas/yarn.lock

+5-11
Original file line numberDiff line numberDiff line change
@@ -2710,19 +2710,18 @@
27102710
dependencies:
27112711
nx "15.9.2"
27122712

2713-
"@octokit/[email protected].9":
2714-
version "4.0.9"
2715-
resolved "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.9.tgz"
2716-
integrity sha512-VFpKIXhHO+kVJtane5cEvdYPtjDKCOI0uKsRrsZfJP+uEu7rcPbQCLCcRKgyT+mUIzGr1IIOmwP/lFqSip1dXA==
2713+
"@octokit/[email protected].13":
2714+
version "4.0.13"
2715+
resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-4.0.13.tgz#53323bee6bfefbb73ea544dd8e6a0144550e13e3"
2716+
integrity sha512-NBQkmR/Zsc+8fWcVIFrwDgNXS7f4XDrkd9LHdi9DPQw1NdGHLviLzRO2ZBwTtepnwHXW5VTrVU9eFGijMUqllg==
27172717
dependencies:
27182718
"@octokit/auth-oauth-app" "^5.0.0"
27192719
"@octokit/auth-oauth-user" "^2.0.0"
27202720
"@octokit/request" "^6.0.0"
27212721
"@octokit/request-error" "^3.0.0"
27222722
"@octokit/types" "^9.0.0"
2723-
"@types/lru-cache" "^5.1.0"
27242723
deprecation "^2.3.1"
2725-
lru-cache "^6.0.0"
2724+
lru-cache "^9.0.0"
27262725
universal-github-app-jwt "^1.1.1"
27272726
universal-user-agent "^6.0.0"
27282727

@@ -3208,11 +3207,6 @@
32083207
dependencies:
32093208
"@types/node" "*"
32103209

3211-
"@types/lru-cache@^5.1.0":
3212-
version "5.1.1"
3213-
resolved "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz"
3214-
integrity sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==
3215-
32163210
"@types/mime@*":
32173211
version "3.0.1"
32183212
resolved "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz"

0 commit comments

Comments
 (0)