From 5a404f44708c55597fa3fba3e45e76b6207f670a Mon Sep 17 00:00:00 2001 From: Octokit Bot <33075676+octokitbot@users.noreply.github.com> Date: Sun, 31 Jan 2021 21:43:34 +0000 Subject: [PATCH] WIP octokit/openapi updated --- 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 68f92905e..c6b0caa22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1749,9 +1749,9 @@ } }, "@octokit/openapi-types": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-3.3.0.tgz", - "integrity": "sha512-s3dd32gagPmKaSLNJ9aPNok7U+tl69YLESf6DgQz5Ml/iipPZtif3GLvWpNXoA6qspFm1LFUZX+C3SqWX/Y/TQ==" + "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==" }, "@octokit/plugin-paginate-rest": { "version": "2.8.0", @@ -1818,11 +1818,11 @@ } }, "@octokit/types": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.6.0.tgz", - "integrity": "sha512-nmFoU3HCbw1AmnZU/eto2VvzV06+N7oAqXwMmAHGlNDF+KFykksh/VlAl85xc1P5T7Mw8fKYvXNaImNHCCH/rg==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.7.0.tgz", + "integrity": "sha512-QiE7y2Brh0Bv61K//kFGJ6jCZihCf4fGL1FP0Oims5h2SlSYtDiAQMJW15s8udyLfjo/jY05G1YlN8ED/c6RNw==", "requires": { - "@octokit/openapi-types": "^3.3.0", + "@octokit/openapi-types": "^3.4.1", "@types/node": ">= 8" } }, diff --git a/package.json b/package.json index 2f6cdf3e0..dd184c9fb 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "dependencies": { - "@octokit/types": "^6.6.0", + "@octokit/types": "^6.7.0", "deprecation": "^2.3.1" }, "devDependencies": {