Skip to content

Commit 572f7a3

Browse files
chore(deps): update dependency @octokit/rest to v18.8.0 (#635)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 132f952 commit 572f7a3

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.7.2",
24+
"@octokit/rest": "18.8.0",
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.2.0":
1438-
version "9.2.0"
1439-
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-9.2.0.tgz#46bbfe6a85bfd2987e69216955fcd04df7d025bb"
1440-
integrity sha512-c4A1Xm0At+ypvBfEETREu519wLncJYQXvY+dBGg/V5YA51eg5EwdDsPPfcOMG0cuXscqRvsIgIySTmTJUdcTNA==
1437+
"@octokit/openapi-types@^9.3.0":
1438+
version "9.3.0"
1439+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-9.3.0.tgz#160347858d727527901c6aae7f7d5c2414cc1f2e"
1440+
integrity sha512-oz60hhL+mDsiOWhEwrj5aWXTOMVtQgcvP+sRzX4C3cH7WOK9QSAoEtjWh0HdOf6V3qpdgAmUMxnQPluzDWR7Fw==
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.5.2":
1503-
version "5.5.2"
1504-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.5.2.tgz#c8bdb3065a9725e30802295f10a31b3ff434830c"
1505-
integrity sha512-1ArooY7AYQdUd2zyqWLFHQ6gver9PvZSiuM+EPAsDplv1Y6u8zHl6yZ7yGIgaf7xvWupwUkJS2WttGYyb1P0DQ==
1502+
"@octokit/plugin-rest-endpoint-methods@5.6.0":
1503+
version "5.6.0"
1504+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.6.0.tgz#c28833b88d0f07bf94093405d02d43d73c7de99b"
1505+
integrity sha512-2G7lIPwjG9XnTlNhe/TRnpI8yS9K2l68W4RP/ki3wqw2+sVeTK8hItPxkqEI30VeH0UwnzpuksMU/yHxiVVctw==
15061506
dependencies:
1507-
"@octokit/types" "^6.22.0"
1507+
"@octokit/types" "^6.23.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/rest@18.7.2":
1598-
version "18.7.2"
1599-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.7.2.tgz#8239b5acd40fccb3f5d074e7a4386980f3770821"
1600-
integrity sha512-TAedgLqNRS+rdGqS9v00sqBeS6IgyLSoqqCDu6pmoadAB7xSjFHShxzaXUAbxxJjyHtb7mencRGzgH4W/V6Myg==
1597+
"@octokit/rest@18.8.0":
1598+
version "18.8.0"
1599+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.8.0.tgz#ba24f7ba554f015a7ae2b7cc2aecef5386ddfea5"
1600+
integrity sha512-lsuNRhgzGnLMn/NmQTNCit/6jplFWiTUlPXhqN0zCMLwf2/9pseHzsnTW+Cjlp4bLMEJJNPa5JOzSLbSCOahKw==
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.5.2"
1605+
"@octokit/plugin-rest-endpoint-methods" "5.6.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.22.0":
1677-
version "6.22.0"
1678-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.22.0.tgz#389bade20955c919241b6ffb9dd33f6e0cf1cc6c"
1679-
integrity sha512-Y8GR0BJHQDpO09qw/ZQpN+DXrFzCWaE0pvK4frDm3zJ+h99AktsFfBoDazbCtHxiL8d0jD8xRH4BeynlKLeChg==
1676+
"@octokit/types@^6.23.0":
1677+
version "6.23.0"
1678+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.23.0.tgz#b39f242b20036e89fa8f34f7962b4e9b7ff8f65b"
1679+
integrity sha512-eG3clC31GSS7K3oBK6C6o7wyXPrkP+mu++eus8CSZdpRytJ5PNszYxudOQ0spWZQ3S9KAtoTG6v1WK5prJcJrA==
16801680
dependencies:
1681-
"@octokit/openapi-types" "^9.2.0"
1681+
"@octokit/openapi-types" "^9.3.0"
16821682

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

0 commit comments

Comments
 (0)