From f153a5c114b4c35adecc35fa4b2e2823d285fd40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 04:23:10 +0000 Subject: [PATCH] build(deps): bump @octokit/auth-app from 6.0.0 to 6.0.1 Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](https://github.com/octokit/auth-app.js/compare/v6.0.0...v6.0.1) --- 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 | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8fc43f8..14f4cda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^5.1.1", - "@octokit/auth-app": "^6.0.0", + "@octokit/auth-app": "^6.0.1", "@octokit/graphql": "^7.0.1", "@octokit/request": "^8.1.1", "node-fetch": "^3.3.2", @@ -165,15 +165,15 @@ } }, "node_modules/@octokit/auth-app": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-6.0.0.tgz", - "integrity": "sha512-OKct7Rukf3g9DjpzcpdacQsdmd6oPrJ7fZND22JkjzhDvfhttUOnmh+qPS4kHhaNNyTxqSThnfrUWvkqNLd1nw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-6.0.1.tgz", + "integrity": "sha512-tjCD4nzQNZgmLH62+PSnTF6eGerisFgV4v6euhqJik6yWV96e1ZiiGj+NXIqbgnpjLmtnBqVUrNyGKu3DoGEGA==", "dependencies": { "@octokit/auth-oauth-app": "^7.0.0", "@octokit/auth-oauth-user": "^4.0.0", "@octokit/request": "^8.0.2", "@octokit/request-error": "^5.0.0", - "@octokit/types": "^11.0.0", + "@octokit/types": "^12.0.0", "deprecation": "^2.3.1", "lru-cache": "^10.0.0", "universal-github-app-jwt": "^1.1.1", @@ -184,16 +184,16 @@ } }, "node_modules/@octokit/auth-app/node_modules/@octokit/openapi-types": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.0.0.tgz", - "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==" + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-19.0.0.tgz", + "integrity": "sha512-PclQ6JGMTE9iUStpzMkwLCISFn/wDeRjkZFIKALpvJQNBGwDoYYi2fFvuHwssoQ1rXI5mfh6jgTgWuddeUzfWw==" }, "node_modules/@octokit/auth-app/node_modules/@octokit/types": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-11.0.0.tgz", - "integrity": "sha512-h4iyfMpQUdub1itwTn6y7z2a3EtPuer1paKfsIbZErv0LBbZYGq6haiPUPJys/LetPqgcX3ft33O16XuS03Anw==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.0.0.tgz", + "integrity": "sha512-EzD434aHTFifGudYAygnFlS1Tl6KhbTynEWELQXIbTY8Msvb5nEqTZIm7sbPEt4mQYLZwu3zPKVdeIrw0g7ovg==", "dependencies": { - "@octokit/openapi-types": "^18.0.0" + "@octokit/openapi-types": "^19.0.0" } }, "node_modules/@octokit/auth-app/node_modules/lru-cache": { diff --git a/package.json b/package.json index 4405d28..fe3e3ce 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^5.1.1", "octokit": "^3.1.0", - "@octokit/auth-app": "^6.0.0", + "@octokit/auth-app": "^6.0.1", "@octokit/request": "^8.1.1", "@octokit/graphql": "^7.0.1", "node-fetch": "^3.3.2"