Skip to content

Commit 6d645cf

Browse files
committed
chore(deps): update dependency conventional-changelog-cli to v1.3.4
1 parent 5d51161 commit 6d645cf

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@typed/test": "3.6.0",
2020
"@types/node": "8.0.28",
2121
"@types/yargs": "8.0.2",
22-
"conventional-changelog-cli": "1.3.3",
22+
"conventional-changelog-cli": "1.3.4",
2323
"dox": "0.9.0",
2424
"gaze-run-interrupt": "1.0.1",
2525
"glob-expand": "0.2.1",

yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -695,9 +695,9 @@ content-type@~1.0.4:
695695
version "1.0.4"
696696
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
697697

698-
conventional-changelog-angular@^1.5.0:
699-
version "1.5.0"
700-
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-1.5.0.tgz#50b2d45008448455fdf67e06ea01972fbd08182a"
698+
conventional-changelog-angular@^1.5.1:
699+
version "1.5.1"
700+
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-1.5.1.tgz#974e73aa1c39c392e4364f2952bd9a62904e9ea3"
701701
dependencies:
702702
compare-func "^1.3.1"
703703
q "^1.4.1"
@@ -708,12 +708,12 @@ conventional-changelog-atom@^0.1.1:
708708
dependencies:
709709
q "^1.4.1"
710710

711-
conventional-changelog-cli@1.3.3:
712-
version "1.3.3"
713-
resolved "https://registry.yarnpkg.com/conventional-changelog-cli/-/conventional-changelog-cli-1.3.3.tgz#ca38f229a27ec14036021b1786a48f5b8d48d7ff"
711+
conventional-changelog-cli@1.3.4:
712+
version "1.3.4"
713+
resolved "https://registry.yarnpkg.com/conventional-changelog-cli/-/conventional-changelog-cli-1.3.4.tgz#38f7ff7ac7bca92ea110897ea08b473f2055a27c"
714714
dependencies:
715715
add-stream "^1.0.0"
716-
conventional-changelog "^1.1.5"
716+
conventional-changelog "^1.1.6"
717717
lodash "^4.1.0"
718718
meow "^3.7.0"
719719
tempfile "^1.1.1"
@@ -724,27 +724,27 @@ conventional-changelog-codemirror@^0.2.0:
724724
dependencies:
725725
q "^1.4.1"
726726

727-
conventional-changelog-core@^1.9.1:
728-
version "1.9.1"
729-
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-1.9.1.tgz#ddf767c405850dfc8df31726c80fa1a6a10bdc7b"
727+
conventional-changelog-core@^1.9.2:
728+
version "1.9.2"
729+
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-1.9.2.tgz#a09b6b959161671ff45b93cc9efb0444e7c845c0"
730730
dependencies:
731731
conventional-changelog-writer "^2.0.1"
732732
conventional-commits-parser "^2.0.0"
733733
dateformat "^1.0.12"
734734
get-pkg-repo "^1.0.0"
735735
git-raw-commits "^1.2.0"
736736
git-remote-origin-url "^2.0.0"
737-
git-semver-tags "^1.2.1"
737+
git-semver-tags "^1.2.2"
738738
lodash "^4.0.0"
739739
normalize-package-data "^2.3.5"
740740
q "^1.4.1"
741741
read-pkg "^1.1.0"
742742
read-pkg-up "^1.0.1"
743743
through2 "^2.0.0"
744744

745-
conventional-changelog-ember@^0.2.7:
746-
version "0.2.7"
747-
resolved "https://registry.yarnpkg.com/conventional-changelog-ember/-/conventional-changelog-ember-0.2.7.tgz#c6aff35976284e7222649f81c62bd96ff3217bd2"
745+
conventional-changelog-ember@^0.2.8:
746+
version "0.2.8"
747+
resolved "https://registry.yarnpkg.com/conventional-changelog-ember/-/conventional-changelog-ember-0.2.8.tgz#65e686da83d23b67133d1f853908c87f948035c0"
748748
dependencies:
749749
q "^1.4.1"
750750

@@ -794,15 +794,15 @@ conventional-changelog-writer@^2.0.1:
794794
split "^1.0.0"
795795
through2 "^2.0.0"
796796

797-
conventional-changelog@^1.1.5:
798-
version "1.1.5"
799-
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-1.1.5.tgz#4c46fb64b2986cab19888d8c4b87ca7c0e431bfd"
797+
conventional-changelog@^1.1.6:
798+
version "1.1.6"
799+
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-1.1.6.tgz#ebd9b1ab63766c715f903f654626b6b1c0da7762"
800800
dependencies:
801-
conventional-changelog-angular "^1.5.0"
801+
conventional-changelog-angular "^1.5.1"
802802
conventional-changelog-atom "^0.1.1"
803803
conventional-changelog-codemirror "^0.2.0"
804-
conventional-changelog-core "^1.9.1"
805-
conventional-changelog-ember "^0.2.7"
804+
conventional-changelog-core "^1.9.2"
805+
conventional-changelog-ember "^0.2.8"
806806
conventional-changelog-eslint "^0.2.0"
807807
conventional-changelog-express "^0.2.0"
808808
conventional-changelog-jquery "^0.1.0"
@@ -1527,9 +1527,9 @@ git-remote-origin-url@^2.0.0:
15271527
gitconfiglocal "^1.0.0"
15281528
pify "^2.3.0"
15291529

1530-
git-semver-tags@^1.2.1:
1531-
version "1.2.1"
1532-
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-1.2.1.tgz#6ccd2a52e735b736748dc762444fcd9588e27490"
1530+
git-semver-tags@^1.2.2:
1531+
version "1.2.2"
1532+
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-1.2.2.tgz#a2139be1bf6e337e125f3eb8bb8fc6f5d4d6445f"
15331533
dependencies:
15341534
meow "^3.3.0"
15351535
semver "^5.0.1"

0 commit comments

Comments
 (0)