From 131936cfb9ab8617d2606d97a38ede8a663abf21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 00:01:40 +0000 Subject: [PATCH] chore(deps): bump github-repository-provider from 10.0.3 to 10.0.4 Bumps [github-repository-provider](https://github.com/arlac77/github-repository-provider) from 10.0.3 to 10.0.4. - [Release notes](https://github.com/arlac77/github-repository-provider/releases) - [Commits](https://github.com/arlac77/github-repository-provider/compare/v10.0.3...v10.0.4) --- updated-dependencies: - dependency-name: github-repository-provider dependency-version: 10.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 764f8bf0..96c5f7e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,8 +32,8 @@ "content-entry-filesystem": "^9.0.14", "documentation": "^14.0.3", "execa": "^9.6.1", - "github-repository-provider": "^10.0.3", - "mock-repository-provider": "^9.0.4", + "github-repository-provider": "^10.0.4", + "mock-repository-provider": "^9.0.5", "semantic-release": "^25.0.2" }, "engines": { @@ -3152,9 +3152,9 @@ "license": "0BSD" }, "node_modules/fetch-rate-limit-util": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/fetch-rate-limit-util/-/fetch-rate-limit-util-4.5.5.tgz", - "integrity": "sha512-dH8mrh8g/5YzNOuh/3Hb0nBOP6JomGzA8rDIzhSEm5RhYTfRGXpJT9lZ9swk3GEo/b22Be2WNSmkhqzIoceqRg==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/fetch-rate-limit-util/-/fetch-rate-limit-util-4.6.0.tgz", + "integrity": "sha512-Rb7Dwcce24cKrw2Yohy0oQvp1LKBsd3h1K307Dm7W66h5w5c4oi+Kyqx6n6UAQzLbFNcMWPeQnrTa3WX6vdpHA==", "dev": true, "license": "0BSD" }, @@ -3415,18 +3415,18 @@ } }, "node_modules/github-repository-provider": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/github-repository-provider/-/github-repository-provider-10.0.3.tgz", - "integrity": "sha512-vszzBwcpKx2jmyii4C7sX0jx2frnehL1I6XjtdWf0WIkIanHRWQ6ZJO/XgSXLgMUVyMlqf5eaDOEytVhl3U4Ww==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/github-repository-provider/-/github-repository-provider-10.0.4.tgz", + "integrity": "sha512-JOiNssdYlI+P0l8Om8kPE9fiBG/I39UCg6VyeaSTCFcaTDRB/LA8kwZVRCHRUGl9ZmN9Lbr+69taDZYD9NpM9A==", "dev": true, "license": "0BSD", "dependencies": { "content-entry": "^14.2.7", "fetch-link-util": "^1.1.4", - "fetch-rate-limit-util": "^4.5.5", + "fetch-rate-limit-util": "^4.6.0", "matching-iterator": "^2.1.5", "one-time-execution-method": "^3.1.4", - "repository-provider": "^36.0.4" + "repository-provider": "^36.0.6" }, "engines": { "node": ">=24.11.1"