From b662a98ad979591033e372d16fe33de93f77486b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 05:14:13 +0000 Subject: [PATCH] build(deps-dev): bump @octokit/auth-app from 2.8.0 to 2.9.0 Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](https://github.com/octokit/auth-app.js/compare/v2.8.0...v2.9.0) Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1cb93927..c37ec7073 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2029,15 +2029,16 @@ } }, "@octokit/auth-app": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-2.8.0.tgz", - "integrity": "sha512-FPTygbzdS7HkxgAhpbwTYqzimb3QpCMP4IuykkatkAet77jDQhAHn7DXFDowdZMilHuEBWQrVerFAH8yb0rHtg==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-2.9.0.tgz", + "integrity": "sha512-t2frkXxEEAOQ2WbtUnjotE4V1RJ7SAa8DGDa9u6NFwofMfNUK6jR8BVaA9rg86DlRtD0VxGMRI1AxUwerQPkXA==", "dev": true, "requires": { "@octokit/request": "^5.3.0", "@octokit/request-error": "^2.0.0", "@octokit/types": "^5.0.0", "@types/lru-cache": "^5.1.0", + "deprecation": "^2.3.1", "lru-cache": "^6.0.0", "universal-github-app-jwt": "^1.0.1", "universal-user-agent": "^6.0.0"