From 0fac2d4bbfb362035e0c4b6625247e213c22d55b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 11:07:16 +0000 Subject: [PATCH] chore(deps): bump @octokit/auth-app from 4.0.12 to 4.0.13 Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 4.0.12 to 4.0.13. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](https://github.com/octokit/auth-app.js/compare/v4.0.12...v4.0.13) --- 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 f0cf559a..70a3dca1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@fastify/cors": "^8.2.1", "@fastify/env": "^4.2.0", "@fastify/sensible": "^5.2.0", - "@octokit/auth-app": "^4.0.12", + "@octokit/auth-app": "^4.0.13", "@octokit/core": "^4.2.1", "@octokit/graphql": "^5.0.5", "@octokit/plugin-retry": "^4.1.3", @@ -1645,9 +1645,9 @@ } }, "node_modules/@octokit/auth-app": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.12.tgz", - "integrity": "sha512-4iwQ+UrmJDW4AOJwaTmptuCa0bXTKrVaaZL7KirUq5MKLWq+xcSr7e8Ha8Kf7Cq8CXVpt+W5i3kNVS6N8R2sUA==", + "version": "4.0.13", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.13.tgz", + "integrity": "sha512-NBQkmR/Zsc+8fWcVIFrwDgNXS7f4XDrkd9LHdi9DPQw1NdGHLviLzRO2ZBwTtepnwHXW5VTrVU9eFGijMUqllg==", "dependencies": { "@octokit/auth-oauth-app": "^5.0.0", "@octokit/auth-oauth-user": "^2.0.0", @@ -12630,9 +12630,9 @@ } }, "@octokit/auth-app": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.12.tgz", - "integrity": "sha512-4iwQ+UrmJDW4AOJwaTmptuCa0bXTKrVaaZL7KirUq5MKLWq+xcSr7e8Ha8Kf7Cq8CXVpt+W5i3kNVS6N8R2sUA==", + "version": "4.0.13", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.13.tgz", + "integrity": "sha512-NBQkmR/Zsc+8fWcVIFrwDgNXS7f4XDrkd9LHdi9DPQw1NdGHLviLzRO2ZBwTtepnwHXW5VTrVU9eFGijMUqllg==", "requires": { "@octokit/auth-oauth-app": "^5.0.0", "@octokit/auth-oauth-user": "^2.0.0", diff --git a/package.json b/package.json index 40dbdfba..1d0bce19 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@fastify/cors": "^8.2.1", "@fastify/env": "^4.2.0", "@fastify/sensible": "^5.2.0", - "@octokit/auth-app": "^4.0.12", + "@octokit/auth-app": "^4.0.13", "@octokit/core": "^4.2.1", "@octokit/graphql": "^5.0.5", "@octokit/plugin-retry": "^4.1.3",