From d6e4b48a0d7dfb9f526a79ba7d0296d859ff4cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Feb 2021 06:19:11 -0500 Subject: [PATCH] Bump @octokit/rest from 18.0.12 to 18.1.1 (#311) Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.12 to 18.1.1. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v18.0.12...v18.1.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e33050b8..7611f6ed9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1568,9 +1568,9 @@ } }, "@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==" + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-4.0.3.tgz", + "integrity": "sha512-CXCe1Zzc/WhjpuAEgoUktAinZJ02l6W8q1hDkwBtaonEtO6cjo/3Pyb2J1t5y2q/SvjESDJ77xZ9UVHqQVvihw==" }, "@octokit/plugin-paginate-rest": { "version": "2.2.4", @@ -1620,14 +1620,14 @@ } }, "@octokit/rest": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.1.0.tgz", - "integrity": "sha512-YQfpTzWV3jdzDPyXQVO54f5I2t1zxk/S53Vbe+Aa5vQj6MdTx6sNEWzmUzUO8lSVowbGOnjcQHzW1A8ATr+/7g==", + "version": "18.1.1", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.1.1.tgz", + "integrity": "sha512-ZcCHMyfGT1qtJD72usigAfUQ6jU89ZUPFb2AOubR6WZ7/RRFVZUENVm1I2yvJBUicqTujezPW9cY1+o3Mb4rNA==", "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.10.1" + "@octokit/plugin-rest-endpoint-methods": "4.10.3" }, "dependencies": { "@octokit/auth-token": { @@ -1670,11 +1670,11 @@ } }, "@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==", + "version": "4.10.3", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.10.3.tgz", + "integrity": "sha512-CsNQeVY34Vs9iea2Z9/TCPlebxv6KpjO9f1BUPz+14qundTSYT9kgf8j5wA1k37VstfBQ4xnuURYdnbGzJBJXw==", "requires": { - "@octokit/types": "^6.8.2", + "@octokit/types": "^6.8.3", "deprecation": "^2.3.1" } }, @@ -1694,11 +1694,11 @@ } }, "@octokit/types": { - "version": "6.8.2", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.8.2.tgz", - "integrity": "sha512-RpG0NJd7OKSkWptiFhy1xCLkThs5YoDIKM21lEtDmUvSpbaIEfrxzckWLUGDFfF8RydSyngo44gDv8m2hHruUg==", + "version": "6.8.4", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.8.4.tgz", + "integrity": "sha512-iKAMx//mBk74NwXdeKg8kdYO5zb1n6Ypk5uxwM96U35rJQv4Y8lMQxfzhN8QyzQHaZkxQsl28bn+MPEhiqXb7w==", "requires": { - "@octokit/openapi-types": "^4.0.0", + "@octokit/openapi-types": "^4.0.3", "@types/node": ">= 8" } }, diff --git a/package.json b/package.json index d4982f11a..e0e23f943 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", - "@octokit/rest": "^18.1.0", + "@octokit/rest": "^18.1.1", "lodash.deburr": "^4.1.0", "semver": "^7.3.4" },