Skip to content

Commit 7817cec

Browse files
chore(deps): update dependency semantic-release to v17.4.2 (#300)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 01e4ca2 commit 7817cec

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"typescript": "4.2.3"
2424
},
2525
"devDependencies": {
26-
"semantic-release": "17.4.1"
26+
"semantic-release": "17.4.2"
2727
},
2828
"scripts": {
2929
"semantic-release": "semantic-release",

yarn.lock

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,12 +2720,12 @@ hosted-git-info@^2.1.4, hosted-git-info@^2.7.1, hosted-git-info@^2.8.5:
27202720
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.5.tgz#759cfcf2c4d156ade59b0b2dfabddc42a6b9c70c"
27212721
integrity sha512-kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg==
27222722

2723-
hosted-git-info@^3.0.0:
2724-
version "3.0.2"
2725-
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.2.tgz#8b7e3bd114b59b51786f8bade0f39ddc80275a97"
2726-
integrity sha512-ezZMWtHXm7Eb7Rq4Mwnx2vs79WUx2QmRg3+ZqeGroKzfDO+EprOcgRPYghsOP9JuYBfK18VojmRTGCg8Ma+ktw==
2723+
hosted-git-info@^4.0.0:
2724+
version "4.0.0"
2725+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.0.tgz#9f06639a90beff66cacae6e77f8387b431d61ddc"
2726+
integrity sha512-fqhGdjk4av7mT9fU/B01dUtZ+WZSc/XEXMoLXDVZukiQRXxeHSSz3AqbeWRJHtF8EQYHlAgB1NSAHU0Cm7aqZA==
27272727
dependencies:
2728-
lru-cache "^5.1.1"
2728+
lru-cache "^6.0.0"
27292729

27302730
http-cache-semantics@^3.8.1:
27312731
version "3.8.1"
@@ -3756,6 +3756,13 @@ lru-cache@^5.1.1:
37563756
dependencies:
37573757
yallist "^3.0.2"
37583758

3759+
lru-cache@^6.0.0:
3760+
version "6.0.0"
3761+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
3762+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
3763+
dependencies:
3764+
yallist "^4.0.0"
3765+
37593766
macos-release@^2.2.0:
37603767
version "2.3.0"
37613768
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.3.0.tgz#eb1930b036c0800adebccd5f17bc4c12de8bb71f"
@@ -5446,10 +5453,10 @@ safe-regex@^1.1.0:
54465453
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
54475454
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
54485455

5449-
5450-
version "17.4.1"
5451-
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-17.4.1.tgz#71b89a772452f8cd3bbd55bbf99287630be1c81f"
5452-
integrity sha512-o/Rjk0HCBUWEYxN99Vq04Th+XtRQAxbC+FN+pBQ49wpqQ5NW/cfwhfw0qyxeTEhbchQ/1/KGMPWqD4/rRScAag==
5456+
5457+
version "17.4.2"
5458+
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-17.4.2.tgz#b5147b5a629c227b7074ad4cc89920a14cb08c96"
5459+
integrity sha512-TPLWuoe2L2DmgnQEh+OLWW5V1T+ZAa1xWuHXsuPAWEko0BqSdLPl+5+BlQ+D5Bp27S5gDJ1//Y1tgbmvUhnOCw==
54535460
dependencies:
54545461
"@semantic-release/commit-analyzer" "^8.0.0"
54555462
"@semantic-release/error" "^2.2.0"
@@ -5466,7 +5473,7 @@ [email protected]:
54665473
get-stream "^6.0.0"
54675474
git-log-parser "^1.2.0"
54685475
hook-std "^2.0.0"
5469-
hosted-git-info "^3.0.0"
5476+
hosted-git-info "^4.0.0"
54705477
lodash "^4.17.15"
54715478
marked "^2.0.0"
54725479
marked-terminal "^4.1.1"
@@ -6542,6 +6549,11 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
65426549
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
65436550
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
65446551

6552+
yallist@^4.0.0:
6553+
version "4.0.0"
6554+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
6555+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
6556+
65456557
yaml@^1.10.0:
65466558
version "1.10.0"
65476559
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"

0 commit comments

Comments
 (0)