...
|
...
|
@@ -9,8 +9,8 @@
|
9
|
9
|
"version": "0.4.7",
|
10
|
10
|
"license": "LGPL-2.1",
|
11
|
11
|
"devDependencies": {
|
12
|
|
- "@commitlint/cli": "^13.2.1",
|
13
|
|
- "@commitlint/config-conventional": "^13.2.0",
|
|
12
|
+ "@commitlint/cli": "^14.1.0",
|
|
13
|
+ "@commitlint/config-conventional": "^14.1.0",
|
14
|
14
|
"husky": "^7.0.4",
|
15
|
15
|
"scrivano": "^0.1.0",
|
16
|
16
|
"standard-version": "^9.3.2"
|
...
|
...
|
@@ -96,16 +96,16 @@
|
96
|
96
|
}
|
97
|
97
|
},
|
98
|
98
|
"node_modules/@commitlint/cli": {
|
99
|
|
- "version": "13.2.1",
|
100
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-13.2.1.tgz",
|
101
|
|
- "integrity": "sha512-JGzYk2ay5JkRS5w+FLQzr0u/Kih52ds4HPpa3vnwVOQN8Q+S1VYr8Nk/6kRm6uNYsAcC1nejtuDxRdLcLh/9TA==",
|
|
99
|
+ "version": "14.1.0",
|
|
100
|
+ "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-14.1.0.tgz",
|
|
101
|
+ "integrity": "sha512-Orq62jkl9qAGvjFqhehtAqjGY/duJ8hIRPPIHmGR2jIB96D4VTmazS3ZvqJz2Q9kKr61mLAk/171zm0FVzQCYA==",
|
102
|
102
|
"dev": true,
|
103
|
103
|
"dependencies": {
|
104
|
|
- "@commitlint/format": "^13.2.0",
|
105
|
|
- "@commitlint/lint": "^13.2.0",
|
106
|
|
- "@commitlint/load": "^13.2.1",
|
107
|
|
- "@commitlint/read": "^13.2.0",
|
108
|
|
- "@commitlint/types": "^13.2.0",
|
|
104
|
+ "@commitlint/format": "^14.1.0",
|
|
105
|
+ "@commitlint/lint": "^14.1.0",
|
|
106
|
+ "@commitlint/load": "^14.1.0",
|
|
107
|
+ "@commitlint/read": "^14.0.0",
|
|
108
|
+ "@commitlint/types": "^14.0.0",
|
109
|
109
|
"lodash": "^4.17.19",
|
110
|
110
|
"resolve-from": "5.0.0",
|
111
|
111
|
"resolve-global": "1.0.0",
|
...
|
...
|
@@ -137,9 +137,9 @@
|
137
|
137
|
}
|
138
|
138
|
},
|
139
|
139
|
"node_modules/@commitlint/config-conventional": {
|
140
|
|
- "version": "13.2.0",
|
141
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.2.0.tgz",
|
142
|
|
- "integrity": "sha512-7u7DdOiF+3qSdDlbQGfpvCH8DCQdLFvnI2+VucYmmV7E92iD6t9PBj+UjIoSQCaMAzYp27Vkall78AkcXBh6Xw==",
|
|
140
|
+ "version": "14.1.0",
|
|
141
|
+ "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-14.1.0.tgz",
|
|
142
|
+ "integrity": "sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==",
|
143
|
143
|
"dev": true,
|
144
|
144
|
"dependencies": {
|
145
|
145
|
"conventional-changelog-conventionalcommits": "^4.3.1"
|
...
|
...
|
@@ -149,12 +149,12 @@
|
149
|
149
|
}
|
150
|
150
|
},
|
151
|
151
|
"node_modules/@commitlint/ensure": {
|
152
|
|
- "version": "13.2.0",
|
153
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.2.0.tgz",
|
154
|
|
- "integrity": "sha512-rqhT62RehdLTRBu8OrPHnRCCd/7RmHEE4TiTlT4BLlr5ls5jlZhecOQWJ8np872uCNirrJ5NFjnjYYdbkNoW9Q==",
|
|
152
|
+ "version": "14.1.0",
|
|
153
|
+ "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-14.1.0.tgz",
|
|
154
|
+ "integrity": "sha512-xrYvFdqVepT3XA1BmSh88eKbvYKtLuQu98QLfgxVmwS99Kj3yW0sT3D7jGvNsynbIx2dhbXofDyubf/DKkpFrQ==",
|
155
|
155
|
"dev": true,
|
156
|
156
|
"dependencies": {
|
157
|
|
- "@commitlint/types": "^13.2.0",
|
|
157
|
+ "@commitlint/types": "^14.0.0",
|
158
|
158
|
"lodash": "^4.17.19"
|
159
|
159
|
},
|
160
|
160
|
"engines": {
|
...
|
...
|
@@ -162,21 +162,21 @@
|
162
|
162
|
}
|
163
|
163
|
},
|
164
|
164
|
"node_modules/@commitlint/execute-rule": {
|
165
|
|
- "version": "13.2.0",
|
166
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-13.2.0.tgz",
|
167
|
|
- "integrity": "sha512-6nPwpN0hwTYmsH3WM4hCdN+NrMopgRIuQ0aqZa+jnwMoS/g6ljliQNYfL+m5WO306BaIu1W3yYpbW5aI8gEr0g==",
|
|
165
|
+ "version": "14.0.0",
|
|
166
|
+ "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-14.0.0.tgz",
|
|
167
|
+ "integrity": "sha512-Hh/HLpCBDlrD3Rx2x2pDBx6CU+OtVqGXh7mbFpNihAVx6B0zyZqm/vv0cdwdhfGW5OEn1BhCqHf1ZOvL/DwdWA==",
|
168
|
168
|
"dev": true,
|
169
|
169
|
"engines": {
|
170
|
170
|
"node": ">=v12"
|
171
|
171
|
}
|
172
|
172
|
},
|
173
|
173
|
"node_modules/@commitlint/format": {
|
174
|
|
- "version": "13.2.0",
|
175
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-13.2.0.tgz",
|
176
|
|
- "integrity": "sha512-yNBQJe6YFhM1pJAta4LvzQxccSKof6axJH7ALYjuhQqfT8AKlad7Y/2SuJ07ioyreNIqwOTuF2UfU8yJ7JzEIQ==",
|
|
174
|
+ "version": "14.1.0",
|
|
175
|
+ "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-14.1.0.tgz",
|
|
176
|
+ "integrity": "sha512-sF6engqqHjvxGctWRKjFs/HQeNowlpbVmmoP481b2UMQnVQnjjfXJvQsoLpaqFUvgc2sHM4L85F8BmAw+iHG1w==",
|
177
|
177
|
"dev": true,
|
178
|
178
|
"dependencies": {
|
179
|
|
- "@commitlint/types": "^13.2.0",
|
|
179
|
+ "@commitlint/types": "^14.0.0",
|
180
|
180
|
"chalk": "^4.0.0"
|
181
|
181
|
},
|
182
|
182
|
"engines": {
|
...
|
...
|
@@ -184,12 +184,12 @@
|
184
|
184
|
}
|
185
|
185
|
},
|
186
|
186
|
"node_modules/@commitlint/is-ignored": {
|
187
|
|
- "version": "13.2.0",
|
188
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-13.2.0.tgz",
|
189
|
|
- "integrity": "sha512-onnx4WctHFPPkHGFFAZBIWRSaNwuhixIIfbwPhcZ6IewwQX5n4jpjwM1GokA7vhlOnQ57W7AavbKUGjzIVtnRQ==",
|
|
187
|
+ "version": "14.0.0",
|
|
188
|
+ "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-14.0.0.tgz",
|
|
189
|
+ "integrity": "sha512-nJltYjXTa+mk+6SPe35nOZCCvt3Gh5mbDz008KQ4OPcn1GX1NG+pEgz1Kx3agDp/pc+JGnsrr5GV00gygIoloA==",
|
190
|
190
|
"dev": true,
|
191
|
191
|
"dependencies": {
|
192
|
|
- "@commitlint/types": "^13.2.0",
|
|
192
|
+ "@commitlint/types": "^14.0.0",
|
193
|
193
|
"semver": "7.3.5"
|
194
|
194
|
},
|
195
|
195
|
"engines": {
|
...
|
...
|
@@ -197,29 +197,29 @@
|
197
|
197
|
}
|
198
|
198
|
},
|
199
|
199
|
"node_modules/@commitlint/lint": {
|
200
|
|
- "version": "13.2.0",
|
201
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-13.2.0.tgz",
|
202
|
|
- "integrity": "sha512-5XYkh0e9ehHjA7BxAHFpjPgr1qqbFY8OFG1wpBiAhycbYBtJnQmculA2wcwqTM40YCUBqEvWFdq86jTG8fbkMw==",
|
|
200
|
+ "version": "14.1.0",
|
|
201
|
+ "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-14.1.0.tgz",
|
|
202
|
+ "integrity": "sha512-CApGJEOtWU/CcuPD8HkOR1jdUYpjKutGPaeby9nSFzJhwl/UQOjxc4Nd+2g2ygsMi5l3N4j2sWQYEgccpFC3lA==",
|
203
|
203
|
"dev": true,
|
204
|
204
|
"dependencies": {
|
205
|
|
- "@commitlint/is-ignored": "^13.2.0",
|
206
|
|
- "@commitlint/parse": "^13.2.0",
|
207
|
|
- "@commitlint/rules": "^13.2.0",
|
208
|
|
- "@commitlint/types": "^13.2.0"
|
|
205
|
+ "@commitlint/is-ignored": "^14.0.0",
|
|
206
|
+ "@commitlint/parse": "^14.0.0",
|
|
207
|
+ "@commitlint/rules": "^14.1.0",
|
|
208
|
+ "@commitlint/types": "^14.0.0"
|
209
|
209
|
},
|
210
|
210
|
"engines": {
|
211
|
211
|
"node": ">=v12"
|
212
|
212
|
}
|
213
|
213
|
},
|
214
|
214
|
"node_modules/@commitlint/load": {
|
215
|
|
- "version": "13.2.1",
|
216
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-13.2.1.tgz",
|
217
|
|
- "integrity": "sha512-qlaJkj0hfa9gtWRfCfbgFBTK3GYQRmjZhba4l9mUu4wV9lEZ4ICFlrLtd/8kaLXf/8xbrPhkAPkVFOAqM0YwUQ==",
|
|
215
|
+ "version": "14.1.0",
|
|
216
|
+ "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-14.1.0.tgz",
|
|
217
|
+ "integrity": "sha512-p+HbgjhkqLsnxyjOUdEYHztHCp8n2oLVUJTmRPuP5FXLNevh6Gwmxf+NYC2J0sgD084aV2CFi3qu1W4yHWIknA==",
|
218
|
218
|
"dev": true,
|
219
|
219
|
"dependencies": {
|
220
|
|
- "@commitlint/execute-rule": "^13.2.0",
|
221
|
|
- "@commitlint/resolve-extends": "^13.2.0",
|
222
|
|
- "@commitlint/types": "^13.2.0",
|
|
220
|
+ "@commitlint/execute-rule": "^14.0.0",
|
|
221
|
+ "@commitlint/resolve-extends": "^14.1.0",
|
|
222
|
+ "@commitlint/types": "^14.0.0",
|
223
|
223
|
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
|
224
|
224
|
"chalk": "^4.0.0",
|
225
|
225
|
"cosmiconfig": "^7.0.0",
|
...
|
...
|
@@ -232,21 +232,21 @@
|
232
|
232
|
}
|
233
|
233
|
},
|
234
|
234
|
"node_modules/@commitlint/message": {
|
235
|
|
- "version": "13.2.0",
|
236
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-13.2.0.tgz",
|
237
|
|
- "integrity": "sha512-+LlErJj2F2AC86xJb33VJIvSt25xqSF1I0b0GApSgoUtQBeJhx4SxIj1BLvGcLVmbRmbgTzAFq/QylwLId7EhA==",
|
|
235
|
+ "version": "14.0.0",
|
|
236
|
+ "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-14.0.0.tgz",
|
|
237
|
+ "integrity": "sha512-316Pum+bwDcZamOQw0DXSY17Dq9EjvL1zKdYIZqneu4lnXN6uFfi53Y/sP5crW6zlLdnuTHe1MnuewXPLHfH1Q==",
|
238
|
238
|
"dev": true,
|
239
|
239
|
"engines": {
|
240
|
240
|
"node": ">=v12"
|
241
|
241
|
}
|
242
|
242
|
},
|
243
|
243
|
"node_modules/@commitlint/parse": {
|
244
|
|
- "version": "13.2.0",
|
245
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-13.2.0.tgz",
|
246
|
|
- "integrity": "sha512-AtfKSQJQADbDhW+kuC5PxOyBANsYCuuJlZRZ2PYslOz2rvWwZ93zt+nKjM4g7C9ETbz0uq4r7/EoOsTJ2nJqfQ==",
|
|
244
|
+ "version": "14.0.0",
|
|
245
|
+ "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-14.0.0.tgz",
|
|
246
|
+ "integrity": "sha512-49qkk0TcwdxJPZUX8MElEzMlRFIL/cg64P4pk8HotFEm2HYdbxxZp6v3cbVw5WOsnRA0frrs+NNoOcIT83ccMQ==",
|
247
|
247
|
"dev": true,
|
248
|
248
|
"dependencies": {
|
249
|
|
- "@commitlint/types": "^13.2.0",
|
|
249
|
+ "@commitlint/types": "^14.0.0",
|
250
|
250
|
"conventional-changelog-angular": "^5.0.11",
|
251
|
251
|
"conventional-commits-parser": "^3.2.2"
|
252
|
252
|
},
|
...
|
...
|
@@ -255,13 +255,13 @@
|
255
|
255
|
}
|
256
|
256
|
},
|
257
|
257
|
"node_modules/@commitlint/read": {
|
258
|
|
- "version": "13.2.0",
|
259
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-13.2.0.tgz",
|
260
|
|
- "integrity": "sha512-7db5e1Bn3re6hQN0SqygTMF/QX6/MQauoJn3wJiUHE93lvwO6aFQxT3qAlYeyBPwfWsmDz/uSH454jtrSsv3Uw==",
|
|
258
|
+ "version": "14.0.0",
|
|
259
|
+ "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-14.0.0.tgz",
|
|
260
|
+ "integrity": "sha512-WXXcSLBqwXTqnEmB0lbU2TrayDJ2G3qI/lxy1ianVmpQol8p9BjodAA6bYxtYYHdQFVXUrIsclzFP/naWG+hlQ==",
|
261
|
261
|
"dev": true,
|
262
|
262
|
"dependencies": {
|
263
|
|
- "@commitlint/top-level": "^13.2.0",
|
264
|
|
- "@commitlint/types": "^13.2.0",
|
|
263
|
+ "@commitlint/top-level": "^14.0.0",
|
|
264
|
+ "@commitlint/types": "^14.0.0",
|
265
|
265
|
"fs-extra": "^10.0.0",
|
266
|
266
|
"git-raw-commits": "^2.0.0"
|
267
|
267
|
},
|
...
|
...
|
@@ -270,9 +270,9 @@
|
270
|
270
|
}
|
271
|
271
|
},
|
272
|
272
|
"node_modules/@commitlint/resolve-extends": {
|
273
|
|
- "version": "13.2.0",
|
274
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-13.2.0.tgz",
|
275
|
|
- "integrity": "sha512-HLCMkqMKtvl1yYLZ1Pm0UpFvd0kYjsm1meLOGZ7VkOd9G/XX+Fr1S2G5AT2zeiDw7WUVYK8lGVMNa319bnV+aw==",
|
|
273
|
+ "version": "14.1.0",
|
|
274
|
+ "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-14.1.0.tgz",
|
|
275
|
+ "integrity": "sha512-ko80k6QB6E6/OvGNWy4u7gzzWyluDT3VDNL2kfZaDywsnrYntUKyT4Do97gQ7orttITzj2GRtk3KWClVz4rUUQ==",
|
276
|
276
|
"dev": true,
|
277
|
277
|
"dependencies": {
|
278
|
278
|
"import-fresh": "^3.0.0",
|
...
|
...
|
@@ -285,15 +285,15 @@
|
285
|
285
|
}
|
286
|
286
|
},
|
287
|
287
|
"node_modules/@commitlint/rules": {
|
288
|
|
- "version": "13.2.0",
|
289
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-13.2.0.tgz",
|
290
|
|
- "integrity": "sha512-O3A9S7blOzvHfzrJrUQe9JxdtGy154ol/GXHwvd8WfMJ10y5ryBB4b6+0YZ1XhItWzrEASOfOKbD++EdLV90dQ==",
|
|
288
|
+ "version": "14.1.0",
|
|
289
|
+ "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-14.1.0.tgz",
|
|
290
|
+ "integrity": "sha512-6jmv414/1JzGzDI/DS+snAMhcL6roQKPdg0WB3kWTWN52EvWXBFm0HIMGt2H/FlRKxozwVXlQN60/1fNIl98xA==",
|
291
|
291
|
"dev": true,
|
292
|
292
|
"dependencies": {
|
293
|
|
- "@commitlint/ensure": "^13.2.0",
|
294
|
|
- "@commitlint/message": "^13.2.0",
|
295
|
|
- "@commitlint/to-lines": "^13.2.0",
|
296
|
|
- "@commitlint/types": "^13.2.0",
|
|
293
|
+ "@commitlint/ensure": "^14.1.0",
|
|
294
|
+ "@commitlint/message": "^14.0.0",
|
|
295
|
+ "@commitlint/to-lines": "^14.0.0",
|
|
296
|
+ "@commitlint/types": "^14.0.0",
|
297
|
297
|
"execa": "^5.0.0"
|
298
|
298
|
},
|
299
|
299
|
"engines": {
|
...
|
...
|
@@ -301,18 +301,18 @@
|
301
|
301
|
}
|
302
|
302
|
},
|
303
|
303
|
"node_modules/@commitlint/to-lines": {
|
304
|
|
- "version": "13.2.0",
|
305
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-13.2.0.tgz",
|
306
|
|
- "integrity": "sha512-ZfWZix2y/CzewReCrj5g0nKOEfj5HW9eBMDrqjJJMPApve00CWv0tYrFCGXuGlv244lW4uvWJt6J/0HLRWsfyg==",
|
|
304
|
+ "version": "14.0.0",
|
|
305
|
+ "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-14.0.0.tgz",
|
|
306
|
+ "integrity": "sha512-uIXk54oJDuYyLpI208s3+cGmJ323yvSJ9LB7yUDMWUeJi2LgRxE2EBZL995kLQdnoAsBBXcLq+VDyppg5bV/cg==",
|
307
|
307
|
"dev": true,
|
308
|
308
|
"engines": {
|
309
|
309
|
"node": ">=v12"
|
310
|
310
|
}
|
311
|
311
|
},
|
312
|
312
|
"node_modules/@commitlint/top-level": {
|
313
|
|
- "version": "13.2.0",
|
314
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-13.2.0.tgz",
|
315
|
|
- "integrity": "sha512-knBvWYbIq6VV6VPHrVeDsxDiJq4Zq6cv5NIYU3iesKAsmK2KlLfsZPa+Ig96Y4AqAPU3zNJwjHxYkz9qxdBbfA==",
|
|
313
|
+ "version": "14.0.0",
|
|
314
|
+ "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-14.0.0.tgz",
|
|
315
|
+ "integrity": "sha512-MZDKZfWfl9g4KozgWBGTCrI2cXkMHnBFlhwvEfrAu5G8wd5aL1f2uWEUMnBMjUikmhVj99i1pzge4XFWHQ29wQ==",
|
316
|
316
|
"dev": true,
|
317
|
317
|
"dependencies": {
|
318
|
318
|
"find-up": "^5.0.0"
|
...
|
...
|
@@ -383,9 +383,9 @@
|
383
|
383
|
}
|
384
|
384
|
},
|
385
|
385
|
"node_modules/@commitlint/types": {
|
386
|
|
- "version": "13.2.0",
|
387
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-13.2.0.tgz",
|
388
|
|
- "integrity": "sha512-RRVHEqmk1qn/dIaSQhvuca6k/6Z54G+r/KyimZ8gnAFielGiGUpsFRhIY3qhd5rXClVxDaa3nlcyTWckSccotQ==",
|
|
386
|
+ "version": "14.0.0",
|
|
387
|
+ "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-14.0.0.tgz",
|
|
388
|
+ "integrity": "sha512-sIls1nP2uSbGL466edYlh8mn7O/WP4i3bcvP+2DMhkscRCSgaPhNRWDilhYVsHt2Vu1HTQ27uT0Bj5/Lt2+EcQ==",
|
389
|
389
|
"dev": true,
|
390
|
390
|
"dependencies": {
|
391
|
391
|
"chalk": "^4.0.0"
|
...
|
...
|
@@ -3202,9 +3202,9 @@
|
3202
|
3202
|
"dev": true
|
3203
|
3203
|
},
|
3204
|
3204
|
"node_modules/typescript": {
|
3205
|
|
- "version": "4.4.3",
|
3206
|
|
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
|
3207
|
|
- "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==",
|
|
3205
|
+ "version": "4.4.4",
|
|
3206
|
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
|
|
3207
|
+ "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==",
|
3208
|
3208
|
"dev": true,
|
3209
|
3209
|
"bin": {
|
3210
|
3210
|
"tsc": "bin/tsc",
|
...
|
...
|
@@ -3437,16 +3437,16 @@
|
3437
|
3437
|
}
|
3438
|
3438
|
},
|
3439
|
3439
|
"@commitlint/cli": {
|
3440
|
|
- "version": "13.2.1",
|
3441
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-13.2.1.tgz",
|
3442
|
|
- "integrity": "sha512-JGzYk2ay5JkRS5w+FLQzr0u/Kih52ds4HPpa3vnwVOQN8Q+S1VYr8Nk/6kRm6uNYsAcC1nejtuDxRdLcLh/9TA==",
|
|
3440
|
+ "version": "14.1.0",
|
|
3441
|
+ "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-14.1.0.tgz",
|
|
3442
|
+ "integrity": "sha512-Orq62jkl9qAGvjFqhehtAqjGY/duJ8hIRPPIHmGR2jIB96D4VTmazS3ZvqJz2Q9kKr61mLAk/171zm0FVzQCYA==",
|
3443
|
3443
|
"dev": true,
|
3444
|
3444
|
"requires": {
|
3445
|
|
- "@commitlint/format": "^13.2.0",
|
3446
|
|
- "@commitlint/lint": "^13.2.0",
|
3447
|
|
- "@commitlint/load": "^13.2.1",
|
3448
|
|
- "@commitlint/read": "^13.2.0",
|
3449
|
|
- "@commitlint/types": "^13.2.0",
|
|
3445
|
+ "@commitlint/format": "^14.1.0",
|
|
3446
|
+ "@commitlint/lint": "^14.1.0",
|
|
3447
|
+ "@commitlint/load": "^14.1.0",
|
|
3448
|
+ "@commitlint/read": "^14.0.0",
|
|
3449
|
+ "@commitlint/types": "^14.0.0",
|
3450
|
3450
|
"lodash": "^4.17.19",
|
3451
|
3451
|
"resolve-from": "5.0.0",
|
3452
|
3452
|
"resolve-global": "1.0.0",
|
...
|
...
|
@@ -3471,71 +3471,71 @@
|
3471
|
3471
|
}
|
3472
|
3472
|
},
|
3473
|
3473
|
"@commitlint/config-conventional": {
|
3474
|
|
- "version": "13.2.0",
|
3475
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.2.0.tgz",
|
3476
|
|
- "integrity": "sha512-7u7DdOiF+3qSdDlbQGfpvCH8DCQdLFvnI2+VucYmmV7E92iD6t9PBj+UjIoSQCaMAzYp27Vkall78AkcXBh6Xw==",
|
|
3474
|
+ "version": "14.1.0",
|
|
3475
|
+ "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-14.1.0.tgz",
|
|
3476
|
+ "integrity": "sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==",
|
3477
|
3477
|
"dev": true,
|
3478
|
3478
|
"requires": {
|
3479
|
3479
|
"conventional-changelog-conventionalcommits": "^4.3.1"
|
3480
|
3480
|
}
|
3481
|
3481
|
},
|
3482
|
3482
|
"@commitlint/ensure": {
|
3483
|
|
- "version": "13.2.0",
|
3484
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.2.0.tgz",
|
3485
|
|
- "integrity": "sha512-rqhT62RehdLTRBu8OrPHnRCCd/7RmHEE4TiTlT4BLlr5ls5jlZhecOQWJ8np872uCNirrJ5NFjnjYYdbkNoW9Q==",
|
|
3483
|
+ "version": "14.1.0",
|
|
3484
|
+ "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-14.1.0.tgz",
|
|
3485
|
+ "integrity": "sha512-xrYvFdqVepT3XA1BmSh88eKbvYKtLuQu98QLfgxVmwS99Kj3yW0sT3D7jGvNsynbIx2dhbXofDyubf/DKkpFrQ==",
|
3486
|
3486
|
"dev": true,
|
3487
|
3487
|
"requires": {
|
3488
|
|
- "@commitlint/types": "^13.2.0",
|
|
3488
|
+ "@commitlint/types": "^14.0.0",
|
3489
|
3489
|
"lodash": "^4.17.19"
|
3490
|
3490
|
}
|
3491
|
3491
|
},
|
3492
|
3492
|
"@commitlint/execute-rule": {
|
3493
|
|
- "version": "13.2.0",
|
3494
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-13.2.0.tgz",
|
3495
|
|
- "integrity": "sha512-6nPwpN0hwTYmsH3WM4hCdN+NrMopgRIuQ0aqZa+jnwMoS/g6ljliQNYfL+m5WO306BaIu1W3yYpbW5aI8gEr0g==",
|
|
3493
|
+ "version": "14.0.0",
|
|
3494
|
+ "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-14.0.0.tgz",
|
|
3495
|
+ "integrity": "sha512-Hh/HLpCBDlrD3Rx2x2pDBx6CU+OtVqGXh7mbFpNihAVx6B0zyZqm/vv0cdwdhfGW5OEn1BhCqHf1ZOvL/DwdWA==",
|
3496
|
3496
|
"dev": true
|
3497
|
3497
|
},
|
3498
|
3498
|
"@commitlint/format": {
|
3499
|
|
- "version": "13.2.0",
|
3500
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-13.2.0.tgz",
|
3501
|
|
- "integrity": "sha512-yNBQJe6YFhM1pJAta4LvzQxccSKof6axJH7ALYjuhQqfT8AKlad7Y/2SuJ07ioyreNIqwOTuF2UfU8yJ7JzEIQ==",
|
|
3499
|
+ "version": "14.1.0",
|
|
3500
|
+ "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-14.1.0.tgz",
|
|
3501
|
+ "integrity": "sha512-sF6engqqHjvxGctWRKjFs/HQeNowlpbVmmoP481b2UMQnVQnjjfXJvQsoLpaqFUvgc2sHM4L85F8BmAw+iHG1w==",
|
3502
|
3502
|
"dev": true,
|
3503
|
3503
|
"requires": {
|
3504
|
|
- "@commitlint/types": "^13.2.0",
|
|
3504
|
+ "@commitlint/types": "^14.0.0",
|
3505
|
3505
|
"chalk": "^4.0.0"
|
3506
|
3506
|
}
|
3507
|
3507
|
},
|
3508
|
3508
|
"@commitlint/is-ignored": {
|
3509
|
|
- "version": "13.2.0",
|
3510
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-13.2.0.tgz",
|
3511
|
|
- "integrity": "sha512-onnx4WctHFPPkHGFFAZBIWRSaNwuhixIIfbwPhcZ6IewwQX5n4jpjwM1GokA7vhlOnQ57W7AavbKUGjzIVtnRQ==",
|
|
3509
|
+ "version": "14.0.0",
|
|
3510
|
+ "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-14.0.0.tgz",
|
|
3511
|
+ "integrity": "sha512-nJltYjXTa+mk+6SPe35nOZCCvt3Gh5mbDz008KQ4OPcn1GX1NG+pEgz1Kx3agDp/pc+JGnsrr5GV00gygIoloA==",
|
3512
|
3512
|
"dev": true,
|
3513
|
3513
|
"requires": {
|
3514
|
|
- "@commitlint/types": "^13.2.0",
|
|
3514
|
+ "@commitlint/types": "^14.0.0",
|
3515
|
3515
|
"semver": "7.3.5"
|
3516
|
3516
|
}
|
3517
|
3517
|
},
|
3518
|
3518
|
"@commitlint/lint": {
|
3519
|
|
- "version": "13.2.0",
|
3520
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-13.2.0.tgz",
|
3521
|
|
- "integrity": "sha512-5XYkh0e9ehHjA7BxAHFpjPgr1qqbFY8OFG1wpBiAhycbYBtJnQmculA2wcwqTM40YCUBqEvWFdq86jTG8fbkMw==",
|
|
3519
|
+ "version": "14.1.0",
|
|
3520
|
+ "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-14.1.0.tgz",
|
|
3521
|
+ "integrity": "sha512-CApGJEOtWU/CcuPD8HkOR1jdUYpjKutGPaeby9nSFzJhwl/UQOjxc4Nd+2g2ygsMi5l3N4j2sWQYEgccpFC3lA==",
|
3522
|
3522
|
"dev": true,
|
3523
|
3523
|
"requires": {
|
3524
|
|
- "@commitlint/is-ignored": "^13.2.0",
|
3525
|
|
- "@commitlint/parse": "^13.2.0",
|
3526
|
|
- "@commitlint/rules": "^13.2.0",
|
3527
|
|
- "@commitlint/types": "^13.2.0"
|
|
3524
|
+ "@commitlint/is-ignored": "^14.0.0",
|
|
3525
|
+ "@commitlint/parse": "^14.0.0",
|
|
3526
|
+ "@commitlint/rules": "^14.1.0",
|
|
3527
|
+ "@commitlint/types": "^14.0.0"
|
3528
|
3528
|
}
|
3529
|
3529
|
},
|
3530
|
3530
|
"@commitlint/load": {
|
3531
|
|
- "version": "13.2.1",
|
3532
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-13.2.1.tgz",
|
3533
|
|
- "integrity": "sha512-qlaJkj0hfa9gtWRfCfbgFBTK3GYQRmjZhba4l9mUu4wV9lEZ4ICFlrLtd/8kaLXf/8xbrPhkAPkVFOAqM0YwUQ==",
|
|
3531
|
+ "version": "14.1.0",
|
|
3532
|
+ "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-14.1.0.tgz",
|
|
3533
|
+ "integrity": "sha512-p+HbgjhkqLsnxyjOUdEYHztHCp8n2oLVUJTmRPuP5FXLNevh6Gwmxf+NYC2J0sgD084aV2CFi3qu1W4yHWIknA==",
|
3534
|
3534
|
"dev": true,
|
3535
|
3535
|
"requires": {
|
3536
|
|
- "@commitlint/execute-rule": "^13.2.0",
|
3537
|
|
- "@commitlint/resolve-extends": "^13.2.0",
|
3538
|
|
- "@commitlint/types": "^13.2.0",
|
|
3536
|
+ "@commitlint/execute-rule": "^14.0.0",
|
|
3537
|
+ "@commitlint/resolve-extends": "^14.1.0",
|
|
3538
|
+ "@commitlint/types": "^14.0.0",
|
3539
|
3539
|
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
|
3540
|
3540
|
"chalk": "^4.0.0",
|
3541
|
3541
|
"cosmiconfig": "^7.0.0",
|
...
|
...
|
@@ -3545,38 +3545,38 @@
|
3545
|
3545
|
}
|
3546
|
3546
|
},
|
3547
|
3547
|
"@commitlint/message": {
|
3548
|
|
- "version": "13.2.0",
|
3549
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-13.2.0.tgz",
|
3550
|
|
- "integrity": "sha512-+LlErJj2F2AC86xJb33VJIvSt25xqSF1I0b0GApSgoUtQBeJhx4SxIj1BLvGcLVmbRmbgTzAFq/QylwLId7EhA==",
|
|
3548
|
+ "version": "14.0.0",
|
|
3549
|
+ "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-14.0.0.tgz",
|
|
3550
|
+ "integrity": "sha512-316Pum+bwDcZamOQw0DXSY17Dq9EjvL1zKdYIZqneu4lnXN6uFfi53Y/sP5crW6zlLdnuTHe1MnuewXPLHfH1Q==",
|
3551
|
3551
|
"dev": true
|
3552
|
3552
|
},
|
3553
|
3553
|
"@commitlint/parse": {
|
3554
|
|
- "version": "13.2.0",
|
3555
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-13.2.0.tgz",
|
3556
|
|
- "integrity": "sha512-AtfKSQJQADbDhW+kuC5PxOyBANsYCuuJlZRZ2PYslOz2rvWwZ93zt+nKjM4g7C9ETbz0uq4r7/EoOsTJ2nJqfQ==",
|
|
3554
|
+ "version": "14.0.0",
|
|
3555
|
+ "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-14.0.0.tgz",
|
|
3556
|
+ "integrity": "sha512-49qkk0TcwdxJPZUX8MElEzMlRFIL/cg64P4pk8HotFEm2HYdbxxZp6v3cbVw5WOsnRA0frrs+NNoOcIT83ccMQ==",
|
3557
|
3557
|
"dev": true,
|
3558
|
3558
|
"requires": {
|
3559
|
|
- "@commitlint/types": "^13.2.0",
|
|
3559
|
+ "@commitlint/types": "^14.0.0",
|
3560
|
3560
|
"conventional-changelog-angular": "^5.0.11",
|
3561
|
3561
|
"conventional-commits-parser": "^3.2.2"
|
3562
|
3562
|
}
|
3563
|
3563
|
},
|
3564
|
3564
|
"@commitlint/read": {
|
3565
|
|
- "version": "13.2.0",
|
3566
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-13.2.0.tgz",
|
3567
|
|
- "integrity": "sha512-7db5e1Bn3re6hQN0SqygTMF/QX6/MQauoJn3wJiUHE93lvwO6aFQxT3qAlYeyBPwfWsmDz/uSH454jtrSsv3Uw==",
|
|
3565
|
+ "version": "14.0.0",
|
|
3566
|
+ "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-14.0.0.tgz",
|
|
3567
|
+ "integrity": "sha512-WXXcSLBqwXTqnEmB0lbU2TrayDJ2G3qI/lxy1ianVmpQol8p9BjodAA6bYxtYYHdQFVXUrIsclzFP/naWG+hlQ==",
|
3568
|
3568
|
"dev": true,
|
3569
|
3569
|
"requires": {
|
3570
|
|
- "@commitlint/top-level": "^13.2.0",
|
3571
|
|
- "@commitlint/types": "^13.2.0",
|
|
3570
|
+ "@commitlint/top-level": "^14.0.0",
|
|
3571
|
+ "@commitlint/types": "^14.0.0",
|
3572
|
3572
|
"fs-extra": "^10.0.0",
|
3573
|
3573
|
"git-raw-commits": "^2.0.0"
|
3574
|
3574
|
}
|
3575
|
3575
|
},
|
3576
|
3576
|
"@commitlint/resolve-extends": {
|
3577
|
|
- "version": "13.2.0",
|
3578
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-13.2.0.tgz",
|
3579
|
|
- "integrity": "sha512-HLCMkqMKtvl1yYLZ1Pm0UpFvd0kYjsm1meLOGZ7VkOd9G/XX+Fr1S2G5AT2zeiDw7WUVYK8lGVMNa319bnV+aw==",
|
|
3577
|
+ "version": "14.1.0",
|
|
3578
|
+ "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-14.1.0.tgz",
|
|
3579
|
+ "integrity": "sha512-ko80k6QB6E6/OvGNWy4u7gzzWyluDT3VDNL2kfZaDywsnrYntUKyT4Do97gQ7orttITzj2GRtk3KWClVz4rUUQ==",
|
3580
|
3580
|
"dev": true,
|
3581
|
3581
|
"requires": {
|
3582
|
3582
|
"import-fresh": "^3.0.0",
|
...
|
...
|
@@ -3586,28 +3586,28 @@
|
3586
|
3586
|
}
|
3587
|
3587
|
},
|
3588
|
3588
|
"@commitlint/rules": {
|
3589
|
|
- "version": "13.2.0",
|
3590
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-13.2.0.tgz",
|
3591
|
|
- "integrity": "sha512-O3A9S7blOzvHfzrJrUQe9JxdtGy154ol/GXHwvd8WfMJ10y5ryBB4b6+0YZ1XhItWzrEASOfOKbD++EdLV90dQ==",
|
|
3589
|
+ "version": "14.1.0",
|
|
3590
|
+ "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-14.1.0.tgz",
|
|
3591
|
+ "integrity": "sha512-6jmv414/1JzGzDI/DS+snAMhcL6roQKPdg0WB3kWTWN52EvWXBFm0HIMGt2H/FlRKxozwVXlQN60/1fNIl98xA==",
|
3592
|
3592
|
"dev": true,
|
3593
|
3593
|
"requires": {
|
3594
|
|
- "@commitlint/ensure": "^13.2.0",
|
3595
|
|
- "@commitlint/message": "^13.2.0",
|
3596
|
|
- "@commitlint/to-lines": "^13.2.0",
|
3597
|
|
- "@commitlint/types": "^13.2.0",
|
|
3594
|
+ "@commitlint/ensure": "^14.1.0",
|
|
3595
|
+ "@commitlint/message": "^14.0.0",
|
|
3596
|
+ "@commitlint/to-lines": "^14.0.0",
|
|
3597
|
+ "@commitlint/types": "^14.0.0",
|
3598
|
3598
|
"execa": "^5.0.0"
|
3599
|
3599
|
}
|
3600
|
3600
|
},
|
3601
|
3601
|
"@commitlint/to-lines": {
|
3602
|
|
- "version": "13.2.0",
|
3603
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-13.2.0.tgz",
|
3604
|
|
- "integrity": "sha512-ZfWZix2y/CzewReCrj5g0nKOEfj5HW9eBMDrqjJJMPApve00CWv0tYrFCGXuGlv244lW4uvWJt6J/0HLRWsfyg==",
|
|
3602
|
+ "version": "14.0.0",
|
|
3603
|
+ "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-14.0.0.tgz",
|
|
3604
|
+ "integrity": "sha512-uIXk54oJDuYyLpI208s3+cGmJ323yvSJ9LB7yUDMWUeJi2LgRxE2EBZL995kLQdnoAsBBXcLq+VDyppg5bV/cg==",
|
3605
|
3605
|
"dev": true
|
3606
|
3606
|
},
|
3607
|
3607
|
"@commitlint/top-level": {
|
3608
|
|
- "version": "13.2.0",
|
3609
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-13.2.0.tgz",
|
3610
|
|
- "integrity": "sha512-knBvWYbIq6VV6VPHrVeDsxDiJq4Zq6cv5NIYU3iesKAsmK2KlLfsZPa+Ig96Y4AqAPU3zNJwjHxYkz9qxdBbfA==",
|
|
3608
|
+ "version": "14.0.0",
|
|
3609
|
+ "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-14.0.0.tgz",
|
|
3610
|
+ "integrity": "sha512-MZDKZfWfl9g4KozgWBGTCrI2cXkMHnBFlhwvEfrAu5G8wd5aL1f2uWEUMnBMjUikmhVj99i1pzge4XFWHQ29wQ==",
|
3611
|
3611
|
"dev": true,
|
3612
|
3612
|
"requires": {
|
3613
|
3613
|
"find-up": "^5.0.0"
|
...
|
...
|
@@ -3653,9 +3653,9 @@
|
3653
|
3653
|
}
|
3654
|
3654
|
},
|
3655
|
3655
|
"@commitlint/types": {
|
3656
|
|
- "version": "13.2.0",
|
3657
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-13.2.0.tgz",
|
3658
|
|
- "integrity": "sha512-RRVHEqmk1qn/dIaSQhvuca6k/6Z54G+r/KyimZ8gnAFielGiGUpsFRhIY3qhd5rXClVxDaa3nlcyTWckSccotQ==",
|
|
3656
|
+ "version": "14.0.0",
|
|
3657
|
+ "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-14.0.0.tgz",
|
|
3658
|
+ "integrity": "sha512-sIls1nP2uSbGL466edYlh8mn7O/WP4i3bcvP+2DMhkscRCSgaPhNRWDilhYVsHt2Vu1HTQ27uT0Bj5/Lt2+EcQ==",
|
3659
|
3659
|
"dev": true,
|
3660
|
3660
|
"requires": {
|
3661
|
3661
|
"chalk": "^4.0.0"
|
...
|
...
|
@@ -5764,9 +5764,9 @@
|
5764
|
5764
|
"dev": true
|
5765
|
5765
|
},
|
5766
|
5766
|
"typescript": {
|
5767
|
|
- "version": "4.4.3",
|
5768
|
|
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
|
5769
|
|
- "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==",
|
|
5767
|
+ "version": "4.4.4",
|
|
5768
|
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
|
|
5769
|
+ "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==",
|
5770
|
5770
|
"dev": true
|
5771
|
5771
|
},
|
5772
|
5772
|
"uglify-js": {
|