diff --git a/packages/collector/package-lock.json b/packages/collector/package-lock.json index 3802696a2..3a48b0da2 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 76f7fe92d..bde8f1eaf 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" },