From 834b2b1818c058ef922e69c14dbb8fcdfb7486b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 11:45:28 +0800 Subject: [PATCH] Bump @octokit/auth-app from 4.0.5 to 4.0.6 (#569) Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](https://github.com/octokit/auth-app.js/compare/v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 65a91ebd..71fe0e16 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@hackclub/theme": "^0.3.3", "@mdx-js/loader": "^1.6.22", "@next/mdx": "^12.3.1", - "@octokit/auth-app": "^4.0.5", + "@octokit/auth-app": "^4.0.6", "@octokit/core": "^4.0.5", "@octokit/rest": "^19.0.4", "airtable-plus": "^1.0.4", diff --git a/yarn.lock b/yarn.lock index df296d9a..4461db27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -697,10 +697,10 @@ "@nodelib/fs.scandir" "2.1.4" fastq "^1.6.0" -"@octokit/auth-app@^4.0.5": - version "4.0.5" - resolved "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.5.tgz" - integrity sha512-fCbi4L/egsP3p4p1SelOFORM/m/5KxROhHdcIW5Lb17DDdW61fGT8y3wGpfiSeYNuulwF5QIfzJ7tdgtHNAymA== +"@octokit/auth-app@^4.0.6": + version "4.0.6" + resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-4.0.6.tgz#d5e8f10fc5c277c89f8b317fede9b68cbc00dca5" + integrity sha512-zFWDWZ2b1YH9EohhJFswSGzhXdO6al+DPt99ipYUwC81CsFP3wsC4g4WNxpLj8+CIQrGURa8sIcedq2QALNRAw== dependencies: "@octokit/auth-oauth-app" "^5.0.0" "@octokit/auth-oauth-user" "^2.0.0"