Bump @octokit/rest from 18.0.8 to 18.0.9

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.8 to 18.0.9.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.0.8...v18.0.9)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-11-03 06:46:34 +00:00
committed by GitHub
parent a628ac75f0
commit 75d3f2c3be
2 changed files with 16 additions and 5 deletions
+15 -4
View File
@@ -1498,14 +1498,25 @@
}
},
"@octokit/rest": {
"version": "18.0.8",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.8.tgz",
"integrity": "sha512-crYqQWFS/75o+FSE2Ejpt0Tk9FgkQ4aGvToptqbnvlfViE/C4hVAtmn/X0emQ8Q3wg1tYXYNIcuG1XXSOEeARg==",
"version": "18.0.9",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.9.tgz",
"integrity": "sha512-CC5+cIx974Ygx9lQNfUn7/oXDQ9kqGiKUC6j1A9bAVZZ7aoTF8K6yxu0pQhQrLBwSl92J6Z3iVDhGhGFgISCZg==",
"requires": {
"@octokit/core": "^3.0.0",
"@octokit/plugin-paginate-rest": "^2.2.0",
"@octokit/plugin-request-log": "^1.0.0",
"@octokit/plugin-rest-endpoint-methods": "4.2.0"
"@octokit/plugin-rest-endpoint-methods": "4.2.1"
},
"dependencies": {
"@octokit/plugin-rest-endpoint-methods": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.2.1.tgz",
"integrity": "sha512-QyFr4Bv807Pt1DXZOC5a7L5aFdrwz71UHTYoHVajYV5hsqffWm8FUl9+O7nxRu5PDMtB/IKrhFqTmdBTK5cx+A==",
"requires": {
"@octokit/types": "^5.5.0",
"deprecation": "^2.3.1"
}
}
}
},
"@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.8",
"@octokit/rest": "^18.0.9",
"@types/semver": "^7.3.4",
"moment": "^2.29.1",
"semver": "^7.3.2"