...
|
...
|
@@ -8,8 +8,8 @@
|
8
|
8
|
"version": "0.1.0",
|
9
|
9
|
"license": "GPL-3.0",
|
10
|
10
|
"devDependencies": {
|
11
|
|
- "@commitlint/cli": "^12.1.3",
|
12
|
|
- "@commitlint/config-conventional": "^12.1.3",
|
|
11
|
+ "@commitlint/cli": "^12.1.4",
|
|
12
|
+ "@commitlint/config-conventional": "^12.1.4",
|
13
|
13
|
"husky": "^6.0.0",
|
14
|
14
|
"npm-run-all": "^4.1.5",
|
15
|
15
|
"prettier": "^2.3.0",
|
...
|
...
|
@@ -98,21 +98,21 @@
|
98
|
98
|
}
|
99
|
99
|
},
|
100
|
100
|
"node_modules/@commitlint/cli": {
|
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==",
|
|
101
|
+ "version": "12.1.4",
|
|
102
|
+ "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.4.tgz",
|
|
103
|
+ "integrity": "sha512-ZR1WjXLvqEffYyBPT0XdnSxtt3Ty1TMoujEtseW5o3vPnkA1UNashAMjQVg/oELqfaiAMnDw8SERPMN0e/0kLg==",
|
104
|
104
|
"dev": true,
|
105
|
105
|
"license": "MIT",
|
106
|
106
|
"dependencies": {
|
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",
|
|
107
|
+ "@commitlint/format": "^12.1.4",
|
|
108
|
+ "@commitlint/lint": "^12.1.4",
|
|
109
|
+ "@commitlint/load": "^12.1.4",
|
|
110
|
+ "@commitlint/read": "^12.1.4",
|
|
111
|
+ "@commitlint/types": "^12.1.4",
|
112
|
112
|
"lodash": "^4.17.19",
|
113
|
113
|
"resolve-from": "5.0.0",
|
114
|
114
|
"resolve-global": "1.0.0",
|
115
|
|
- "yargs": "^17.0.0"
|
|
115
|
+ "yargs": "^16.2.0"
|
116
|
116
|
},
|
117
|
117
|
"bin": {
|
118
|
118
|
"commitlint": "cli.js"
|
...
|
...
|
@@ -121,29 +121,10 @@
|
121
|
121
|
"node": ">=v10"
|
122
|
122
|
}
|
123
|
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
|
|
- },
|
143
|
124
|
"node_modules/@commitlint/config-conventional": {
|
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==",
|
|
125
|
+ "version": "12.1.4",
|
|
126
|
+ "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.4.tgz",
|
|
127
|
+ "integrity": "sha512-ZIdzmdy4o4WyqywMEpprRCrehjCSQrHkaRTVZV411GyLigFQHlEBSJITAihLAWe88Qy/8SyoIe5uKvAsV5vRqQ==",
|
147
|
128
|
"dev": true,
|
148
|
129
|
"license": "MIT",
|
149
|
130
|
"dependencies": {
|
...
|
...
|
@@ -154,13 +135,13 @@
|
154
|
135
|
}
|
155
|
136
|
},
|
156
|
137
|
"node_modules/@commitlint/ensure": {
|
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==",
|
|
138
|
+ "version": "12.1.4",
|
|
139
|
+ "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.4.tgz",
|
|
140
|
+ "integrity": "sha512-MxHIBuAG9M4xl33qUfIeMSasbv3ktK0W+iygldBxZOL4QSYC2Gn66pZAQMnV9o3V+sVFHoAK2XUKqBAYrgbEqw==",
|
160
|
141
|
"dev": true,
|
161
|
142
|
"license": "MIT",
|
162
|
143
|
"dependencies": {
|
163
|
|
- "@commitlint/types": "^12.1.3",
|
|
144
|
+ "@commitlint/types": "^12.1.4",
|
164
|
145
|
"lodash": "^4.17.19"
|
165
|
146
|
},
|
166
|
147
|
"engines": {
|
...
|
...
|
@@ -168,9 +149,9 @@
|
168
|
149
|
}
|
169
|
150
|
},
|
170
|
151
|
"node_modules/@commitlint/execute-rule": {
|
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
|
+ "version": "12.1.4",
|
|
153
|
+ "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.4.tgz",
|
|
154
|
+ "integrity": "sha512-h2S1j8SXyNeABb27q2Ok2vD1WfxJiXvOttKuRA9Or7LN6OQoC/KtT3844CIhhWNteNMu/wE0gkTqGxDVAnJiHg==",
|
174
|
155
|
"dev": true,
|
175
|
156
|
"license": "MIT",
|
176
|
157
|
"engines": {
|
...
|
...
|
@@ -178,13 +159,13 @@
|
178
|
159
|
}
|
179
|
160
|
},
|
180
|
161
|
"node_modules/@commitlint/format": {
|
181
|
|
- "version": "12.1.3",
|
182
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.1.3.tgz",
|
183
|
|
- "integrity": "sha512-2bJbmTaav7rX1fuk0AlEzuyTKheTOVwWDtjpWc6SWCZ+Rx8np3cXszZGYIzGFYmMLyxyfOF+FAwDydLjsFHJVA==",
|
|
162
|
+ "version": "12.1.4",
|
|
163
|
+ "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.1.4.tgz",
|
|
164
|
+ "integrity": "sha512-h28ucMaoRjVvvgS6Bdf85fa/+ZZ/iu1aeWGCpURnQV7/rrVjkhNSjZwGlCOUd5kDV1EnZ5XdI7L18SUpRjs26g==",
|
184
|
165
|
"dev": true,
|
185
|
166
|
"license": "MIT",
|
186
|
167
|
"dependencies": {
|
187
|
|
- "@commitlint/types": "^12.1.3",
|
|
168
|
+ "@commitlint/types": "^12.1.4",
|
188
|
169
|
"chalk": "^4.0.0"
|
189
|
170
|
},
|
190
|
171
|
"engines": {
|
...
|
...
|
@@ -192,13 +173,13 @@
|
192
|
173
|
}
|
193
|
174
|
},
|
194
|
175
|
"node_modules/@commitlint/is-ignored": {
|
195
|
|
- "version": "12.1.3",
|
196
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.3.tgz",
|
197
|
|
- "integrity": "sha512-XTVcUoMlXfJFBigtDpZbVVl0jCqyc1aCQeFawVxR1AIkm6YsQRgWB4O995BBePyboQEVb6pnFv3H17Gr2PPhpw==",
|
|
176
|
+ "version": "12.1.4",
|
|
177
|
+ "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.4.tgz",
|
|
178
|
+ "integrity": "sha512-uTu2jQU2SKvtIRVLOzMQo3KxDtO+iJ1p0olmncwrqy4AfPLgwoyCP2CiULq5M7xpR3+dE3hBlZXbZTQbD7ycIw==",
|
198
|
179
|
"dev": true,
|
199
|
180
|
"license": "MIT",
|
200
|
181
|
"dependencies": {
|
201
|
|
- "@commitlint/types": "^12.1.3",
|
|
182
|
+ "@commitlint/types": "^12.1.4",
|
202
|
183
|
"semver": "7.3.5"
|
203
|
184
|
},
|
204
|
185
|
"engines": {
|
...
|
...
|
@@ -206,31 +187,31 @@
|
206
|
187
|
}
|
207
|
188
|
},
|
208
|
189
|
"node_modules/@commitlint/lint": {
|
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==",
|
|
190
|
+ "version": "12.1.4",
|
|
191
|
+ "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-12.1.4.tgz",
|
|
192
|
+ "integrity": "sha512-1kZ8YDp4to47oIPFELUFGLiLumtPNKJigPFDuHt2+f3Q3IKdQ0uk53n3CPl4uoyso/Og/EZvb1mXjFR/Yce4cA==",
|
212
|
193
|
"dev": true,
|
213
|
194
|
"license": "MIT",
|
214
|
195
|
"dependencies": {
|
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"
|
|
196
|
+ "@commitlint/is-ignored": "^12.1.4",
|
|
197
|
+ "@commitlint/parse": "^12.1.4",
|
|
198
|
+ "@commitlint/rules": "^12.1.4",
|
|
199
|
+ "@commitlint/types": "^12.1.4"
|
219
|
200
|
},
|
220
|
201
|
"engines": {
|
221
|
202
|
"node": ">=v10"
|
222
|
203
|
}
|
223
|
204
|
},
|
224
|
205
|
"node_modules/@commitlint/load": {
|
225
|
|
- "version": "12.1.3",
|
226
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.3.tgz",
|
227
|
|
- "integrity": "sha512-+WH0cblSHzpyMQt0FPPabm1R/06A9eNgRrkFT5n6RuL8FuImRIRrjGIbTxCcvZWyFcOTlo61aov+dQ9MjUoxPA==",
|
|
206
|
+ "version": "12.1.4",
|
|
207
|
+ "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.4.tgz",
|
|
208
|
+ "integrity": "sha512-Keszi0IOjRzKfxT+qES/n+KZyLrxy79RQz8wWgssCboYjKEp+wC+fLCgbiMCYjI5k31CIzIOq/16J7Ycr0C0EA==",
|
228
|
209
|
"dev": true,
|
229
|
210
|
"license": "MIT",
|
230
|
211
|
"dependencies": {
|
231
|
|
- "@commitlint/execute-rule": "^12.1.3",
|
232
|
|
- "@commitlint/resolve-extends": "^12.1.3",
|
233
|
|
- "@commitlint/types": "^12.1.3",
|
|
212
|
+ "@commitlint/execute-rule": "^12.1.4",
|
|
213
|
+ "@commitlint/resolve-extends": "^12.1.4",
|
|
214
|
+ "@commitlint/types": "^12.1.4",
|
234
|
215
|
"chalk": "^4.0.0",
|
235
|
216
|
"cosmiconfig": "^7.0.0",
|
236
|
217
|
"lodash": "^4.17.19",
|
...
|
...
|
@@ -241,9 +222,9 @@
|
241
|
222
|
}
|
242
|
223
|
},
|
243
|
224
|
"node_modules/@commitlint/message": {
|
244
|
|
- "version": "12.1.3",
|
245
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.3.tgz",
|
246
|
|
- "integrity": "sha512-hSSUPisxLtG3GSeYO9s33j7C3V+SZ90s4Pe59Nx22xhdCOC8MjgRl8nVHaR5fRA1dT50QtlTaUKBKVIRBEEyug==",
|
|
225
|
+ "version": "12.1.4",
|
|
226
|
+ "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.4.tgz",
|
|
227
|
+ "integrity": "sha512-6QhalEKsKQ/Y16/cTk5NH4iByz26fqws2ub+AinHPtM7Io0jy4e3rym9iE+TkEqiqWZlUigZnTwbPvRJeSUBaA==",
|
247
|
228
|
"dev": true,
|
248
|
229
|
"license": "MIT",
|
249
|
230
|
"engines": {
|
...
|
...
|
@@ -251,13 +232,13 @@
|
251
|
232
|
}
|
252
|
233
|
},
|
253
|
234
|
"node_modules/@commitlint/parse": {
|
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==",
|
|
235
|
+ "version": "12.1.4",
|
|
236
|
+ "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-12.1.4.tgz",
|
|
237
|
+ "integrity": "sha512-yqKSAsK2V4X/HaLb/yYdrzs6oD/G48Ilt0EJ2Mp6RJeWYxG14w/Out6JrneWnr/cpzemyN5hExOg6+TB19H/Lw==",
|
257
|
238
|
"dev": true,
|
258
|
239
|
"license": "MIT",
|
259
|
240
|
"dependencies": {
|
260
|
|
- "@commitlint/types": "^12.1.3",
|
|
241
|
+ "@commitlint/types": "^12.1.4",
|
261
|
242
|
"conventional-changelog-angular": "^5.0.11",
|
262
|
243
|
"conventional-commits-parser": "^3.0.0"
|
263
|
244
|
},
|
...
|
...
|
@@ -266,25 +247,41 @@
|
266
|
247
|
}
|
267
|
248
|
},
|
268
|
249
|
"node_modules/@commitlint/read": {
|
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==",
|
|
250
|
+ "version": "12.1.4",
|
|
251
|
+ "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-12.1.4.tgz",
|
|
252
|
+ "integrity": "sha512-TnPQSJgD8Aod5Xeo9W4SaYKRZmIahukjcCWJ2s5zb3ZYSmj6C85YD9cR5vlRyrZjj78ItLUV/X4FMWWVIS38Jg==",
|
272
|
253
|
"dev": true,
|
273
|
254
|
"license": "MIT",
|
274
|
255
|
"dependencies": {
|
275
|
|
- "@commitlint/top-level": "^12.1.3",
|
276
|
|
- "@commitlint/types": "^12.1.3",
|
277
|
|
- "fs-extra": "^10.0.0",
|
|
256
|
+ "@commitlint/top-level": "^12.1.4",
|
|
257
|
+ "@commitlint/types": "^12.1.4",
|
|
258
|
+ "fs-extra": "^9.0.0",
|
278
|
259
|
"git-raw-commits": "^2.0.0"
|
279
|
260
|
},
|
280
|
261
|
"engines": {
|
281
|
262
|
"node": ">=v10"
|
282
|
263
|
}
|
283
|
264
|
},
|
|
265
|
+ "node_modules/@commitlint/read/node_modules/fs-extra": {
|
|
266
|
+ "version": "9.1.0",
|
|
267
|
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
|
|
268
|
+ "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
|
|
269
|
+ "dev": true,
|
|
270
|
+ "license": "MIT",
|
|
271
|
+ "dependencies": {
|
|
272
|
+ "at-least-node": "^1.0.0",
|
|
273
|
+ "graceful-fs": "^4.2.0",
|
|
274
|
+ "jsonfile": "^6.0.1",
|
|
275
|
+ "universalify": "^2.0.0"
|
|
276
|
+ },
|
|
277
|
+ "engines": {
|
|
278
|
+ "node": ">=10"
|
|
279
|
+ }
|
|
280
|
+ },
|
284
|
281
|
"node_modules/@commitlint/resolve-extends": {
|
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==",
|
|
282
|
+ "version": "12.1.4",
|
|
283
|
+ "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.4.tgz",
|
|
284
|
+ "integrity": "sha512-R9CoUtsXLd6KSCfsZly04grsH6JVnWFmVtWgWs1KdDpdV+G3TSs37tColMFqglpkx3dsWu8dsPD56+D9YnJfqg==",
|
288
|
285
|
"dev": true,
|
289
|
286
|
"license": "MIT",
|
290
|
287
|
"dependencies": {
|
...
|
...
|
@@ -298,25 +295,25 @@
|
298
|
295
|
}
|
299
|
296
|
},
|
300
|
297
|
"node_modules/@commitlint/rules": {
|
301
|
|
- "version": "12.1.3",
|
302
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.3.tgz",
|
303
|
|
- "integrity": "sha512-6sUaO5XJhf6phHNL+JatRsSLify6b0Q3AIuF90fWBBAIhRopDjhoHCtMetDOzWClHJiwc4V1MefKItL0x4AcIQ==",
|
|
298
|
+ "version": "12.1.4",
|
|
299
|
+ "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.4.tgz",
|
|
300
|
+ "integrity": "sha512-W8m6ZSjg7RuIsIfzQiFHa48X5mcPXeKT9yjBxVmjHvYfS2FDBf1VxCQ7vO0JTVIdV4ohjZ0eKg/wxxUuZHJAZg==",
|
304
|
301
|
"dev": true,
|
305
|
302
|
"license": "MIT",
|
306
|
303
|
"dependencies": {
|
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"
|
|
304
|
+ "@commitlint/ensure": "^12.1.4",
|
|
305
|
+ "@commitlint/message": "^12.1.4",
|
|
306
|
+ "@commitlint/to-lines": "^12.1.4",
|
|
307
|
+ "@commitlint/types": "^12.1.4"
|
311
|
308
|
},
|
312
|
309
|
"engines": {
|
313
|
310
|
"node": ">=v10"
|
314
|
311
|
}
|
315
|
312
|
},
|
316
|
313
|
"node_modules/@commitlint/to-lines": {
|
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==",
|
|
314
|
+ "version": "12.1.4",
|
|
315
|
+ "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-12.1.4.tgz",
|
|
316
|
+ "integrity": "sha512-TParumvbi8bdx3EdLXz2MaX+e15ZgoCqNUgqHsRLwyqLUTRbqCVkzrfadG1UcMQk8/d5aMbb327ZKG3Q4BRorw==",
|
320
|
317
|
"dev": true,
|
321
|
318
|
"license": "MIT",
|
322
|
319
|
"engines": {
|
...
|
...
|
@@ -324,9 +321,9 @@
|
324
|
321
|
}
|
325
|
322
|
},
|
326
|
323
|
"node_modules/@commitlint/top-level": {
|
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==",
|
|
324
|
+ "version": "12.1.4",
|
|
325
|
+ "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-12.1.4.tgz",
|
|
326
|
+ "integrity": "sha512-d4lTJrOT/dXlpY+NIt4CUl77ciEzYeNVc0VFgUQ6VA+b1rqYD2/VWFjBlWVOrklxtSDeKyuEhs36RGrppEFAvg==",
|
330
|
327
|
"dev": true,
|
331
|
328
|
"license": "MIT",
|
332
|
329
|
"dependencies": {
|
...
|
...
|
@@ -402,9 +399,9 @@
|
402
|
399
|
}
|
403
|
400
|
},
|
404
|
401
|
"node_modules/@commitlint/types": {
|
405
|
|
- "version": "12.1.3",
|
406
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.1.3.tgz",
|
407
|
|
- "integrity": "sha512-CqzlBU8eC38O0uPafyunphiz91zTfpKFYV/E3ER51aF1pxacxt8m2Y1v5KCZniuTVnFsF7/+A72ssxUk2FcWbw==",
|
|
402
|
+ "version": "12.1.4",
|
|
403
|
+ "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.1.4.tgz",
|
|
404
|
+ "integrity": "sha512-KRIjdnWNUx6ywz+SJvjmNCbQKcKP6KArhjZhY2l+CWKxak0d77SOjggkMwFTiSgLODOwmuLTbarR2ZfWPiPMlw==",
|
408
|
405
|
"dev": true,
|
409
|
406
|
"license": "MIT",
|
410
|
407
|
"dependencies": {
|
...
|
...
|
@@ -500,6 +497,16 @@
|
500
|
497
|
"integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=",
|
501
|
498
|
"dev": true
|
502
|
499
|
},
|
|
500
|
+ "node_modules/at-least-node": {
|
|
501
|
+ "version": "1.0.0",
|
|
502
|
+ "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
|
|
503
|
+ "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
|
|
504
|
+ "dev": true,
|
|
505
|
+ "license": "ISC",
|
|
506
|
+ "engines": {
|
|
507
|
+ "node": ">= 4.0.0"
|
|
508
|
+ }
|
|
509
|
+ },
|
503
|
510
|
"node_modules/author-regex": {
|
504
|
511
|
"version": "1.0.0",
|
505
|
512
|
"integrity": "sha1-0IiFvmubv5Q5/gh8dihyRfCoFFA=",
|
...
|
...
|
@@ -3787,105 +3794,88 @@
|
3787
|
3794
|
}
|
3788
|
3795
|
},
|
3789
|
3796
|
"@commitlint/cli": {
|
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==",
|
|
3797
|
+ "version": "12.1.4",
|
|
3798
|
+ "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.4.tgz",
|
|
3799
|
+ "integrity": "sha512-ZR1WjXLvqEffYyBPT0XdnSxtt3Ty1TMoujEtseW5o3vPnkA1UNashAMjQVg/oELqfaiAMnDw8SERPMN0e/0kLg==",
|
3793
|
3800
|
"dev": true,
|
3794
|
3801
|
"requires": {
|
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",
|
|
3802
|
+ "@commitlint/format": "^12.1.4",
|
|
3803
|
+ "@commitlint/lint": "^12.1.4",
|
|
3804
|
+ "@commitlint/load": "^12.1.4",
|
|
3805
|
+ "@commitlint/read": "^12.1.4",
|
|
3806
|
+ "@commitlint/types": "^12.1.4",
|
3800
|
3807
|
"lodash": "^4.17.19",
|
3801
|
3808
|
"resolve-from": "5.0.0",
|
3802
|
3809
|
"resolve-global": "1.0.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
|
|
- }
|
|
3810
|
+ "yargs": "^16.2.0"
|
3821
|
3811
|
}
|
3822
|
3812
|
},
|
3823
|
3813
|
"@commitlint/config-conventional": {
|
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==",
|
|
3814
|
+ "version": "12.1.4",
|
|
3815
|
+ "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.4.tgz",
|
|
3816
|
+ "integrity": "sha512-ZIdzmdy4o4WyqywMEpprRCrehjCSQrHkaRTVZV411GyLigFQHlEBSJITAihLAWe88Qy/8SyoIe5uKvAsV5vRqQ==",
|
3827
|
3817
|
"dev": true,
|
3828
|
3818
|
"requires": {
|
3829
|
3819
|
"conventional-changelog-conventionalcommits": "^4.3.1"
|
3830
|
3820
|
}
|
3831
|
3821
|
},
|
3832
|
3822
|
"@commitlint/ensure": {
|
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==",
|
|
3823
|
+ "version": "12.1.4",
|
|
3824
|
+ "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.4.tgz",
|
|
3825
|
+ "integrity": "sha512-MxHIBuAG9M4xl33qUfIeMSasbv3ktK0W+iygldBxZOL4QSYC2Gn66pZAQMnV9o3V+sVFHoAK2XUKqBAYrgbEqw==",
|
3836
|
3826
|
"dev": true,
|
3837
|
3827
|
"requires": {
|
3838
|
|
- "@commitlint/types": "^12.1.3",
|
|
3828
|
+ "@commitlint/types": "^12.1.4",
|
3839
|
3829
|
"lodash": "^4.17.19"
|
3840
|
3830
|
}
|
3841
|
3831
|
},
|
3842
|
3832
|
"@commitlint/execute-rule": {
|
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==",
|
|
3833
|
+ "version": "12.1.4",
|
|
3834
|
+ "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.4.tgz",
|
|
3835
|
+ "integrity": "sha512-h2S1j8SXyNeABb27q2Ok2vD1WfxJiXvOttKuRA9Or7LN6OQoC/KtT3844CIhhWNteNMu/wE0gkTqGxDVAnJiHg==",
|
3846
|
3836
|
"dev": true
|
3847
|
3837
|
},
|
3848
|
3838
|
"@commitlint/format": {
|
3849
|
|
- "version": "12.1.3",
|
3850
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.1.3.tgz",
|
3851
|
|
- "integrity": "sha512-2bJbmTaav7rX1fuk0AlEzuyTKheTOVwWDtjpWc6SWCZ+Rx8np3cXszZGYIzGFYmMLyxyfOF+FAwDydLjsFHJVA==",
|
|
3839
|
+ "version": "12.1.4",
|
|
3840
|
+ "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.1.4.tgz",
|
|
3841
|
+ "integrity": "sha512-h28ucMaoRjVvvgS6Bdf85fa/+ZZ/iu1aeWGCpURnQV7/rrVjkhNSjZwGlCOUd5kDV1EnZ5XdI7L18SUpRjs26g==",
|
3852
|
3842
|
"dev": true,
|
3853
|
3843
|
"requires": {
|
3854
|
|
- "@commitlint/types": "^12.1.3",
|
|
3844
|
+ "@commitlint/types": "^12.1.4",
|
3855
|
3845
|
"chalk": "^4.0.0"
|
3856
|
3846
|
}
|
3857
|
3847
|
},
|
3858
|
3848
|
"@commitlint/is-ignored": {
|
3859
|
|
- "version": "12.1.3",
|
3860
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.3.tgz",
|
3861
|
|
- "integrity": "sha512-XTVcUoMlXfJFBigtDpZbVVl0jCqyc1aCQeFawVxR1AIkm6YsQRgWB4O995BBePyboQEVb6pnFv3H17Gr2PPhpw==",
|
|
3849
|
+ "version": "12.1.4",
|
|
3850
|
+ "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.4.tgz",
|
|
3851
|
+ "integrity": "sha512-uTu2jQU2SKvtIRVLOzMQo3KxDtO+iJ1p0olmncwrqy4AfPLgwoyCP2CiULq5M7xpR3+dE3hBlZXbZTQbD7ycIw==",
|
3862
|
3852
|
"dev": true,
|
3863
|
3853
|
"requires": {
|
3864
|
|
- "@commitlint/types": "^12.1.3",
|
|
3854
|
+ "@commitlint/types": "^12.1.4",
|
3865
|
3855
|
"semver": "7.3.5"
|
3866
|
3856
|
}
|
3867
|
3857
|
},
|
3868
|
3858
|
"@commitlint/lint": {
|
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==",
|
|
3859
|
+ "version": "12.1.4",
|
|
3860
|
+ "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-12.1.4.tgz",
|
|
3861
|
+ "integrity": "sha512-1kZ8YDp4to47oIPFELUFGLiLumtPNKJigPFDuHt2+f3Q3IKdQ0uk53n3CPl4uoyso/Og/EZvb1mXjFR/Yce4cA==",
|
3872
|
3862
|
"dev": true,
|
3873
|
3863
|
"requires": {
|
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"
|
|
3864
|
+ "@commitlint/is-ignored": "^12.1.4",
|
|
3865
|
+ "@commitlint/parse": "^12.1.4",
|
|
3866
|
+ "@commitlint/rules": "^12.1.4",
|
|
3867
|
+ "@commitlint/types": "^12.1.4"
|
3878
|
3868
|
}
|
3879
|
3869
|
},
|
3880
|
3870
|
"@commitlint/load": {
|
3881
|
|
- "version": "12.1.3",
|
3882
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.3.tgz",
|
3883
|
|
- "integrity": "sha512-+WH0cblSHzpyMQt0FPPabm1R/06A9eNgRrkFT5n6RuL8FuImRIRrjGIbTxCcvZWyFcOTlo61aov+dQ9MjUoxPA==",
|
|
3871
|
+ "version": "12.1.4",
|
|
3872
|
+ "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.4.tgz",
|
|
3873
|
+ "integrity": "sha512-Keszi0IOjRzKfxT+qES/n+KZyLrxy79RQz8wWgssCboYjKEp+wC+fLCgbiMCYjI5k31CIzIOq/16J7Ycr0C0EA==",
|
3884
|
3874
|
"dev": true,
|
3885
|
3875
|
"requires": {
|
3886
|
|
- "@commitlint/execute-rule": "^12.1.3",
|
3887
|
|
- "@commitlint/resolve-extends": "^12.1.3",
|
3888
|
|
- "@commitlint/types": "^12.1.3",
|
|
3876
|
+ "@commitlint/execute-rule": "^12.1.4",
|
|
3877
|
+ "@commitlint/resolve-extends": "^12.1.4",
|
|
3878
|
+ "@commitlint/types": "^12.1.4",
|
3889
|
3879
|
"chalk": "^4.0.0",
|
3890
|
3880
|
"cosmiconfig": "^7.0.0",
|
3891
|
3881
|
"lodash": "^4.17.19",
|
...
|
...
|
@@ -3893,38 +3883,52 @@
|
3893
|
3883
|
}
|
3894
|
3884
|
},
|
3895
|
3885
|
"@commitlint/message": {
|
3896
|
|
- "version": "12.1.3",
|
3897
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.3.tgz",
|
3898
|
|
- "integrity": "sha512-hSSUPisxLtG3GSeYO9s33j7C3V+SZ90s4Pe59Nx22xhdCOC8MjgRl8nVHaR5fRA1dT50QtlTaUKBKVIRBEEyug==",
|
|
3886
|
+ "version": "12.1.4",
|
|
3887
|
+ "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.4.tgz",
|
|
3888
|
+ "integrity": "sha512-6QhalEKsKQ/Y16/cTk5NH4iByz26fqws2ub+AinHPtM7Io0jy4e3rym9iE+TkEqiqWZlUigZnTwbPvRJeSUBaA==",
|
3899
|
3889
|
"dev": true
|
3900
|
3890
|
},
|
3901
|
3891
|
"@commitlint/parse": {
|
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==",
|
|
3892
|
+ "version": "12.1.4",
|
|
3893
|
+ "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-12.1.4.tgz",
|
|
3894
|
+ "integrity": "sha512-yqKSAsK2V4X/HaLb/yYdrzs6oD/G48Ilt0EJ2Mp6RJeWYxG14w/Out6JrneWnr/cpzemyN5hExOg6+TB19H/Lw==",
|
3905
|
3895
|
"dev": true,
|
3906
|
3896
|
"requires": {
|
3907
|
|
- "@commitlint/types": "^12.1.3",
|
|
3897
|
+ "@commitlint/types": "^12.1.4",
|
3908
|
3898
|
"conventional-changelog-angular": "^5.0.11",
|
3909
|
3899
|
"conventional-commits-parser": "^3.0.0"
|
3910
|
3900
|
}
|
3911
|
3901
|
},
|
3912
|
3902
|
"@commitlint/read": {
|
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==",
|
|
3903
|
+ "version": "12.1.4",
|
|
3904
|
+ "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-12.1.4.tgz",
|
|
3905
|
+ "integrity": "sha512-TnPQSJgD8Aod5Xeo9W4SaYKRZmIahukjcCWJ2s5zb3ZYSmj6C85YD9cR5vlRyrZjj78ItLUV/X4FMWWVIS38Jg==",
|
3916
|
3906
|
"dev": true,
|
3917
|
3907
|
"requires": {
|
3918
|
|
- "@commitlint/top-level": "^12.1.3",
|
3919
|
|
- "@commitlint/types": "^12.1.3",
|
3920
|
|
- "fs-extra": "^10.0.0",
|
|
3908
|
+ "@commitlint/top-level": "^12.1.4",
|
|
3909
|
+ "@commitlint/types": "^12.1.4",
|
|
3910
|
+ "fs-extra": "^9.0.0",
|
3921
|
3911
|
"git-raw-commits": "^2.0.0"
|
|
3912
|
+ },
|
|
3913
|
+ "dependencies": {
|
|
3914
|
+ "fs-extra": {
|
|
3915
|
+ "version": "9.1.0",
|
|
3916
|
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
|
|
3917
|
+ "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
|
|
3918
|
+ "dev": true,
|
|
3919
|
+ "requires": {
|
|
3920
|
+ "at-least-node": "^1.0.0",
|
|
3921
|
+ "graceful-fs": "^4.2.0",
|
|
3922
|
+ "jsonfile": "^6.0.1",
|
|
3923
|
+ "universalify": "^2.0.0"
|
|
3924
|
+ }
|
|
3925
|
+ }
|
3922
|
3926
|
}
|
3923
|
3927
|
},
|
3924
|
3928
|
"@commitlint/resolve-extends": {
|
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==",
|
|
3929
|
+ "version": "12.1.4",
|
|
3930
|
+ "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.4.tgz",
|
|
3931
|
+ "integrity": "sha512-R9CoUtsXLd6KSCfsZly04grsH6JVnWFmVtWgWs1KdDpdV+G3TSs37tColMFqglpkx3dsWu8dsPD56+D9YnJfqg==",
|
3928
|
3932
|
"dev": true,
|
3929
|
3933
|
"requires": {
|
3930
|
3934
|
"import-fresh": "^3.0.0",
|
...
|
...
|
@@ -3934,27 +3938,27 @@
|
3934
|
3938
|
}
|
3935
|
3939
|
},
|
3936
|
3940
|
"@commitlint/rules": {
|
3937
|
|
- "version": "12.1.3",
|
3938
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.3.tgz",
|
3939
|
|
- "integrity": "sha512-6sUaO5XJhf6phHNL+JatRsSLify6b0Q3AIuF90fWBBAIhRopDjhoHCtMetDOzWClHJiwc4V1MefKItL0x4AcIQ==",
|
|
3941
|
+ "version": "12.1.4",
|
|
3942
|
+ "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.4.tgz",
|
|
3943
|
+ "integrity": "sha512-W8m6ZSjg7RuIsIfzQiFHa48X5mcPXeKT9yjBxVmjHvYfS2FDBf1VxCQ7vO0JTVIdV4ohjZ0eKg/wxxUuZHJAZg==",
|
3940
|
3944
|
"dev": true,
|
3941
|
3945
|
"requires": {
|
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"
|
|
3946
|
+ "@commitlint/ensure": "^12.1.4",
|
|
3947
|
+ "@commitlint/message": "^12.1.4",
|
|
3948
|
+ "@commitlint/to-lines": "^12.1.4",
|
|
3949
|
+ "@commitlint/types": "^12.1.4"
|
3946
|
3950
|
}
|
3947
|
3951
|
},
|
3948
|
3952
|
"@commitlint/to-lines": {
|
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==",
|
|
3953
|
+ "version": "12.1.4",
|
|
3954
|
+ "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-12.1.4.tgz",
|
|
3955
|
+ "integrity": "sha512-TParumvbi8bdx3EdLXz2MaX+e15ZgoCqNUgqHsRLwyqLUTRbqCVkzrfadG1UcMQk8/d5aMbb327ZKG3Q4BRorw==",
|
3952
|
3956
|
"dev": true
|
3953
|
3957
|
},
|
3954
|
3958
|
"@commitlint/top-level": {
|
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==",
|
|
3959
|
+ "version": "12.1.4",
|
|
3960
|
+ "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-12.1.4.tgz",
|
|
3961
|
+ "integrity": "sha512-d4lTJrOT/dXlpY+NIt4CUl77ciEzYeNVc0VFgUQ6VA+b1rqYD2/VWFjBlWVOrklxtSDeKyuEhs36RGrppEFAvg==",
|
3958
|
3962
|
"dev": true,
|
3959
|
3963
|
"requires": {
|
3960
|
3964
|
"find-up": "^5.0.0"
|
...
|
...
|
@@ -4000,9 +4004,9 @@
|
4000
|
4004
|
}
|
4001
|
4005
|
},
|
4002
|
4006
|
"@commitlint/types": {
|
4003
|
|
- "version": "12.1.3",
|
4004
|
|
- "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.1.3.tgz",
|
4005
|
|
- "integrity": "sha512-CqzlBU8eC38O0uPafyunphiz91zTfpKFYV/E3ER51aF1pxacxt8m2Y1v5KCZniuTVnFsF7/+A72ssxUk2FcWbw==",
|
|
4007
|
+ "version": "12.1.4",
|
|
4008
|
+ "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.1.4.tgz",
|
|
4009
|
+ "integrity": "sha512-KRIjdnWNUx6ywz+SJvjmNCbQKcKP6KArhjZhY2l+CWKxak0d77SOjggkMwFTiSgLODOwmuLTbarR2ZfWPiPMlw==",
|
4006
|
4010
|
"dev": true,
|
4007
|
4011
|
"requires": {
|
4008
|
4012
|
"chalk": "^4.0.0"
|
...
|
...
|
@@ -4076,6 +4080,12 @@
|
4076
|
4080
|
"integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=",
|
4077
|
4081
|
"dev": true
|
4078
|
4082
|
},
|
|
4083
|
+ "at-least-node": {
|
|
4084
|
+ "version": "1.0.0",
|
|
4085
|
+ "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
|
|
4086
|
+ "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
|
|
4087
|
+ "dev": true
|
|
4088
|
+ },
|
4079
|
4089
|
"author-regex": {
|
4080
|
4090
|
"version": "1.0.0",
|
4081
|
4091
|
"integrity": "sha1-0IiFvmubv5Q5/gh8dihyRfCoFFA=",
|