diff --git a/package-lock.json b/package-lock.json index d697a26b..e96d8bc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -444,9 +444,9 @@ "integrity": "sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw==" }, "@octokit/plugin-rest-endpoint-methods": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-2.1.2.tgz", - "integrity": "sha512-PS77CqifhDqYONWAxLh+BKGlmuhdEX39JVEVQoWWDvkh5B+2bcg9eaxMEFUEJtfuqdAw33sdGrrlGtqtl+9lqg==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-2.1.3.tgz", + "integrity": "sha512-YtP757n6UIyVhd4YJ0aerx7CuO4+VJJ5BYlvD2aPnUPhCoNbINSxVS1p7UEBRzMOrPfEGDYEcs/tjADB1NOCyg==", "requires": { "@octokit/types": "^2.0.1", "deprecation": "^2.3.1" diff --git a/package.json b/package.json index 50ed75da..5918c54c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@octokit/auth-token": "^2.4.0", "@octokit/plugin-paginate-rest": "^1.1.1", "@octokit/plugin-request-log": "^1.0.0", - "@octokit/plugin-rest-endpoint-methods": "2.1.2", + "@octokit/plugin-rest-endpoint-methods": "2.1.3", "@octokit/request": "^5.2.0", "@octokit/request-error": "^1.0.2", "atob-lite": "^2.0.0",