From dab3e7ad42913cc8557d6747556a490850c45f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 12:17:14 +0000 Subject: [PATCH] Bump @octokit/auth-unauthenticated from 6.1.3 to 7.0.1 Bumps [@octokit/auth-unauthenticated](https://github.com/octokit/auth-unauthenticated.js) from 6.1.3 to 7.0.1. - [Release notes](https://github.com/octokit/auth-unauthenticated.js/releases) - [Commits](https://github.com/octokit/auth-unauthenticated.js/compare/v6.1.3...v7.0.1) --- updated-dependencies: - dependency-name: "@octokit/auth-unauthenticated" dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++++++++------ package.json | 2 +- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3025507..471a338 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/tool-cache": "^2.0.2", "@octokit/action": "^7.0.2", "@octokit/auth-action": "^6.0.1", - "@octokit/auth-unauthenticated": "^6.1.3", + "@octokit/auth-unauthenticated": "^7.0.1", "@octokit/types": "^14.1.0", "@types/js-yaml": "^4.0.9", "js-yaml": "^4.1.0" @@ -369,16 +369,28 @@ } }, "node_modules/@octokit/auth-unauthenticated": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/@octokit/auth-unauthenticated/-/auth-unauthenticated-6.1.3.tgz", - "integrity": "sha512-d5gWJla3WdSl1yjbfMpET+hUSFCE15qM0KVSB0H1shyuJihf/RL1KqWoZMIaonHvlNojkL9XtLFp8QeLe+1iwA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@octokit/auth-unauthenticated/-/auth-unauthenticated-7.0.1.tgz", + "integrity": "sha512-qVq1vdjLLZdE8kH2vDycNNjuJRCD1q2oet1nA/GXWaYlpDxlR7rdVhX/K/oszXslXiQIiqrQf+rdhDlA99JdTQ==", "license": "MIT", "dependencies": { - "@octokit/request-error": "^6.1.8", + "@octokit/request-error": "^7.0.0", "@octokit/types": "^14.0.0" }, "engines": { - "node": ">= 18" + "node": ">= 20" + } + }, + "node_modules/@octokit/auth-unauthenticated/node_modules/@octokit/request-error": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-7.0.0.tgz", + "integrity": "sha512-KRA7VTGdVyJlh0cP5Tf94hTiYVVqmt2f3I6mnimmaVz4UG3gQV/k4mDJlJv3X67iX6rmN7gSHCF8ssqeMnmhZg==", + "license": "MIT", + "dependencies": { + "@octokit/types": "^14.0.0" + }, + "engines": { + "node": ">= 20" } }, "node_modules/@octokit/core": { diff --git a/package.json b/package.json index 752aae2..71aeb12 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@actions/tool-cache": "^2.0.2", "@octokit/action": "^7.0.2", "@octokit/auth-action": "^6.0.1", - "@octokit/auth-unauthenticated": "^6.1.3", + "@octokit/auth-unauthenticated": "^7.0.1", "@octokit/types": "^14.1.0", "@types/js-yaml": "^4.0.9", "js-yaml": "^4.1.0"