From 63003eb1061198805ad8902b6a8b142d4f5aa597 Mon Sep 17 00:00:00 2001 From: TypeScript Bot Date: Sat, 23 Jan 2021 06:50:09 +0000 Subject: [PATCH] Update package-lock.json --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ade4d1a23f8..01d67231624 100644 --- a/package-lock.json +++ b/package-lock.json @@ -345,12 +345,12 @@ "dev": true }, "@octokit/plugin-rest-endpoint-methods": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.7.0.tgz", - "integrity": "sha512-IXw4hgC6aejdEi92CaA/FvvyTg7/GDuJeWgXxZFVFS/HDa6+QG3BZBJunuLTcWX36XVwVBugDwlGCEHGjDeGMg==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.8.0.tgz", + "integrity": "sha512-2zRpXDveJH8HsXkeeMtRW21do8wuSxVn1xXFdvhILyxlLWqGQrdJUA1/dk5DM7iAAYvwT/P3bDOLs90yL4S2AA==", "dev": true, "requires": { - "@octokit/types": "^6.4.2", + "@octokit/types": "^6.5.0", "deprecation": "^2.3.1" } }, @@ -390,15 +390,15 @@ } }, "@octokit/rest": { - "version": "18.0.13", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.13.tgz", - "integrity": "sha512-uKm01nBLn8hx8AW+msRn4zyHG74P1COWwJOr94dg25TxMG3l9MIxzO9hp2nOc20EVl9+lFhVtLP+dYJrKL1HAw==", + "version": "18.0.14", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.14.tgz", + "integrity": "sha512-62mKIaBb/XD2Z2KCBmAPydEk/d0IBMOnwk6DJVo36ICTnxlRPTdQwFE2LzlpBPDR52xOKPlGqb3Bnhh99atltA==", "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.7.0" + "@octokit/plugin-rest-endpoint-methods": "4.8.0" } }, "@octokit/types": {