Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit fd772ec

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @semantic-release/github to v7.1.2
1 parent 8bfad25 commit fd772ec

File tree

2 files changed

+88
-6
lines changed

2 files changed

+88
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@csvenke/prettier-config": "3.0.0",
5555
"@semantic-release/commit-analyzer": "8.0.1",
5656
"@semantic-release/git": "9.0.0",
57-
"@semantic-release/github": "7.1.1",
57+
"@semantic-release/github": "7.1.2",
5858
"@semantic-release/npm": "7.0.6",
5959
"@semantic-release/release-notes-generator": "9.0.1",
6060
"@types/jest": "26.0.15",

yarn.lock

Lines changed: 87 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,6 +1631,18 @@
16311631
before-after-hook "^2.1.0"
16321632
universal-user-agent "^5.0.0"
16331633

1634+
"@octokit/core@^3.0.0":
1635+
version "3.2.1"
1636+
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.2.1.tgz#9e04df3f4e7f825ac0559327490ce34299140af5"
1637+
integrity sha512-XfFSDDwv6tclUenS0EmB6iA7u+4aOHBT1Lz4PtQNQQg3hBbNaR/+Uv5URU+egeIuuGAiMRiDyY92G4GBOWOqDA==
1638+
dependencies:
1639+
"@octokit/auth-token" "^2.4.0"
1640+
"@octokit/graphql" "^4.3.1"
1641+
"@octokit/request" "^5.4.0"
1642+
"@octokit/types" "^5.0.0"
1643+
before-after-hook "^2.1.0"
1644+
universal-user-agent "^6.0.0"
1645+
16341646
"@octokit/endpoint@^6.0.0":
16351647
version "6.0.0"
16361648
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-6.0.0.tgz#4c7acd79ab72df78732a7d63b09be53ec5a2230b"
@@ -1640,6 +1652,15 @@
16401652
is-plain-object "^3.0.0"
16411653
universal-user-agent "^5.0.0"
16421654

1655+
"@octokit/endpoint@^6.0.1":
1656+
version "6.0.9"
1657+
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-6.0.9.tgz#c6a772e024202b1bd19ab69f90e0536a2598b13e"
1658+
integrity sha512-3VPLbcCuqji4IFTclNUtGdp9v7g+nspWdiCUbK3+iPMjJCZ6LEhn1ts626bWLOn0GiDb6j+uqGvPpqLnY7pBgw==
1659+
dependencies:
1660+
"@octokit/types" "^5.0.0"
1661+
is-plain-object "^5.0.0"
1662+
universal-user-agent "^6.0.0"
1663+
16431664
"@octokit/graphql@^4.3.1":
16441665
version "4.3.1"
16451666
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.3.1.tgz#9ee840e04ed2906c7d6763807632de84cdecf418"
@@ -1656,6 +1677,13 @@
16561677
dependencies:
16571678
"@octokit/types" "^2.0.1"
16581679

1680+
"@octokit/plugin-paginate-rest@^2.2.0":
1681+
version "2.6.0"
1682+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.6.0.tgz#03416396e7a227b268c5b827365238f620a9c5c1"
1683+
integrity sha512-o+O8c1PqsC5++BHXfMZabRRsBIVb34tXPWyQLyp2IXq5MmkxdipS7TXM4Y9ldL1PzY9CTrCsn/lzFFJGM3oRRA==
1684+
dependencies:
1685+
"@octokit/types" "^5.5.0"
1686+
16591687
"@octokit/plugin-request-log@^1.0.0":
16601688
version "1.0.0"
16611689
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz#eef87a431300f6148c39a7f75f8cfeb218b2547e"
@@ -1669,6 +1697,14 @@
16691697
"@octokit/types" "^2.0.1"
16701698
deprecation "^2.3.1"
16711699

1700+
"@octokit/plugin-rest-endpoint-methods@4.2.1":
1701+
version "4.2.1"
1702+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.2.1.tgz#8224833a45c3394836dc6e86f1e6c49269a2c350"
1703+
integrity sha512-QyFr4Bv807Pt1DXZOC5a7L5aFdrwz71UHTYoHVajYV5hsqffWm8FUl9+O7nxRu5PDMtB/IKrhFqTmdBTK5cx+A==
1704+
dependencies:
1705+
"@octokit/types" "^5.5.0"
1706+
deprecation "^2.3.1"
1707+
16721708
"@octokit/request-error@^2.0.0":
16731709
version "2.0.0"
16741710
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-2.0.0.tgz#94ca7293373654400fbb2995f377f9473e00834b"
@@ -1692,6 +1728,20 @@
16921728
once "^1.4.0"
16931729
universal-user-agent "^5.0.0"
16941730

1731+
"@octokit/request@^5.4.0":
1732+
version "5.4.10"
1733+
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.4.10.tgz#402d2c53768bde12b99348329ba4129746aebb9c"
1734+
integrity sha512-egA49HkqEORVGDZGav1mh+VD+7uLgOxtn5oODj6guJk0HCy+YBSYapFkSLFgeYj3Fr18ZULKGURkjyhkAChylw==
1735+
dependencies:
1736+
"@octokit/endpoint" "^6.0.1"
1737+
"@octokit/request-error" "^2.0.0"
1738+
"@octokit/types" "^5.0.0"
1739+
deprecation "^2.0.0"
1740+
is-plain-object "^5.0.0"
1741+
node-fetch "^2.6.1"
1742+
once "^1.4.0"
1743+
universal-user-agent "^6.0.0"
1744+
16951745
"@octokit/rest@^17.0.0":
16961746
version "17.1.4"
16971747
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-17.1.4.tgz#b03eb97635de62b48428f998ad1cb9244edd2d10"
@@ -1702,13 +1752,30 @@
17021752
"@octokit/plugin-request-log" "^1.0.0"
17031753
"@octokit/plugin-rest-endpoint-methods" "3.4.0"
17041754

1755+
"@octokit/rest@^18.0.0":
1756+
version "18.0.9"
1757+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.9.tgz#964d707d914eb34b1787895fdcacff96de47844d"
1758+
integrity sha512-CC5+cIx974Ygx9lQNfUn7/oXDQ9kqGiKUC6j1A9bAVZZ7aoTF8K6yxu0pQhQrLBwSl92J6Z3iVDhGhGFgISCZg==
1759+
dependencies:
1760+
"@octokit/core" "^3.0.0"
1761+
"@octokit/plugin-paginate-rest" "^2.2.0"
1762+
"@octokit/plugin-request-log" "^1.0.0"
1763+
"@octokit/plugin-rest-endpoint-methods" "4.2.1"
1764+
17051765
"@octokit/types@^2.0.0", "@octokit/types@^2.0.1":
17061766
version "2.5.1"
17071767
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-2.5.1.tgz#22563b3bb50034bea3176eac1860340c5e812e2a"
17081768
integrity sha512-q4Wr7RexkPRrkQpXzUYF5Fj/14Mr65RyOHj6B9d/sQACpqGcStkHZj4qMEtlMY5SnD/69jlL9ItGPbDM0dR/dA==
17091769
dependencies:
17101770
"@types/node" ">= 8"
17111771

1772+
"@octokit/types@^5.0.0", "@octokit/types@^5.5.0":
1773+
version "5.5.0"
1774+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.5.0.tgz#e5f06e8db21246ca102aa28444cdb13ae17a139b"
1775+
integrity sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==
1776+
dependencies:
1777+
"@types/node" ">= 8"
1778+
17121779
"@semantic-release/commit-analyzer@8.0.1", "@semantic-release/commit-analyzer@^8.0.0":
17131780
version "8.0.1"
17141781
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-8.0.1.tgz#5d2a37cd5a3312da0e3ac05b1ca348bf60b90bca"
@@ -1741,12 +1808,12 @@
17411808
micromatch "^4.0.0"
17421809
p-reduce "^2.0.0"
17431810

1744-
"@semantic-release/github@7.1.1":
1745-
version "7.1.1"
1746-
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.1.1.tgz#e998aa9a9cd770838d9f27c64f060c2b686b9d95"
1747-
integrity sha512-w8CLCvGVKNe2FPOYQ68OFxFVNNha7YRzptnwTZYdjXYtgTDKw0XVfnMSd9NlJeQPYGfQmIhIVPNBU/cA6zUY0A==
1811+
"@semantic-release/github@7.1.2":
1812+
version "7.1.2"
1813+
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.1.2.tgz#49823166f4ae2d465ead8137b564b22dd97a0ad8"
1814+
integrity sha512-0cbQAQgZRUPvYWeJ5OSw/bbOhe0tsFArylL2gue9V66q0JgFNOL6CONGd+X5CQxQP1+t+t3Lr9OomuE3QLZgtw==
17481815
dependencies:
1749-
"@octokit/rest" "^17.0.0"
1816+
"@octokit/rest" "^18.0.0"
17501817
"@semantic-release/error" "^2.2.0"
17511818
aggregate-error "^3.0.0"
17521819
bottleneck "^2.18.1"
@@ -5212,6 +5279,11 @@ is-plain-object@^3.0.0:
52125279
dependencies:
52135280
isobject "^4.0.0"
52145281

5282+
is-plain-object@^5.0.0:
5283+
version "5.0.0"
5284+
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
5285+
integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
5286+
52155287
is-redirect@^1.0.0:
52165288
version "1.0.0"
52175289
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"
@@ -6745,6 +6817,11 @@ node-fetch@^2.3.0:
67456817
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
67466818
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
67476819

6820+
node-fetch@^2.6.1:
6821+
version "2.6.1"
6822+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
6823+
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
6824+
67486825
node-gyp@^5.0.2, node-gyp@^5.1.0:
67496826
version "5.1.0"
67506827
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-5.1.0.tgz#8e31260a7af4a2e2f994b0673d4e0b3866156332"
@@ -9483,6 +9560,11 @@ universal-user-agent@^5.0.0:
94839560
dependencies:
94849561
os-name "^3.1.0"
94859562

9563+
universal-user-agent@^6.0.0:
9564+
version "6.0.0"
9565+
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee"
9566+
integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==
9567+
94869568
universalify@^1.0.0:
94879569
version "1.0.0"
94889570
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"

0 commit comments

Comments
 (0)