From 35a61dc58f4cca3025300e0c35bf6e9f1ba4ce82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 04:45:52 +0000 Subject: [PATCH] build(deps): bump @octokit/plugin-rest-endpoint-methods Bumps [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods.js) from 13.3.1 to 13.5.0. - [Release notes](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases) - [Commits](https://github.com/octokit/plugin-rest-endpoint-methods.js/compare/v13.3.1...v13.5.0) --- updated-dependencies: - dependency-name: "@octokit/plugin-rest-endpoint-methods" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a6a456..5662ce2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.11.1", "@octokit/core": "^6.1.4", "@octokit/plugin-paginate-rest": "^11.6.0", - "@octokit/plugin-rest-endpoint-methods": "^13.3.1", + "@octokit/plugin-rest-endpoint-methods": "^13.5.0", "@octokit/request-error": "^6.1.7", "minimatch": "^10.0.1", "p-limit": "^6.2.0", @@ -929,12 +929,12 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.3.1.tgz", - "integrity": "sha512-o8uOBdsyR+WR8MK9Cco8dCgvG13H1RlM1nWnK/W7TEACQBFux/vPREgKucxUfuDQ5yi1T3hGf4C5ZmZXAERgwQ==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.5.0.tgz", + "integrity": "sha512-9Pas60Iv9ejO3WlAX3maE1+38c5nqbJXV5GrncEfkndIpZrJ/WPMRd2xYDcPPEt5yzpxcjw9fWNoPhsSGzqKqw==", "license": "MIT", "dependencies": { - "@octokit/types": "^13.8.0" + "@octokit/types": "^13.10.0" }, "engines": { "node": ">= 18" diff --git a/package.json b/package.json index 77cd3bd..85d76b9 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@actions/core": "^1.11.1", "@octokit/core": "^6.1.4", "@octokit/plugin-paginate-rest": "^11.6.0", - "@octokit/plugin-rest-endpoint-methods": "^13.3.1", + "@octokit/plugin-rest-endpoint-methods": "^13.5.0", "@octokit/request-error": "^6.1.7", "minimatch": "^10.0.1", "p-limit": "^6.2.0",