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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-01 09:51:58 +00:00 committed by GitHub
parent 10404a9440
commit 56b079ebc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -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"
}
},