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

Commit

Permalink
fix(lambda): bump @octokit/auth-app from 4.0.9 to 4.0.13 in /lambdas …
Browse files Browse the repository at this point in the history
…(#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>
  • Loading branch information
dependabot[bot] authored May 23, 2023
1 parent 5fb1fa8 commit 517d2e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lambdas/functions/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@aws-sdk/client-ec2": "^3.303.0",
"@octokit/auth-app": "4.0.9",
"@octokit/auth-app": "4.0.13",
"@octokit/rest": "^19.0.7",
"@octokit/types": "^9.0.0",
"@terraform-aws-github-runner/aws-ssm-util": "*",
Expand Down
16 changes: 5 additions & 11 deletions lambdas/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2710,19 +2710,18 @@
dependencies:
nx "15.9.2"

"@octokit/[email protected].9":
version "4.0.9"
resolved "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.9.tgz"
integrity sha512-VFpKIXhHO+kVJtane5cEvdYPtjDKCOI0uKsRrsZfJP+uEu7rcPbQCLCcRKgyT+mUIzGr1IIOmwP/lFqSip1dXA==
"@octokit/[email protected].13":
version "4.0.13"
resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-4.0.13.tgz#53323bee6bfefbb73ea544dd8e6a0144550e13e3"
integrity sha512-NBQkmR/Zsc+8fWcVIFrwDgNXS7f4XDrkd9LHdi9DPQw1NdGHLviLzRO2ZBwTtepnwHXW5VTrVU9eFGijMUqllg==
dependencies:
"@octokit/auth-oauth-app" "^5.0.0"
"@octokit/auth-oauth-user" "^2.0.0"
"@octokit/request" "^6.0.0"
"@octokit/request-error" "^3.0.0"
"@octokit/types" "^9.0.0"
"@types/lru-cache" "^5.1.0"
deprecation "^2.3.1"
lru-cache "^6.0.0"
lru-cache "^9.0.0"
universal-github-app-jwt "^1.1.1"
universal-user-agent "^6.0.0"

Expand Down Expand Up @@ -3208,11 +3207,6 @@
dependencies:
"@types/node" "*"

"@types/lru-cache@^5.1.0":
version "5.1.1"
resolved "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz"
integrity sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==

"@types/mime@*":
version "3.0.1"
resolved "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz"
Expand Down

0 comments on commit 517d2e0

Please sign in to comment.