diff --git a/package-lock.json b/package-lock.json index ef1aa8ee..2bf6ac2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1549,9 +1549,9 @@ "integrity": "sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw==" }, "@octokit/plugin-rest-endpoint-methods": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.4.0.tgz", - "integrity": "sha512-Tvctk0u5SVrSLAzi8SLo0KrLSBl5biAHBgWy3L65vsbO/2fjzr62HVkoDPyr+WRT+eHhhqpKAERF3dQWOIUOvQ==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.5.1.tgz", + "integrity": "sha512-MBB4IKIbSUAc+novVCN6eAiP3i7tNzCfYxt7mW0j9hJ3rW88ng6MnJm6F235GAaAvwdHOjN+3AfRnIV1kE0/5Q==", "requires": { "@octokit/types": "^2.0.1", "deprecation": "^2.3.1" diff --git a/package.json b/package.json index 5ab6dc55..45e6f0da 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@octokit/core": "^2.4.3", "@octokit/plugin-paginate-rest": "^2.0.0", "@octokit/plugin-request-log": "^1.0.0", - "@octokit/plugin-rest-endpoint-methods": "3.4.0" + "@octokit/plugin-rest-endpoint-methods": "3.5.1" }, "devDependencies": { "@octokit/auth": "^2.0.0",