From 75d3f2c3beef3149903d0c46c22dd621ed5f1d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 06:46:34 +0000 Subject: [PATCH] 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] --- package-lock.json | 19 +++++++++++++++---- package.json | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb4bb7f..354ab13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 417c16a..18b70b6 100644 --- a/package.json +++ b/package.json @@ -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"