From 854e68ccadfb5640ff4d8d3a1569113a712ea826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 06:49:19 +0000 Subject: [PATCH] build(deps): bump @octokit/types from 6.0.0 to 6.0.1 Bumps [@octokit/types](https://github.com/octokit/types.ts) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v6.0.0...v6.0.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d0df16b..c54de124 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2247,9 +2247,9 @@ } }, "@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.0.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.0.1.tgz", + "integrity": "sha512-H/DnTKC+U09en2GFLH/MfAPNDaYb1isieD4Hx4NLpEt/I1PgtZP/8a+Ehc/j9GHuVF/UvGtOVD8AF9XXvws53w==", "requires": { "@octokit/openapi-types": "^1.2.0", "@types/node": ">= 8"