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

Commit

Permalink
fix(runners): bump @octokit/auth-app from 4.0.8 to 4.0.9 in /modules/…
Browse files Browse the repository at this point in the history
…runners/lambdas/runners (#2953)

fix(runners): bump @octokit/auth-app in /modules/runners/lambdas/runners

Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 4.0.8 to 4.0.9.
- [Release notes](https://github.com/octokit/auth-app.js/releases)
- [Commits](octokit/auth-app.js@v4.0.8...v4.0.9)

---
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 Feb 17, 2023
1 parent 653480e commit fce2a75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/runners/lambdas/runners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@aws-sdk/client-ssm": "^3.245.0",
"@octokit/auth-app": "4.0.8",
"@octokit/auth-app": "4.0.9",
"@octokit/rest": "^19.0.5",
"@octokit/types": "^9.0.0",
"aws-sdk": "^2.1289.0",
Expand Down
10 changes: 5 additions & 5 deletions modules/runners/lambdas/runners/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1444,16 +1444,16 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@octokit/[email protected].8":
version "4.0.8"
resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-4.0.8.tgz#73a8c6c087c55473affeedd939ef08ff2cfa9b3d"
integrity sha512-miI7y9FfS/fL1bSPsDaAfCGSxQ04iGLyisI2GA8N7P6eB6AkCOt+F1XXapJKRnAubQubvYF0dqxoTZYyKk93NQ==
"@octokit/[email protected].9":
version "4.0.9"
resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-4.0.9.tgz#66500c8f66545d970a19123b9b364c678c972d6b"
integrity sha512-VFpKIXhHO+kVJtane5cEvdYPtjDKCOI0uKsRrsZfJP+uEu7rcPbQCLCcRKgyT+mUIzGr1IIOmwP/lFqSip1dXA==
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" "^8.0.0"
"@octokit/types" "^9.0.0"
"@types/lru-cache" "^5.1.0"
deprecation "^2.3.1"
lru-cache "^6.0.0"
Expand Down

0 comments on commit fce2a75

Please sign in to comment.