From 2005a7772db1f8e123775477f7f9c82daf7c07a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:02:17 +0000 Subject: [PATCH] chore(deps): bump @octokit/auth-app from 6.0.1 to 6.0.2 Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](https://github.com/octokit/auth-app.js/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e33b204..e1008ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@octokit/auth-app": "6.0.1", + "@octokit/auth-app": "6.0.2", "@octokit/auth-token": "4.0.0", "@octokit/core": "5.0.2", "@octokit/plugin-throttling": "8.1.3", @@ -1704,9 +1704,9 @@ } }, "node_modules/@octokit/auth-app": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-6.0.1.tgz", - "integrity": "sha512-tjCD4nzQNZgmLH62+PSnTF6eGerisFgV4v6euhqJik6yWV96e1ZiiGj+NXIqbgnpjLmtnBqVUrNyGKu3DoGEGA==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-6.0.2.tgz", + "integrity": "sha512-HYuRX3Fvhs2y9i7a4F8f+A5HWfacRWmpERHGBEOtgvKVjJkOQZKUY2v6HiSszYecHAF8Ojqngp2iraSP3SvNpQ==", "dependencies": { "@octokit/auth-oauth-app": "^7.0.0", "@octokit/auth-oauth-user": "^4.0.0", diff --git a/package.json b/package.json index 237f20b..03046e7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "ts-node -O '{\"module\":\"commonjs\"}' node_modules/jest/bin/jest.js" }, "dependencies": { - "@octokit/auth-app": "6.0.1", + "@octokit/auth-app": "6.0.2", "@octokit/auth-token": "4.0.0", "@octokit/core": "5.0.2", "@octokit/plugin-throttling": "8.1.3",