From b372ed6ba832f9dd7175d062360eb5c7977f4f1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 15:02:13 +0000 Subject: [PATCH] Bump @octokit/auth-app from 4.0.5 to 4.0.6 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] --- 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 cd26d51..fbe2fa5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.9.1", "@actions/github": "^5.0.3", - "@octokit/auth-app": "^4.0.5", + "@octokit/auth-app": "^4.0.6", "csv": "^6.2.0", "natural-orderby": "^2.0.3" }, @@ -49,9 +49,9 @@ } }, "node_modules/@octokit/auth-app": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.5.tgz", - "integrity": "sha512-fCbi4L/egsP3p4p1SelOFORM/m/5KxROhHdcIW5Lb17DDdW61fGT8y3wGpfiSeYNuulwF5QIfzJ7tdgtHNAymA==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.6.tgz", + "integrity": "sha512-zFWDWZ2b1YH9EohhJFswSGzhXdO6al+DPt99ipYUwC81CsFP3wsC4g4WNxpLj8+CIQrGURa8sIcedq2QALNRAw==", "dependencies": { "@octokit/auth-oauth-app": "^5.0.0", "@octokit/auth-oauth-user": "^2.0.0", @@ -777,9 +777,9 @@ } }, "@octokit/auth-app": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.5.tgz", - "integrity": "sha512-fCbi4L/egsP3p4p1SelOFORM/m/5KxROhHdcIW5Lb17DDdW61fGT8y3wGpfiSeYNuulwF5QIfzJ7tdgtHNAymA==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.6.tgz", + "integrity": "sha512-zFWDWZ2b1YH9EohhJFswSGzhXdO6al+DPt99ipYUwC81CsFP3wsC4g4WNxpLj8+CIQrGURa8sIcedq2QALNRAw==", "requires": { "@octokit/auth-oauth-app": "^5.0.0", "@octokit/auth-oauth-user": "^2.0.0", diff --git a/package.json b/package.json index 0cacec7..9ae93c8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@actions/core": "^1.9.1", "@actions/github": "^5.0.3", - "@octokit/auth-app": "^4.0.5", + "@octokit/auth-app": "^4.0.6", "csv": "^6.2.0", "natural-orderby": "^2.0.3" }