diff --git a/package-lock.json b/package-lock.json index 4d8d44169549b..ad88efdbd0261 100644 --- a/package-lock.json +++ b/package-lock.json @@ -345,12 +345,12 @@ "dev": true }, "@octokit/plugin-rest-endpoint-methods": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.0.tgz", - "integrity": "sha512-Ofusy7BwHkU7z4TNsVdf7wm5W3KR625KqlQj4AiWPnBvclmZU0Y2bVK8b8Mz8nW7sEX9TJcCdX6KeaincE/cLw==", + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.1.tgz", + "integrity": "sha512-T9YhQqpbO9Onmg+FYk09uci9pfChg8CZR9GBaPJWj+bDSzictW1xnU0NtCSSKKyrwvpW/opu7CtuDSs/HF1Syg==", "dev": true, "requires": { - "@octokit/types": "^6.11.0", + "@octokit/types": "^6.11.1", "deprecation": "^2.3.1" } }, @@ -390,15 +390,15 @@ } }, "@octokit/rest": { - "version": "18.3.0", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.3.0.tgz", - "integrity": "sha512-R45oBVhnq3HAOGVtC6lHY7LX7TGWqbbcD4KvBHoT4QIjgJzfqKag3m/DUJwLnp8xrokz1spZmspTIXiDeQqJSA==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.3.1.tgz", + "integrity": "sha512-g57ebsk7dtbLjiPBgEYDAiDTsyQM9kvlIt0J5UN6OSjG82K6fQQck6HXPpwcyNIDqbN7lIaWr3nsz56jBfI6qg==", "dev": true, "requires": { "@octokit/core": "^3.2.3", "@octokit/plugin-paginate-rest": "^2.6.2", "@octokit/plugin-request-log": "^1.0.2", - "@octokit/plugin-rest-endpoint-methods": "4.13.0" + "@octokit/plugin-rest-endpoint-methods": "4.13.1" } }, "@octokit/types": {