From 18b8b7a6d371eaaf1dcca72c28e4f737e4630196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 06:32:42 +0000 Subject: [PATCH] Bump @octokit/auth-app from 6.0.0 to 6.0.1 Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](https://github.com/octokit/auth-app.js/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f730a1060..7e75b961a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@hackclub/theme": "^0.3.3", "@mdx-js/loader": "^1.6.22", "@next/mdx": "^13.5.4", - "@octokit/auth-app": "^6.0.0", + "@octokit/auth-app": "^6.0.1", "@octokit/core": "^5.0.1", "@octokit/rest": "^20.0.1", "add": "^2.0.6", diff --git a/yarn.lock b/yarn.lock index afd96d387..ce1bc6f37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1656,16 +1656,16 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@octokit/auth-app@^6.0.0": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-6.0.0.tgz#f7d31d40f78973cb801c0661db2cc3719de7328b" - integrity sha512-OKct7Rukf3g9DjpzcpdacQsdmd6oPrJ7fZND22JkjzhDvfhttUOnmh+qPS4kHhaNNyTxqSThnfrUWvkqNLd1nw== +"@octokit/auth-app@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-6.0.1.tgz#7137b1af124189a979de6053da5d4c8cdb1fa4e9" + integrity sha512-tjCD4nzQNZgmLH62+PSnTF6eGerisFgV4v6euhqJik6yWV96e1ZiiGj+NXIqbgnpjLmtnBqVUrNyGKu3DoGEGA== dependencies: "@octokit/auth-oauth-app" "^7.0.0" "@octokit/auth-oauth-user" "^4.0.0" "@octokit/request" "^8.0.2" "@octokit/request-error" "^5.0.0" - "@octokit/types" "^11.0.0" + "@octokit/types" "^12.0.0" deprecation "^2.3.1" lru-cache "^10.0.0" universal-github-app-jwt "^1.1.1"