From 517d2e02623ec863ebeb1fae105332026a32fe9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 08:19:16 +0200 Subject: [PATCH] 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](https://github.com/octokit/auth-app.js/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lambdas/functions/control-plane/package.json | 2 +- lambdas/yarn.lock | 16 +++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index c396930f..e55d5384 100644 --- a/lambdas/functions/control-plane/package.json +++ b/lambdas/functions/control-plane/package.json @@ -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": "*", diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index ad6a1196..55272bc4 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -2710,19 +2710,18 @@ dependencies: nx "15.9.2" -"@octokit/auth-app@4.0.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/auth-app@4.0.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" @@ -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"