Merge pull request #175 from mikepenz/dependabot/npm_and_yarn/octokit/rest-18.1.0

Bump @octokit/rest from 18.0.15 to 18.1.0
This commit is contained in:
Mike Penz
2021-02-03 09:18:54 +01:00
committed by GitHub
2 changed files with 30 additions and 5 deletions
+29 -4
View File
@@ -860,14 +860,39 @@
}
},
"@octokit/rest": {
"version": "18.0.15",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.15.tgz",
"integrity": "sha512-MBlZl0KeuvFMJ3210hG5xhh/jtYmMDLd5WmO49Wg4Rfg0odeivntWAyq3KofJDP2G8jskCaaOaZBKo0TeO9tFA==",
"version": "18.1.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.1.0.tgz",
"integrity": "sha512-YQfpTzWV3jdzDPyXQVO54f5I2t1zxk/S53Vbe+Aa5vQj6MdTx6sNEWzmUzUO8lSVowbGOnjcQHzW1A8ATr+/7g==",
"requires": {
"@octokit/core": "^3.2.3",
"@octokit/plugin-paginate-rest": "^2.6.2",
"@octokit/plugin-request-log": "^1.0.2",
"@octokit/plugin-rest-endpoint-methods": "4.8.0"
"@octokit/plugin-rest-endpoint-methods": "4.10.1"
},
"dependencies": {
"@octokit/openapi-types": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-4.0.0.tgz",
"integrity": "sha512-o4Q9VPYaIdzxskfVuWk7Dcb6Ldq2xbd1QKmPCRx29nFdFxm+2Py74QLfbB3CgankZerHnNJ9wgINOkwa/O2qRg=="
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "4.10.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.10.1.tgz",
"integrity": "sha512-YGMiEidTORzgUmYZu0eH4q2k8kgQSHQMuBOBYiKxUYs/nXea4q/Ze6tDzjcRAPmHNJYXrENs1bEMlcdGKT+8ug==",
"requires": {
"@octokit/types": "^6.8.2",
"deprecation": "^2.3.1"
}
},
"@octokit/types": {
"version": "6.8.2",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.8.2.tgz",
"integrity": "sha512-RpG0NJd7OKSkWptiFhy1xCLkThs5YoDIKM21lEtDmUvSpbaIEfrxzckWLUGDFfF8RydSyngo44gDv8m2hHruUg==",
"requires": {
"@octokit/openapi-types": "^4.0.0",
"@types/node": ">= 8"
}
}
}
},
"@octokit/types": {
+1 -1
View File
@@ -35,7 +35,7 @@
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.0.15",
"@octokit/rest": "^18.1.0",
"@types/semver": "^7.3.4",
"moment": "^2.29.1",
"semver": "^7.3.4"