From 3ab492f5cd7523987cae835d214bed29184ad1d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:49:15 -0800 Subject: [PATCH] build(deps): bump @octokit/plugin-rest-endpoint-methods (#131) --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 284fbbb..f55986d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.1", "@octokit/core": "^6.1.3", "@octokit/plugin-paginate-rest": "^11.4.0", - "@octokit/plugin-rest-endpoint-methods": "^13.2.6", + "@octokit/plugin-rest-endpoint-methods": "^13.3.0", "@octokit/request-error": "^6.1.6", "minimatch": "^10.0.1", "p-limit": "^6.2.0", @@ -861,12 +861,11 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "13.2.6", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.2.6.tgz", - "integrity": "sha512-wMsdyHMjSfKjGINkdGKki06VEkgdEldIGstIEyGX0wbYHGByOwN/KiM+hAAlUwAtPkP3gvXtVQA9L3ITdV2tVw==", - "license": "MIT", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.3.0.tgz", + "integrity": "sha512-LUm44shlmkp/6VC+qQgHl3W5vzUP99ZM54zH6BuqkJK4DqfFLhegANd+fM4YRLapTvPm4049iG7F3haANKMYvQ==", "dependencies": { - "@octokit/types": "^13.6.1" + "@octokit/types": "^13.7.0" }, "engines": { "node": ">= 18" diff --git a/package.json b/package.json index 936b519..6d6f90b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@actions/core": "^1.10.1", "@octokit/core": "^6.1.3", "@octokit/plugin-paginate-rest": "^11.4.0", - "@octokit/plugin-rest-endpoint-methods": "^13.2.6", + "@octokit/plugin-rest-endpoint-methods": "^13.3.0", "@octokit/request-error": "^6.1.6", "minimatch": "^10.0.1", "p-limit": "^6.2.0",