Skip to content

Commit 5438109

Browse files
chore(deps): update dependency @octokit/rest to v18.9.1 (#640)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 21c86cc commit 5438109

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@commitlint/cli": "11.0.0",
2323
"@commitlint/config-conventional": "11.0.0",
24-
"@octokit/rest": "18.9.0",
24+
"@octokit/rest": "18.9.1",
2525
"@types/jest": "24.9.1",
2626
"@typescript-eslint/eslint-plugin": "1.13.0",
2727
"@typescript-eslint/parser": "1.13.0",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,10 +1434,10 @@
14341434
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-7.3.2.tgz#065ce49b338043ec7f741316ce06afd4d459d944"
14351435
integrity sha512-oJhK/yhl9Gt430OrZOzAl2wJqR0No9445vmZ9Ey8GjUZUpwuu/vmEFP0TDhDXdpGDoxD6/EIFHJEcY8nHXpDTA==
14361436

1437-
"@octokit/openapi-types@^9.4.0":
1438-
version "9.4.0"
1439-
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-9.4.0.tgz#31a76fb4c0f2e15af300edd880cedf4f75be212b"
1440-
integrity sha512-rKRkXikOJgDNImPl49IJuECLVXjj+t4qOXHhl8SBjMQCGGp1w4m5Ud/0kfdUx+zCpTvBN8vaOUDF4nnboZoOtQ==
1437+
"@octokit/openapi-types@^9.5.0":
1438+
version "9.7.0"
1439+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-9.7.0.tgz#9897cdefd629cd88af67b8dbe2e5fb19c63426b2"
1440+
integrity sha512-TUJ16DJU8mekne6+KVcMV5g6g/rJlrnIKn7aALG9QrNpnEipFc1xjoarh0PKaAWf2Hf+HwthRKYt+9mCm5RsRg==
14411441

14421442
"@octokit/plugin-enterprise-compatibility@^1.2.2":
14431443
version "1.2.5"
@@ -1499,12 +1499,12 @@
14991499
"@octokit/types" "^5.4.1"
15001500
deprecation "^2.3.1"
15011501

1502-
"@octokit/plugin-rest-endpoint-methods@5.7.0":
1503-
version "5.7.0"
1504-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.7.0.tgz#80b69452c17597738d4692c79829b72d9e72ccec"
1505-
integrity sha512-G7sgccWRYQMwcHJXkDY/sDxbXeKiZkFQqUtzBCwmrzCNj2GQf3VygQ4T/BFL2crLVpIbenkE/c0ErhYOte2MPw==
1502+
"@octokit/plugin-rest-endpoint-methods@5.8.0":
1503+
version "5.8.0"
1504+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.8.0.tgz#33b342fe41f2603fdf8b958e6652103bb3ea3f3b"
1505+
integrity sha512-qeLZZLotNkoq+it6F+xahydkkbnvSK0iDjlXFo3jNTB+Ss0qIbYQb9V/soKLMkgGw8Q2sHjY5YEXiA47IVPp4A==
15061506
dependencies:
1507-
"@octokit/types" "^6.24.0"
1507+
"@octokit/types" "^6.25.0"
15081508
deprecation "^2.3.1"
15091509

15101510
"@octokit/plugin-retry@^3.0.1":
@@ -1594,15 +1594,15 @@
15941594
once "^1.4.0"
15951595
universal-user-agent "^4.0.0"
15961596

1597-
"@octokit/[email protected].0":
1598-
version "18.9.0"
1599-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.9.0.tgz#e5cc23fa199a2bdeea9efbe6096f81d7d6156fe9"
1600-
integrity sha512-VrmrE8gjpuOoDAGjrQq2j9ZhOE6LxaqxaQg0yMrrEnnQZy2ZcAnr5qbVfKsMF0up/48PRV/VFS/2GSMhA7nTdA==
1597+
"@octokit/[email protected].1":
1598+
version "18.9.1"
1599+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.9.1.tgz#db1d7ac1d7b10e908f7d4b78fe35a392554ccb26"
1600+
integrity sha512-idZ3e5PqXVWOhtZYUa546IDHTHjkGZbj3tcJsN0uhCy984KD865e8GB2WbYDc2ZxFuJRiyd0AftpL2uPNhF+UA==
16011601
dependencies:
16021602
"@octokit/core" "^3.5.0"
16031603
"@octokit/plugin-paginate-rest" "^2.6.2"
16041604
"@octokit/plugin-request-log" "^1.0.2"
1605-
"@octokit/plugin-rest-endpoint-methods" "5.7.0"
1605+
"@octokit/plugin-rest-endpoint-methods" "5.8.0"
16061606

16071607
"@octokit/rest@^16.28.4":
16081608
version "16.43.2"
@@ -1673,12 +1673,12 @@
16731673
dependencies:
16741674
"@octokit/openapi-types" "^7.3.2"
16751675

1676-
"@octokit/types@^6.24.0":
1677-
version "6.24.0"
1678-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.24.0.tgz#d7858ceae8ac29256da85dcfcb9acbae28e6ba22"
1679-
integrity sha512-MfEimJeQ8AV1T2nI5kOfHqsqPHaAnG0Dw3MVoHSEsEq6iLKx2N91o+k2uAgXhPYeSE76LVBqjgTShnFFgNwe0A==
1676+
"@octokit/types@^6.25.0":
1677+
version "6.25.0"
1678+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.25.0.tgz#c8e37e69dbe7ce55ed98ee63f75054e7e808bf1a"
1679+
integrity sha512-bNvyQKfngvAd/08COlYIN54nRgxskmejgywodizQNyiKoXmWRAjKup2/LYwm+T9V0gsKH6tuld1gM0PzmOiB4Q==
16801680
dependencies:
1681-
"@octokit/openapi-types" "^9.4.0"
1681+
"@octokit/openapi-types" "^9.5.0"
16821682

16831683
"@samverschueren/stream-to-observable@^0.3.0":
16841684
version "0.3.1"

0 commit comments

Comments
 (0)