Merge pull request #71 from dorny/dependabot/npm_and_yarn/octokit/types-6.12.0

Bump @octokit/types from 6.7.0 to 6.12.0
This commit is contained in:
Michal Dorner 2021-03-07 12:51:19 +01:00 committed by GitHub
commit 17e90d1765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 9 deletions

15
package-lock.json generated
View file

@ -1923,9 +1923,9 @@
}
},
"@octokit/openapi-types": {
"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==",
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-5.3.1.tgz",
"integrity": "sha512-TvVk2QuIA0lQZcIMd6xbdGaGDVeNYIOa3l1ZVagAIk5K3t/WMYbcg4BISNDhzdVhm/TgQB26frAgd/GV81aHJA==",
"dev": true
},
"@octokit/plugin-paginate-rest": {
@ -2016,13 +2016,12 @@
}
},
"@octokit/types": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.7.0.tgz",
"integrity": "sha512-QiE7y2Brh0Bv61K//kFGJ6jCZihCf4fGL1FP0Oims5h2SlSYtDiAQMJW15s8udyLfjo/jY05G1YlN8ED/c6RNw==",
"version": "6.12.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.12.0.tgz",
"integrity": "sha512-KwOf16soD7aDEEi/PgNeJlHzjZPfrmmNy+7WezSdrpnqZ7YImBJcNnX9+5RUHt1MnA4h8oISRHTqaZDGsX9DRQ==",
"dev": true,
"requires": {
"@octokit/openapi-types": "^3.4.1",
"@types/node": ">= 8"
"@octokit/openapi-types": "^5.3.0"
}
},
"@octokit/webhooks": {

View file

@ -39,7 +39,7 @@
"xml2js": "^0.4.23"
},
"devDependencies": {
"@octokit/types": "^6.7.0",
"@octokit/types": "^6.12.0",
"@octokit/webhooks": "^7.21.0",
"@types/adm-zip": "^0.4.33",
"@types/github-slugger": "^1.3.0",