From d7765103ca4059c60100f5bb5695299770341a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 13:04:21 +0000 Subject: [PATCH] build(deps): bump @octokit/rest from 18.11.0 to 18.11.1 Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.11.0 to 18.11.1. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v18.11.0...v18.11.1) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a1f0be..02af108 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.5.0", "@actions/exec": "^1.1.0", "@actions/github": "^5.0.0", - "@octokit/rest": "^18.10.0", + "@octokit/rest": "^18.11.1", "@types/semver": "^7.3.8", "moment": "^2.29.1", "semver": "^7.3.5", @@ -1247,11 +1247,11 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "5.11.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.11.1.tgz", - "integrity": "sha512-EE69SuO08wtnIy9q/HftGDr7/Im1txzDfeYr+I4T/JkMSNEiedUUE5RuCWkEQAwwbeEU4kVTwSEQZb9Af77/PA==", + "version": "5.11.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.11.2.tgz", + "integrity": "sha512-oOJ/gC3e6XS5OyvLhS32BslGkKAyt/tgbLJUH1PKfIyDiRm4c6lSm+NHpy/L9WcdiCQji0RPglXTIH+8degjBg==", "dependencies": { - "@octokit/types": "^6.30.0", + "@octokit/types": "^6.31.0", "deprecation": "^2.3.1" }, "peerDependencies": { @@ -1282,14 +1282,14 @@ } }, "node_modules/@octokit/rest": { - "version": "18.11.0", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.11.0.tgz", - "integrity": "sha512-e30+ERbA4nXkzkaCDgfxS9H1A43Z1GvV5nqLfkxS81rYKbFE6+sEsrXsTRzV1aWLsRIQ+B75Vgnyzjw/ioTyVA==", + "version": "18.11.1", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.11.1.tgz", + "integrity": "sha512-UadwFo10+5TQ/gm/E1r1M3Wkz8WUNyX3TLBO64YmlyZFoCPPLwdhVDHFJ+XGL/+sErPiyps3drvx1I9vMncunA==", "dependencies": { "@octokit/core": "^3.5.1", "@octokit/plugin-paginate-rest": "^2.16.0", "@octokit/plugin-request-log": "^1.0.4", - "@octokit/plugin-rest-endpoint-methods": "5.11.1" + "@octokit/plugin-rest-endpoint-methods": "5.11.2" } }, "node_modules/@octokit/types": { @@ -7979,11 +7979,11 @@ "requires": {} }, "@octokit/plugin-rest-endpoint-methods": { - "version": "5.11.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.11.1.tgz", - "integrity": "sha512-EE69SuO08wtnIy9q/HftGDr7/Im1txzDfeYr+I4T/JkMSNEiedUUE5RuCWkEQAwwbeEU4kVTwSEQZb9Af77/PA==", + "version": "5.11.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.11.2.tgz", + "integrity": "sha512-oOJ/gC3e6XS5OyvLhS32BslGkKAyt/tgbLJUH1PKfIyDiRm4c6lSm+NHpy/L9WcdiCQji0RPglXTIH+8degjBg==", "requires": { - "@octokit/types": "^6.30.0", + "@octokit/types": "^6.31.0", "deprecation": "^2.3.1" } }, @@ -8011,14 +8011,14 @@ } }, "@octokit/rest": { - "version": "18.11.0", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.11.0.tgz", - "integrity": "sha512-e30+ERbA4nXkzkaCDgfxS9H1A43Z1GvV5nqLfkxS81rYKbFE6+sEsrXsTRzV1aWLsRIQ+B75Vgnyzjw/ioTyVA==", + "version": "18.11.1", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.11.1.tgz", + "integrity": "sha512-UadwFo10+5TQ/gm/E1r1M3Wkz8WUNyX3TLBO64YmlyZFoCPPLwdhVDHFJ+XGL/+sErPiyps3drvx1I9vMncunA==", "requires": { "@octokit/core": "^3.5.1", "@octokit/plugin-paginate-rest": "^2.16.0", "@octokit/plugin-request-log": "^1.0.4", - "@octokit/plugin-rest-endpoint-methods": "5.11.1" + "@octokit/plugin-rest-endpoint-methods": "5.11.2" } }, "@octokit/types": { diff --git a/package.json b/package.json index b66fa90..8b427d8 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@actions/core": "^1.5.0", "@actions/exec": "^1.1.0", "@actions/github": "^5.0.0", - "@octokit/rest": "^18.10.0", + "@octokit/rest": "^18.11.1", "@types/semver": "^7.3.8", "moment": "^2.29.1", "semver": "^7.3.5",