From 6f5eb61d2d0bbefea89c3b1baf79fda739d84f13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Jan 2021 17:49:21 +0000 Subject: [PATCH] Bump @octokit/types from 6.0.0 to 6.2.1 Bumps [@octokit/types](https://github.com/octokit/types.ts) from 6.0.0 to 6.2.1. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v6.0.0...v6.2.1) Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f9ed95..c87a203 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1645,9 +1645,9 @@ } }, "@octokit/openapi-types": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-1.2.2.tgz", - "integrity": "sha512-vrKDLd/Rq4IE16oT+jJkDBx0r29NFkdkU8GwqVSP4RajsAvP23CMGtFhVK0pedUhAiMvG1bGnFcTC/xCKaKgmw==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-2.2.0.tgz", + "integrity": "sha512-274lNUDonw10kT8wHg8fCcUc1ZjZHbWv0/TbAwb0ojhBQqZYc1cQ/4yqTVTtPMDeZ//g7xVEYe/s3vURkRghPg==", "dev": true }, "@octokit/plugin-paginate-rest": { @@ -1738,12 +1738,12 @@ } }, "@octokit/types": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.0.0.tgz", - "integrity": "sha512-vLunkq0Tedel0vpDC4Ir07ZLrkt6jpb+uGlIc9HZp7wTLvf2eC4AudZw7S+5B0bt2KiytEYPFtQy2X4Z1HJm/g==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.2.1.tgz", + "integrity": "sha512-jHs9OECOiZxuEzxMZcXmqrEO8GYraHF+UzNVH2ACYh8e/Y7YoT+hUf9ldvVd6zIvWv4p3NdxbQ0xx3ku5BnSiA==", "dev": true, "requires": { - "@octokit/openapi-types": "^1.2.0", + "@octokit/openapi-types": "^2.2.0", "@types/node": ">= 8" } }, @@ -7867,9 +7867,9 @@ } }, "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==", + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", "dev": true }, "lodash.memoize": { diff --git a/package.json b/package.json index 81bca03..da947dd 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "xml2js": "^0.4.23" }, "devDependencies": { - "@octokit/types": "^6.0.0", + "@octokit/types": "^6.2.1", "@octokit/webhooks": "^7.15.1", "@types/github-slugger": "^1.3.0", "@types/jest": "^26.0.15",