From a293d37fd6b5dd6564baf9f7b019fc025baaf8bd Mon Sep 17 00:00:00 2001 From: Octokit Bot <33075676+octokitbot@users.noreply.github.com> Date: Mon, 13 Sep 2021 18:22:22 +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 b953dbee..920b5552 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2197,9 +2197,9 @@ } }, "@octokit/openapi-types": { - "version": "10.1.4", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-10.1.4.tgz", - "integrity": "sha512-poafDt5Ac5GV86baVXDdj6xeIMrEVEuRweMwkZfoXwySYWA0eKgrOP/ZaDE7V/hlW32z6oO61Zy/5U2oSZlDWw==" + "version": "10.1.5", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-10.1.5.tgz", + "integrity": "sha512-OoShNYzhAU8p8JbGHe1rRs1GIErRtmN2230AQCJAjL5lc0AUU5OhppVe6693HIZ2eCBLUhoLPhnnnmQ5ASH7Wg==" }, "@octokit/plugin-paginate-rest": { "version": "2.13.3", @@ -2264,11 +2264,11 @@ } }, "@octokit/types": { - "version": "6.27.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.27.1.tgz", - "integrity": "sha512-p8VR2OTO1ozxqdAvPeCDDMNmcBzkOL6sPogy2MaEQCapbeWcWNDbwZnqMT3VTZ0DLBBAO0PyHYzU8bA99zd1Fg==", + "version": "6.27.2", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.27.2.tgz", + "integrity": "sha512-AgajmAJh7LhStgaEaNoY1N7znst2q07CKZVdnVB/V4tmitMbk+qijmD0IkkSKulXE5RVLbJjQikJF9+XLqhsVA==", "requires": { - "@octokit/openapi-types": "^10.1.4" + "@octokit/openapi-types": "^10.1.5" } }, "@pika/babel-plugin-esm-import-rewrite": { diff --git a/package.json b/package.json index 80d99646..02f78167 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "author": "Gregor Martynus (https://github.com/gr2m)", "license": "MIT", "dependencies": { - "@octokit/types": "^6.27.1" + "@octokit/types": "^6.27.2" }, "peerDependencies": { "@octokit/core": ">=3"