From 60c7745b001e4d0e432fd8dd73e55ab1171bb678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:35:52 +0000 Subject: [PATCH] build(deps): bump @octokit/auth-app from 6.0.4 to 6.1.0 Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 6.0.4 to 6.1.0. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](https://github.com/octokit/auth-app.js/compare/v6.0.4...v6.1.0) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-type: direct:production update-type: version-update:semver-minor ... 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 f49d1e0..716b1bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@octokit/auth-app": "^6.0.4", + "@octokit/auth-app": "^6.1.0", "@octokit/graphql": "^8.1.0", "@octokit/request": "^9.0.1", "node-fetch": "^3.3.2", @@ -73,9 +73,9 @@ } }, "node_modules/@octokit/auth-app": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-6.0.4.tgz", - "integrity": "sha512-TPmJYgd05ok3nzHj7Y6we/V7Ez1wU3ztLFW3zo/afgYFtqYZg0W7zb6Kp5ag6E85r8nCE1JfS6YZoZusa14o9g==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-6.1.0.tgz", + "integrity": "sha512-UlCxZAlNM1FKkRdSJjGo/Ly2rGKGeuW49sLFuii++A+Yylv+Dxgl/eCEBP46Cjr1Xuqpc4wTH0IDFXCztaiFuA==", "dependencies": { "@octokit/auth-oauth-app": "^7.0.0", "@octokit/auth-oauth-user": "^4.0.0", diff --git a/package.json b/package.json index d7b9c0f..4dc84fa 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "octokit": "^3.1.2", - "@octokit/auth-app": "^6.0.4", + "@octokit/auth-app": "^6.1.0", "@octokit/request": "^9.0.1", "@octokit/graphql": "^8.1.0", "node-fetch": "^3.3.2"