...
|
...
|
@@ -8,8 +8,8 @@
|
8
|
8
|
"version": "0.1.0",
|
9
|
9
|
"license": "GPL-3.0",
|
10
|
10
|
"devDependencies": {
|
11
|
|
- "@commitlint/cli": "^12.1.2",
|
12
|
|
- "@commitlint/config-conventional": "^12.1.2",
|
|
11
|
+ "@commitlint/cli": "^12.1.3",
|
|
12
|
+ "@commitlint/config-conventional": "^12.1.3",
|
13
|
13
|
"husky": "^6.0.0",
|
14
|
14
|
"npm-run-all": "^4.1.5",
|
15
|
15
|
"prettier": "^2.3.0",
|
...
|
...
|
@@ -98,20 +98,21 @@
|
98
|
98
|
}
|
99
|
99
|
},
|
100
|
100
|
"node_modules/@commitlint/cli": {
|
101
|
|
- "version": "12.1.2",
|
102
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.2.tgz",
|
103
|
|
- "integrity": "sha512-JfAzFZaLvkldjjC+36PX8Ph5RUxxBayXt6Vb9EdIFe+l/URSmS9cKlmktwRUirfmP1GfE6tRMjMZRpvWM9/8Zw==",
|
|
101
|
+ "version": "12.1.3",
|
|
102
|
+ "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.3.tgz",
|
|
103
|
+ "integrity": "sha512-UZZZLCUmhZWftGJ/5o0qo/3NORIXB5bY4nVh2eG62AwkD2/GBYzNQJ8P2e+RMiQm6s8tmC2rTO9UwZKC2Rmkhw==",
|
104
|
104
|
"dev": true,
|
|
105
|
+ "license": "MIT",
|
105
|
106
|
"dependencies": {
|
106
|
|
- "@commitlint/format": "^12.1.2",
|
107
|
|
- "@commitlint/lint": "^12.1.2",
|
108
|
|
- "@commitlint/load": "^12.1.2",
|
109
|
|
- "@commitlint/read": "^12.1.2",
|
110
|
|
- "@commitlint/types": "^12.1.2",
|
|
107
|
+ "@commitlint/format": "^12.1.3",
|
|
108
|
+ "@commitlint/lint": "^12.1.3",
|
|
109
|
+ "@commitlint/load": "^12.1.3",
|
|
110
|
+ "@commitlint/read": "^12.1.3",
|
|
111
|
+ "@commitlint/types": "^12.1.3",
|
111
|
112
|
"lodash": "^4.17.19",
|
112
|
113
|
"resolve-from": "5.0.0",
|
113
|
114
|
"resolve-global": "1.0.0",
|
114
|
|
- "yargs": "^16.2.0"
|
|
115
|
+ "yargs": "^17.0.0"
|
115
|
116
|
},
|
116
|
117
|
"bin": {
|
117
|
118
|
"commitlint": "cli.js"
|
...
|
...
|
@@ -120,11 +121,31 @@
|
120
|
121
|
"node": ">=v10"
|
121
|
122
|
}
|
122
|
123
|
},
|
|
124
|
+ "node_modules/@commitlint/cli/node_modules/yargs": {
|
|
125
|
+ "version": "17.0.1",
|
|
126
|
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.0.1.tgz",
|
|
127
|
+ "integrity": "sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==",
|
|
128
|
+ "dev": true,
|
|
129
|
+ "license": "MIT",
|
|
130
|
+ "dependencies": {
|
|
131
|
+ "cliui": "^7.0.2",
|
|
132
|
+ "escalade": "^3.1.1",
|
|
133
|
+ "get-caller-file": "^2.0.5",
|
|
134
|
+ "require-directory": "^2.1.1",
|
|
135
|
+ "string-width": "^4.2.0",
|
|
136
|
+ "y18n": "^5.0.5",
|
|
137
|
+ "yargs-parser": "^20.2.2"
|
|
138
|
+ },
|
|
139
|
+ "engines": {
|
|
140
|
+ "node": ">=12"
|
|
141
|
+ }
|
|
142
|
+ },
|
123
|
143
|
"node_modules/@commitlint/config-conventional": {
|
124
|
|
- "version": "12.1.2",
|
125
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.2.tgz",
|
126
|
|
- "integrity": "sha512-c1VYAjM/6+RBvNeqMM9ooYKw2uUnHQiZWMEpKXGqPlawr6o0+vVytKQxOFfmvOnVo3TqqlNYYB/bk6sRo/zUUg==",
|
|
144
|
+ "version": "12.1.3",
|
|
145
|
+ "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.3.tgz",
|
|
146
|
+ "integrity": "sha512-aGko0/pIkj8/4xt/ZKQdU1XgmWE6j/SjLdNjaCVe6TsM3GWkaRpdT0uIgRAWk2GuYVWX3xdIiIE5qRKKVJe9fw==",
|
127
|
147
|
"dev": true,
|
|
148
|
+ "license": "MIT",
|
128
|
149
|
"dependencies": {
|
129
|
150
|
"conventional-changelog-conventionalcommits": "^4.3.1"
|
130
|
151
|
},
|
...
|
...
|
@@ -133,12 +154,13 @@
|
133
|
154
|
}
|
134
|
155
|
},
|
135
|
156
|
"node_modules/@commitlint/ensure": {
|
136
|
|
- "version": "12.1.2",
|
137
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.2.tgz",
|
138
|
|
- "integrity": "sha512-eTmEiiNgBaP95JclU0iYjaV2Mkvmzq/AQA8AWv4keerKUq8n4A+qBZjcLr3hhNdcnpg1kNxEIvqoy559nU144A==",
|
|
157
|
+ "version": "12.1.3",
|
|
158
|
+ "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.3.tgz",
|
|
159
|
+ "integrity": "sha512-zbF+fOOviUHp5URafRm+1VNzMZxHlL2qZh3mbivIiOnipDo78uAfZ5Mwa2ltVM/+Kyto02mbir6bRrtZGbLGbA==",
|
139
|
160
|
"dev": true,
|
|
161
|
+ "license": "MIT",
|
140
|
162
|
"dependencies": {
|
141
|
|
- "@commitlint/types": "^12.1.2",
|
|
163
|
+ "@commitlint/types": "^12.1.3",
|
142
|
164
|
"lodash": "^4.17.19"
|
143
|
165
|
},
|
144
|
166
|
"engines": {
|
...
|
...
|
@@ -146,21 +168,23 @@
|
146
|
168
|
}
|
147
|
169
|
},
|
148
|
170
|
"node_modules/@commitlint/execute-rule": {
|
149
|
|
- "version": "12.1.1",
|
150
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.1.tgz",
|
151
|
|
- "integrity": "sha512-6mplMGvLCKF5LieL7BRhydpg32tm6LICnWQADrWU4S5g9PKi2utNvhiaiuNPoHUXr29RdbNaGNcyyPv8DSjJsQ==",
|
|
171
|
+ "version": "12.1.3",
|
|
172
|
+ "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.3.tgz",
|
|
173
|
+ "integrity": "sha512-lI31wMxEG76RNt0+tVkMLEUDjl+aELsMuUQBgExj7IKMppFS1v44Tu/JneTNxBNA2iG316onA244HHexftM7vA==",
|
152
|
174
|
"dev": true,
|
|
175
|
+ "license": "MIT",
|
153
|
176
|
"engines": {
|
154
|
177
|
"node": ">=v10"
|
155
|
178
|
}
|
156
|
179
|
},
|
157
|
180
|
"node_modules/@commitlint/format": {
|
158
|
|
- "version": "12.1.2",
|
159
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.1.2.tgz",
|
160
|
|
- "integrity": "sha512-/8XE1pdDnEPUdDv8rGe9sseska+S3f7HDIfREIbtKlfqjXW9fC+u+4EIv4u1cWN9VkAA8NVadlce3GlYhhOeBQ==",
|
|
181
|
+ "version": "12.1.3",
|
|
182
|
+ "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.1.3.tgz",
|
|
183
|
+ "integrity": "sha512-2bJbmTaav7rX1fuk0AlEzuyTKheTOVwWDtjpWc6SWCZ+Rx8np3cXszZGYIzGFYmMLyxyfOF+FAwDydLjsFHJVA==",
|
161
|
184
|
"dev": true,
|
|
185
|
+ "license": "MIT",
|
162
|
186
|
"dependencies": {
|
163
|
|
- "@commitlint/types": "^12.1.2",
|
|
187
|
+ "@commitlint/types": "^12.1.3",
|
164
|
188
|
"chalk": "^4.0.0"
|
165
|
189
|
},
|
166
|
190
|
"engines": {
|
...
|
...
|
@@ -168,12 +192,13 @@
|
168
|
192
|
}
|
169
|
193
|
},
|
170
|
194
|
"node_modules/@commitlint/is-ignored": {
|
171
|
|
- "version": "12.1.2",
|
172
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.2.tgz",
|
173
|
|
- "integrity": "sha512-JMpP+qmRFAobka7HIItC/KjhHSyzcITyIXjm/WmToXkWqdR5NUuSSzpP+EQaFjsDZC+X6J/k1PZgGmQc/VLTbA==",
|
|
195
|
+ "version": "12.1.3",
|
|
196
|
+ "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.3.tgz",
|
|
197
|
+ "integrity": "sha512-XTVcUoMlXfJFBigtDpZbVVl0jCqyc1aCQeFawVxR1AIkm6YsQRgWB4O995BBePyboQEVb6pnFv3H17Gr2PPhpw==",
|
174
|
198
|
"dev": true,
|
|
199
|
+ "license": "MIT",
|
175
|
200
|
"dependencies": {
|
176
|
|
- "@commitlint/types": "^12.1.2",
|
|
201
|
+ "@commitlint/types": "^12.1.3",
|
177
|
202
|
"semver": "7.3.5"
|
178
|
203
|
},
|
179
|
204
|
"engines": {
|
...
|
...
|
@@ -181,29 +206,31 @@
|
181
|
206
|
}
|
182
|
207
|
},
|
183
|
208
|
"node_modules/@commitlint/lint": {
|
184
|
|
- "version": "12.1.2",
|
185
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-12.1.2.tgz",
|
186
|
|
- "integrity": "sha512-CP80ew2p7RzXXcwC7CFzjkqPpld+W28Ia7P+0P/SwJCdCoXjEyaj+6W0IMwu9w/9fYEyiLFTTjZfMRipnqem6w==",
|
|
209
|
+ "version": "12.1.3",
|
|
210
|
+ "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-12.1.3.tgz",
|
|
211
|
+ "integrity": "sha512-kdba3hsnbqOJOMqDXMhCJ852KrUAm/q60uF7CXaO7zW+Y3jxCAHqHqaholrdPCwNEHTh6pDfTMH+4CZfzfTtzg==",
|
187
|
212
|
"dev": true,
|
|
213
|
+ "license": "MIT",
|
188
|
214
|
"dependencies": {
|
189
|
|
- "@commitlint/is-ignored": "^12.1.2",
|
190
|
|
- "@commitlint/parse": "^12.1.2",
|
191
|
|
- "@commitlint/rules": "^12.1.2",
|
192
|
|
- "@commitlint/types": "^12.1.2"
|
|
215
|
+ "@commitlint/is-ignored": "^12.1.3",
|
|
216
|
+ "@commitlint/parse": "^12.1.3",
|
|
217
|
+ "@commitlint/rules": "^12.1.3",
|
|
218
|
+ "@commitlint/types": "^12.1.3"
|
193
|
219
|
},
|
194
|
220
|
"engines": {
|
195
|
221
|
"node": ">=v10"
|
196
|
222
|
}
|
197
|
223
|
},
|
198
|
224
|
"node_modules/@commitlint/load": {
|
199
|
|
- "version": "12.1.2",
|
200
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.2.tgz",
|
201
|
|
- "integrity": "sha512-OdTo33FriRCbMSUEvPhbcyd/SN5hi8AU3LVcwYqofpGmh04OZs3VrP8pIEDLCaFO5kKDWNdmmluYJx1sK2Qhww==",
|
|
225
|
+ "version": "12.1.3",
|
|
226
|
+ "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.3.tgz",
|
|
227
|
+ "integrity": "sha512-+WH0cblSHzpyMQt0FPPabm1R/06A9eNgRrkFT5n6RuL8FuImRIRrjGIbTxCcvZWyFcOTlo61aov+dQ9MjUoxPA==",
|
202
|
228
|
"dev": true,
|
|
229
|
+ "license": "MIT",
|
203
|
230
|
"dependencies": {
|
204
|
|
- "@commitlint/execute-rule": "^12.1.1",
|
205
|
|
- "@commitlint/resolve-extends": "^12.1.1",
|
206
|
|
- "@commitlint/types": "^12.1.2",
|
|
231
|
+ "@commitlint/execute-rule": "^12.1.3",
|
|
232
|
+ "@commitlint/resolve-extends": "^12.1.3",
|
|
233
|
+ "@commitlint/types": "^12.1.3",
|
207
|
234
|
"chalk": "^4.0.0",
|
208
|
235
|
"cosmiconfig": "^7.0.0",
|
209
|
236
|
"lodash": "^4.17.19",
|
...
|
...
|
@@ -214,21 +241,23 @@
|
214
|
241
|
}
|
215
|
242
|
},
|
216
|
243
|
"node_modules/@commitlint/message": {
|
217
|
|
- "version": "12.1.1",
|
218
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.1.tgz",
|
219
|
|
- "integrity": "sha512-RakDSLAiOligXjhbLahV8HowF4K75pZIcs0+Ii9Q8Gz5H3DWf1Ngit7alFTWfcbf/+DTjSzVPov5HiwQZPIBUg==",
|
|
244
|
+ "version": "12.1.3",
|
|
245
|
+ "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.3.tgz",
|
|
246
|
+ "integrity": "sha512-hSSUPisxLtG3GSeYO9s33j7C3V+SZ90s4Pe59Nx22xhdCOC8MjgRl8nVHaR5fRA1dT50QtlTaUKBKVIRBEEyug==",
|
220
|
247
|
"dev": true,
|
|
248
|
+ "license": "MIT",
|
221
|
249
|
"engines": {
|
222
|
250
|
"node": ">=v10"
|
223
|
251
|
}
|
224
|
252
|
},
|
225
|
253
|
"node_modules/@commitlint/parse": {
|
226
|
|
- "version": "12.1.2",
|
227
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-12.1.2.tgz",
|
228
|
|
- "integrity": "sha512-UpVlfITrek8bHYwOxwAUN906EhOtsQd2ApRBnBgQDBhSTBlhZ3XofqIkz1VDdKT2htcTrPQid3FlUXZF5zY1dQ==",
|
|
254
|
+ "version": "12.1.3",
|
|
255
|
+ "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-12.1.3.tgz",
|
|
256
|
+ "integrity": "sha512-VMa5Tas6VnGaKtPv+fhXKIbxCLOUtao0quS2ne/x+2E83rIdHhqA4vh/vK+hmJiiqAvMZ3+N1uX+PT6K1UB5Ww==",
|
229
|
257
|
"dev": true,
|
|
258
|
+ "license": "MIT",
|
230
|
259
|
"dependencies": {
|
231
|
|
- "@commitlint/types": "^12.1.2",
|
|
260
|
+ "@commitlint/types": "^12.1.3",
|
232
|
261
|
"conventional-changelog-angular": "^5.0.11",
|
233
|
262
|
"conventional-commits-parser": "^3.0.0"
|
234
|
263
|
},
|
...
|
...
|
@@ -237,14 +266,15 @@
|
237
|
266
|
}
|
238
|
267
|
},
|
239
|
268
|
"node_modules/@commitlint/read": {
|
240
|
|
- "version": "12.1.2",
|
241
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-12.1.2.tgz",
|
242
|
|
- "integrity": "sha512-ibzMMxKmzcDSslMBZPvaJVPnWgFQX9w6DK4x55rfReFVoKguuysFWoQvBMpWbjT4PZClCs7UPGMFNq9sNnHT5w==",
|
|
269
|
+ "version": "12.1.3",
|
|
270
|
+ "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-12.1.3.tgz",
|
|
271
|
+ "integrity": "sha512-JM/lWCn6nFuee6KG44yYh31Oy27GvVHFnVGN8xJ+sVjkxEV70j25scBoHBrYCgyRMPoAX05b2XWEuNSgm/UMhA==",
|
243
|
272
|
"dev": true,
|
|
273
|
+ "license": "MIT",
|
244
|
274
|
"dependencies": {
|
245
|
|
- "@commitlint/top-level": "^12.1.1",
|
246
|
|
- "@commitlint/types": "^12.1.2",
|
247
|
|
- "fs-extra": "^9.0.0",
|
|
275
|
+ "@commitlint/top-level": "^12.1.3",
|
|
276
|
+ "@commitlint/types": "^12.1.3",
|
|
277
|
+ "fs-extra": "^10.0.0",
|
248
|
278
|
"git-raw-commits": "^2.0.0"
|
249
|
279
|
},
|
250
|
280
|
"engines": {
|
...
|
...
|
@@ -252,10 +282,11 @@
|
252
|
282
|
}
|
253
|
283
|
},
|
254
|
284
|
"node_modules/@commitlint/resolve-extends": {
|
255
|
|
- "version": "12.1.1",
|
256
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.1.tgz",
|
257
|
|
- "integrity": "sha512-/DXRt0S0U3o9lq5cc8OL1Lkx0IjW0HcDWjUkUXshAajBIKBYSJB8x/loNCi1krNEJ8SwLXUEFt5OLxNO6wE9yQ==",
|
|
285
|
+ "version": "12.1.3",
|
|
286
|
+ "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.3.tgz",
|
|
287
|
+ "integrity": "sha512-ts2RfYSnbt6TlTnmj3NPrc4UK2nOSqcY4XLM/nM3KxbsUsqjRTpBBTCyLY338Ah+OIIGOwMZ21IIRYIFHPAl/Q==",
|
258
|
288
|
"dev": true,
|
|
289
|
+ "license": "MIT",
|
259
|
290
|
"dependencies": {
|
260
|
291
|
"import-fresh": "^3.0.0",
|
261
|
292
|
"lodash": "^4.17.19",
|
...
|
...
|
@@ -267,34 +298,37 @@
|
267
|
298
|
}
|
268
|
299
|
},
|
269
|
300
|
"node_modules/@commitlint/rules": {
|
270
|
|
- "version": "12.1.2",
|
271
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.2.tgz",
|
272
|
|
- "integrity": "sha512-UVRrF2BJvlpS+/Ublv8aWl0SOn7E+ykTAQsiRWANJRVsAk7JCsrrk5SGVoEG0p+QD80Wm9pGpsrXlnr+aM6w0A==",
|
|
301
|
+ "version": "12.1.3",
|
|
302
|
+ "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.3.tgz",
|
|
303
|
+ "integrity": "sha512-6sUaO5XJhf6phHNL+JatRsSLify6b0Q3AIuF90fWBBAIhRopDjhoHCtMetDOzWClHJiwc4V1MefKItL0x4AcIQ==",
|
273
|
304
|
"dev": true,
|
|
305
|
+ "license": "MIT",
|
274
|
306
|
"dependencies": {
|
275
|
|
- "@commitlint/ensure": "^12.1.2",
|
276
|
|
- "@commitlint/message": "^12.1.1",
|
277
|
|
- "@commitlint/to-lines": "^12.1.1",
|
278
|
|
- "@commitlint/types": "^12.1.2"
|
|
307
|
+ "@commitlint/ensure": "^12.1.3",
|
|
308
|
+ "@commitlint/message": "^12.1.3",
|
|
309
|
+ "@commitlint/to-lines": "^12.1.3",
|
|
310
|
+ "@commitlint/types": "^12.1.3"
|
279
|
311
|
},
|
280
|
312
|
"engines": {
|
281
|
313
|
"node": ">=v10"
|
282
|
314
|
}
|
283
|
315
|
},
|
284
|
316
|
"node_modules/@commitlint/to-lines": {
|
285
|
|
- "version": "12.1.1",
|
286
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-12.1.1.tgz",
|
287
|
|
- "integrity": "sha512-W23AH2XF5rI27MOAPSSr0TUDoRe7ZbFoRtYhFnPu2MBmcuDA9Tmfd9N5sM2tBXtdE26uq3SazwKqGt1OoGAilQ==",
|
|
317
|
+ "version": "12.1.3",
|
|
318
|
+ "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-12.1.3.tgz",
|
|
319
|
+ "integrity": "sha512-T8rNS6y/IBZPQlQt/AaNd8oKRiTETK5YzQBESpXWWXLHVFHgr076pw65gK55ZKjdJu9XZaTXu35J7XhgHFkpDA==",
|
288
|
320
|
"dev": true,
|
|
321
|
+ "license": "MIT",
|
289
|
322
|
"engines": {
|
290
|
323
|
"node": ">=v10"
|
291
|
324
|
}
|
292
|
325
|
},
|
293
|
326
|
"node_modules/@commitlint/top-level": {
|
294
|
|
- "version": "12.1.1",
|
295
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-12.1.1.tgz",
|
296
|
|
- "integrity": "sha512-g7uRbr81QEIg+pbii0OkE17Zh/2C/f6dSmiMDVRn1S0+hNHR1bENCh18hVUKcV/qKTUsKkFlhhWXM9mQBfxQJw==",
|
|
327
|
+ "version": "12.1.3",
|
|
328
|
+ "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-12.1.3.tgz",
|
|
329
|
+ "integrity": "sha512-EQKbsOOpuBodS2p45b4Q9/yW79qx1uRKoCzFMW9dNElbNupje2kyqUwttpJCK5Ca25Po12bbV+OtBHQQL4FXRw==",
|
297
|
330
|
"dev": true,
|
|
331
|
+ "license": "MIT",
|
298
|
332
|
"dependencies": {
|
299
|
333
|
"find-up": "^5.0.0"
|
300
|
334
|
},
|
...
|
...
|
@@ -307,6 +341,7 @@
|
307
|
341
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
308
|
342
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
309
|
343
|
"dev": true,
|
|
344
|
+ "license": "MIT",
|
310
|
345
|
"dependencies": {
|
311
|
346
|
"locate-path": "^6.0.0",
|
312
|
347
|
"path-exists": "^4.0.0"
|
...
|
...
|
@@ -323,6 +358,7 @@
|
323
|
358
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
324
|
359
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
325
|
360
|
"dev": true,
|
|
361
|
+ "license": "MIT",
|
326
|
362
|
"dependencies": {
|
327
|
363
|
"p-locate": "^5.0.0"
|
328
|
364
|
},
|
...
|
...
|
@@ -338,6 +374,7 @@
|
338
|
374
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
339
|
375
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
340
|
376
|
"dev": true,
|
|
377
|
+ "license": "MIT",
|
341
|
378
|
"dependencies": {
|
342
|
379
|
"yocto-queue": "^0.1.0"
|
343
|
380
|
},
|
...
|
...
|
@@ -353,6 +390,7 @@
|
353
|
390
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
354
|
391
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
355
|
392
|
"dev": true,
|
|
393
|
+ "license": "MIT",
|
356
|
394
|
"dependencies": {
|
357
|
395
|
"p-limit": "^3.0.2"
|
358
|
396
|
},
|
...
|
...
|
@@ -364,10 +402,11 @@
|
364
|
402
|
}
|
365
|
403
|
},
|
366
|
404
|
"node_modules/@commitlint/types": {
|
367
|
|
- "version": "12.1.2",
|
368
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.1.2.tgz",
|
369
|
|
- "integrity": "sha512-0OIQYVJvaeaWn8/flwvAVVxqSYDKYfi0koPTE/BTtBP95XsL81Ue2AOeF/S9FHg6yFSSB5W+QpfHpHstA7ygbw==",
|
|
405
|
+ "version": "12.1.3",
|
|
406
|
+ "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.1.3.tgz",
|
|
407
|
+ "integrity": "sha512-CqzlBU8eC38O0uPafyunphiz91zTfpKFYV/E3ER51aF1pxacxt8m2Y1v5KCZniuTVnFsF7/+A72ssxUk2FcWbw==",
|
370
|
408
|
"dev": true,
|
|
409
|
+ "license": "MIT",
|
371
|
410
|
"dependencies": {
|
372
|
411
|
"chalk": "^4.0.0"
|
373
|
412
|
},
|
...
|
...
|
@@ -461,15 +500,6 @@
|
461
|
500
|
"integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=",
|
462
|
501
|
"dev": true
|
463
|
502
|
},
|
464
|
|
- "node_modules/at-least-node": {
|
465
|
|
- "version": "1.0.0",
|
466
|
|
- "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
|
467
|
|
- "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
|
468
|
|
- "dev": true,
|
469
|
|
- "engines": {
|
470
|
|
- "node": ">= 4.0.0"
|
471
|
|
- }
|
472
|
|
- },
|
473
|
503
|
"node_modules/author-regex": {
|
474
|
504
|
"version": "1.0.0",
|
475
|
505
|
"integrity": "sha1-0IiFvmubv5Q5/gh8dihyRfCoFFA=",
|
...
|
...
|
@@ -567,6 +597,7 @@
|
567
|
597
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
|
568
|
598
|
"integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
|
569
|
599
|
"dev": true,
|
|
600
|
+ "license": "MIT",
|
570
|
601
|
"dependencies": {
|
571
|
602
|
"ansi-styles": "^4.1.0",
|
572
|
603
|
"supports-color": "^7.1.0"
|
...
|
...
|
@@ -1430,18 +1461,18 @@
|
1430
|
1461
|
}
|
1431
|
1462
|
},
|
1432
|
1463
|
"node_modules/fs-extra": {
|
1433
|
|
- "version": "9.1.0",
|
1434
|
|
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
|
1435
|
|
- "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
|
|
1464
|
+ "version": "10.0.0",
|
|
1465
|
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz",
|
|
1466
|
+ "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==",
|
1436
|
1467
|
"dev": true,
|
|
1468
|
+ "license": "MIT",
|
1437
|
1469
|
"dependencies": {
|
1438
|
|
- "at-least-node": "^1.0.0",
|
1439
|
1470
|
"graceful-fs": "^4.2.0",
|
1440
|
1471
|
"jsonfile": "^6.0.1",
|
1441
|
1472
|
"universalify": "^2.0.0"
|
1442
|
1473
|
},
|
1443
|
1474
|
"engines": {
|
1444
|
|
- "node": ">=10"
|
|
1475
|
+ "node": ">=12"
|
1445
|
1476
|
}
|
1446
|
1477
|
},
|
1447
|
1478
|
"node_modules/fs.realpath": {
|
...
|
...
|
@@ -1792,6 +1823,7 @@
|
1792
|
1823
|
"resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz",
|
1793
|
1824
|
"integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=",
|
1794
|
1825
|
"dev": true,
|
|
1826
|
+ "license": "MIT",
|
1795
|
1827
|
"dependencies": {
|
1796
|
1828
|
"ini": "^1.3.4"
|
1797
|
1829
|
},
|
...
|
...
|
@@ -1848,6 +1880,7 @@
|
1848
|
1880
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
1849
|
1881
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
1850
|
1882
|
"dev": true,
|
|
1883
|
+ "license": "MIT",
|
1851
|
1884
|
"engines": {
|
1852
|
1885
|
"node": ">=8"
|
1853
|
1886
|
}
|
...
|
...
|
@@ -2834,19 +2867,6 @@
|
2834
|
2867
|
"node": ">= 6"
|
2835
|
2868
|
}
|
2836
|
2869
|
},
|
2837
|
|
- "node_modules/prettier-package-json/node_modules/fs-extra": {
|
2838
|
|
- "version": "10.0.0",
|
2839
|
|
- "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==",
|
2840
|
|
- "dev": true,
|
2841
|
|
- "dependencies": {
|
2842
|
|
- "graceful-fs": "^4.2.0",
|
2843
|
|
- "jsonfile": "^6.0.1",
|
2844
|
|
- "universalify": "^2.0.0"
|
2845
|
|
- },
|
2846
|
|
- "engines": {
|
2847
|
|
- "node": ">=12"
|
2848
|
|
- }
|
2849
|
|
- },
|
2850
|
2870
|
"node_modules/process-nextick-args": {
|
2851
|
2871
|
"version": "2.0.1",
|
2852
|
2872
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
...
|
...
|
@@ -2999,6 +3019,7 @@
|
2999
|
3019
|
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
|
3000
|
3020
|
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
|
3001
|
3021
|
"dev": true,
|
|
3022
|
+ "license": "MIT",
|
3002
|
3023
|
"engines": {
|
3003
|
3024
|
"node": ">=8"
|
3004
|
3025
|
}
|
...
|
...
|
@@ -3008,6 +3029,7 @@
|
3008
|
3029
|
"resolved": "https://registry.npmjs.org/resolve-global/-/resolve-global-1.0.0.tgz",
|
3009
|
3030
|
"integrity": "sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==",
|
3010
|
3031
|
"dev": true,
|
|
3032
|
+ "license": "MIT",
|
3011
|
3033
|
"dependencies": {
|
3012
|
3034
|
"global-dirs": "^0.1.1"
|
3013
|
3035
|
},
|
...
|
...
|
@@ -3471,6 +3493,7 @@
|
3471
|
3493
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
3472
|
3494
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
3473
|
3495
|
"dev": true,
|
|
3496
|
+ "license": "MIT",
|
3474
|
3497
|
"dependencies": {
|
3475
|
3498
|
"has-flag": "^4.0.0"
|
3476
|
3499
|
},
|
...
|
...
|
@@ -3764,88 +3787,105 @@
|
3764
|
3787
|
}
|
3765
|
3788
|
},
|
3766
|
3789
|
"@commitlint/cli": {
|
3767
|
|
- "version": "12.1.2",
|
3768
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.2.tgz",
|
3769
|
|
- "integrity": "sha512-JfAzFZaLvkldjjC+36PX8Ph5RUxxBayXt6Vb9EdIFe+l/URSmS9cKlmktwRUirfmP1GfE6tRMjMZRpvWM9/8Zw==",
|
|
3790
|
+ "version": "12.1.3",
|
|
3791
|
+ "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.3.tgz",
|
|
3792
|
+ "integrity": "sha512-UZZZLCUmhZWftGJ/5o0qo/3NORIXB5bY4nVh2eG62AwkD2/GBYzNQJ8P2e+RMiQm6s8tmC2rTO9UwZKC2Rmkhw==",
|
3770
|
3793
|
"dev": true,
|
3771
|
3794
|
"requires": {
|
3772
|
|
- "@commitlint/format": "^12.1.2",
|
3773
|
|
- "@commitlint/lint": "^12.1.2",
|
3774
|
|
- "@commitlint/load": "^12.1.2",
|
3775
|
|
- "@commitlint/read": "^12.1.2",
|
3776
|
|
- "@commitlint/types": "^12.1.2",
|
|
3795
|
+ "@commitlint/format": "^12.1.3",
|
|
3796
|
+ "@commitlint/lint": "^12.1.3",
|
|
3797
|
+ "@commitlint/load": "^12.1.3",
|
|
3798
|
+ "@commitlint/read": "^12.1.3",
|
|
3799
|
+ "@commitlint/types": "^12.1.3",
|
3777
|
3800
|
"lodash": "^4.17.19",
|
3778
|
3801
|
"resolve-from": "5.0.0",
|
3779
|
3802
|
"resolve-global": "1.0.0",
|
3780
|
|
- "yargs": "^16.2.0"
|
|
3803
|
+ "yargs": "^17.0.0"
|
|
3804
|
+ },
|
|
3805
|
+ "dependencies": {
|
|
3806
|
+ "yargs": {
|
|
3807
|
+ "version": "17.0.1",
|
|
3808
|
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.0.1.tgz",
|
|
3809
|
+ "integrity": "sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==",
|
|
3810
|
+ "dev": true,
|
|
3811
|
+ "requires": {
|
|
3812
|
+ "cliui": "^7.0.2",
|
|
3813
|
+ "escalade": "^3.1.1",
|
|
3814
|
+ "get-caller-file": "^2.0.5",
|
|
3815
|
+ "require-directory": "^2.1.1",
|
|
3816
|
+ "string-width": "^4.2.0",
|
|
3817
|
+ "y18n": "^5.0.5",
|
|
3818
|
+ "yargs-parser": "^20.2.2"
|
|
3819
|
+ }
|
|
3820
|
+ }
|
3781
|
3821
|
}
|
3782
|
3822
|
},
|
3783
|
3823
|
"@commitlint/config-conventional": {
|
3784
|
|
- "version": "12.1.2",
|
3785
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.2.tgz",
|
3786
|
|
- "integrity": "sha512-c1VYAjM/6+RBvNeqMM9ooYKw2uUnHQiZWMEpKXGqPlawr6o0+vVytKQxOFfmvOnVo3TqqlNYYB/bk6sRo/zUUg==",
|
|
3824
|
+ "version": "12.1.3",
|
|
3825
|
+ "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.3.tgz",
|
|
3826
|
+ "integrity": "sha512-aGko0/pIkj8/4xt/ZKQdU1XgmWE6j/SjLdNjaCVe6TsM3GWkaRpdT0uIgRAWk2GuYVWX3xdIiIE5qRKKVJe9fw==",
|
3787
|
3827
|
"dev": true,
|
3788
|
3828
|
"requires": {
|
3789
|
3829
|
"conventional-changelog-conventionalcommits": "^4.3.1"
|
3790
|
3830
|
}
|
3791
|
3831
|
},
|
3792
|
3832
|
"@commitlint/ensure": {
|
3793
|
|
- "version": "12.1.2",
|
3794
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.2.tgz",
|
3795
|
|
- "integrity": "sha512-eTmEiiNgBaP95JclU0iYjaV2Mkvmzq/AQA8AWv4keerKUq8n4A+qBZjcLr3hhNdcnpg1kNxEIvqoy559nU144A==",
|
|
3833
|
+ "version": "12.1.3",
|
|
3834
|
+ "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.3.tgz",
|
|
3835
|
+ "integrity": "sha512-zbF+fOOviUHp5URafRm+1VNzMZxHlL2qZh3mbivIiOnipDo78uAfZ5Mwa2ltVM/+Kyto02mbir6bRrtZGbLGbA==",
|
3796
|
3836
|
"dev": true,
|
3797
|
3837
|
"requires": {
|
3798
|
|
- "@commitlint/types": "^12.1.2",
|
|
3838
|
+ "@commitlint/types": "^12.1.3",
|
3799
|
3839
|
"lodash": "^4.17.19"
|
3800
|
3840
|
}
|
3801
|
3841
|
},
|
3802
|
3842
|
"@commitlint/execute-rule": {
|
3803
|
|
- "version": "12.1.1",
|
3804
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.1.tgz",
|
3805
|
|
- "integrity": "sha512-6mplMGvLCKF5LieL7BRhydpg32tm6LICnWQADrWU4S5g9PKi2utNvhiaiuNPoHUXr29RdbNaGNcyyPv8DSjJsQ==",
|
|
3843
|
+ "version": "12.1.3",
|
|
3844
|
+ "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.3.tgz",
|
|
3845
|
+ "integrity": "sha512-lI31wMxEG76RNt0+tVkMLEUDjl+aELsMuUQBgExj7IKMppFS1v44Tu/JneTNxBNA2iG316onA244HHexftM7vA==",
|
3806
|
3846
|
"dev": true
|
3807
|
3847
|
},
|
3808
|
3848
|
"@commitlint/format": {
|
3809
|
|
- "version": "12.1.2",
|
3810
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.1.2.tgz",
|
3811
|
|
- "integrity": "sha512-/8XE1pdDnEPUdDv8rGe9sseska+S3f7HDIfREIbtKlfqjXW9fC+u+4EIv4u1cWN9VkAA8NVadlce3GlYhhOeBQ==",
|
|
3849
|
+ "version": "12.1.3",
|
|
3850
|
+ "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.1.3.tgz",
|
|
3851
|
+ "integrity": "sha512-2bJbmTaav7rX1fuk0AlEzuyTKheTOVwWDtjpWc6SWCZ+Rx8np3cXszZGYIzGFYmMLyxyfOF+FAwDydLjsFHJVA==",
|
3812
|
3852
|
"dev": true,
|
3813
|
3853
|
"requires": {
|
3814
|
|
- "@commitlint/types": "^12.1.2",
|
|
3854
|
+ "@commitlint/types": "^12.1.3",
|
3815
|
3855
|
"chalk": "^4.0.0"
|
3816
|
3856
|
}
|
3817
|
3857
|
},
|
3818
|
3858
|
"@commitlint/is-ignored": {
|
3819
|
|
- "version": "12.1.2",
|
3820
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.2.tgz",
|
3821
|
|
- "integrity": "sha512-JMpP+qmRFAobka7HIItC/KjhHSyzcITyIXjm/WmToXkWqdR5NUuSSzpP+EQaFjsDZC+X6J/k1PZgGmQc/VLTbA==",
|
|
3859
|
+ "version": "12.1.3",
|
|
3860
|
+ "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.3.tgz",
|
|
3861
|
+ "integrity": "sha512-XTVcUoMlXfJFBigtDpZbVVl0jCqyc1aCQeFawVxR1AIkm6YsQRgWB4O995BBePyboQEVb6pnFv3H17Gr2PPhpw==",
|
3822
|
3862
|
"dev": true,
|
3823
|
3863
|
"requires": {
|
3824
|
|
- "@commitlint/types": "^12.1.2",
|
|
3864
|
+ "@commitlint/types": "^12.1.3",
|
3825
|
3865
|
"semver": "7.3.5"
|
3826
|
3866
|
}
|
3827
|
3867
|
},
|
3828
|
3868
|
"@commitlint/lint": {
|
3829
|
|
- "version": "12.1.2",
|
3830
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-12.1.2.tgz",
|
3831
|
|
- "integrity": "sha512-CP80ew2p7RzXXcwC7CFzjkqPpld+W28Ia7P+0P/SwJCdCoXjEyaj+6W0IMwu9w/9fYEyiLFTTjZfMRipnqem6w==",
|
|
3869
|
+ "version": "12.1.3",
|
|
3870
|
+ "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-12.1.3.tgz",
|
|
3871
|
+ "integrity": "sha512-kdba3hsnbqOJOMqDXMhCJ852KrUAm/q60uF7CXaO7zW+Y3jxCAHqHqaholrdPCwNEHTh6pDfTMH+4CZfzfTtzg==",
|
3832
|
3872
|
"dev": true,
|
3833
|
3873
|
"requires": {
|
3834
|
|
- "@commitlint/is-ignored": "^12.1.2",
|
3835
|
|
- "@commitlint/parse": "^12.1.2",
|
3836
|
|
- "@commitlint/rules": "^12.1.2",
|
3837
|
|
- "@commitlint/types": "^12.1.2"
|
|
3874
|
+ "@commitlint/is-ignored": "^12.1.3",
|
|
3875
|
+ "@commitlint/parse": "^12.1.3",
|
|
3876
|
+ "@commitlint/rules": "^12.1.3",
|
|
3877
|
+ "@commitlint/types": "^12.1.3"
|
3838
|
3878
|
}
|
3839
|
3879
|
},
|
3840
|
3880
|
"@commitlint/load": {
|
3841
|
|
- "version": "12.1.2",
|
3842
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.2.tgz",
|
3843
|
|
- "integrity": "sha512-OdTo33FriRCbMSUEvPhbcyd/SN5hi8AU3LVcwYqofpGmh04OZs3VrP8pIEDLCaFO5kKDWNdmmluYJx1sK2Qhww==",
|
|
3881
|
+ "version": "12.1.3",
|
|
3882
|
+ "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.3.tgz",
|
|
3883
|
+ "integrity": "sha512-+WH0cblSHzpyMQt0FPPabm1R/06A9eNgRrkFT5n6RuL8FuImRIRrjGIbTxCcvZWyFcOTlo61aov+dQ9MjUoxPA==",
|
3844
|
3884
|
"dev": true,
|
3845
|
3885
|
"requires": {
|
3846
|
|
- "@commitlint/execute-rule": "^12.1.1",
|
3847
|
|
- "@commitlint/resolve-extends": "^12.1.1",
|
3848
|
|
- "@commitlint/types": "^12.1.2",
|
|
3886
|
+ "@commitlint/execute-rule": "^12.1.3",
|
|
3887
|
+ "@commitlint/resolve-extends": "^12.1.3",
|
|
3888
|
+ "@commitlint/types": "^12.1.3",
|
3849
|
3889
|
"chalk": "^4.0.0",
|
3850
|
3890
|
"cosmiconfig": "^7.0.0",
|
3851
|
3891
|
"lodash": "^4.17.19",
|
...
|
...
|
@@ -3853,38 +3893,38 @@
|
3853
|
3893
|
}
|
3854
|
3894
|
},
|
3855
|
3895
|
"@commitlint/message": {
|
3856
|
|
- "version": "12.1.1",
|
3857
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.1.tgz",
|
3858
|
|
- "integrity": "sha512-RakDSLAiOligXjhbLahV8HowF4K75pZIcs0+Ii9Q8Gz5H3DWf1Ngit7alFTWfcbf/+DTjSzVPov5HiwQZPIBUg==",
|
|
3896
|
+ "version": "12.1.3",
|
|
3897
|
+ "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.3.tgz",
|
|
3898
|
+ "integrity": "sha512-hSSUPisxLtG3GSeYO9s33j7C3V+SZ90s4Pe59Nx22xhdCOC8MjgRl8nVHaR5fRA1dT50QtlTaUKBKVIRBEEyug==",
|
3859
|
3899
|
"dev": true
|
3860
|
3900
|
},
|
3861
|
3901
|
"@commitlint/parse": {
|
3862
|
|
- "version": "12.1.2",
|
3863
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-12.1.2.tgz",
|
3864
|
|
- "integrity": "sha512-UpVlfITrek8bHYwOxwAUN906EhOtsQd2ApRBnBgQDBhSTBlhZ3XofqIkz1VDdKT2htcTrPQid3FlUXZF5zY1dQ==",
|
|
3902
|
+ "version": "12.1.3",
|
|
3903
|
+ "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-12.1.3.tgz",
|
|
3904
|
+ "integrity": "sha512-VMa5Tas6VnGaKtPv+fhXKIbxCLOUtao0quS2ne/x+2E83rIdHhqA4vh/vK+hmJiiqAvMZ3+N1uX+PT6K1UB5Ww==",
|
3865
|
3905
|
"dev": true,
|
3866
|
3906
|
"requires": {
|
3867
|
|
- "@commitlint/types": "^12.1.2",
|
|
3907
|
+ "@commitlint/types": "^12.1.3",
|
3868
|
3908
|
"conventional-changelog-angular": "^5.0.11",
|
3869
|
3909
|
"conventional-commits-parser": "^3.0.0"
|
3870
|
3910
|
}
|
3871
|
3911
|
},
|
3872
|
3912
|
"@commitlint/read": {
|
3873
|
|
- "version": "12.1.2",
|
3874
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-12.1.2.tgz",
|
3875
|
|
- "integrity": "sha512-ibzMMxKmzcDSslMBZPvaJVPnWgFQX9w6DK4x55rfReFVoKguuysFWoQvBMpWbjT4PZClCs7UPGMFNq9sNnHT5w==",
|
|
3913
|
+ "version": "12.1.3",
|
|
3914
|
+ "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-12.1.3.tgz",
|
|
3915
|
+ "integrity": "sha512-JM/lWCn6nFuee6KG44yYh31Oy27GvVHFnVGN8xJ+sVjkxEV70j25scBoHBrYCgyRMPoAX05b2XWEuNSgm/UMhA==",
|
3876
|
3916
|
"dev": true,
|
3877
|
3917
|
"requires": {
|
3878
|
|
- "@commitlint/top-level": "^12.1.1",
|
3879
|
|
- "@commitlint/types": "^12.1.2",
|
3880
|
|
- "fs-extra": "^9.0.0",
|
|
3918
|
+ "@commitlint/top-level": "^12.1.3",
|
|
3919
|
+ "@commitlint/types": "^12.1.3",
|
|
3920
|
+ "fs-extra": "^10.0.0",
|
3881
|
3921
|
"git-raw-commits": "^2.0.0"
|
3882
|
3922
|
}
|
3883
|
3923
|
},
|
3884
|
3924
|
"@commitlint/resolve-extends": {
|
3885
|
|
- "version": "12.1.1",
|
3886
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.1.tgz",
|
3887
|
|
- "integrity": "sha512-/DXRt0S0U3o9lq5cc8OL1Lkx0IjW0HcDWjUkUXshAajBIKBYSJB8x/loNCi1krNEJ8SwLXUEFt5OLxNO6wE9yQ==",
|
|
3925
|
+ "version": "12.1.3",
|
|
3926
|
+ "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.3.tgz",
|
|
3927
|
+ "integrity": "sha512-ts2RfYSnbt6TlTnmj3NPrc4UK2nOSqcY4XLM/nM3KxbsUsqjRTpBBTCyLY338Ah+OIIGOwMZ21IIRYIFHPAl/Q==",
|
3888
|
3928
|
"dev": true,
|
3889
|
3929
|
"requires": {
|
3890
|
3930
|
"import-fresh": "^3.0.0",
|
...
|
...
|
@@ -3894,27 +3934,27 @@
|
3894
|
3934
|
}
|
3895
|
3935
|
},
|
3896
|
3936
|
"@commitlint/rules": {
|
3897
|
|
- "version": "12.1.2",
|
3898
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.2.tgz",
|
3899
|
|
- "integrity": "sha512-UVRrF2BJvlpS+/Ublv8aWl0SOn7E+ykTAQsiRWANJRVsAk7JCsrrk5SGVoEG0p+QD80Wm9pGpsrXlnr+aM6w0A==",
|
|
3937
|
+ "version": "12.1.3",
|
|
3938
|
+ "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.3.tgz",
|
|
3939
|
+ "integrity": "sha512-6sUaO5XJhf6phHNL+JatRsSLify6b0Q3AIuF90fWBBAIhRopDjhoHCtMetDOzWClHJiwc4V1MefKItL0x4AcIQ==",
|
3900
|
3940
|
"dev": true,
|
3901
|
3941
|
"requires": {
|
3902
|
|
- "@commitlint/ensure": "^12.1.2",
|
3903
|
|
- "@commitlint/message": "^12.1.1",
|
3904
|
|
- "@commitlint/to-lines": "^12.1.1",
|
3905
|
|
- "@commitlint/types": "^12.1.2"
|
|
3942
|
+ "@commitlint/ensure": "^12.1.3",
|
|
3943
|
+ "@commitlint/message": "^12.1.3",
|
|
3944
|
+ "@commitlint/to-lines": "^12.1.3",
|
|
3945
|
+ "@commitlint/types": "^12.1.3"
|
3906
|
3946
|
}
|
3907
|
3947
|
},
|
3908
|
3948
|
"@commitlint/to-lines": {
|
3909
|
|
- "version": "12.1.1",
|
3910
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-12.1.1.tgz",
|
3911
|
|
- "integrity": "sha512-W23AH2XF5rI27MOAPSSr0TUDoRe7ZbFoRtYhFnPu2MBmcuDA9Tmfd9N5sM2tBXtdE26uq3SazwKqGt1OoGAilQ==",
|
|
3949
|
+ "version": "12.1.3",
|
|
3950
|
+ "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-12.1.3.tgz",
|
|
3951
|
+ "integrity": "sha512-T8rNS6y/IBZPQlQt/AaNd8oKRiTETK5YzQBESpXWWXLHVFHgr076pw65gK55ZKjdJu9XZaTXu35J7XhgHFkpDA==",
|
3912
|
3952
|
"dev": true
|
3913
|
3953
|
},
|
3914
|
3954
|
"@commitlint/top-level": {
|
3915
|
|
- "version": "12.1.1",
|
3916
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-12.1.1.tgz",
|
3917
|
|
- "integrity": "sha512-g7uRbr81QEIg+pbii0OkE17Zh/2C/f6dSmiMDVRn1S0+hNHR1bENCh18hVUKcV/qKTUsKkFlhhWXM9mQBfxQJw==",
|
|
3955
|
+ "version": "12.1.3",
|
|
3956
|
+ "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-12.1.3.tgz",
|
|
3957
|
+ "integrity": "sha512-EQKbsOOpuBodS2p45b4Q9/yW79qx1uRKoCzFMW9dNElbNupje2kyqUwttpJCK5Ca25Po12bbV+OtBHQQL4FXRw==",
|
3918
|
3958
|
"dev": true,
|
3919
|
3959
|
"requires": {
|
3920
|
3960
|
"find-up": "^5.0.0"
|
...
|
...
|
@@ -3960,9 +4000,9 @@
|
3960
|
4000
|
}
|
3961
|
4001
|
},
|
3962
|
4002
|
"@commitlint/types": {
|
3963
|
|
- "version": "12.1.2",
|
3964
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.1.2.tgz",
|
3965
|
|
- "integrity": "sha512-0OIQYVJvaeaWn8/flwvAVVxqSYDKYfi0koPTE/BTtBP95XsL81Ue2AOeF/S9FHg6yFSSB5W+QpfHpHstA7ygbw==",
|
|
4003
|
+ "version": "12.1.3",
|
|
4004
|
+ "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.1.3.tgz",
|
|
4005
|
+ "integrity": "sha512-CqzlBU8eC38O0uPafyunphiz91zTfpKFYV/E3ER51aF1pxacxt8m2Y1v5KCZniuTVnFsF7/+A72ssxUk2FcWbw==",
|
3966
|
4006
|
"dev": true,
|
3967
|
4007
|
"requires": {
|
3968
|
4008
|
"chalk": "^4.0.0"
|
...
|
...
|
@@ -4036,12 +4076,6 @@
|
4036
|
4076
|
"integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=",
|
4037
|
4077
|
"dev": true
|
4038
|
4078
|
},
|
4039
|
|
- "at-least-node": {
|
4040
|
|
- "version": "1.0.0",
|
4041
|
|
- "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
|
4042
|
|
- "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
|
4043
|
|
- "dev": true
|
4044
|
|
- },
|
4045
|
4079
|
"author-regex": {
|
4046
|
4080
|
"version": "1.0.0",
|
4047
|
4081
|
"integrity": "sha1-0IiFvmubv5Q5/gh8dihyRfCoFFA=",
|
...
|
...
|
@@ -4773,12 +4807,11 @@
|
4773
|
4807
|
}
|
4774
|
4808
|
},
|
4775
|
4809
|
"fs-extra": {
|
4776
|
|
- "version": "9.1.0",
|
4777
|
|
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
|
4778
|
|
- "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
|
|
4810
|
+ "version": "10.0.0",
|
|
4811
|
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz",
|
|
4812
|
+ "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==",
|
4779
|
4813
|
"dev": true,
|
4780
|
4814
|
"requires": {
|
4781
|
|
- "at-least-node": "^1.0.0",
|
4782
|
4815
|
"graceful-fs": "^4.2.0",
|
4783
|
4816
|
"jsonfile": "^6.0.1",
|
4784
|
4817
|
"universalify": "^2.0.0"
|
...
|
...
|
@@ -5796,16 +5829,6 @@
|
5796
|
5829
|
"version": "4.1.1",
|
5797
|
5830
|
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
|
5798
|
5831
|
"dev": true
|
5799
|
|
- },
|
5800
|
|
- "fs-extra": {
|
5801
|
|
- "version": "10.0.0",
|
5802
|
|
- "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==",
|
5803
|
|
- "dev": true,
|
5804
|
|
- "requires": {
|
5805
|
|
- "graceful-fs": "^4.2.0",
|
5806
|
|
- "jsonfile": "^6.0.1",
|
5807
|
|
- "universalify": "^2.0.0"
|
5808
|
|
- }
|
5809
|
5832
|
}
|
5810
|
5833
|
}
|
5811
|
5834
|
},
|