fix(deps): update dependency @octokit/auth-app to v4

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-07-08 03:43:15 +05:30
committed by Github changeset workflow
parent 2d0e36bb80
commit 1f29047bad
3 changed files with 22 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/integration': patch
---
Updated dependency `@octokit/auth-app` to `^4.0.0`.
+1 -1
View File
@@ -38,7 +38,7 @@
"cross-fetch": "^3.1.5",
"git-url-parse": "^12.0.0",
"@octokit/rest": "^18.5.3",
"@octokit/auth-app": "^3.4.0",
"@octokit/auth-app": "^4.0.0",
"luxon": "^2.0.2",
"lodash": "^4.17.21"
},
+16
View File
@@ -4900,6 +4900,22 @@
universal-github-app-jwt "^1.0.1"
universal-user-agent "^6.0.0"
"@octokit/auth-app@^4.0.0":
version "4.0.0"
resolved "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.0.tgz#3e2699047137de3915ea32367b8379bbdc44bf20"
integrity sha512-TFNu24oY9c3VyaVIkZxBTokZ3Q3Qw5N+dMNMUa0sGCVbJb1ddyEyFrLBua6KILgw+2QLnBh/igP6HUhNT5HlpQ==
dependencies:
"@octokit/auth-oauth-app" "^4.3.0"
"@octokit/auth-oauth-user" "^1.2.3"
"@octokit/request" "^5.6.0"
"@octokit/request-error" "^2.1.0"
"@octokit/types" "^6.0.3"
"@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"
"@octokit/auth-oauth-app@^4.0.0", "@octokit/auth-oauth-app@^4.3.0":
version "4.3.0"
resolved "https://registry.npmjs.org/@octokit/auth-oauth-app/-/auth-oauth-app-4.3.0.tgz#de02f184360ffd7cfccef861053784fc4410e7ea"