Bump @octokit/rest from 18.5.0 to 18.5.2

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.5.0 to 18.5.2.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.5.0...v18.5.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-03-29 07:09:38 +00:00
committed by GitHub
parent 86e324b6b9
commit 6673f1bea8
2 changed files with 33 additions and 10 deletions
+32 -9
View File
@@ -11,7 +11,7 @@
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.5.0",
"@octokit/rest": "^18.5.2",
"@types/semver": "^7.3.4",
"moment": "^2.29.1",
"semver": "^7.3.5"
@@ -1052,14 +1052,26 @@
}
},
"node_modules/@octokit/rest": {
"version": "18.5.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.0.tgz",
"integrity": "sha512-+4+u12KIw53R9+k6jBw6QL7xycKfEquk8CuStNNjdSPxCC7+FQiULG/woyqgJaGod6zBkYGSL0Zulk4JM8h2sQ==",
"version": "18.5.2",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.2.tgz",
"integrity": "sha512-Kz03XYfKS0yYdi61BkL9/aJ0pP2A/WK5vF/syhu9/kY30J8He3P68hv9GRpn8bULFx2K0A9MEErn4v3QEdbZcw==",
"dependencies": {
"@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.15.0"
"@octokit/plugin-rest-endpoint-methods": "5.0.0"
}
},
"node_modules/@octokit/rest/node_modules/@octokit/plugin-rest-endpoint-methods": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.0.0.tgz",
"integrity": "sha512-Jc7CLNUueIshXT+HWt6T+M0sySPjF32mSFQAK7UfAg8qGeRI6OM1GSBxDLwbXjkqy2NVdnqCedJcP1nC785JYg==",
"dependencies": {
"@octokit/types": "^6.13.0",
"deprecation": "^2.3.1"
},
"peerDependencies": {
"@octokit/core": ">=3"
}
},
"node_modules/@octokit/types": {
@@ -9263,14 +9275,25 @@
}
},
"@octokit/rest": {
"version": "18.5.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.0.tgz",
"integrity": "sha512-+4+u12KIw53R9+k6jBw6QL7xycKfEquk8CuStNNjdSPxCC7+FQiULG/woyqgJaGod6zBkYGSL0Zulk4JM8h2sQ==",
"version": "18.5.2",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.2.tgz",
"integrity": "sha512-Kz03XYfKS0yYdi61BkL9/aJ0pP2A/WK5vF/syhu9/kY30J8He3P68hv9GRpn8bULFx2K0A9MEErn4v3QEdbZcw==",
"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.15.0"
"@octokit/plugin-rest-endpoint-methods": "5.0.0"
},
"dependencies": {
"@octokit/plugin-rest-endpoint-methods": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.0.0.tgz",
"integrity": "sha512-Jc7CLNUueIshXT+HWt6T+M0sySPjF32mSFQAK7UfAg8qGeRI6OM1GSBxDLwbXjkqy2NVdnqCedJcP1nC785JYg==",
"requires": {
"@octokit/types": "^6.13.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.5.0",
"@octokit/rest": "^18.5.2",
"@types/semver": "^7.3.4",
"moment": "^2.29.1",
"semver": "^7.3.5"