From c51f0b726d2c8222128ca3847975cd15a4be428c Mon Sep 17 00:00:00 2001 From: Gregor Martynus Date: Wed, 11 Mar 2020 15:37:11 -0700 Subject: [PATCH] feat: update `@octokit/plugin-rest-endpoint-methods` to v3.3.0 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec90aea5..7e364d43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1527,9 +1527,9 @@ "integrity": "sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw==" }, "@octokit/plugin-rest-endpoint-methods": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.2.0.tgz", - "integrity": "sha512-k+RLsegQn4s0wvAFYuk3R18FVKRg3ktvzIGW6MkmrSiSXBwYfaEsv4CuPysyef0DL+74DRj/X9MLJYlbleUO+Q==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.3.0.tgz", + "integrity": "sha512-7Yrf4bXFernGJQgcFKUwikFTBXMSR7OQ3v9kFHux04f9soDrgGUIVMNPHWMYJTEh9jn9KGenq7alIva7Ys/1vA==", "requires": { "@octokit/types": "^2.0.1", "deprecation": "^2.3.1" diff --git a/package.json b/package.json index 657869b3..432e81d2 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@octokit/core": "^2.4.0", "@octokit/plugin-paginate-rest": "^2.0.0", "@octokit/plugin-request-log": "^1.0.0", - "@octokit/plugin-rest-endpoint-methods": "^3.0.0" + "@octokit/plugin-rest-endpoint-methods": "^3.3.0" }, "devDependencies": { "@octokit/auth": "^2.0.0",