From 6c0f0c09785dbde4d3b6f20e9995922d8c765426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 21:55:17 +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 10.1.5 to 10.2.0. - [Release notes](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases) - [Commits](https://github.com/octokit/plugin-rest-endpoint-methods.js/compare/v10.1.5...v10.2.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] --- packages/collector/package-lock.json | 14 +++++++------- packages/collector/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/collector/package-lock.json b/packages/collector/package-lock.json index 9f7dd05e6..e588c078e 100644 --- a/packages/collector/package-lock.json +++ b/packages/collector/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@octokit/core": "^5.0.2", - "@octokit/plugin-rest-endpoint-methods": "^10.1.5", + "@octokit/plugin-rest-endpoint-methods": "^10.2.0", "ts-custom-error": "^3.3.1", "ts-node": "^10.9.1" }, @@ -1338,9 +1338,9 @@ "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==" }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "10.1.5", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.5.tgz", - "integrity": "sha512-LMEdsMV8TTMjMTqVoqMzV95XTbv0ZsWxCxQtjAunQOCdwoDH4BVF/Ke5JMSZEVCWGI2kzxnUNbFnK/MxwV7NjA==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.2.0.tgz", + "integrity": "sha512-ePbgBMYtGoRNXDyKGvr9cyHjQ163PbwD0y1MkDJCpkO2YH4OeXX40c4wYHKikHGZcpGPbcRLuy0unPUuafco8Q==", "dependencies": { "@octokit/types": "^12.3.0" }, @@ -7871,9 +7871,9 @@ "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==" }, "@octokit/plugin-rest-endpoint-methods": { - "version": "10.1.5", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.5.tgz", - "integrity": "sha512-LMEdsMV8TTMjMTqVoqMzV95XTbv0ZsWxCxQtjAunQOCdwoDH4BVF/Ke5JMSZEVCWGI2kzxnUNbFnK/MxwV7NjA==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.2.0.tgz", + "integrity": "sha512-ePbgBMYtGoRNXDyKGvr9cyHjQ163PbwD0y1MkDJCpkO2YH4OeXX40c4wYHKikHGZcpGPbcRLuy0unPUuafco8Q==", "requires": { "@octokit/types": "^12.3.0" }, diff --git a/packages/collector/package.json b/packages/collector/package.json index b8258a37f..0e698fae3 100644 --- a/packages/collector/package.json +++ b/packages/collector/package.json @@ -20,7 +20,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@octokit/core": "^5.0.2", - "@octokit/plugin-rest-endpoint-methods": "^10.1.5", + "@octokit/plugin-rest-endpoint-methods": "^10.2.0", "ts-custom-error": "^3.3.1", "ts-node": "^10.9.1" },