Skip to content

Commit f1658c4

Browse files
committed
chore(deps): update dependency @semantic-release/github to v9.2.3
1 parent 1831d29 commit f1658c4

File tree

2 files changed

+46
-30
lines changed

2 files changed

+46
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@rollup/plugin-typescript": "11.1.5",
4343
"@semantic-release/changelog": "6.0.3",
4444
"@semantic-release/git": "10.0.1",
45-
"@semantic-release/github": "9.2.2",
45+
"@semantic-release/github": "9.2.3",
4646
"@stryker-mutator/core": "7.3.0",
4747
"@stryker-mutator/jest-runner": "7.3.0",
4848
"@types/jest": "29.5.8",

yarn.lock

Lines changed: 45 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,10 +1545,10 @@
15451545
micromatch "^4.0.0"
15461546
p-reduce "^2.0.0"
15471547

1548-
"@semantic-release/[email protected].2":
1549-
version "9.2.2"
1550-
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-9.2.2.tgz#a094b895d270e0ac9b6f605a1c600dff984f2643"
1551-
integrity sha512-S9tTms9MSrFnW97inhNhEqQiTNmls1zgE3bCxLbWhom0vClRe43B9N9D5NVepTwbr7wXehXJG+ok8B8neG1bsA==
1548+
"@semantic-release/[email protected].3":
1549+
version "9.2.3"
1550+
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-9.2.3.tgz#d8eeba7c00bf3145cee1bb9b60940d475af3e9f9"
1551+
integrity sha512-FAjXb1F84CVI6IG8fWi+XS9ErYD+s3MHkP03zBa3+GyUrV4kqwYu/WPppIciHxujGFR51SAWPkOY5rnH6ZlrxA==
15521552
dependencies:
15531553
"@octokit/core" "^5.0.0"
15541554
"@octokit/plugin-paginate-rest" "^9.0.0"
@@ -1558,7 +1558,7 @@
15581558
aggregate-error "^5.0.0"
15591559
debug "^4.3.4"
15601560
dir-glob "^3.0.1"
1561-
globby "^13.1.4"
1561+
globby "^14.0.0"
15621562
http-proxy-agent "^7.0.0"
15631563
https-proxy-agent "^7.0.0"
15641564
issue-parser "^6.0.0"
@@ -1577,6 +1577,11 @@
15771577
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
15781578
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==
15791579

1580+
"@sindresorhus/merge-streams@^1.0.0":
1581+
version "1.0.0"
1582+
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-1.0.0.tgz#9cd84cc15bc865a5ca35fcaae198eb899f7b5c90"
1583+
integrity sha512-rUV5WyJrJLoloD4NDN1V1+LDMDWOa4OTsT4yYJwQNpTU6FWxkxHpL7eu4w+DmiH8x/EAM1otkPE1+LaspIbplw==
1584+
15801585
"@sinonjs/commons@^2.0.0":
15811586
version "2.0.0"
15821587
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-2.0.0.tgz#fd4ca5b063554307e8327b4564bd56d3b73924a3"
@@ -3231,17 +3236,6 @@ fast-diff@^1.1.2:
32313236
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
32323237
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
32333238

3234-
fast-glob@^3.2.11:
3235-
version "3.2.12"
3236-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
3237-
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
3238-
dependencies:
3239-
"@nodelib/fs.stat" "^2.0.2"
3240-
"@nodelib/fs.walk" "^1.2.3"
3241-
glob-parent "^5.1.2"
3242-
merge2 "^1.3.0"
3243-
micromatch "^4.0.4"
3244-
32453239
fast-glob@^3.2.9:
32463240
version "3.2.11"
32473241
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
@@ -3264,6 +3258,17 @@ fast-glob@^3.3.0:
32643258
merge2 "^1.3.0"
32653259
micromatch "^4.0.4"
32663260

3261+
fast-glob@^3.3.2:
3262+
version "3.3.2"
3263+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
3264+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
3265+
dependencies:
3266+
"@nodelib/fs.stat" "^2.0.2"
3267+
"@nodelib/fs.walk" "^1.2.3"
3268+
glob-parent "^5.1.2"
3269+
merge2 "^1.3.0"
3270+
micromatch "^4.0.4"
3271+
32673272
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
32683273
version "2.1.0"
32693274
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3523,16 +3528,17 @@ globby@^11.1.0:
35233528
merge2 "^1.4.1"
35243529
slash "^3.0.0"
35253530

3526-
globby@^13.1.4:
3527-
version "13.1.4"
3528-
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.4.tgz#2f91c116066bcec152465ba36e5caa4a13c01317"
3529-
integrity sha512-iui/IiiW+QrJ1X1hKH5qwlMQyv34wJAYwH1vrf8b9kBA4sNiif3gKsMHa+BrdnOpEudWjpotfa7LrTzB1ERS/g==
3531+
globby@^14.0.0:
3532+
version "14.0.0"
3533+
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.0.tgz#ea9c062a3614e33f516804e778590fcf055256b9"
3534+
integrity sha512-/1WM/LNHRAOH9lZta77uGbq0dAEQM+XjNesWwhlERDVenqothRbnzTrL3/LrIoEPPjeUHC3vrS6TwoyxeHs7MQ==
35303535
dependencies:
3531-
dir-glob "^3.0.1"
3532-
fast-glob "^3.2.11"
3533-
ignore "^5.2.0"
3534-
merge2 "^1.4.1"
3535-
slash "^4.0.0"
3536+
"@sindresorhus/merge-streams" "^1.0.0"
3537+
fast-glob "^3.3.2"
3538+
ignore "^5.2.4"
3539+
path-type "^5.0.0"
3540+
slash "^5.1.0"
3541+
unicorn-magic "^0.1.0"
35363542

35373543
graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.9:
35383544
version "4.2.9"
@@ -4911,6 +4917,11 @@ path-type@^4.0.0:
49114917
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
49124918
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
49134919

4920+
path-type@^5.0.0:
4921+
version "5.0.0"
4922+
resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8"
4923+
integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==
4924+
49144925
pegjs@^0.10.0:
49154926
version "0.10.0"
49164927
resolved "https://registry.yarnpkg.com/pegjs/-/pegjs-0.10.0.tgz#cf8bafae6eddff4b5a7efb185269eaaf4610ddbd"
@@ -5344,10 +5355,10 @@ slash@^3.0.0:
53445355
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
53455356
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
53465357

5347-
slash@^4.0.0:
5348-
version "4.0.0"
5349-
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
5350-
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
5358+
slash@^5.1.0:
5359+
version "5.1.0"
5360+
resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce"
5361+
integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==
53515362

53525363
source-map-js@^1.0.2:
53535364
version "1.0.2"
@@ -5693,6 +5704,11 @@ underscore@^1.12.1:
56935704
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.2.tgz#276cea1e8b9722a8dbed0100a407dda572125881"
56945705
integrity sha512-ekY1NhRzq0B08g4bGuX4wd2jZx5GnKz6mKSqFL4nqBlfyMGiG10gDFhDTMEfYmDL6Jy0FUIZp7wiRB+0BP7J2g==
56955706

5707+
unicorn-magic@^0.1.0:
5708+
version "0.1.0"
5709+
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
5710+
integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
5711+
56965712
universal-user-agent@^6.0.0:
56975713
version "6.0.0"
56985714
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee"

0 commit comments

Comments
 (0)