Skip to content

Commit 1ee8926

Browse files
authored
Merge pull request #167 from alexandr-g/renovate/semantic-release-monorepo
chore(deps): update semantic-release monorepo
2 parents 08ea8f5 + f37f79a commit 1ee8926

File tree

2 files changed

+37
-18
lines changed

2 files changed

+37
-18
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@
112112
"devDependencies": {
113113
"@semantic-release/changelog": "5.0.1",
114114
"@semantic-release/git": "9.0.0",
115-
"@semantic-release/github": "7.2.0",
115+
"@semantic-release/github": "7.2.3",
116116
"codecov": "3.8.2",
117117
"commitizen": "4.2.4",
118118
"cypress": "6.9.1",
119119
"cz-conventional-changelog": "3.3.0",
120120
"eslint-plugin-cypress": "2.11.3",
121-
"semantic-release": "17.4.1"
121+
"semantic-release": "17.4.4"
122122
}
123123
}

yarn.lock

Lines changed: 35 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2643,18 +2643,18 @@
26432643
micromatch "^4.0.0"
26442644
p-reduce "^2.0.0"
26452645

2646-
"@semantic-release/github@7.2.0":
2647-
version "7.2.0"
2648-
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.2.0.tgz#925f3efd91adabfc4bbe0de24b79fe1a8a38b4e2"
2649-
integrity sha512-tMRnWiiWb43whRHvbDGXq4DGEbKRi56glDpXDJZit4PIiwDPX7Kx3QzmwRtDOcG+8lcpGjpdPabYZ9NBxoI2mw==
2646+
"@semantic-release/github@7.2.3":
2647+
version "7.2.3"
2648+
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.2.3.tgz#20a83abd42dca43d97f03553de970eac72856c85"
2649+
integrity sha512-lWjIVDLal+EQBzy697ayUNN8MoBpp+jYIyW2luOdqn5XBH4d9bQGfTnjuLyzARZBHejqh932HVjiH/j4+R7VHw==
26502650
dependencies:
26512651
"@octokit/rest" "^18.0.0"
26522652
"@semantic-release/error" "^2.2.0"
26532653
aggregate-error "^3.0.0"
26542654
bottleneck "^2.18.1"
26552655
debug "^4.0.0"
26562656
dir-glob "^3.0.0"
2657-
fs-extra "^9.0.0"
2657+
fs-extra "^10.0.0"
26582658
globby "^11.0.0"
26592659
http-proxy-agent "^4.0.0"
26602660
https-proxy-agent "^5.0.0"
@@ -7790,6 +7790,15 @@ fs-extra@8.1.0, fs-extra@^8.0.0, fs-extra@^8.1.0:
77907790
jsonfile "^4.0.0"
77917791
universalify "^0.1.0"
77927792

7793+
fs-extra@^10.0.0:
7794+
version "10.0.0"
7795+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
7796+
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
7797+
dependencies:
7798+
graceful-fs "^4.2.0"
7799+
jsonfile "^6.0.1"
7800+
universalify "^2.0.0"
7801+
77937802
fs-extra@^7.0.0:
77947803
version "7.0.1"
77957804
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
@@ -8415,12 +8424,12 @@ hosted-git-info@^2.1.4, hosted-git-info@^2.7.1, hosted-git-info@^2.8.5:
84158424
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
84168425
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
84178426

8418-
hosted-git-info@^3.0.0:
8419-
version "3.0.2"
8420-
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.2.tgz#8b7e3bd114b59b51786f8bade0f39ddc80275a97"
8421-
integrity sha512-ezZMWtHXm7Eb7Rq4Mwnx2vs79WUx2QmRg3+ZqeGroKzfDO+EprOcgRPYghsOP9JuYBfK18VojmRTGCg8Ma+ktw==
8427+
hosted-git-info@^4.0.0:
8428+
version "4.0.2"
8429+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961"
8430+
integrity sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==
84228431
dependencies:
8423-
lru-cache "^5.1.1"
8432+
lru-cache "^6.0.0"
84248433

84258434
hpack.js@^2.1.6:
84268435
version "2.1.6"
@@ -10676,6 +10685,11 @@ lodash@^4.17.20:
1067610685
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
1067710686
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
1067810687

10688+
lodash@^4.17.21:
10689+
version "4.17.21"
10690+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
10691+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
10692+
1067910693
log-symbols@^1.0.2:
1068010694
version "1.0.2"
1068110695
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
@@ -14748,10 +14762,10 @@ selfsigned@^1.10.8:
1474814762
dependencies:
1474914763
node-forge "^0.10.0"
1475014764

14751-
semantic-release@17.4.1:
14752-
version "17.4.1"
14753-
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-17.4.1.tgz#71b89a772452f8cd3bbd55bbf99287630be1c81f"
14754-
integrity sha512-o/Rjk0HCBUWEYxN99Vq04Th+XtRQAxbC+FN+pBQ49wpqQ5NW/cfwhfw0qyxeTEhbchQ/1/KGMPWqD4/rRScAag==
14765+
semantic-release@17.4.4:
14766+
version "17.4.4"
14767+
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-17.4.4.tgz#650dd50ecb520a5a2bc6811305bc9d4d5c3128b1"
14768+
integrity sha512-fQIA0lw2Sy/9+TcoM/BxyzKCSwdUd8EPRwGoOuBLgxKigPCY6kaKs8TOsgUVy6QrlTYwni2yzbMb5Q2107P9eA==
1475514769
dependencies:
1475614770
"@semantic-release/commit-analyzer" "^8.0.0"
1475714771
"@semantic-release/error" "^2.2.0"
@@ -14768,8 +14782,8 @@ semantic-release@17.4.1:
1476814782
get-stream "^6.0.0"
1476914783
git-log-parser "^1.2.0"
1477014784
hook-std "^2.0.0"
14771-
hosted-git-info "^3.0.0"
14772-
lodash "^4.17.15"
14785+
hosted-git-info "^4.0.0"
14786+
lodash "^4.17.21"
1477314787
marked "^2.0.0"
1477414788
marked-terminal "^4.1.1"
1477514789
micromatch "^4.0.2"
@@ -16343,6 +16357,11 @@ universalify@^1.0.0:
1634316357
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
1634416358
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
1634516359

16360+
universalify@^2.0.0:
16361+
version "2.0.0"
16362+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
16363+
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
16364+
1634616365
unpipe@1.0.0, unpipe@~1.0.0:
1634716366
version "1.0.0"
1634816367
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"

0 commit comments

Comments
 (0)