63
63
lodash "^4.2.0"
64
64
to-fast-properties "^2.0.0"
65
65
66
- " @commitlint/[email protected] .6 " :
67
- version "5.2.6 "
68
- resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-5.2.6 .tgz#1107f9567b588b3641b71a88bce6cd6a673253ab "
66
+ " @commitlint/[email protected] .8 " :
67
+ version "5.2.8 "
68
+ resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-5.2.8 .tgz#593e0d16d1d6ebba9994893a4cc933d1b212ae0c "
69
69
dependencies :
70
- " @commitlint/core" " ^5.2.6 "
70
+ " @commitlint/core" " ^5.2.8 "
71
71
babel-polyfill "6.26.0"
72
72
chalk "2.3.0"
73
73
get-stdin "5.0.1"
74
- lodash "4.17.4"
74
+ lodash.merge "4.6.0"
75
+ lodash.pick "4.4.0"
75
76
meow "3.7.0"
76
77
77
78
" @commitlint/config-angular-type-enum@^5.1.1 " :
84
85
dependencies :
85
86
" @commitlint/config-angular-type-enum" " ^5.1.1"
86
87
87
- " @commitlint/core@^5.2.6 " :
88
- version "5.2.6 "
89
- resolved "https://registry.yarnpkg.com/@commitlint/core/-/core-5.2.6 .tgz#faba40ef1bf46531d40531990615b483d6b51958 "
88
+ " @commitlint/core@^5.2.8 " :
89
+ version "5.2.8 "
90
+ resolved "https://registry.yarnpkg.com/@commitlint/core/-/core-5.2.8 .tgz#a04a1beb2d25c8b70b19d4c309af50902d4f1057 "
90
91
dependencies :
92
+ " @commitlint/execute-rule" " ^5.2.8"
93
+ " @commitlint/is-ignored" " ^5.2.8"
94
+ " @commitlint/parse" " ^5.2.8"
95
+ " @commitlint/resolve-extends" " ^5.2.8"
96
+ " @commitlint/rules" " ^5.2.8"
97
+ " @commitlint/top-level" " ^5.2.8"
91
98
" @marionebl/sander" " ^0.6.0"
92
99
babel-runtime "^6.23.0"
93
100
chalk "^2.0.1"
94
- conventional-changelog-angular "^1.3.3"
95
- conventional-commits-parser "^2.1.0"
96
101
cosmiconfig "^3.0.1"
97
- find-up "^2.1.0"
98
102
git-raw-commits "^1.3.0"
99
- lodash "^4.17.4"
103
+ lodash.merge "4.6.0"
104
+ lodash.mergewith "4.6.0"
105
+ lodash.pick "4.4.0"
106
+ lodash.topairs "4.3.0"
107
+ resolve-from "4.0.0"
108
+
109
+ " @commitlint/ensure@^5.2.8 " :
110
+ version "5.2.8"
111
+ resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-5.2.8.tgz#15a01ca825db4b0e9a79d792a832727396f349b3"
112
+ dependencies :
113
+ lodash.camelcase "4.3.0"
114
+ lodash.kebabcase "4.1.1"
115
+ lodash.snakecase "4.1.1"
116
+ lodash.startcase "4.4.0"
117
+ lodash.upperfirst "4.3.1"
118
+
119
+ " @commitlint/execute-rule@^5.2.8 " :
120
+ version "5.2.8"
121
+ resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-5.2.8.tgz#d6422f14e9acf39ab5f520dc810fe727b679d30f"
122
+ dependencies :
123
+ babel-runtime "6.26.0"
124
+
125
+ " @commitlint/is-ignored@^5.2.8 " :
126
+ version "5.2.8"
127
+ resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-5.2.8.tgz#c2b12e86eab7d02e0e3a576eddab993dd3cd55d2"
128
+ dependencies :
129
+ semver "5.4.1"
130
+
131
+ " @commitlint/message@^5.2.8 " :
132
+ version "5.2.8"
133
+ resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-5.2.8.tgz#189e054d108c3dd3f0a4da20c3695e3b3e682d86"
134
+
135
+ " @commitlint/parse@^5.2.8 " :
136
+ version "5.2.8"
137
+ resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-5.2.8.tgz#2424ebde2c2925f3119cfafb6d605494f25beaed"
138
+ dependencies :
139
+ conventional-changelog-angular "^1.3.3"
140
+ conventional-commits-parser "^2.1.0"
141
+
142
+ " @commitlint/resolve-extends@^5.2.8 " :
143
+ version "5.2.8"
144
+ resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-5.2.8.tgz#a8a2a6b6ee45261ce04572eea3af6bd479205ff1"
145
+ dependencies :
146
+ babel-runtime "6.26.0"
147
+ lodash.merge "4.6.0"
148
+ lodash.omit "4.5.0"
100
149
require-uncached "^1.0.3"
101
150
resolve-from "^4.0.0"
102
151
resolve-global "^0.1.0"
103
- semver "^5.3.0"
152
+
153
+ " @commitlint/rules@^5.2.8 " :
154
+ version "5.2.8"
155
+ resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-5.2.8.tgz#a2519163bffc1b85cd06c3ca584f8c5956e8c8e6"
156
+ dependencies :
157
+ " @commitlint/ensure" " ^5.2.8"
158
+ " @commitlint/message" " ^5.2.8"
159
+ " @commitlint/to-lines" " ^5.2.8"
160
+ babel-runtime "^6.23.0"
161
+
162
+ " @commitlint/to-lines@^5.2.8 " :
163
+ version "5.2.8"
164
+ resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-5.2.8.tgz#2008a7e3913e70c370b814138d09441d33db33ee"
165
+
166
+ " @commitlint/top-level@^5.2.8 " :
167
+ version "5.2.8"
168
+ resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-5.2.8.tgz#ccd31c5496695e0ee128085d45a6c7cd84bb60c8"
169
+ dependencies :
170
+ find-up "^2.1.0"
104
171
105
172
" @marionebl/sander@^0.6.0 " :
106
173
version "0.6.1"
1009
1076
mkdirp "^0.5.1"
1010
1077
source-map-support "^0.4.15"
1011
1078
1012
- babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0 :
1079
+ babel-runtime@6.26.0, babel-runtime@ ^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0 :
1013
1080
version "6.26.0"
1014
1081
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
1015
1082
dependencies :
@@ -3621,14 +3688,46 @@ lodash.assign@^4.2.0:
3621
3688
version "4.2.0"
3622
3689
resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz#0d99f3ccd7a6d261d19bdaeb9245005d285808e7"
3623
3690
3691
+
3692
+ version "4.3.0"
3693
+ resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
3694
+
3624
3695
lodash.cond@^4.3.0 :
3625
3696
version "4.5.2"
3626
3697
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
3627
3698
3699
+
3700
+ version "4.1.1"
3701
+ resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
3702
+
3703
+
3704
+ version "4.6.0"
3705
+ resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.0.tgz#69884ba144ac33fe699737a6086deffadd0f89c5"
3706
+
3707
+
3708
+ version "4.6.0"
3709
+ resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz#150cf0a16791f5903b8891eab154609274bdea55"
3710
+
3711
+
3712
+ version "4.5.0"
3713
+ resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60"
3714
+
3715
+
3716
+ version "4.4.0"
3717
+ resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
3718
+
3719
+
3720
+ version "4.1.1"
3721
+ resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
3722
+
3628
3723
lodash.sortby@^4.7.0 :
3629
3724
version "4.7.0"
3630
3725
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
3631
3726
3727
+
3728
+ version "4.4.0"
3729
+ resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8"
3730
+
3632
3731
lodash.template@^4.0.2 :
3633
3732
version "4.4.0"
3634
3733
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.4.0.tgz#e73a0385c8355591746e020b99679c690e68fba0"
@@ -3646,7 +3745,15 @@ lodash.toarray@^4.4.0:
3646
3745
version "4.4.0"
3647
3746
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
3648
3747
3649
- [email protected] , lodash@^4.0.0, lodash@^4.1.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
3748
+
3749
+ version "4.3.0"
3750
+ resolved "https://registry.yarnpkg.com/lodash.topairs/-/lodash.topairs-4.3.0.tgz#3b6deaa37d60fb116713c46c5f17ea190ec48d64"
3751
+
3752
+
3753
+ version "4.3.1"
3754
+ resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
3755
+
3756
+ lodash@^4.0.0, lodash@^4.1.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0 :
3650
3757
version "4.17.4"
3651
3758
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
3652
3759
@@ -4676,14 +4783,14 @@ require-uncached@^1.0.3:
4676
4783
caller-path "^0.1.0"
4677
4784
resolve-from "^1.0.0"
4678
4785
4786
+ [email protected] , resolve-from@^4.0.0:
4787
+ version "4.0.0"
4788
+ resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
4789
+
4679
4790
resolve-from@^1.0.0 :
4680
4791
version "1.0.1"
4681
4792
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226"
4682
4793
4683
- resolve-from@^4.0.0 :
4684
- version "4.0.0"
4685
- resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
4686
-
4687
4794
resolve-global@^0.1.0 :
4688
4795
version "0.1.0"
4689
4796
resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-0.1.0.tgz#8fb02cfd5b7db20118e886311f15af95bd15fbd9"
@@ -4776,7 +4883,7 @@ semver-diff@^2.0.0:
4776
4883
dependencies :
4777
4884
semver "^5.0.3"
4778
4885
4779
- " semver@2 || 3 || 4 || 5" , semver@^5.0.1, semver@^5.0.3, semver@^5.3.0:
4886
+ " semver@2 || 3 || 4 || 5" , semver@5.4.1, semver@ ^5.0.1, semver@^5.0.3, semver@^5.3.0:
4780
4887
version "5.4.1"
4781
4888
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
4782
4889
0 commit comments