From ecdb48aab74b3b29acffa067f371d4a3629bb4b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 11:57:35 +0000 Subject: [PATCH] Bump @octokit/auth-app from 5.0.5 to 5.0.6 Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 5.0.5 to 5.0.6. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](https://github.com/octokit/auth-app.js/compare/v5.0.5...v5.0.6) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 164744db..b4b9a341 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@octokit/auth-app": "^5.0.5", + "@octokit/auth-app": "^5.0.6", "@octokit/rest": "^19.0.13", "find-versions": "^5.1.0", "semver-diff": "^4.0.0" @@ -2811,9 +2811,9 @@ } }, "node_modules/@octokit/auth-app": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-5.0.5.tgz", - "integrity": "sha512-9IL//yXF4jSlptdUN4dZz0OYX+9PGNk+/eEhpWdpNr5Ff46/YQSKC9IrjNc45iwTemP0Xk7OiPKj3MoNOd7SQg==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-5.0.6.tgz", + "integrity": "sha512-zWqWTn88LcOUBALRMKl6yA0PqXWZLI2OXN9EaYK63f4E84SeW7dNefFx1P13XnQceTnc8O3Z9B537foUbjmG+A==", "dependencies": { "@octokit/auth-oauth-app": "^6.0.1", "@octokit/auth-oauth-user": "^3.0.1", @@ -15802,9 +15802,9 @@ } }, "@octokit/auth-app": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-5.0.5.tgz", - "integrity": "sha512-9IL//yXF4jSlptdUN4dZz0OYX+9PGNk+/eEhpWdpNr5Ff46/YQSKC9IrjNc45iwTemP0Xk7OiPKj3MoNOd7SQg==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-5.0.6.tgz", + "integrity": "sha512-zWqWTn88LcOUBALRMKl6yA0PqXWZLI2OXN9EaYK63f4E84SeW7dNefFx1P13XnQceTnc8O3Z9B537foUbjmG+A==", "requires": { "@octokit/auth-oauth-app": "^6.0.1", "@octokit/auth-oauth-user": "^3.0.1", diff --git a/package.json b/package.json index 181b00cf..7df8c837 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@octokit/auth-app": "^5.0.5", + "@octokit/auth-app": "^5.0.6", "@octokit/rest": "^19.0.13", "find-versions": "^5.1.0", "semver-diff": "^4.0.0"