Skip to content

Commit cbdbd9a

Browse files
committed
chore(deps): update dependency semantic-release-github to v5
Signed-off-by: Renovate Bot <[email protected]>
1 parent abaf00a commit cbdbd9a

File tree

2 files changed

+14
-45
lines changed

2 files changed

+14
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"mocha": "^6.0.0",
5757
"npm-publish-git-tag": "^3.0.0",
5858
"nyc": "^13.0.0",
59-
"semantic-release-github": "^4.0.17"
59+
"semantic-release-github": "^5.0.0"
6060
}
6161
}

yarn.lock

Lines changed: 13 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ bcrypt-pbkdf@^1.0.0:
337337
dependencies:
338338
tweetnacl "^0.14.3"
339339

340-
bluebird@^3.3.4, bluebird@^3.4.1, bluebird@^3.5.0:
340+
bluebird@^3.3.4, bluebird@^3.5.0:
341341
version "3.5.3"
342342
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7"
343343
integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==
@@ -2413,7 +2413,7 @@ lodash.templatesettings@^4.0.0:
24132413
dependencies:
24142414
lodash._reinterpolate "~3.0.0"
24152415

2416-
lodash@^4.0.1, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.7.0:
2416+
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.7.0:
24172417
version "4.17.11"
24182418
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
24192419
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
@@ -3644,60 +3644,37 @@ scoped-regex@^1.0.0:
36443644
resolved "https://registry.yarnpkg.com/scoped-regex/-/scoped-regex-1.0.0.tgz#a346bb1acd4207ae70bd7c0c7ca9e566b6baddb8"
36453645
integrity sha1-o0a7Gs1CB65wvXwMfKnlZra63bg=
36463646

3647-
semantic-release-github-notifier@^7.1.0:
3648-
version "7.1.1"
3649-
resolved "https://registry.yarnpkg.com/semantic-release-github-notifier/-/semantic-release-github-notifier-7.1.1.tgz#d4f03b63ecea82a461fb3ee1813209db137278dc"
3650-
integrity sha512-SwAMPZoBY03pP+9GrM+z7NuFJMJIUCZU/P4pM2ibLa0ZfT419INqrgvJIdpINo+zFejOEbZCve/Q/AICSBNg+w==
3651-
dependencies:
3652-
bluebird "^3.4.1"
3653-
conventional-commits-parser "^3.0.0"
3654-
debug "^4.0.0"
3655-
get-pkg-repo "^4.0.2"
3656-
gh-got "^7.0.0"
3657-
lodash "^4.13.1"
3658-
semver "^5.3.0"
3659-
stream-array "^1.1.2"
3660-
through2 "^3.0.0"
3661-
3662-
semantic-release-github-releaser@^6.1.0:
3663-
version "6.1.0"
3664-
resolved "https://registry.yarnpkg.com/semantic-release-github-releaser/-/semantic-release-github-releaser-6.1.0.tgz#9f52918675c36f450d89f0a047d13fa013faf4d2"
3665-
integrity sha512-XeYivoqj6iMoCS5AmyQHeXuKiuLG2sRozLF3cRbbHiF15kjfuKnCk/cjP79vKwdL0df2Dz+FmL5hgFyiN/tkoQ==
3666-
dependencies:
3667-
bluebird "^3.3.4"
3668-
conventional-github-releaser "^3.0.0"
3669-
debug "^4.0.0"
3670-
get-pkg-repo "^4.0.2"
3671-
lodash "^4.0.1"
3672-
3673-
semantic-release-github@^4.0.17:
3674-
version "4.2.0"
3675-
resolved "https://registry.yarnpkg.com/semantic-release-github/-/semantic-release-github-4.2.0.tgz#33f2f465882898c5797d43da7c6623d8e1657b5a"
3676-
integrity sha512-RlgSGPZOYOLsoh3WurGjt2PcRzXajcYoFKRtm/YLpL8zfQe64yMR5DQtNQMG4ns4zSq4Qq6GPhO9NmIY1jHZ5A==
3647+
semantic-release-github@^5.0.0:
3648+
version "5.0.1"
3649+
resolved "https://registry.yarnpkg.com/semantic-release-github/-/semantic-release-github-5.0.1.tgz#60123048e0617c2730a0aff0d8ab6ed50e65613d"
3650+
integrity sha512-J9wDCG1584TLT7Yq+dkIA4nw7l/lPPP25WAVfPkF4BtN2u9+ytk8UK3umN7IodY+dHXlFobqO1pW4gV9y15gmQ==
36773651
dependencies:
36783652
bluebird "^3.3.4"
36793653
commander "^2.9.0"
36803654
conventional-changelog-angular "^5.0.0"
36813655
conventional-commits-detector "^1.0.0"
3656+
conventional-commits-parser "^3.0.0"
3657+
conventional-github-releaser "^3.0.0"
36823658
conventional-recommended-bump "^4.0.0"
36833659
debug "^4.0.0"
3660+
get-pkg-repo "^4.0.2"
3661+
gh-got "^7.0.0"
36843662
git-latest-semver-tag "^1.0.2"
36853663
git-raw-commits "^2.0.0"
36863664
git-remote-origin-url "^2.0.0"
36873665
lodash "^4.7.0"
3688-
semantic-release-github-notifier "^7.1.0"
3689-
semantic-release-github-releaser "^6.1.0"
36903666
semver "^5.1.0"
36913667
shelljs "^0.8.0"
3692-
shifted-semver-increment "^2.0.0"
3668+
stream-array "^1.1.2"
36933669
stream-to-array "^2.3.0"
3670+
through2 "^3.0.0"
36943671

36953672
semver-regex@^2.0.0:
36963673
version "2.0.0"
36973674
resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-2.0.0.tgz#a93c2c5844539a770233379107b38c7b4ac9d338"
36983675
integrity sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw==
36993676

3700-
"semver@2 || 3 || 4 || 5", semver@^5.0.1, semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0:
3677+
"semver@2 || 3 || 4 || 5", semver@^5.0.1, semver@^5.1.0, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0:
37013678
version "5.6.0"
37023679
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
37033680
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==
@@ -3757,14 +3734,6 @@ shelljs@^0.8.0:
37573734
interpret "^1.0.0"
37583735
rechoir "^0.6.2"
37593736

3760-
shifted-semver-increment@^2.0.0:
3761-
version "2.0.12"
3762-
resolved "https://registry.yarnpkg.com/shifted-semver-increment/-/shifted-semver-increment-2.0.12.tgz#e135ba3f797bbbc6a77140746929221f6ab4776f"
3763-
integrity sha512-3k1tx0s/aMSgqbeFj271VDLBWTwtBcBzkP+EV5rj/Emb3efm59lQpi3XVpQL4r7T8P3EP/y+rdKK2218RyZCow==
3764-
dependencies:
3765-
debug "^3.1.0"
3766-
semver "^5.4.1"
3767-
37683737
signal-exit@^3.0.0, signal-exit@^3.0.2:
37693738
version "3.0.2"
37703739
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"

0 commit comments

Comments
 (0)