Skip to content

Commit 2577da0

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

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
@@ -322,7 +322,7 @@ bcrypt-pbkdf@^1.0.0:
322322
dependencies:
323323
tweetnacl "^0.14.3"
324324

325-
bluebird@^3.3.4, bluebird@^3.4.1, bluebird@^3.5.0:
325+
bluebird@^3.3.4, bluebird@^3.5.0:
326326
version "3.5.3"
327327
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7"
328328
integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==
@@ -2347,7 +2347,7 @@ lodash.templatesettings@^4.0.0:
23472347
dependencies:
23482348
lodash._reinterpolate "~3.0.0"
23492349

2350-
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:
2350+
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.7.0:
23512351
version "4.17.11"
23522352
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
23532353
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
@@ -3457,60 +3457,37 @@ scoped-regex@^1.0.0:
34573457
resolved "https://registry.yarnpkg.com/scoped-regex/-/scoped-regex-1.0.0.tgz#a346bb1acd4207ae70bd7c0c7ca9e566b6baddb8"
34583458
integrity sha1-o0a7Gs1CB65wvXwMfKnlZra63bg=
34593459

3460-
semantic-release-github-notifier@^7.1.0:
3461-
version "7.1.1"
3462-
resolved "https://registry.yarnpkg.com/semantic-release-github-notifier/-/semantic-release-github-notifier-7.1.1.tgz#d4f03b63ecea82a461fb3ee1813209db137278dc"
3463-
integrity sha512-SwAMPZoBY03pP+9GrM+z7NuFJMJIUCZU/P4pM2ibLa0ZfT419INqrgvJIdpINo+zFejOEbZCve/Q/AICSBNg+w==
3464-
dependencies:
3465-
bluebird "^3.4.1"
3466-
conventional-commits-parser "^3.0.0"
3467-
debug "^4.0.0"
3468-
get-pkg-repo "^4.0.2"
3469-
gh-got "^7.0.0"
3470-
lodash "^4.13.1"
3471-
semver "^5.3.0"
3472-
stream-array "^1.1.2"
3473-
through2 "^3.0.0"
3474-
3475-
semantic-release-github-releaser@^6.1.0:
3476-
version "6.1.0"
3477-
resolved "https://registry.yarnpkg.com/semantic-release-github-releaser/-/semantic-release-github-releaser-6.1.0.tgz#9f52918675c36f450d89f0a047d13fa013faf4d2"
3478-
integrity sha512-XeYivoqj6iMoCS5AmyQHeXuKiuLG2sRozLF3cRbbHiF15kjfuKnCk/cjP79vKwdL0df2Dz+FmL5hgFyiN/tkoQ==
3479-
dependencies:
3480-
bluebird "^3.3.4"
3481-
conventional-github-releaser "^3.0.0"
3482-
debug "^4.0.0"
3483-
get-pkg-repo "^4.0.2"
3484-
lodash "^4.0.1"
3485-
3486-
semantic-release-github@^4.0.17:
3487-
version "4.2.0"
3488-
resolved "https://registry.yarnpkg.com/semantic-release-github/-/semantic-release-github-4.2.0.tgz#33f2f465882898c5797d43da7c6623d8e1657b5a"
3489-
integrity sha512-RlgSGPZOYOLsoh3WurGjt2PcRzXajcYoFKRtm/YLpL8zfQe64yMR5DQtNQMG4ns4zSq4Qq6GPhO9NmIY1jHZ5A==
3460+
semantic-release-github@^5.0.0:
3461+
version "5.0.1"
3462+
resolved "https://registry.yarnpkg.com/semantic-release-github/-/semantic-release-github-5.0.1.tgz#60123048e0617c2730a0aff0d8ab6ed50e65613d"
3463+
integrity sha512-J9wDCG1584TLT7Yq+dkIA4nw7l/lPPP25WAVfPkF4BtN2u9+ytk8UK3umN7IodY+dHXlFobqO1pW4gV9y15gmQ==
34903464
dependencies:
34913465
bluebird "^3.3.4"
34923466
commander "^2.9.0"
34933467
conventional-changelog-angular "^5.0.0"
34943468
conventional-commits-detector "^1.0.0"
3469+
conventional-commits-parser "^3.0.0"
3470+
conventional-github-releaser "^3.0.0"
34953471
conventional-recommended-bump "^4.0.0"
34963472
debug "^4.0.0"
3473+
get-pkg-repo "^4.0.2"
3474+
gh-got "^7.0.0"
34973475
git-latest-semver-tag "^1.0.2"
34983476
git-raw-commits "^2.0.0"
34993477
git-remote-origin-url "^2.0.0"
35003478
lodash "^4.7.0"
3501-
semantic-release-github-notifier "^7.1.0"
3502-
semantic-release-github-releaser "^6.1.0"
35033479
semver "^5.1.0"
35043480
shelljs "^0.8.0"
3505-
shifted-semver-increment "^2.0.0"
3481+
stream-array "^1.1.2"
35063482
stream-to-array "^2.3.0"
3483+
through2 "^3.0.0"
35073484

35083485
semver-regex@^2.0.0:
35093486
version "2.0.0"
35103487
resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-2.0.0.tgz#a93c2c5844539a770233379107b38c7b4ac9d338"
35113488
integrity sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw==
35123489

3513-
"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:
3490+
"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:
35143491
version "5.6.0"
35153492
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
35163493
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==
@@ -3570,14 +3547,6 @@ shelljs@^0.8.0:
35703547
interpret "^1.0.0"
35713548
rechoir "^0.6.2"
35723549

3573-
shifted-semver-increment@^2.0.0:
3574-
version "2.0.12"
3575-
resolved "https://registry.yarnpkg.com/shifted-semver-increment/-/shifted-semver-increment-2.0.12.tgz#e135ba3f797bbbc6a77140746929221f6ab4776f"
3576-
integrity sha512-3k1tx0s/aMSgqbeFj271VDLBWTwtBcBzkP+EV5rj/Emb3efm59lQpi3XVpQL4r7T8P3EP/y+rdKK2218RyZCow==
3577-
dependencies:
3578-
debug "^3.1.0"
3579-
semver "^5.4.1"
3580-
35813550
signal-exit@^3.0.0, signal-exit@^3.0.2:
35823551
version "3.0.2"
35833552
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"

0 commit comments

Comments
 (0)