|
86 | 86 | lodash "^4.2.0"
|
87 | 87 | to-fast-properties "^2.0.0"
|
88 | 88 |
|
89 |
| -"@commitlint/cli@7.0.0": |
90 |
| - version "7.0.0" |
91 |
| - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.0.0.tgz#3bf86d8ab2fbd5074c3114b7ba3f4b41b775f3dc" |
92 |
| - dependencies: |
93 |
| - "@commitlint/format" "^7.0.0" |
94 |
| - "@commitlint/lint" "^7.0.0" |
95 |
| - "@commitlint/load" "^7.0.0" |
96 |
| - "@commitlint/read" "^7.0.0" |
| 89 | +"@commitlint/cli@7.1.1": |
| 90 | + version "7.1.1" |
| 91 | + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.1.1.tgz#3d2d1f71cd2598fc85474ff1bc59a124cf1f4b97" |
| 92 | + dependencies: |
| 93 | + "@commitlint/format" "^7.1.1" |
| 94 | + "@commitlint/lint" "^7.1.1" |
| 95 | + "@commitlint/load" "^7.1.1" |
| 96 | + "@commitlint/read" "^7.1.1" |
97 | 97 | babel-polyfill "6.26.0"
|
98 | 98 | chalk "2.3.1"
|
99 | 99 | get-stdin "5.0.1"
|
100 | 100 | lodash.merge "4.6.1"
|
101 | 101 | lodash.pick "4.4.0"
|
102 | 102 | meow "^5.0.0"
|
103 | 103 |
|
104 |
| -"@commitlint/config-angular-type-enum@^7.0.0": |
105 |
| - version "7.0.0" |
106 |
| - resolved "https://registry.yarnpkg.com/@commitlint/config-angular-type-enum/-/config-angular-type-enum-7.0.0.tgz#69702ba80a56a3d8bab3cc32898e496045d13323" |
| 104 | +"@commitlint/config-angular-type-enum@^7.1.1": |
| 105 | + version "7.1.1" |
| 106 | + resolved "https://registry.yarnpkg.com/@commitlint/config-angular-type-enum/-/config-angular-type-enum-7.1.1.tgz#971be030aac7bb9566c205e68e8c6f5275493d76" |
107 | 107 |
|
108 |
| -"@commitlint/config-angular@7.0.1": |
109 |
| - version "7.0.1" |
110 |
| - resolved "https://registry.yarnpkg.com/@commitlint/config-angular/-/config-angular-7.0.1.tgz#559db668855076fe7e845a71ed490eacb7314903" |
| 108 | +"@commitlint/config-angular@7.1.1": |
| 109 | + version "7.1.1" |
| 110 | + resolved "https://registry.yarnpkg.com/@commitlint/config-angular/-/config-angular-7.1.1.tgz#21633f92049bb3c7756fd342d5d97f13f7e4c217" |
111 | 111 | dependencies:
|
112 |
| - "@commitlint/config-angular-type-enum" "^7.0.0" |
| 112 | + "@commitlint/config-angular-type-enum" "^7.1.1" |
113 | 113 |
|
114 |
| -"@commitlint/ensure@^7.0.0": |
115 |
| - version "7.0.0" |
116 |
| - resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-7.0.0.tgz#3d5210bb988416844926895a782a55815731779d" |
| 114 | +"@commitlint/ensure@^7.1.1": |
| 115 | + version "7.1.1" |
| 116 | + resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-7.1.1.tgz#cc202010173b1fbbfbd6a367a6f9f6469ba7502b" |
117 | 117 | dependencies:
|
118 | 118 | lodash.camelcase "4.3.0"
|
119 | 119 | lodash.kebabcase "4.1.1"
|
120 | 120 | lodash.snakecase "4.1.1"
|
121 | 121 | lodash.startcase "4.4.0"
|
122 | 122 | lodash.upperfirst "4.3.1"
|
123 | 123 |
|
124 |
| -"@commitlint/execute-rule@^7.0.0": |
125 |
| - version "7.0.0" |
126 |
| - resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-7.0.0.tgz#cbc65314fa9ebb9cd2c5b8cdd4dca6185b3aca4c" |
| 124 | +"@commitlint/execute-rule@^7.1.1": |
| 125 | + version "7.1.1" |
| 126 | + resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-7.1.1.tgz#c1c792a6b43dde3529ac15d9aba35cc42cc3f882" |
127 | 127 | dependencies:
|
128 | 128 | babel-runtime "6.26.0"
|
129 | 129 |
|
130 |
| -"@commitlint/format@^7.0.0": |
131 |
| - version "7.0.0" |
132 |
| - resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-7.0.0.tgz#3be1fdf0c3c41feb98e275b4f605c598c509b920" |
| 130 | +"@commitlint/format@^7.1.1": |
| 131 | + version "7.1.1" |
| 132 | + resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-7.1.1.tgz#2be40514005284f264995802de16180b3535b6dc" |
133 | 133 | dependencies:
|
134 | 134 | babel-runtime "^6.23.0"
|
135 | 135 | chalk "^2.0.1"
|
136 | 136 |
|
137 |
| -"@commitlint/is-ignored@^7.0.0": |
138 |
| - version "7.0.0" |
139 |
| - resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-7.0.0.tgz#d328a2976274c9f106e319b1cac75dd848360fc9" |
| 137 | +"@commitlint/is-ignored@^7.1.1": |
| 138 | + version "7.1.1" |
| 139 | + resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-7.1.1.tgz#6753ff45fe67c4e636af31a7ed2e04598674c537" |
140 | 140 | dependencies:
|
141 | 141 | semver "5.5.0"
|
142 | 142 |
|
143 |
| -"@commitlint/lint@^7.0.0": |
144 |
| - version "7.0.0" |
145 |
| - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-7.0.0.tgz#aede9e15f551b822af7d9da55df4881ad38390d9" |
| 143 | +"@commitlint/lint@^7.1.1": |
| 144 | + version "7.1.1" |
| 145 | + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-7.1.1.tgz#84b3237a15b3a4cf5bc11a29f645f53c4b91de52" |
146 | 146 | dependencies:
|
147 |
| - "@commitlint/is-ignored" "^7.0.0" |
148 |
| - "@commitlint/parse" "^7.0.0" |
149 |
| - "@commitlint/rules" "^7.0.0" |
| 147 | + "@commitlint/is-ignored" "^7.1.1" |
| 148 | + "@commitlint/parse" "^7.1.1" |
| 149 | + "@commitlint/rules" "^7.1.1" |
150 | 150 | babel-runtime "^6.23.0"
|
151 | 151 | lodash.topairs "4.3.0"
|
152 | 152 |
|
153 |
| -"@commitlint/load@^7.0.0": |
154 |
| - version "7.0.0" |
155 |
| - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-7.0.0.tgz#d924f4c5c06d8845b16a50b563829a7fffa230a8" |
| 153 | +"@commitlint/load@^7.1.1": |
| 154 | + version "7.1.1" |
| 155 | + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-7.1.1.tgz#c84a888ed1e3ad9a9d16329607274081437a4295" |
156 | 156 | dependencies:
|
157 |
| - "@commitlint/execute-rule" "^7.0.0" |
158 |
| - "@commitlint/resolve-extends" "^7.0.0" |
| 157 | + "@commitlint/execute-rule" "^7.1.1" |
| 158 | + "@commitlint/resolve-extends" "^7.1.1" |
159 | 159 | babel-runtime "^6.23.0"
|
160 | 160 | cosmiconfig "^4.0.0"
|
161 | 161 | lodash.merge "4.6.1"
|
|
164 | 164 | lodash.topairs "4.3.0"
|
165 | 165 | resolve-from "4.0.0"
|
166 | 166 |
|
167 |
| -"@commitlint/message@^7.0.0": |
168 |
| - version "7.0.0" |
169 |
| - resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-7.0.0.tgz#6fb22563e31901ff5da4391db1346fda7115fa53" |
| 167 | +"@commitlint/message@^7.1.1": |
| 168 | + version "7.1.1" |
| 169 | + resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-7.1.1.tgz#5e7f0692fb847e5e1acaf690b322919828acb812" |
170 | 170 |
|
171 |
| -"@commitlint/parse@^7.0.0": |
172 |
| - version "7.0.0" |
173 |
| - resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-7.0.0.tgz#ed024cc4d8f0874421a8dd6d16674233b68592d4" |
| 171 | +"@commitlint/parse@^7.1.1": |
| 172 | + version "7.1.1" |
| 173 | + resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-7.1.1.tgz#51e00246f1a885fce5ff1d39bd4f1c1d1c53d0f0" |
174 | 174 | dependencies:
|
175 | 175 | conventional-changelog-angular "^1.3.3"
|
176 | 176 | conventional-commits-parser "^2.1.0"
|
177 | 177 |
|
178 |
| -"@commitlint/read@^7.0.0": |
179 |
| - version "7.0.0" |
180 |
| - resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-7.0.0.tgz#c9bf222e37e04c33c1e25b498657fef68377e2c8" |
| 178 | +"@commitlint/read@^7.1.1": |
| 179 | + version "7.1.1" |
| 180 | + resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-7.1.1.tgz#c2fca5c1ea6de7fbc431566536f32f2fb502e4ca" |
181 | 181 | dependencies:
|
182 |
| - "@commitlint/top-level" "^7.0.0" |
| 182 | + "@commitlint/top-level" "^7.1.1" |
183 | 183 | "@marionebl/sander" "^0.6.0"
|
184 | 184 | babel-runtime "^6.23.0"
|
185 | 185 | git-raw-commits "^1.3.0"
|
186 | 186 |
|
187 |
| -"@commitlint/resolve-extends@^7.0.0": |
188 |
| - version "7.0.0" |
189 |
| - resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-7.0.0.tgz#34937525ea3bc037365c530bce9b1c73ef4eb74d" |
| 187 | +"@commitlint/resolve-extends@^7.1.1": |
| 188 | + version "7.1.1" |
| 189 | + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-7.1.1.tgz#80043d1031ba8eb836aa74d673ab43ab041cc179" |
190 | 190 | dependencies:
|
191 | 191 | babel-runtime "6.26.0"
|
192 | 192 | lodash.merge "4.6.1"
|
|
195 | 195 | resolve-from "^4.0.0"
|
196 | 196 | resolve-global "^0.1.0"
|
197 | 197 |
|
198 |
| -"@commitlint/rules@^7.0.0": |
199 |
| - version "7.0.0" |
200 |
| - resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-7.0.0.tgz#9a710891c350c10d6f62debb820fee4fdef1e026" |
| 198 | +"@commitlint/rules@^7.1.1": |
| 199 | + version "7.1.1" |
| 200 | + resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-7.1.1.tgz#0881297b960eb91c92be06406fd13f88afc283ab" |
201 | 201 | dependencies:
|
202 |
| - "@commitlint/ensure" "^7.0.0" |
203 |
| - "@commitlint/message" "^7.0.0" |
204 |
| - "@commitlint/to-lines" "^7.0.0" |
| 202 | + "@commitlint/ensure" "^7.1.1" |
| 203 | + "@commitlint/message" "^7.1.1" |
| 204 | + "@commitlint/to-lines" "^7.1.1" |
205 | 205 | babel-runtime "^6.23.0"
|
206 | 206 |
|
207 |
| -"@commitlint/to-lines@^7.0.0": |
208 |
| - version "7.0.0" |
209 |
| - resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-7.0.0.tgz#adb229368e2b6c7a657c909754fb40ec47363ce2" |
| 207 | +"@commitlint/to-lines@^7.1.1": |
| 208 | + version "7.1.1" |
| 209 | + resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-7.1.1.tgz#2633e4bbe0c2ff92b90e848f74ae9aa3c7b95714" |
210 | 210 |
|
211 |
| -"@commitlint/top-level@^7.0.0": |
212 |
| - version "7.0.0" |
213 |
| - resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-7.0.0.tgz#ff28580ab8c1431290e37b1d507e0ef370c38d99" |
| 211 | +"@commitlint/top-level@^7.1.1": |
| 212 | + version "7.1.1" |
| 213 | + resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-7.1.1.tgz#cee257085362f2f3be01c6bb5a34f90b584eca2c" |
214 | 214 | dependencies:
|
215 | 215 | find-up "^2.1.0"
|
216 | 216 |
|
|
0 commit comments