...
|
...
|
@@ -8,8 +8,8 @@
|
8
|
8
|
"version": "0.1.0",
|
9
|
9
|
"license": "GPL-3.0",
|
10
|
10
|
"devDependencies": {
|
11
|
|
- "@commitlint/cli": "^12.1.0",
|
12
|
|
- "@commitlint/config-conventional": "^12.1.0",
|
|
11
|
+ "@commitlint/cli": "^12.1.1",
|
|
12
|
+ "@commitlint/config-conventional": "^12.1.1",
|
13
|
13
|
"husky": "^6.0.0",
|
14
|
14
|
"npm-run-all": "^4.1.5",
|
15
|
15
|
"prettier": "^2.2.1",
|
...
|
...
|
@@ -98,17 +98,17 @@
|
98
|
98
|
}
|
99
|
99
|
},
|
100
|
100
|
"node_modules/@commitlint/cli": {
|
101
|
|
- "version": "12.1.0",
|
102
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.0.tgz",
|
103
|
|
- "integrity": "sha512-VjDjQ0kSQASvTjk1pKaigHPXCw99hye/laPbOjpX4AVJXJjMm6oV1EitZHatINImDUgVLVLpG2Y9DI/bLcVjcg==",
|
|
101
|
+ "version": "12.1.1",
|
|
102
|
+ "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.1.tgz",
|
|
103
|
+ "integrity": "sha512-SB67/s6VJ50seoPx/Sr2gj1fMzKrx+udgarecGdr8h43ah+M2e22gjQJ7xHv5KwyPQ+6ug1YOMCL34ubT4zupQ==",
|
104
|
104
|
"dev": true,
|
105
|
105
|
"license": "MIT",
|
106
|
106
|
"dependencies": {
|
107
|
|
- "@commitlint/format": "^12.0.1",
|
108
|
|
- "@commitlint/lint": "^12.1.0",
|
109
|
|
- "@commitlint/load": "^12.1.0",
|
110
|
|
- "@commitlint/read": "^12.1.0",
|
111
|
|
- "@commitlint/types": "^12.0.1",
|
|
107
|
+ "@commitlint/format": "^12.1.1",
|
|
108
|
+ "@commitlint/lint": "^12.1.1",
|
|
109
|
+ "@commitlint/load": "^12.1.1",
|
|
110
|
+ "@commitlint/read": "^12.1.1",
|
|
111
|
+ "@commitlint/types": "^12.1.1",
|
112
|
112
|
"get-stdin": "8.0.0",
|
113
|
113
|
"lodash": "^4.17.19",
|
114
|
114
|
"resolve-from": "5.0.0",
|
...
|
...
|
@@ -123,9 +123,9 @@
|
123
|
123
|
}
|
124
|
124
|
},
|
125
|
125
|
"node_modules/@commitlint/config-conventional": {
|
126
|
|
- "version": "12.1.0",
|
127
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.0.tgz",
|
128
|
|
- "integrity": "sha512-kBQUO9XVyMSOPAFalnwrrvMODLvTGOpLcSkrTCgNChAo7w0FDk9ZWK5SnPfURR6/2A2bu3nCbJsfcYUJ0B7p2g==",
|
|
126
|
+ "version": "12.1.1",
|
|
127
|
+ "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.1.tgz",
|
|
128
|
+ "integrity": "sha512-15CqbXMsQiEb0qbzjEHe2OkzaXPYSp7RxaS6KoSVk/4W0QiigquavQ+M0huBZze92h0lMS6Pxoq4AJ5CQ3D+iQ==",
|
129
|
129
|
"dev": true,
|
130
|
130
|
"license": "MIT",
|
131
|
131
|
"dependencies": {
|
...
|
...
|
@@ -136,13 +136,13 @@
|
136
|
136
|
}
|
137
|
137
|
},
|
138
|
138
|
"node_modules/@commitlint/ensure": {
|
139
|
|
- "version": "12.0.1",
|
140
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.0.1.tgz",
|
141
|
|
- "integrity": "sha512-XdBq+q1YBBDxWIAEjE3Y1YMbzhUnUuSLAEWD8SU1xsvEpQXWRYwDlMBRkjO7funNWTdL0ZQSkZDzme70imYjbw==",
|
|
139
|
+ "version": "12.1.1",
|
|
140
|
+ "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.1.tgz",
|
|
141
|
+ "integrity": "sha512-XEUQvUjzBVQM7Uv8vYz+c7PDukFvx0AvQEyX/V+PaTkCK/xPvexu7FLbFwvypjSt9BPMf+T/rhB1hVmldkd6lw==",
|
142
|
142
|
"dev": true,
|
143
|
143
|
"license": "MIT",
|
144
|
144
|
"dependencies": {
|
145
|
|
- "@commitlint/types": "^12.0.1",
|
|
145
|
+ "@commitlint/types": "^12.1.1",
|
146
|
146
|
"lodash": "^4.17.19"
|
147
|
147
|
},
|
148
|
148
|
"engines": {
|
...
|
...
|
@@ -150,9 +150,9 @@
|
150
|
150
|
}
|
151
|
151
|
},
|
152
|
152
|
"node_modules/@commitlint/execute-rule": {
|
153
|
|
- "version": "12.0.1",
|
154
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.0.1.tgz",
|
155
|
|
- "integrity": "sha512-JzyweYfZlFLtXpgP+btzSY3YAkGPg61TqUSYQqBr4+5IaVf1FruMm5v4D5eLu9dAJuNKUfHbM3AEfuEPiZ79pg==",
|
|
153
|
+ "version": "12.1.1",
|
|
154
|
+ "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.1.tgz",
|
|
155
|
+ "integrity": "sha512-6mplMGvLCKF5LieL7BRhydpg32tm6LICnWQADrWU4S5g9PKi2utNvhiaiuNPoHUXr29RdbNaGNcyyPv8DSjJsQ==",
|
156
|
156
|
"dev": true,
|
157
|
157
|
"license": "MIT",
|
158
|
158
|
"engines": {
|
...
|
...
|
@@ -160,13 +160,13 @@
|
160
|
160
|
}
|
161
|
161
|
},
|
162
|
162
|
"node_modules/@commitlint/format": {
|
163
|
|
- "version": "12.0.1",
|
164
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.0.1.tgz",
|
165
|
|
- "integrity": "sha512-rF79ipAxR8yFzPzG5tRoEZ//MRkyxCXj4JhpEjtdaCMBAXMssI8uazn3e5D8z4UFgSDe9qOnL0OmQvql7HTMoA==",
|
|
163
|
+ "version": "12.1.1",
|
|
164
|
+ "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.1.1.tgz",
|
|
165
|
+ "integrity": "sha512-bTAoOryTFLqls17JTaRwk2WDVOP0NwuG4F/JPK8RaF6DMZNVQTfajkgTxFENNZRnESfau1BvivvEXfUAW2ZsvA==",
|
166
|
166
|
"dev": true,
|
167
|
167
|
"license": "MIT",
|
168
|
168
|
"dependencies": {
|
169
|
|
- "@commitlint/types": "^12.0.1",
|
|
169
|
+ "@commitlint/types": "^12.1.1",
|
170
|
170
|
"chalk": "^4.0.0"
|
171
|
171
|
},
|
172
|
172
|
"engines": {
|
...
|
...
|
@@ -174,61 +174,45 @@
|
174
|
174
|
}
|
175
|
175
|
},
|
176
|
176
|
"node_modules/@commitlint/is-ignored": {
|
177
|
|
- "version": "12.1.0",
|
178
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.0.tgz",
|
179
|
|
- "integrity": "sha512-q8urjMNTKqvQzKOn4qLUp30vM6TK8Bxeu7lUfOrevmxuAGsIN5dr/preeFvFstP4hYIEIzrr8A2ZADCp6RSd9A==",
|
|
177
|
+ "version": "12.1.1",
|
|
178
|
+ "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.1.tgz",
|
|
179
|
+ "integrity": "sha512-Sn4fsnWX+wLAJOD/UZeoVruB98te1TyPYRiDEq0MhRJAQIrP+7jE/O3/ass68AAMq00HvH3OK9kt4UBXggcGjA==",
|
180
|
180
|
"dev": true,
|
181
|
181
|
"license": "MIT",
|
182
|
182
|
"dependencies": {
|
183
|
|
- "@commitlint/types": "^12.0.1",
|
184
|
|
- "semver": "7.3.4"
|
|
183
|
+ "@commitlint/types": "^12.1.1",
|
|
184
|
+ "semver": "7.3.5"
|
185
|
185
|
},
|
186
|
186
|
"engines": {
|
187
|
187
|
"node": ">=v10"
|
188
|
188
|
}
|
189
|
189
|
},
|
190
|
|
- "node_modules/@commitlint/is-ignored/node_modules/semver": {
|
191
|
|
- "version": "7.3.4",
|
192
|
|
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
|
193
|
|
- "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
|
194
|
|
- "dev": true,
|
195
|
|
- "license": "ISC",
|
196
|
|
- "dependencies": {
|
197
|
|
- "lru-cache": "^6.0.0"
|
198
|
|
- },
|
199
|
|
- "bin": {
|
200
|
|
- "semver": "bin/semver.js"
|
201
|
|
- },
|
202
|
|
- "engines": {
|
203
|
|
- "node": ">=10"
|
204
|
|
- }
|
205
|
|
- },
|
206
|
190
|
"node_modules/@commitlint/lint": {
|
207
|
|
- "version": "12.1.0",
|
208
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-12.1.0.tgz",
|
209
|
|
- "integrity": "sha512-RZEdLZKx+JIBMG4HOemlgU04JQGHU9FZALbjscHZYBofnFfxr95izdP6n5sVIK542/BYpcwXWhqQ06jS8f7U5g==",
|
|
191
|
+ "version": "12.1.1",
|
|
192
|
+ "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-12.1.1.tgz",
|
|
193
|
+ "integrity": "sha512-FFFPpku/E0svL1jaUVqosuZJDDWiNWYBlUw5ZEljh3MwWRcoaWtMIX5bseX+IvHpFZsCTAiBs1kCgNulCi0UvA==",
|
210
|
194
|
"dev": true,
|
211
|
195
|
"license": "MIT",
|
212
|
196
|
"dependencies": {
|
213
|
|
- "@commitlint/is-ignored": "^12.1.0",
|
214
|
|
- "@commitlint/parse": "^12.1.0",
|
215
|
|
- "@commitlint/rules": "^12.1.0",
|
216
|
|
- "@commitlint/types": "^12.0.1"
|
|
197
|
+ "@commitlint/is-ignored": "^12.1.1",
|
|
198
|
+ "@commitlint/parse": "^12.1.1",
|
|
199
|
+ "@commitlint/rules": "^12.1.1",
|
|
200
|
+ "@commitlint/types": "^12.1.1"
|
217
|
201
|
},
|
218
|
202
|
"engines": {
|
219
|
203
|
"node": ">=v10"
|
220
|
204
|
}
|
221
|
205
|
},
|
222
|
206
|
"node_modules/@commitlint/load": {
|
223
|
|
- "version": "12.1.0",
|
224
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.0.tgz",
|
225
|
|
- "integrity": "sha512-dMQainAoKsqFFY6+BdeoCSqiiG9Y9xsqCUJfICkOUx+kzrRrlANpT/Leyd8M5RYmZiIIrxGVUKfa1c/DTaOakQ==",
|
|
207
|
+ "version": "12.1.1",
|
|
208
|
+ "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.1.tgz",
|
|
209
|
+ "integrity": "sha512-qOQtgNdJRULUQWP9jkpTwhj7aEtnqUtqeUpbQ9rjS+GIUST65HZbteNUX4S0mAEGPWqy2aK5xGd73cUfFSvuuw==",
|
226
|
210
|
"dev": true,
|
227
|
211
|
"license": "MIT",
|
228
|
212
|
"dependencies": {
|
229
|
|
- "@commitlint/execute-rule": "^12.0.1",
|
230
|
|
- "@commitlint/resolve-extends": "^12.0.1",
|
231
|
|
- "@commitlint/types": "^12.0.1",
|
|
213
|
+ "@commitlint/execute-rule": "^12.1.1",
|
|
214
|
+ "@commitlint/resolve-extends": "^12.1.1",
|
|
215
|
+ "@commitlint/types": "^12.1.1",
|
232
|
216
|
"chalk": "^4.0.0",
|
233
|
217
|
"cosmiconfig": "^7.0.0",
|
234
|
218
|
"lodash": "^4.17.19",
|
...
|
...
|
@@ -239,9 +223,9 @@
|
239
|
223
|
}
|
240
|
224
|
},
|
241
|
225
|
"node_modules/@commitlint/message": {
|
242
|
|
- "version": "12.1.0",
|
243
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.0.tgz",
|
244
|
|
- "integrity": "sha512-5kc4MYWJUV2npn4QQnDWr8B1osB8o/QEPnWxjnCc2JD/PMDR8svt2ja+dyjZQcLC+9Ta1G2Tu6dy1LLhyTsghw==",
|
|
226
|
+ "version": "12.1.1",
|
|
227
|
+ "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.1.tgz",
|
|
228
|
+ "integrity": "sha512-RakDSLAiOligXjhbLahV8HowF4K75pZIcs0+Ii9Q8Gz5H3DWf1Ngit7alFTWfcbf/+DTjSzVPov5HiwQZPIBUg==",
|
245
|
229
|
"dev": true,
|
246
|
230
|
"license": "MIT",
|
247
|
231
|
"engines": {
|
...
|
...
|
@@ -249,13 +233,13 @@
|
249
|
233
|
}
|
250
|
234
|
},
|
251
|
235
|
"node_modules/@commitlint/parse": {
|
252
|
|
- "version": "12.1.0",
|
253
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-12.1.0.tgz",
|
254
|
|
- "integrity": "sha512-n3y6MxsbmsXo/eCDheN1hVsNrhQ7v9vREdLkX7MWnjnrZhD4jyMQ1DfWpd6Fo5ss0gzpfeS/HTXTgkU1S2V8DQ==",
|
|
236
|
+ "version": "12.1.1",
|
|
237
|
+ "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-12.1.1.tgz",
|
|
238
|
+ "integrity": "sha512-nuljIvAbBDr93DgL0wCArftEIhjSghawAwhvrKNV9FFcqAJqfVqitwMxJrNDCQ5pgUMCSKULLOEv+dA0bLlTEQ==",
|
255
|
239
|
"dev": true,
|
256
|
240
|
"license": "MIT",
|
257
|
241
|
"dependencies": {
|
258
|
|
- "@commitlint/types": "^12.0.1",
|
|
242
|
+ "@commitlint/types": "^12.1.1",
|
259
|
243
|
"conventional-changelog-angular": "^5.0.11",
|
260
|
244
|
"conventional-commits-parser": "^3.0.0"
|
261
|
245
|
},
|
...
|
...
|
@@ -264,14 +248,14 @@
|
264
|
248
|
}
|
265
|
249
|
},
|
266
|
250
|
"node_modules/@commitlint/read": {
|
267
|
|
- "version": "12.1.0",
|
268
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-12.1.0.tgz",
|
269
|
|
- "integrity": "sha512-BXD0U/qFwPQtSOOZpD46pdhDGJ5eCVLwt41So8FdLidb28YWKA1O7Zb9CWCirG/eN42axfSNhz7XY1mD5gNa3Q==",
|
|
251
|
+ "version": "12.1.1",
|
|
252
|
+ "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-12.1.1.tgz",
|
|
253
|
+ "integrity": "sha512-1k0CQEoZIdixvmqZRKEcWdj2XiKS7SlizEOJ1SE99Qui5d5FlBey8eaooTGgmpR6zObpIHJehtEPzM3VzUT3qA==",
|
270
|
254
|
"dev": true,
|
271
|
255
|
"license": "MIT",
|
272
|
256
|
"dependencies": {
|
273
|
|
- "@commitlint/top-level": "^12.0.1",
|
274
|
|
- "@commitlint/types": "^12.0.1",
|
|
257
|
+ "@commitlint/top-level": "^12.1.1",
|
|
258
|
+ "@commitlint/types": "^12.1.1",
|
275
|
259
|
"fs-extra": "^9.0.0",
|
276
|
260
|
"git-raw-commits": "^2.0.0"
|
277
|
261
|
},
|
...
|
...
|
@@ -280,9 +264,9 @@
|
280
|
264
|
}
|
281
|
265
|
},
|
282
|
266
|
"node_modules/@commitlint/resolve-extends": {
|
283
|
|
- "version": "12.0.1",
|
284
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.0.1.tgz",
|
285
|
|
- "integrity": "sha512-Mvg0GDi/68Cqw893ha8uhxE8myHfPmiSSSi7d1x4VJNR4hoS37lBdX89kyx4i9NPmLfviY2cUJKTyK8ZrFznZw==",
|
|
267
|
+ "version": "12.1.1",
|
|
268
|
+ "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.1.tgz",
|
|
269
|
+ "integrity": "sha512-/DXRt0S0U3o9lq5cc8OL1Lkx0IjW0HcDWjUkUXshAajBIKBYSJB8x/loNCi1krNEJ8SwLXUEFt5OLxNO6wE9yQ==",
|
286
|
270
|
"dev": true,
|
287
|
271
|
"license": "MIT",
|
288
|
272
|
"dependencies": {
|
...
|
...
|
@@ -296,25 +280,25 @@
|
296
|
280
|
}
|
297
|
281
|
},
|
298
|
282
|
"node_modules/@commitlint/rules": {
|
299
|
|
- "version": "12.1.0",
|
300
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.0.tgz",
|
301
|
|
- "integrity": "sha512-jVuF/l60u+FBde2tto0iiFsAj0RVlKDkeENEQ6hQjdYNAxeOV7dUBndTY9vmhmCfL928sHBqRGTicdLwHHgSvA==",
|
|
283
|
+ "version": "12.1.1",
|
|
284
|
+ "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.1.tgz",
|
|
285
|
+ "integrity": "sha512-oCcLF/ykcJfhM2DeeaDyrgdaiuKsqIPNocugdPj2WEyhSYqmx1/u18CV96LAtW+WyyiOLCCeiZwiQutx3T5nXg==",
|
302
|
286
|
"dev": true,
|
303
|
287
|
"license": "MIT",
|
304
|
288
|
"dependencies": {
|
305
|
|
- "@commitlint/ensure": "^12.0.1",
|
306
|
|
- "@commitlint/message": "^12.1.0",
|
307
|
|
- "@commitlint/to-lines": "^12.0.1",
|
308
|
|
- "@commitlint/types": "^12.0.1"
|
|
289
|
+ "@commitlint/ensure": "^12.1.1",
|
|
290
|
+ "@commitlint/message": "^12.1.1",
|
|
291
|
+ "@commitlint/to-lines": "^12.1.1",
|
|
292
|
+ "@commitlint/types": "^12.1.1"
|
309
|
293
|
},
|
310
|
294
|
"engines": {
|
311
|
295
|
"node": ">=v10"
|
312
|
296
|
}
|
313
|
297
|
},
|
314
|
298
|
"node_modules/@commitlint/to-lines": {
|
315
|
|
- "version": "12.0.1",
|
316
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-12.0.1.tgz",
|
317
|
|
- "integrity": "sha512-XwcJ1jY7x2fhudzbGMpNQkTSMVrxWrI8bRMbVe3Abuu7RfYpFf7VXAlhtnLfxBoagaK7RxjC2+eRidp/3txQBg==",
|
|
299
|
+ "version": "12.1.1",
|
|
300
|
+ "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-12.1.1.tgz",
|
|
301
|
+ "integrity": "sha512-W23AH2XF5rI27MOAPSSr0TUDoRe7ZbFoRtYhFnPu2MBmcuDA9Tmfd9N5sM2tBXtdE26uq3SazwKqGt1OoGAilQ==",
|
318
|
302
|
"dev": true,
|
319
|
303
|
"license": "MIT",
|
320
|
304
|
"engines": {
|
...
|
...
|
@@ -322,9 +306,9 @@
|
322
|
306
|
}
|
323
|
307
|
},
|
324
|
308
|
"node_modules/@commitlint/top-level": {
|
325
|
|
- "version": "12.0.1",
|
326
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-12.0.1.tgz",
|
327
|
|
- "integrity": "sha512-rHdgt7U24GEau2/9i2vEAbksxkBRiVjHj5ECFL5dd0AJOIvaK++vMg4EF/ME0X/1yd9qVTHTNOl2Q4tTFK7VBQ==",
|
|
309
|
+ "version": "12.1.1",
|
|
310
|
+ "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-12.1.1.tgz",
|
|
311
|
+ "integrity": "sha512-g7uRbr81QEIg+pbii0OkE17Zh/2C/f6dSmiMDVRn1S0+hNHR1bENCh18hVUKcV/qKTUsKkFlhhWXM9mQBfxQJw==",
|
328
|
312
|
"dev": true,
|
329
|
313
|
"license": "MIT",
|
330
|
314
|
"dependencies": {
|
...
|
...
|
@@ -400,9 +384,9 @@
|
400
|
384
|
}
|
401
|
385
|
},
|
402
|
386
|
"node_modules/@commitlint/types": {
|
403
|
|
- "version": "12.0.1",
|
404
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.0.1.tgz",
|
405
|
|
- "integrity": "sha512-FsNDMV0W7D19/ZbR412klpqAilXASx75Neqh7jPtK278IEwdukOg3vth1r5kTm+BjDScM7wMUEOwIW3NNfAtwg==",
|
|
387
|
+ "version": "12.1.1",
|
|
388
|
+ "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.1.1.tgz",
|
|
389
|
+ "integrity": "sha512-+qGH+s2Lo6qwacV2X3/ZypZwaAI84ift+1HBjXdXtI/q0F5NtmXucV3lcQOTviMTNiJhq4qWON2fjci2NItASw==",
|
406
|
390
|
"dev": true,
|
407
|
391
|
"license": "MIT",
|
408
|
392
|
"dependencies": {
|
...
|
...
|
@@ -3821,16 +3805,16 @@
|
3821
|
3805
|
}
|
3822
|
3806
|
},
|
3823
|
3807
|
"@commitlint/cli": {
|
3824
|
|
- "version": "12.1.0",
|
3825
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.0.tgz",
|
3826
|
|
- "integrity": "sha512-VjDjQ0kSQASvTjk1pKaigHPXCw99hye/laPbOjpX4AVJXJjMm6oV1EitZHatINImDUgVLVLpG2Y9DI/bLcVjcg==",
|
|
3808
|
+ "version": "12.1.1",
|
|
3809
|
+ "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.1.tgz",
|
|
3810
|
+ "integrity": "sha512-SB67/s6VJ50seoPx/Sr2gj1fMzKrx+udgarecGdr8h43ah+M2e22gjQJ7xHv5KwyPQ+6ug1YOMCL34ubT4zupQ==",
|
3827
|
3811
|
"dev": true,
|
3828
|
3812
|
"requires": {
|
3829
|
|
- "@commitlint/format": "^12.0.1",
|
3830
|
|
- "@commitlint/lint": "^12.1.0",
|
3831
|
|
- "@commitlint/load": "^12.1.0",
|
3832
|
|
- "@commitlint/read": "^12.1.0",
|
3833
|
|
- "@commitlint/types": "^12.0.1",
|
|
3813
|
+ "@commitlint/format": "^12.1.1",
|
|
3814
|
+ "@commitlint/lint": "^12.1.1",
|
|
3815
|
+ "@commitlint/load": "^12.1.1",
|
|
3816
|
+ "@commitlint/read": "^12.1.1",
|
|
3817
|
+ "@commitlint/types": "^12.1.1",
|
3834
|
3818
|
"get-stdin": "8.0.0",
|
3835
|
3819
|
"lodash": "^4.17.19",
|
3836
|
3820
|
"resolve-from": "5.0.0",
|
...
|
...
|
@@ -3839,82 +3823,71 @@
|
3839
|
3823
|
}
|
3840
|
3824
|
},
|
3841
|
3825
|
"@commitlint/config-conventional": {
|
3842
|
|
- "version": "12.1.0",
|
3843
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.0.tgz",
|
3844
|
|
- "integrity": "sha512-kBQUO9XVyMSOPAFalnwrrvMODLvTGOpLcSkrTCgNChAo7w0FDk9ZWK5SnPfURR6/2A2bu3nCbJsfcYUJ0B7p2g==",
|
|
3826
|
+ "version": "12.1.1",
|
|
3827
|
+ "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.1.tgz",
|
|
3828
|
+ "integrity": "sha512-15CqbXMsQiEb0qbzjEHe2OkzaXPYSp7RxaS6KoSVk/4W0QiigquavQ+M0huBZze92h0lMS6Pxoq4AJ5CQ3D+iQ==",
|
3845
|
3829
|
"dev": true,
|
3846
|
3830
|
"requires": {
|
3847
|
3831
|
"conventional-changelog-conventionalcommits": "^4.3.1"
|
3848
|
3832
|
}
|
3849
|
3833
|
},
|
3850
|
3834
|
"@commitlint/ensure": {
|
3851
|
|
- "version": "12.0.1",
|
3852
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.0.1.tgz",
|
3853
|
|
- "integrity": "sha512-XdBq+q1YBBDxWIAEjE3Y1YMbzhUnUuSLAEWD8SU1xsvEpQXWRYwDlMBRkjO7funNWTdL0ZQSkZDzme70imYjbw==",
|
|
3835
|
+ "version": "12.1.1",
|
|
3836
|
+ "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.1.tgz",
|
|
3837
|
+ "integrity": "sha512-XEUQvUjzBVQM7Uv8vYz+c7PDukFvx0AvQEyX/V+PaTkCK/xPvexu7FLbFwvypjSt9BPMf+T/rhB1hVmldkd6lw==",
|
3854
|
3838
|
"dev": true,
|
3855
|
3839
|
"requires": {
|
3856
|
|
- "@commitlint/types": "^12.0.1",
|
|
3840
|
+ "@commitlint/types": "^12.1.1",
|
3857
|
3841
|
"lodash": "^4.17.19"
|
3858
|
3842
|
}
|
3859
|
3843
|
},
|
3860
|
3844
|
"@commitlint/execute-rule": {
|
3861
|
|
- "version": "12.0.1",
|
3862
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.0.1.tgz",
|
3863
|
|
- "integrity": "sha512-JzyweYfZlFLtXpgP+btzSY3YAkGPg61TqUSYQqBr4+5IaVf1FruMm5v4D5eLu9dAJuNKUfHbM3AEfuEPiZ79pg==",
|
|
3845
|
+ "version": "12.1.1",
|
|
3846
|
+ "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.1.tgz",
|
|
3847
|
+ "integrity": "sha512-6mplMGvLCKF5LieL7BRhydpg32tm6LICnWQADrWU4S5g9PKi2utNvhiaiuNPoHUXr29RdbNaGNcyyPv8DSjJsQ==",
|
3864
|
3848
|
"dev": true
|
3865
|
3849
|
},
|
3866
|
3850
|
"@commitlint/format": {
|
3867
|
|
- "version": "12.0.1",
|
3868
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.0.1.tgz",
|
3869
|
|
- "integrity": "sha512-rF79ipAxR8yFzPzG5tRoEZ//MRkyxCXj4JhpEjtdaCMBAXMssI8uazn3e5D8z4UFgSDe9qOnL0OmQvql7HTMoA==",
|
|
3851
|
+ "version": "12.1.1",
|
|
3852
|
+ "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.1.1.tgz",
|
|
3853
|
+ "integrity": "sha512-bTAoOryTFLqls17JTaRwk2WDVOP0NwuG4F/JPK8RaF6DMZNVQTfajkgTxFENNZRnESfau1BvivvEXfUAW2ZsvA==",
|
3870
|
3854
|
"dev": true,
|
3871
|
3855
|
"requires": {
|
3872
|
|
- "@commitlint/types": "^12.0.1",
|
|
3856
|
+ "@commitlint/types": "^12.1.1",
|
3873
|
3857
|
"chalk": "^4.0.0"
|
3874
|
3858
|
}
|
3875
|
3859
|
},
|
3876
|
3860
|
"@commitlint/is-ignored": {
|
3877
|
|
- "version": "12.1.0",
|
3878
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.0.tgz",
|
3879
|
|
- "integrity": "sha512-q8urjMNTKqvQzKOn4qLUp30vM6TK8Bxeu7lUfOrevmxuAGsIN5dr/preeFvFstP4hYIEIzrr8A2ZADCp6RSd9A==",
|
|
3861
|
+ "version": "12.1.1",
|
|
3862
|
+ "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.1.tgz",
|
|
3863
|
+ "integrity": "sha512-Sn4fsnWX+wLAJOD/UZeoVruB98te1TyPYRiDEq0MhRJAQIrP+7jE/O3/ass68AAMq00HvH3OK9kt4UBXggcGjA==",
|
3880
|
3864
|
"dev": true,
|
3881
|
3865
|
"requires": {
|
3882
|
|
- "@commitlint/types": "^12.0.1",
|
3883
|
|
- "semver": "7.3.4"
|
3884
|
|
- },
|
3885
|
|
- "dependencies": {
|
3886
|
|
- "semver": {
|
3887
|
|
- "version": "7.3.4",
|
3888
|
|
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
|
3889
|
|
- "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
|
3890
|
|
- "dev": true,
|
3891
|
|
- "requires": {
|
3892
|
|
- "lru-cache": "^6.0.0"
|
3893
|
|
- }
|
3894
|
|
- }
|
|
3866
|
+ "@commitlint/types": "^12.1.1",
|
|
3867
|
+ "semver": "7.3.5"
|
3895
|
3868
|
}
|
3896
|
3869
|
},
|
3897
|
3870
|
"@commitlint/lint": {
|
3898
|
|
- "version": "12.1.0",
|
3899
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-12.1.0.tgz",
|
3900
|
|
- "integrity": "sha512-RZEdLZKx+JIBMG4HOemlgU04JQGHU9FZALbjscHZYBofnFfxr95izdP6n5sVIK542/BYpcwXWhqQ06jS8f7U5g==",
|
|
3871
|
+ "version": "12.1.1",
|
|
3872
|
+ "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-12.1.1.tgz",
|
|
3873
|
+ "integrity": "sha512-FFFPpku/E0svL1jaUVqosuZJDDWiNWYBlUw5ZEljh3MwWRcoaWtMIX5bseX+IvHpFZsCTAiBs1kCgNulCi0UvA==",
|
3901
|
3874
|
"dev": true,
|
3902
|
3875
|
"requires": {
|
3903
|
|
- "@commitlint/is-ignored": "^12.1.0",
|
3904
|
|
- "@commitlint/parse": "^12.1.0",
|
3905
|
|
- "@commitlint/rules": "^12.1.0",
|
3906
|
|
- "@commitlint/types": "^12.0.1"
|
|
3876
|
+ "@commitlint/is-ignored": "^12.1.1",
|
|
3877
|
+ "@commitlint/parse": "^12.1.1",
|
|
3878
|
+ "@commitlint/rules": "^12.1.1",
|
|
3879
|
+ "@commitlint/types": "^12.1.1"
|
3907
|
3880
|
}
|
3908
|
3881
|
},
|
3909
|
3882
|
"@commitlint/load": {
|
3910
|
|
- "version": "12.1.0",
|
3911
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.0.tgz",
|
3912
|
|
- "integrity": "sha512-dMQainAoKsqFFY6+BdeoCSqiiG9Y9xsqCUJfICkOUx+kzrRrlANpT/Leyd8M5RYmZiIIrxGVUKfa1c/DTaOakQ==",
|
|
3883
|
+ "version": "12.1.1",
|
|
3884
|
+ "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.1.tgz",
|
|
3885
|
+ "integrity": "sha512-qOQtgNdJRULUQWP9jkpTwhj7aEtnqUtqeUpbQ9rjS+GIUST65HZbteNUX4S0mAEGPWqy2aK5xGd73cUfFSvuuw==",
|
3913
|
3886
|
"dev": true,
|
3914
|
3887
|
"requires": {
|
3915
|
|
- "@commitlint/execute-rule": "^12.0.1",
|
3916
|
|
- "@commitlint/resolve-extends": "^12.0.1",
|
3917
|
|
- "@commitlint/types": "^12.0.1",
|
|
3888
|
+ "@commitlint/execute-rule": "^12.1.1",
|
|
3889
|
+ "@commitlint/resolve-extends": "^12.1.1",
|
|
3890
|
+ "@commitlint/types": "^12.1.1",
|
3918
|
3891
|
"chalk": "^4.0.0",
|
3919
|
3892
|
"cosmiconfig": "^7.0.0",
|
3920
|
3893
|
"lodash": "^4.17.19",
|
...
|
...
|
@@ -3922,38 +3895,38 @@
|
3922
|
3895
|
}
|
3923
|
3896
|
},
|
3924
|
3897
|
"@commitlint/message": {
|
3925
|
|
- "version": "12.1.0",
|
3926
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.0.tgz",
|
3927
|
|
- "integrity": "sha512-5kc4MYWJUV2npn4QQnDWr8B1osB8o/QEPnWxjnCc2JD/PMDR8svt2ja+dyjZQcLC+9Ta1G2Tu6dy1LLhyTsghw==",
|
|
3898
|
+ "version": "12.1.1",
|
|
3899
|
+ "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.1.tgz",
|
|
3900
|
+ "integrity": "sha512-RakDSLAiOligXjhbLahV8HowF4K75pZIcs0+Ii9Q8Gz5H3DWf1Ngit7alFTWfcbf/+DTjSzVPov5HiwQZPIBUg==",
|
3928
|
3901
|
"dev": true
|
3929
|
3902
|
},
|
3930
|
3903
|
"@commitlint/parse": {
|
3931
|
|
- "version": "12.1.0",
|
3932
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-12.1.0.tgz",
|
3933
|
|
- "integrity": "sha512-n3y6MxsbmsXo/eCDheN1hVsNrhQ7v9vREdLkX7MWnjnrZhD4jyMQ1DfWpd6Fo5ss0gzpfeS/HTXTgkU1S2V8DQ==",
|
|
3904
|
+ "version": "12.1.1",
|
|
3905
|
+ "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-12.1.1.tgz",
|
|
3906
|
+ "integrity": "sha512-nuljIvAbBDr93DgL0wCArftEIhjSghawAwhvrKNV9FFcqAJqfVqitwMxJrNDCQ5pgUMCSKULLOEv+dA0bLlTEQ==",
|
3934
|
3907
|
"dev": true,
|
3935
|
3908
|
"requires": {
|
3936
|
|
- "@commitlint/types": "^12.0.1",
|
|
3909
|
+ "@commitlint/types": "^12.1.1",
|
3937
|
3910
|
"conventional-changelog-angular": "^5.0.11",
|
3938
|
3911
|
"conventional-commits-parser": "^3.0.0"
|
3939
|
3912
|
}
|
3940
|
3913
|
},
|
3941
|
3914
|
"@commitlint/read": {
|
3942
|
|
- "version": "12.1.0",
|
3943
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-12.1.0.tgz",
|
3944
|
|
- "integrity": "sha512-BXD0U/qFwPQtSOOZpD46pdhDGJ5eCVLwt41So8FdLidb28YWKA1O7Zb9CWCirG/eN42axfSNhz7XY1mD5gNa3Q==",
|
|
3915
|
+ "version": "12.1.1",
|
|
3916
|
+ "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-12.1.1.tgz",
|
|
3917
|
+ "integrity": "sha512-1k0CQEoZIdixvmqZRKEcWdj2XiKS7SlizEOJ1SE99Qui5d5FlBey8eaooTGgmpR6zObpIHJehtEPzM3VzUT3qA==",
|
3945
|
3918
|
"dev": true,
|
3946
|
3919
|
"requires": {
|
3947
|
|
- "@commitlint/top-level": "^12.0.1",
|
3948
|
|
- "@commitlint/types": "^12.0.1",
|
|
3920
|
+ "@commitlint/top-level": "^12.1.1",
|
|
3921
|
+ "@commitlint/types": "^12.1.1",
|
3949
|
3922
|
"fs-extra": "^9.0.0",
|
3950
|
3923
|
"git-raw-commits": "^2.0.0"
|
3951
|
3924
|
}
|
3952
|
3925
|
},
|
3953
|
3926
|
"@commitlint/resolve-extends": {
|
3954
|
|
- "version": "12.0.1",
|
3955
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.0.1.tgz",
|
3956
|
|
- "integrity": "sha512-Mvg0GDi/68Cqw893ha8uhxE8myHfPmiSSSi7d1x4VJNR4hoS37lBdX89kyx4i9NPmLfviY2cUJKTyK8ZrFznZw==",
|
|
3927
|
+ "version": "12.1.1",
|
|
3928
|
+ "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.1.tgz",
|
|
3929
|
+ "integrity": "sha512-/DXRt0S0U3o9lq5cc8OL1Lkx0IjW0HcDWjUkUXshAajBIKBYSJB8x/loNCi1krNEJ8SwLXUEFt5OLxNO6wE9yQ==",
|
3957
|
3930
|
"dev": true,
|
3958
|
3931
|
"requires": {
|
3959
|
3932
|
"import-fresh": "^3.0.0",
|
...
|
...
|
@@ -3963,27 +3936,27 @@
|
3963
|
3936
|
}
|
3964
|
3937
|
},
|
3965
|
3938
|
"@commitlint/rules": {
|
3966
|
|
- "version": "12.1.0",
|
3967
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.0.tgz",
|
3968
|
|
- "integrity": "sha512-jVuF/l60u+FBde2tto0iiFsAj0RVlKDkeENEQ6hQjdYNAxeOV7dUBndTY9vmhmCfL928sHBqRGTicdLwHHgSvA==",
|
|
3939
|
+ "version": "12.1.1",
|
|
3940
|
+ "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.1.tgz",
|
|
3941
|
+ "integrity": "sha512-oCcLF/ykcJfhM2DeeaDyrgdaiuKsqIPNocugdPj2WEyhSYqmx1/u18CV96LAtW+WyyiOLCCeiZwiQutx3T5nXg==",
|
3969
|
3942
|
"dev": true,
|
3970
|
3943
|
"requires": {
|
3971
|
|
- "@commitlint/ensure": "^12.0.1",
|
3972
|
|
- "@commitlint/message": "^12.1.0",
|
3973
|
|
- "@commitlint/to-lines": "^12.0.1",
|
3974
|
|
- "@commitlint/types": "^12.0.1"
|
|
3944
|
+ "@commitlint/ensure": "^12.1.1",
|
|
3945
|
+ "@commitlint/message": "^12.1.1",
|
|
3946
|
+ "@commitlint/to-lines": "^12.1.1",
|
|
3947
|
+ "@commitlint/types": "^12.1.1"
|
3975
|
3948
|
}
|
3976
|
3949
|
},
|
3977
|
3950
|
"@commitlint/to-lines": {
|
3978
|
|
- "version": "12.0.1",
|
3979
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-12.0.1.tgz",
|
3980
|
|
- "integrity": "sha512-XwcJ1jY7x2fhudzbGMpNQkTSMVrxWrI8bRMbVe3Abuu7RfYpFf7VXAlhtnLfxBoagaK7RxjC2+eRidp/3txQBg==",
|
|
3951
|
+ "version": "12.1.1",
|
|
3952
|
+ "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-12.1.1.tgz",
|
|
3953
|
+ "integrity": "sha512-W23AH2XF5rI27MOAPSSr0TUDoRe7ZbFoRtYhFnPu2MBmcuDA9Tmfd9N5sM2tBXtdE26uq3SazwKqGt1OoGAilQ==",
|
3981
|
3954
|
"dev": true
|
3982
|
3955
|
},
|
3983
|
3956
|
"@commitlint/top-level": {
|
3984
|
|
- "version": "12.0.1",
|
3985
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-12.0.1.tgz",
|
3986
|
|
- "integrity": "sha512-rHdgt7U24GEau2/9i2vEAbksxkBRiVjHj5ECFL5dd0AJOIvaK++vMg4EF/ME0X/1yd9qVTHTNOl2Q4tTFK7VBQ==",
|
|
3957
|
+ "version": "12.1.1",
|
|
3958
|
+ "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-12.1.1.tgz",
|
|
3959
|
+ "integrity": "sha512-g7uRbr81QEIg+pbii0OkE17Zh/2C/f6dSmiMDVRn1S0+hNHR1bENCh18hVUKcV/qKTUsKkFlhhWXM9mQBfxQJw==",
|
3987
|
3960
|
"dev": true,
|
3988
|
3961
|
"requires": {
|
3989
|
3962
|
"find-up": "^5.0.0"
|
...
|
...
|
@@ -4029,9 +4002,9 @@
|
4029
|
4002
|
}
|
4030
|
4003
|
},
|
4031
|
4004
|
"@commitlint/types": {
|
4032
|
|
- "version": "12.0.1",
|
4033
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.0.1.tgz",
|
4034
|
|
- "integrity": "sha512-FsNDMV0W7D19/ZbR412klpqAilXASx75Neqh7jPtK278IEwdukOg3vth1r5kTm+BjDScM7wMUEOwIW3NNfAtwg==",
|
|
4005
|
+ "version": "12.1.1",
|
|
4006
|
+ "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.1.1.tgz",
|
|
4007
|
+ "integrity": "sha512-+qGH+s2Lo6qwacV2X3/ZypZwaAI84ift+1HBjXdXtI/q0F5NtmXucV3lcQOTviMTNiJhq4qWON2fjci2NItASw==",
|
4035
|
4008
|
"dev": true,
|
4036
|
4009
|
"requires": {
|
4037
|
4010
|
"chalk": "^4.0.0"
|