Merge pull request #36 from dorny/dependabot/npm_and_yarn/octokit/types-6.2.1

Bump @octokit/types from 6.0.0 to 6.2.1
This commit is contained in:
Michal Dorner 2021-01-10 19:05:43 +01:00 committed by GitHub
commit e9e1edaa5a
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

@ -1645,9 +1645,9 @@
} }
}, },
"@octokit/openapi-types": { "@octokit/openapi-types": {
"version": "1.2.2", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-1.2.2.tgz", "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-2.2.0.tgz",
"integrity": "sha512-vrKDLd/Rq4IE16oT+jJkDBx0r29NFkdkU8GwqVSP4RajsAvP23CMGtFhVK0pedUhAiMvG1bGnFcTC/xCKaKgmw==", "integrity": "sha512-274lNUDonw10kT8wHg8fCcUc1ZjZHbWv0/TbAwb0ojhBQqZYc1cQ/4yqTVTtPMDeZ//g7xVEYe/s3vURkRghPg==",
"dev": true "dev": true
}, },
"@octokit/plugin-paginate-rest": { "@octokit/plugin-paginate-rest": {
@ -1738,12 +1738,12 @@
} }
}, },
"@octokit/types": { "@octokit/types": {
"version": "6.0.0", "version": "6.2.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.0.0.tgz", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.2.1.tgz",
"integrity": "sha512-vLunkq0Tedel0vpDC4Ir07ZLrkt6jpb+uGlIc9HZp7wTLvf2eC4AudZw7S+5B0bt2KiytEYPFtQy2X4Z1HJm/g==", "integrity": "sha512-jHs9OECOiZxuEzxMZcXmqrEO8GYraHF+UzNVH2ACYh8e/Y7YoT+hUf9ldvVd6zIvWv4p3NdxbQ0xx3ku5BnSiA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@octokit/openapi-types": "^1.2.0", "@octokit/openapi-types": "^2.2.0",
"@types/node": ">= 8" "@types/node": ">= 8"
} }
}, },

View file

@ -35,7 +35,7 @@
"xml2js": "^0.4.23" "xml2js": "^0.4.23"
}, },
"devDependencies": { "devDependencies": {
"@octokit/types": "^6.0.0", "@octokit/types": "^6.2.1",
"@octokit/webhooks": "^7.15.1", "@octokit/webhooks": "^7.15.1",
"@types/github-slugger": "^1.3.0", "@types/github-slugger": "^1.3.0",
"@types/jest": "^26.0.20", "@types/jest": "^26.0.20",