Merge pull request #49 from dorny/dependabot/npm_and_yarn/octokit/types-6.7.0

Bump @octokit/types from 6.2.1 to 6.7.0
This commit is contained in:
Michal Dorner 2021-02-01 10:55:18 +01:00 committed by GitHub
commit efb99aed01
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": { "@octokit/openapi-types": {
"version": "2.2.0", "version": "3.4.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-2.2.0.tgz", "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-3.4.1.tgz",
"integrity": "sha512-274lNUDonw10kT8wHg8fCcUc1ZjZHbWv0/TbAwb0ojhBQqZYc1cQ/4yqTVTtPMDeZ//g7xVEYe/s3vURkRghPg==", "integrity": "sha512-7Sjm3UwEAM11f+ck9+qlyEfgl8hCk5sSZBU2qcWY8+8ibowjqcwxhhtvY0/pjHPF8mcvmedFpGmmIYs2qM9/+Q==",
"dev": true "dev": true
}, },
"@octokit/plugin-paginate-rest": { "@octokit/plugin-paginate-rest": {
@ -2016,12 +2016,12 @@
} }
}, },
"@octokit/types": { "@octokit/types": {
"version": "6.2.1", "version": "6.7.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.2.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.7.0.tgz",
"integrity": "sha512-jHs9OECOiZxuEzxMZcXmqrEO8GYraHF+UzNVH2ACYh8e/Y7YoT+hUf9ldvVd6zIvWv4p3NdxbQ0xx3ku5BnSiA==", "integrity": "sha512-QiE7y2Brh0Bv61K//kFGJ6jCZihCf4fGL1FP0Oims5h2SlSYtDiAQMJW15s8udyLfjo/jY05G1YlN8ED/c6RNw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@octokit/openapi-types": "^2.2.0", "@octokit/openapi-types": "^3.4.1",
"@types/node": ">= 8" "@types/node": ">= 8"
} }
}, },

View file

@ -36,7 +36,7 @@
"xml2js": "^0.4.23" "xml2js": "^0.4.23"
}, },
"devDependencies": { "devDependencies": {
"@octokit/types": "^6.2.1", "@octokit/types": "^6.7.0",
"@octokit/webhooks": "^7.21.0", "@octokit/webhooks": "^7.21.0",
"@types/github-slugger": "^1.3.0", "@types/github-slugger": "^1.3.0",
"@types/jest": "^26.0.20", "@types/jest": "^26.0.20",