Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 755796f

Browse files
fix(runners): Bump @octokit/auth-app from 4.0.7 to 4.0.8 in /modules/runners/lambdas/runners (#2870)
fix(runners): Bump @octokit/auth-app in /modules/runners/lambdas/runners Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](octokit/auth-app.js@v4.0.7...v4.0.8) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1cd274 commit 755796f

File tree

2 files changed

+23
-69
lines changed

2 files changed

+23
-69
lines changed

Diff for: modules/runners/lambdas/runners/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@aws-sdk/client-ssm": "^3.241.0",
42-
"@octokit/auth-app": "4.0.7",
42+
"@octokit/auth-app": "4.0.8",
4343
"@octokit/rest": "^19.0.5",
4444
"@octokit/types": "^8.0.0",
4545
"aws-sdk": "^2.1289.0",

Diff for: modules/runners/lambdas/runners/yarn.lock

+22-68
Original file line numberDiff line numberDiff line change
@@ -1437,10 +1437,10 @@
14371437
"@nodelib/fs.scandir" "2.1.5"
14381438
fastq "^1.6.0"
14391439

1440-
"@octokit/[email protected].7":
1441-
version "4.0.7"
1442-
resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-4.0.7.tgz#417c327e6a7ada1e6e9651db681146f8c12728e3"
1443-
integrity sha512-hjjVCoI/+1oLminVHJPPexguYb9FP4Q60hEHExgy1uAKMMJ5Zf8iJIeRJlIIqneTb4vt7NvUTEj4YDxBLZ1FLg==
1440+
"@octokit/[email protected].8":
1441+
version "4.0.8"
1442+
resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-4.0.8.tgz#73a8c6c087c55473affeedd939ef08ff2cfa9b3d"
1443+
integrity sha512-miI7y9FfS/fL1bSPsDaAfCGSxQ04iGLyisI2GA8N7P6eB6AkCOt+F1XXapJKRnAubQubvYF0dqxoTZYyKk93NQ==
14441444
dependencies:
14451445
"@octokit/auth-oauth-app" "^5.0.0"
14461446
"@octokit/auth-oauth-user" "^2.0.0"
@@ -1450,7 +1450,7 @@
14501450
"@types/lru-cache" "^5.1.0"
14511451
deprecation "^2.3.1"
14521452
lru-cache "^6.0.0"
1453-
universal-github-app-jwt "^1.0.1"
1453+
universal-github-app-jwt "^1.1.1"
14541454
universal-user-agent "^6.0.0"
14551455

14561456
"@octokit/auth-oauth-app@^5.0.0":
@@ -1773,10 +1773,10 @@
17731773
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
17741774
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
17751775

1776-
"@types/jsonwebtoken@^8.3.3":
1777-
version "8.5.9"
1778-
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.9.tgz#2c064ecb0b3128d837d2764aa0b117b0ff6e4586"
1779-
integrity sha512-272FMnFGzAVMGtu9tkr29hRL6bZj4Zs1KZNeHLnKqAvp06tAIcarTMwOh8/8bz4FmKRcMxZhZNeUAQsNLoiPhg==
1776+
"@types/jsonwebtoken@^9.0.0":
1777+
version "9.0.0"
1778+
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#4db9bfaf276ef4fdc3608194fab8b8f2fd1c44f9"
1779+
integrity sha512-mM4TkDpA9oixqg1Fv2vVpOFyIVLJjm5x4k0V+K/rEsizfjD7Tk7LKk3GTtbB7KCfP0FEHQtsZqFxYA0+sijNVg==
17801780
dependencies:
17811781
"@types/node" "*"
17821782

@@ -3540,21 +3540,15 @@ json5@^2.1.2, json5@^2.2.1:
35403540
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
35413541
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
35423542

3543-
jsonwebtoken@^8.5.1:
3544-
version "8.5.1"
3545-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
3546-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
3543+
jsonwebtoken@^9.0.0:
3544+
version "9.0.0"
3545+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
3546+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
35473547
dependencies:
35483548
jws "^3.2.2"
3549-
lodash.includes "^4.3.0"
3550-
lodash.isboolean "^3.0.3"
3551-
lodash.isinteger "^4.0.4"
3552-
lodash.isnumber "^3.0.3"
3553-
lodash.isplainobject "^4.0.6"
3554-
lodash.isstring "^4.0.1"
3555-
lodash.once "^4.0.0"
3549+
lodash "^4.17.21"
35563550
ms "^2.1.1"
3557-
semver "^5.6.0"
3551+
semver "^7.3.8"
35583552

35593553
jwa@^1.4.1:
35603554
version "1.4.1"
@@ -3610,36 +3604,6 @@ locate-path@^6.0.0:
36103604
dependencies:
36113605
p-locate "^5.0.0"
36123606

3613-
lodash.includes@^4.3.0:
3614-
version "4.3.0"
3615-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
3616-
integrity sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==
3617-
3618-
lodash.isboolean@^3.0.3:
3619-
version "3.0.3"
3620-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
3621-
integrity sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==
3622-
3623-
lodash.isinteger@^4.0.4:
3624-
version "4.0.4"
3625-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
3626-
integrity sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==
3627-
3628-
lodash.isnumber@^3.0.3:
3629-
version "3.0.3"
3630-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
3631-
integrity sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==
3632-
3633-
lodash.isplainobject@^4.0.6:
3634-
version "4.0.6"
3635-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
3636-
integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==
3637-
3638-
lodash.isstring@^4.0.1:
3639-
version "4.0.1"
3640-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
3641-
integrity sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==
3642-
36433607
36443608
version "4.1.2"
36453609
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -3650,11 +3614,6 @@ lodash.merge@^4.6.2:
36503614
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
36513615
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
36523616

3653-
lodash.once@^4.0.0:
3654-
version "4.1.1"
3655-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
3656-
integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==
3657-
36583617
[email protected], lodash@^4.17.21:
36593618
version "4.17.21"
36603619
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
@@ -4085,17 +4044,12 @@ [email protected], semver@^7.3.5:
40854044
dependencies:
40864045
lru-cache "^6.0.0"
40874046

4088-
semver@^5.6.0:
4089-
version "5.7.1"
4090-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
4091-
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
4092-
40934047
semver@^6.0.0, semver@^6.3.0:
40944048
version "6.3.0"
40954049
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
40964050
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
40974051

4098-
semver@^7.3.7:
4052+
semver@^7.3.7, semver@^7.3.8:
40994053
version "7.3.8"
41004054
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
41014055
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
@@ -4403,13 +4357,13 @@ typescript@^4.9.4:
44034357
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
44044358
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
44054359

4406-
universal-github-app-jwt@^1.0.1:
4407-
version "1.1.0"
4408-
resolved "https://registry.yarnpkg.com/universal-github-app-jwt/-/universal-github-app-jwt-1.1.0.tgz#0abaa876101cdf1d3e4c546be2768841c0c1b514"
4409-
integrity sha512-3b+ocAjjz4JTyqaOT+NNBd5BtTuvJTxWElIoeHSVelUV9J3Jp7avmQTdLKCaoqi/5Ox2o/q+VK19TJ233rVXVQ==
4360+
universal-github-app-jwt@^1.1.1:
4361+
version "1.1.1"
4362+
resolved "https://registry.yarnpkg.com/universal-github-app-jwt/-/universal-github-app-jwt-1.1.1.tgz#d57cee49020662a95ca750a057e758a1a7190e6e"
4363+
integrity sha512-G33RTLrIBMFmlDV4u4CBF7dh71eWwykck4XgaxaIVeZKOYZRAAxvcGMRFTUclVY6xoUPQvO4Ne5wKGxYm/Yy9w==
44104364
dependencies:
4411-
"@types/jsonwebtoken" "^8.3.3"
4412-
jsonwebtoken "^8.5.1"
4365+
"@types/jsonwebtoken" "^9.0.0"
4366+
jsonwebtoken "^9.0.0"
44134367

44144368
universal-user-agent@^6.0.0:
44154369
version "6.0.0"

0 commit comments

Comments
 (0)