From 56b079ebc2503a712852a9887b61c10931cec7b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 09:51:58 +0000 Subject: [PATCH] Bump @octokit/types from 6.2.1 to 6.7.0 Bumps [@octokit/types](https://github.com/octokit/types.ts) from 6.2.1 to 6.7.0. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v6.2.1...v6.7.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c30b05..7cb7e2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1923,9 +1923,9 @@ } }, "@octokit/openapi-types": { - "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==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-3.4.1.tgz", + "integrity": "sha512-7Sjm3UwEAM11f+ck9+qlyEfgl8hCk5sSZBU2qcWY8+8ibowjqcwxhhtvY0/pjHPF8mcvmedFpGmmIYs2qM9/+Q==", "dev": true }, "@octokit/plugin-paginate-rest": { @@ -2016,12 +2016,12 @@ } }, "@octokit/types": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.2.1.tgz", - "integrity": "sha512-jHs9OECOiZxuEzxMZcXmqrEO8GYraHF+UzNVH2ACYh8e/Y7YoT+hUf9ldvVd6zIvWv4p3NdxbQ0xx3ku5BnSiA==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.7.0.tgz", + "integrity": "sha512-QiE7y2Brh0Bv61K//kFGJ6jCZihCf4fGL1FP0Oims5h2SlSYtDiAQMJW15s8udyLfjo/jY05G1YlN8ED/c6RNw==", "dev": true, "requires": { - "@octokit/openapi-types": "^2.2.0", + "@octokit/openapi-types": "^3.4.1", "@types/node": ">= 8" } }, diff --git a/package.json b/package.json index 8dac7bf..12df0e2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "xml2js": "^0.4.23" }, "devDependencies": { - "@octokit/types": "^6.2.1", + "@octokit/types": "^6.7.0", "@octokit/webhooks": "^7.21.0", "@types/github-slugger": "^1.3.0", "@types/jest": "^26.0.20",