From c893e3df3bd505ca79c15209384647b9b1dac303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 10:15:43 +0000 Subject: [PATCH] Bump @octokit/auth-app from 3.6.1 to 4.0.6 Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 3.6.1 to 4.0.6. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](https://github.com/octokit/auth-app.js/compare/v3.6.1...v4.0.6) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d291f7f80..3fbeee710 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "author": "Wolvesville Simulation", "license": "ISC", "dependencies": { - "@octokit/auth-app": "^3.6.0", + "@octokit/auth-app": "^4.0.6", "@octokit/core": "^3.5.1", "@sentry/node": "^6.11.0", "@sentry/tracing": "^6.11.0",