From 2f379e1b6110c7389d38fd49154a88129640a647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 04:53:17 +0000 Subject: [PATCH] Bump @octokit/plugin-rest-endpoint-methods from 13.3.0 to 13.3.1 Bumps [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods.js) from 13.3.0 to 13.3.1. - [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.0...v13.3.1) --- updated-dependencies: - dependency-name: "@octokit/plugin-rest-endpoint-methods" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b74e5e..cd95a94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/tool-cache": "^2.0.1", "@octokit/core": "^6.1.3", "@octokit/plugin-paginate-rest": "^11.4.0", - "@octokit/plugin-rest-endpoint-methods": "^13.3.0", + "@octokit/plugin-rest-endpoint-methods": "^13.3.1", "smol-toml": "^1.3.1" }, "devDependencies": { @@ -303,11 +303,12 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "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==", + "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==", + "license": "MIT", "dependencies": { - "@octokit/types": "^13.7.0" + "@octokit/types": "^13.8.0" }, "engines": { "node": ">= 18" @@ -343,9 +344,10 @@ } }, "node_modules/@octokit/types": { - "version": "13.7.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.7.0.tgz", - "integrity": "sha512-BXfRP+3P3IN6fd4uF3SniaHKOO4UXWBfkdR3vA8mIvaoO/wLjGN5qivUtW0QRitBHHMcfC41SLhNVYIZZE+wkA==", + "version": "13.8.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.8.0.tgz", + "integrity": "sha512-x7DjTIbEpEWXK99DMd01QfWy0hd5h4EN+Q7shkdKds3otGQP+oWE/y0A76i1OvH9fygo4ddvNf7ZvF0t78P98A==", + "license": "MIT", "dependencies": { "@octokit/openapi-types": "^23.0.1" } diff --git a/package.json b/package.json index d3444f8..82e19cf 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@actions/tool-cache": "^2.0.1", "@octokit/core": "^6.1.3", "@octokit/plugin-paginate-rest": "^11.4.0", - "@octokit/plugin-rest-endpoint-methods": "^13.3.0", + "@octokit/plugin-rest-endpoint-methods": "^13.3.1", "smol-toml": "^1.3.1" }, "devDependencies": {