From dd4a97b31e09841d7826a6ba068a07c1b3410fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2020 06:23:06 -0400 Subject: [PATCH] Bump @octokit/rest from 18.0.2 to 18.0.4 (#151) Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.2 to 18.0.4. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v18.0.2...v18.0.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80e38ad8..576af13f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1052,20 +1052,20 @@ } }, "@octokit/rest": { - "version": "18.0.2", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.2.tgz", - "integrity": "sha512-4nHwhnfeRfiAx/x41aC8VjzznJbDEEX38ZCHIqD9CarU4QdEc9RqdNox+RBT5OaRHyuS1P/lgSk56N2sePdJlw==", + "version": "18.0.4", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.4.tgz", + "integrity": "sha512-l4PspvLvBG+bTDsji+XceDWuIf7qAZHLljbqJZ6UDdtACkW+MuFsprXicV5pEFAkxfPusyVDDPYJKRY1KJb7Zg==", "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.1.1" + "@octokit/plugin-rest-endpoint-methods": "4.1.3" }, "dependencies": { "@octokit/plugin-rest-endpoint-methods": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.1.1.tgz", - "integrity": "sha512-6bPYA3PkjqIn/QUS5dHPz6FDekHRsDz4I+oTL68siia+KOZnSvjq7oOrztiSlRT5vb9ItXhgVH4C5JMpk1yijQ==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.1.3.tgz", + "integrity": "sha512-az3seq9yuc0OXlNLrZ0fWTNbFuL4sN8GN1sLmovELg3+LnpWmOs3GAn2KGa6E7SKMgpCuFvJwvsHEfYasTHUxQ==", "requires": { "@octokit/types": "^5.1.1", "deprecation": "^2.3.1" diff --git a/package.json b/package.json index f6d8c5eb..29e242f0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@actions/core": "^1.2.4", "@actions/github": "^4.0.0", - "@octokit/rest": "^18.0.2", + "@octokit/rest": "^18.0.4", "semver": "^7.3.2" }, "devDependencies": {