sfdx-jayree 4.3.6 → 4.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +21 -21
- package/lib/src/commands/jayree/packagedescription/set.js +1 -1
- package/lib/src/commands/jayree/packagedescription/set.js.map +1 -1
- package/lib/src/utils/puppeteer/statetasks.js +3 -3
- package/lib/src/utils/renderer.d.ts +38 -43
- package/lib/src/utils/renderer.js +57 -30
- package/lib/src/utils/renderer.js.map +1 -1
- package/lib/src/utils/xml.js +11 -14
- package/lib/src/utils/xml.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +16 -16
- package/yarn.lock +215 -48
package/yarn.lock
CHANGED
|
@@ -207,6 +207,21 @@
|
|
|
207
207
|
resolve-global "1.0.0"
|
|
208
208
|
yargs "^17.0.0"
|
|
209
209
|
|
|
210
|
+
"@commitlint/cli@^16.0.1":
|
|
211
|
+
version "16.0.1"
|
|
212
|
+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.0.1.tgz#21905c898ebece7da42277209022b1bc80c4fb39"
|
|
213
|
+
integrity sha512-61gGRy65WiVDRsqP0dAR2fAgE3qrTBW3fgz9MySv32y5Ib3ZXXDDq6bGyQqi2dSaPuDYzNCRwwlC7mmQM73T/g==
|
|
214
|
+
dependencies:
|
|
215
|
+
"@commitlint/format" "^16.0.0"
|
|
216
|
+
"@commitlint/lint" "^16.0.0"
|
|
217
|
+
"@commitlint/load" "^16.0.0"
|
|
218
|
+
"@commitlint/read" "^16.0.0"
|
|
219
|
+
"@commitlint/types" "^16.0.0"
|
|
220
|
+
lodash "^4.17.19"
|
|
221
|
+
resolve-from "5.0.0"
|
|
222
|
+
resolve-global "1.0.0"
|
|
223
|
+
yargs "^17.0.0"
|
|
224
|
+
|
|
210
225
|
"@commitlint/config-conventional@^15.0.0":
|
|
211
226
|
version "15.0.0"
|
|
212
227
|
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-15.0.0.tgz#3bf1adf319e3b431de12ba82dc399524038b2d8f"
|
|
@@ -214,6 +229,21 @@
|
|
|
214
229
|
dependencies:
|
|
215
230
|
conventional-changelog-conventionalcommits "^4.3.1"
|
|
216
231
|
|
|
232
|
+
"@commitlint/config-conventional@^16.0.0":
|
|
233
|
+
version "16.0.0"
|
|
234
|
+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-16.0.0.tgz#f42d9e1959416b5e691c8b5248fc2402adb1fc03"
|
|
235
|
+
integrity sha512-mN7J8KlKFn0kROd+q9PB01sfDx/8K/R25yITspL1No8PB4oj9M1p77xWjP80hPydqZG9OvQq+anXK3ZWeR7s3g==
|
|
236
|
+
dependencies:
|
|
237
|
+
conventional-changelog-conventionalcommits "^4.3.1"
|
|
238
|
+
|
|
239
|
+
"@commitlint/config-validator@^16.0.0":
|
|
240
|
+
version "16.0.0"
|
|
241
|
+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-16.0.0.tgz#61dd84895e5dcab6066ff5e21e2b9a96b0ed6323"
|
|
242
|
+
integrity sha512-i80DGlo1FeC5jZpuoNV9NIjQN/m2dDV3jYGWg+1Wr+KldptkUHXj+6GY1Akll66lJ3D8s6aUGi3comPLHPtWHg==
|
|
243
|
+
dependencies:
|
|
244
|
+
"@commitlint/types" "^16.0.0"
|
|
245
|
+
ajv "^6.12.6"
|
|
246
|
+
|
|
217
247
|
"@commitlint/ensure@^15.0.0":
|
|
218
248
|
version "15.0.0"
|
|
219
249
|
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-15.0.0.tgz#06a63738e2393970a085b428e6cf80fa1fe76f48"
|
|
@@ -222,11 +252,24 @@
|
|
|
222
252
|
"@commitlint/types" "^15.0.0"
|
|
223
253
|
lodash "^4.17.19"
|
|
224
254
|
|
|
255
|
+
"@commitlint/ensure@^16.0.0":
|
|
256
|
+
version "16.0.0"
|
|
257
|
+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-16.0.0.tgz#fdac1e60a944a1993deb33b5e8454c559abe9866"
|
|
258
|
+
integrity sha512-WdMySU8DCTaq3JPf0tZFCKIUhqxaL54mjduNhu8v4D2AMUVIIQKYMGyvXn94k8begeW6iJkTf9cXBArayskE7Q==
|
|
259
|
+
dependencies:
|
|
260
|
+
"@commitlint/types" "^16.0.0"
|
|
261
|
+
lodash "^4.17.19"
|
|
262
|
+
|
|
225
263
|
"@commitlint/execute-rule@^15.0.0":
|
|
226
264
|
version "15.0.0"
|
|
227
265
|
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-15.0.0.tgz#6bff7962df38e89ff9fdbc00abd79b8849c7e9f9"
|
|
228
266
|
integrity sha512-pyE4ApxjbWhb1TXz5vRiGwI2ssdMMgZbaaheZq1/7WC0xRnqnIhE1yUC1D2q20qPtvkZPstTYvMiRVtF+DvjUg==
|
|
229
267
|
|
|
268
|
+
"@commitlint/execute-rule@^16.0.0":
|
|
269
|
+
version "16.0.0"
|
|
270
|
+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-16.0.0.tgz#824e11ba5b208c214a474ae52a51780d32d31ebc"
|
|
271
|
+
integrity sha512-8edcCibmBb386x5JTHSPHINwA5L0xPkHQFY8TAuDEt5QyRZY/o5DF8OPHSa5Hx2xJvGaxxuIz4UtAT6IiRDYkw==
|
|
272
|
+
|
|
230
273
|
"@commitlint/format@^15.0.0":
|
|
231
274
|
version "15.0.0"
|
|
232
275
|
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-15.0.0.tgz#10935180913de9384bea4c9217f4c6c5ee100ab3"
|
|
@@ -235,6 +278,14 @@
|
|
|
235
278
|
"@commitlint/types" "^15.0.0"
|
|
236
279
|
chalk "^4.0.0"
|
|
237
280
|
|
|
281
|
+
"@commitlint/format@^16.0.0":
|
|
282
|
+
version "16.0.0"
|
|
283
|
+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-16.0.0.tgz#6a6fb2c1e6460aff63cc6eca30a7807a96b0ce73"
|
|
284
|
+
integrity sha512-9yp5NCquXL1jVMKL0ZkRwJf/UHdebvCcMvICuZV00NQGYSAL89O398nhqrqxlbjBhM5EZVq0VGcV5+7r3D4zAA==
|
|
285
|
+
dependencies:
|
|
286
|
+
"@commitlint/types" "^16.0.0"
|
|
287
|
+
chalk "^4.0.0"
|
|
288
|
+
|
|
238
289
|
"@commitlint/is-ignored@^15.0.0":
|
|
239
290
|
version "15.0.0"
|
|
240
291
|
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-15.0.0.tgz#382bf9f6f8d810f2ffc59ccc527f4389eadd7949"
|
|
@@ -243,6 +294,14 @@
|
|
|
243
294
|
"@commitlint/types" "^15.0.0"
|
|
244
295
|
semver "7.3.5"
|
|
245
296
|
|
|
297
|
+
"@commitlint/is-ignored@^16.0.0":
|
|
298
|
+
version "16.0.0"
|
|
299
|
+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-16.0.0.tgz#5ab4c4a9c7444c1a8540f50a0f1a907dfd78eb70"
|
|
300
|
+
integrity sha512-gmAQcwIGC/R/Lp0CEb2b5bfGC7MT5rPe09N8kOGjO/NcdNmfFSZMquwrvNJsq9hnAP0skRdHIsqwlkENkN4Lag==
|
|
301
|
+
dependencies:
|
|
302
|
+
"@commitlint/types" "^16.0.0"
|
|
303
|
+
semver "7.3.5"
|
|
304
|
+
|
|
246
305
|
"@commitlint/lint@^15.0.0":
|
|
247
306
|
version "15.0.0"
|
|
248
307
|
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-15.0.0.tgz#a93b8896fb25b05ab2ed0246d365f4908654588d"
|
|
@@ -253,6 +312,16 @@
|
|
|
253
312
|
"@commitlint/rules" "^15.0.0"
|
|
254
313
|
"@commitlint/types" "^15.0.0"
|
|
255
314
|
|
|
315
|
+
"@commitlint/lint@^16.0.0":
|
|
316
|
+
version "16.0.0"
|
|
317
|
+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-16.0.0.tgz#87151a935941073027907fd4752a2e3c83cebbfe"
|
|
318
|
+
integrity sha512-HNl15bRC0h+pLzbMzQC3tM0j1aESXsLYhElqKnXcf5mnCBkBkHzu6WwJW8rZbfxX+YwJmNljN62cPhmdBo8x0A==
|
|
319
|
+
dependencies:
|
|
320
|
+
"@commitlint/is-ignored" "^16.0.0"
|
|
321
|
+
"@commitlint/parse" "^16.0.0"
|
|
322
|
+
"@commitlint/rules" "^16.0.0"
|
|
323
|
+
"@commitlint/types" "^16.0.0"
|
|
324
|
+
|
|
256
325
|
"@commitlint/load@^15.0.0":
|
|
257
326
|
version "15.0.0"
|
|
258
327
|
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-15.0.0.tgz#5bd391c1387aafe92b54cf2a86b76a5228fcf4ef"
|
|
@@ -268,11 +337,32 @@
|
|
|
268
337
|
resolve-from "^5.0.0"
|
|
269
338
|
typescript "^4.4.3"
|
|
270
339
|
|
|
340
|
+
"@commitlint/load@^16.0.0":
|
|
341
|
+
version "16.0.0"
|
|
342
|
+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.0.0.tgz#4ab9f8502d0521209ce54d7cce58d419b8c35b48"
|
|
343
|
+
integrity sha512-7WhrGCkP6K/XfjBBguLkkI2XUdiiIyMGlNsSoSqgRNiD352EiffhFEApMy1/XOU+viwBBm/On0n5p0NC7e9/4A==
|
|
344
|
+
dependencies:
|
|
345
|
+
"@commitlint/config-validator" "^16.0.0"
|
|
346
|
+
"@commitlint/execute-rule" "^16.0.0"
|
|
347
|
+
"@commitlint/resolve-extends" "^16.0.0"
|
|
348
|
+
"@commitlint/types" "^16.0.0"
|
|
349
|
+
chalk "^4.0.0"
|
|
350
|
+
cosmiconfig "^7.0.0"
|
|
351
|
+
cosmiconfig-typescript-loader "^1.0.0"
|
|
352
|
+
lodash "^4.17.19"
|
|
353
|
+
resolve-from "^5.0.0"
|
|
354
|
+
typescript "^4.4.3"
|
|
355
|
+
|
|
271
356
|
"@commitlint/message@^15.0.0":
|
|
272
357
|
version "15.0.0"
|
|
273
358
|
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-15.0.0.tgz#98a38aca1b3cd996a0fcdbd9ad67e9039df60b0a"
|
|
274
359
|
integrity sha512-L8euabzboKavPuDJsdIYAY2wx97LbiGEYsckMo6NmV8pOun50c8hQx6ouXFSAx4pp+mX9yUGmMiVqfrk2LKDJQ==
|
|
275
360
|
|
|
361
|
+
"@commitlint/message@^16.0.0":
|
|
362
|
+
version "16.0.0"
|
|
363
|
+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-16.0.0.tgz#4a467341fc6bc49e5a3ead005dd6aa36fa856b87"
|
|
364
|
+
integrity sha512-CmK2074SH1Ws6kFMEKOKH/7hMekGVbOD6vb4alCOo2+33ZSLUIX8iNkDYyrw38Jwg6yWUhLjyQLUxREeV+QIUA==
|
|
365
|
+
|
|
276
366
|
"@commitlint/parse@^15.0.0":
|
|
277
367
|
version "15.0.0"
|
|
278
368
|
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-15.0.0.tgz#cac77b7514748b8d01d00c0e67d5e54c695c302c"
|
|
@@ -282,6 +372,15 @@
|
|
|
282
372
|
conventional-changelog-angular "^5.0.11"
|
|
283
373
|
conventional-commits-parser "^3.2.2"
|
|
284
374
|
|
|
375
|
+
"@commitlint/parse@^16.0.0":
|
|
376
|
+
version "16.0.0"
|
|
377
|
+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-16.0.0.tgz#5ce05af14edff806effc702ba910fcb32fcb192a"
|
|
378
|
+
integrity sha512-F9EjFlMw4MYgBEqoRrWZZKQBzdiJzPBI0qFDFqwUvfQsMmXEREZ242T4R5bFwLINWaALFLHEIa/FXEPa6QxCag==
|
|
379
|
+
dependencies:
|
|
380
|
+
"@commitlint/types" "^16.0.0"
|
|
381
|
+
conventional-changelog-angular "^5.0.11"
|
|
382
|
+
conventional-commits-parser "^3.2.2"
|
|
383
|
+
|
|
285
384
|
"@commitlint/read@^15.0.0":
|
|
286
385
|
version "15.0.0"
|
|
287
386
|
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-15.0.0.tgz#da839f3b4d49b05586a9cd2666cc8c4a36b9ec91"
|
|
@@ -292,6 +391,16 @@
|
|
|
292
391
|
fs-extra "^10.0.0"
|
|
293
392
|
git-raw-commits "^2.0.0"
|
|
294
393
|
|
|
394
|
+
"@commitlint/read@^16.0.0":
|
|
395
|
+
version "16.0.0"
|
|
396
|
+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-16.0.0.tgz#92fab45d4e0e4d7d049427306500270b3e459221"
|
|
397
|
+
integrity sha512-H4T2zsfmYQK9B+JtoQaCXWBHUhgIJyOzWZjSfuIV9Ce69/OgHoffNpLZPF2lX6yKuDrS1SQFhI/kUCjVc/e4ew==
|
|
398
|
+
dependencies:
|
|
399
|
+
"@commitlint/top-level" "^16.0.0"
|
|
400
|
+
"@commitlint/types" "^16.0.0"
|
|
401
|
+
fs-extra "^10.0.0"
|
|
402
|
+
git-raw-commits "^2.0.0"
|
|
403
|
+
|
|
295
404
|
"@commitlint/resolve-extends@^15.0.0":
|
|
296
405
|
version "15.0.0"
|
|
297
406
|
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-15.0.0.tgz#baf21227e2ac52cef546ec35dd6732e9b0b6e57c"
|
|
@@ -302,6 +411,18 @@
|
|
|
302
411
|
resolve-from "^5.0.0"
|
|
303
412
|
resolve-global "^1.0.0"
|
|
304
413
|
|
|
414
|
+
"@commitlint/resolve-extends@^16.0.0":
|
|
415
|
+
version "16.0.0"
|
|
416
|
+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-16.0.0.tgz#2136f01d81bccc29091f2720b42c8c96aa59c56e"
|
|
417
|
+
integrity sha512-Z/w9MAQUcxeawpCLtjmkVNXAXOmB2nhW+LYmHEZcx9O6UTauF/1+uuZ2/r0MtzTe1qw2JD+1QHVhEWYHVPlkdA==
|
|
418
|
+
dependencies:
|
|
419
|
+
"@commitlint/config-validator" "^16.0.0"
|
|
420
|
+
"@commitlint/types" "^16.0.0"
|
|
421
|
+
import-fresh "^3.0.0"
|
|
422
|
+
lodash "^4.17.19"
|
|
423
|
+
resolve-from "^5.0.0"
|
|
424
|
+
resolve-global "^1.0.0"
|
|
425
|
+
|
|
305
426
|
"@commitlint/rules@^15.0.0":
|
|
306
427
|
version "15.0.0"
|
|
307
428
|
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-15.0.0.tgz#326370abc004492fcb5543198d1d55b14e25e3c8"
|
|
@@ -313,11 +434,27 @@
|
|
|
313
434
|
"@commitlint/types" "^15.0.0"
|
|
314
435
|
execa "^5.0.0"
|
|
315
436
|
|
|
437
|
+
"@commitlint/rules@^16.0.0":
|
|
438
|
+
version "16.0.0"
|
|
439
|
+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-16.0.0.tgz#79d28c3678d2d1f7f1cdbedaedb30b01a86ee75b"
|
|
440
|
+
integrity sha512-AOl0y2SBTdJ1bvIv8nwHvQKRT/jC1xb09C5VZwzHoT8sE8F54KDeEzPCwHQFgUcWdGLyS10kkOTAH2MyA8EIlg==
|
|
441
|
+
dependencies:
|
|
442
|
+
"@commitlint/ensure" "^16.0.0"
|
|
443
|
+
"@commitlint/message" "^16.0.0"
|
|
444
|
+
"@commitlint/to-lines" "^16.0.0"
|
|
445
|
+
"@commitlint/types" "^16.0.0"
|
|
446
|
+
execa "^5.0.0"
|
|
447
|
+
|
|
316
448
|
"@commitlint/to-lines@^15.0.0":
|
|
317
449
|
version "15.0.0"
|
|
318
450
|
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-15.0.0.tgz#b86ac98f319688990ecc2e09227fadf591b65c92"
|
|
319
451
|
integrity sha512-mY3MNA9ujPqVpiJjTYG9MDsYCobue5PJFO0MfcIzS1mCVvngH8ZFTPAh1fT5t+t1h876boS88+9WgqjRvbYItw==
|
|
320
452
|
|
|
453
|
+
"@commitlint/to-lines@^16.0.0":
|
|
454
|
+
version "16.0.0"
|
|
455
|
+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-16.0.0.tgz#799980a89072302445baf595e20092fb86f0a58a"
|
|
456
|
+
integrity sha512-iN/qU38TCKU7uKOg6RXLpD49wNiuI0TqMqybHbjefUeP/Jmzxa8ishryj0uLyVdrAl1ZjGeD1ukXGMTtvqz8iA==
|
|
457
|
+
|
|
321
458
|
"@commitlint/top-level@^15.0.0":
|
|
322
459
|
version "15.0.0"
|
|
323
460
|
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-15.0.0.tgz#467ec8377e81dfc916e1a20a27558862be1a4254"
|
|
@@ -325,6 +462,13 @@
|
|
|
325
462
|
dependencies:
|
|
326
463
|
find-up "^5.0.0"
|
|
327
464
|
|
|
465
|
+
"@commitlint/top-level@^16.0.0":
|
|
466
|
+
version "16.0.0"
|
|
467
|
+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-16.0.0.tgz#7c2efc33cc37df839b3de558c0bc2eaddb64efe6"
|
|
468
|
+
integrity sha512-/Jt6NLxyFkpjL5O0jxurZPCHURZAm7cQCqikgPCwqPAH0TLgwqdHjnYipl8J+AGnAMGDip4FNLoYrtgIpZGBYw==
|
|
469
|
+
dependencies:
|
|
470
|
+
find-up "^5.0.0"
|
|
471
|
+
|
|
328
472
|
"@commitlint/types@^15.0.0":
|
|
329
473
|
version "15.0.0"
|
|
330
474
|
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-15.0.0.tgz#46fa7bda3e6340caf3e3a2e415bcb78ff0195eed"
|
|
@@ -332,6 +476,13 @@
|
|
|
332
476
|
dependencies:
|
|
333
477
|
chalk "^4.0.0"
|
|
334
478
|
|
|
479
|
+
"@commitlint/types@^16.0.0":
|
|
480
|
+
version "16.0.0"
|
|
481
|
+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-16.0.0.tgz#3c133f106d36132756c464071a7f2290966727a3"
|
|
482
|
+
integrity sha512-+0FvYOAS39bJ4aKjnYn/7FD4DfWkmQ6G/06I4F0Gvu4KS5twirEg8mIcLhmeRDOOKn4Tp8PwpLwBiSA6npEMQA==
|
|
483
|
+
dependencies:
|
|
484
|
+
chalk "^4.0.0"
|
|
485
|
+
|
|
335
486
|
"@cspotcode/source-map-consumer@0.8.0":
|
|
336
487
|
version "0.8.0"
|
|
337
488
|
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b"
|
|
@@ -453,27 +604,28 @@
|
|
|
453
604
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
454
605
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
455
606
|
|
|
456
|
-
"@jayree/sfdx-plugin-manifest@^2.1.
|
|
457
|
-
version "2.1.
|
|
458
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-2.1.
|
|
459
|
-
integrity sha512-
|
|
607
|
+
"@jayree/sfdx-plugin-manifest@^2.1.8":
|
|
608
|
+
version "2.1.8"
|
|
609
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-2.1.8.tgz#8f461e799a67d96b199e593f3fc6188242933759"
|
|
610
|
+
integrity sha512-hCS7+YwQG0KgespCDsL5CrulnloD73vVUED4XqaJbMbgJOaNi8i4eKGMIiNIfYxUkrDi70rDq5oF55Sr7sBqIQ==
|
|
460
611
|
dependencies:
|
|
461
612
|
"@oclif/config" "^1.18.2"
|
|
462
613
|
"@salesforce/command" "^4.2.1"
|
|
463
614
|
"@salesforce/core" "^2.33.1"
|
|
464
|
-
"@salesforce/kit" "^1.5.
|
|
465
|
-
"@salesforce/source-deploy-retrieve" "^5.
|
|
615
|
+
"@salesforce/kit" "^1.5.26"
|
|
616
|
+
"@salesforce/source-deploy-retrieve" "^5.9.1"
|
|
466
617
|
"@salesforce/ts-types" "^1.5.20"
|
|
467
618
|
cli-ux "^5.6.7"
|
|
468
619
|
debug "^4.3.3"
|
|
469
620
|
fast-deep-equal "^3.1.3"
|
|
470
|
-
fast-xml-parser "^
|
|
621
|
+
fast-xml-parser "^4.0.0"
|
|
471
622
|
fs-extra "^10.0.0"
|
|
472
623
|
isomorphic-git "^1.10.3"
|
|
473
624
|
jsforce "^1.11.0"
|
|
474
|
-
listr2 "^
|
|
475
|
-
marked "^4.0.
|
|
625
|
+
listr2 "^4.0.0"
|
|
626
|
+
marked "^4.0.9"
|
|
476
627
|
marked-terminal "^4.2.0"
|
|
628
|
+
semver "^7.3.5"
|
|
477
629
|
tslib "^2.3.1"
|
|
478
630
|
|
|
479
631
|
"@jayree/sfdx-plugin-prettier@^1.1.3":
|
|
@@ -766,10 +918,10 @@
|
|
|
766
918
|
typedoc-plugin-missing-exports "0.22.6"
|
|
767
919
|
typescript "^4.1.3"
|
|
768
920
|
|
|
769
|
-
"@salesforce/kit@^1.5.0", "@salesforce/kit@^1.5.17", "@salesforce/kit@^1.5.22":
|
|
770
|
-
version "1.5.
|
|
771
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.5.
|
|
772
|
-
integrity sha512-
|
|
921
|
+
"@salesforce/kit@^1.5.0", "@salesforce/kit@^1.5.17", "@salesforce/kit@^1.5.22", "@salesforce/kit@^1.5.26":
|
|
922
|
+
version "1.5.26"
|
|
923
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.5.26.tgz#0ccac5bf90ce88b66fed7df96cf15bacbd368713"
|
|
924
|
+
integrity sha512-yirtNbNHQJ8QHgBufRPgDqpviSR5yyF2mm0UtyhGvg3ZbomzxynSawODYipAv52JdmyuMgRIekCngbzqYeJEwQ==
|
|
773
925
|
dependencies:
|
|
774
926
|
"@salesforce/ts-types" "^1.5.20"
|
|
775
927
|
shx "^0.3.3"
|
|
@@ -785,7 +937,7 @@
|
|
|
785
937
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.1.0.tgz#bbf94a11ee036f2b0ec6ba82306cd9565a6ba26b"
|
|
786
938
|
integrity sha512-6D7DvE6nFxpLyyTnrOIbbAeCJw2r/EpinFAcMh6gU0gA/CGfSbwV/8uR3uHLYL2zCyCZLH8jJ4dZ3BzCMqc+Eg==
|
|
787
939
|
|
|
788
|
-
"@salesforce/source-deploy-retrieve@^5.
|
|
940
|
+
"@salesforce/source-deploy-retrieve@^5.9.1":
|
|
789
941
|
version "5.9.1"
|
|
790
942
|
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-5.9.1.tgz#aa6d609bb2c2b66ec58fc86b7553bd31c785c17b"
|
|
791
943
|
integrity sha512-9E6Z2VBfsKsW3ugWLVb91uy4Lk7lKoueNhuvo35XKcF/msnL2EGFHbK39N2rhvU2Q6p5FxA2EEQkuVEHHeQNGQ==
|
|
@@ -835,9 +987,9 @@
|
|
|
835
987
|
integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==
|
|
836
988
|
|
|
837
989
|
"@sindresorhus/is@^4.0.0":
|
|
838
|
-
version "4.2.
|
|
839
|
-
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.2.
|
|
840
|
-
integrity sha512-
|
|
990
|
+
version "4.2.1"
|
|
991
|
+
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.2.1.tgz#b88b5724283db80b507cd612caee9a1947412a20"
|
|
992
|
+
integrity sha512-BrzrgtaqEre0qfvI8sMTaEvx+bayuhPmfe2rfeUGPPHYr/PLxCOqkOe4TQTDPb+qcqgNcsAtXV/Ew74mcDIE8w==
|
|
841
993
|
|
|
842
994
|
"@sinonjs/commons@^1", "@sinonjs/commons@^1.3.0", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1", "@sinonjs/commons@^1.8.3":
|
|
843
995
|
version "1.8.3"
|
|
@@ -1003,7 +1155,7 @@
|
|
|
1003
1155
|
"@types/through" "*"
|
|
1004
1156
|
rxjs "^7.2.0"
|
|
1005
1157
|
|
|
1006
|
-
"@types/jsforce@^1.9.35", "@types/jsforce@^1.9.
|
|
1158
|
+
"@types/jsforce@^1.9.35", "@types/jsforce@^1.9.38":
|
|
1007
1159
|
version "1.9.38"
|
|
1008
1160
|
resolved "https://registry.yarnpkg.com/@types/jsforce/-/jsforce-1.9.38.tgz#7c4b491d29e8becb9dcdd58c60472becce223139"
|
|
1009
1161
|
integrity sha512-+Iwf5jlDiK8z+zI2LAi4mzln8++5lETv2YofFEATu+dNkrP8LACB76lz2tPsXDx/a+5uW8HQhbwL/SyqIic0cg==
|
|
@@ -1059,7 +1211,7 @@
|
|
|
1059
1211
|
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.0.0.tgz#3205bcd15ada9bc681ac20bef64e9e6df88fd297"
|
|
1060
1212
|
integrity sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA==
|
|
1061
1213
|
|
|
1062
|
-
"@types/node@*", "@types/node@^17.0.
|
|
1214
|
+
"@types/node@*", "@types/node@^17.0.8":
|
|
1063
1215
|
version "17.0.8"
|
|
1064
1216
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.8.tgz#50d680c8a8a78fe30abe6906453b21ad8ab0ad7b"
|
|
1065
1217
|
integrity sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg==
|
|
@@ -1107,7 +1259,7 @@
|
|
|
1107
1259
|
dependencies:
|
|
1108
1260
|
"@types/node" "*"
|
|
1109
1261
|
|
|
1110
|
-
"@typescript-eslint/eslint-plugin@^5.
|
|
1262
|
+
"@typescript-eslint/eslint-plugin@^5.9.0":
|
|
1111
1263
|
version "5.9.0"
|
|
1112
1264
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.0.tgz#382182d5cb062f52aac54434cfc47c28898c8006"
|
|
1113
1265
|
integrity sha512-qT4lr2jysDQBQOPsCCvpPUZHjbABoTJW8V9ZzIYKHMfppJtpdtzszDYsldwhFxlhvrp7aCHeXD1Lb9M1zhwWwQ==
|
|
@@ -1134,7 +1286,7 @@
|
|
|
1134
1286
|
eslint-scope "^5.1.1"
|
|
1135
1287
|
eslint-utils "^3.0.0"
|
|
1136
1288
|
|
|
1137
|
-
"@typescript-eslint/parser@^5.
|
|
1289
|
+
"@typescript-eslint/parser@^5.9.0":
|
|
1138
1290
|
version "5.9.0"
|
|
1139
1291
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.0.tgz#fdbb08767a4caa6ca6ccfed5f9ffe9387f0c7d97"
|
|
1140
1292
|
integrity sha512-/6pOPz8yAxEt4PLzgbFRDpZmHnXCeZgPDrh/1DaVKOjvn/UPMlWhbx/gA96xRi2JxY1kBl2AmwVbyROUqys5xQ==
|
|
@@ -1252,7 +1404,7 @@ aggregate-error@^3.0.0:
|
|
|
1252
1404
|
clean-stack "^2.0.0"
|
|
1253
1405
|
indent-string "^4.0.0"
|
|
1254
1406
|
|
|
1255
|
-
ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4:
|
|
1407
|
+
ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.6:
|
|
1256
1408
|
version "6.12.6"
|
|
1257
1409
|
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
|
|
1258
1410
|
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
|
|
@@ -1687,9 +1839,9 @@ camelcase@^6.0.0:
|
|
|
1687
1839
|
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
|
|
1688
1840
|
|
|
1689
1841
|
caniuse-lite@^1.0.30001286:
|
|
1690
|
-
version "1.0.
|
|
1691
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
|
1692
|
-
integrity sha512-
|
|
1842
|
+
version "1.0.30001297"
|
|
1843
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001297.tgz#ea7776ccc4992956582cae5b8fea127fbebde430"
|
|
1844
|
+
integrity sha512-6bbIbowYG8vFs/Lk4hU9jFt7NknGDleVAciK916tp6ft1j+D//ZwwL6LbF1wXMQ32DMSjeuUV8suhh6dlmFjcA==
|
|
1693
1845
|
|
|
1694
1846
|
cardinal@^2.1.1:
|
|
1695
1847
|
version "2.1.1"
|
|
@@ -2126,7 +2278,15 @@ core-util-is@~1.0.0:
|
|
|
2126
2278
|
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
|
|
2127
2279
|
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
|
|
2128
2280
|
|
|
2129
|
-
cosmiconfig@^
|
|
2281
|
+
cosmiconfig-typescript-loader@^1.0.0:
|
|
2282
|
+
version "1.0.3"
|
|
2283
|
+
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.3.tgz#528f2bb3e6b6705020dc42df659f24837e75b611"
|
|
2284
|
+
integrity sha512-ARo21VjxdacJUcHxgVMEYNIoVPYiuKOEwWBIYej4M22+pEbe3LzKgmht2UPM+0u7/T/KnZf2r/5IzHv2Nwz+/w==
|
|
2285
|
+
dependencies:
|
|
2286
|
+
cosmiconfig "^7"
|
|
2287
|
+
ts-node "^10.4.0"
|
|
2288
|
+
|
|
2289
|
+
cosmiconfig@^7, cosmiconfig@^7.0.0:
|
|
2130
2290
|
version "7.0.1"
|
|
2131
2291
|
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
|
|
2132
2292
|
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
|
|
@@ -2471,9 +2631,9 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
2471
2631
|
safe-buffer "^5.0.1"
|
|
2472
2632
|
|
|
2473
2633
|
electron-to-chromium@^1.4.17:
|
|
2474
|
-
version "1.4.
|
|
2475
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
2476
|
-
integrity sha512-
|
|
2634
|
+
version "1.4.38"
|
|
2635
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.38.tgz#10ea58d73d36b13e78d5024f3b74a352d3958d01"
|
|
2636
|
+
integrity sha512-WhHt3sZazKj0KK/UpgsbGQnUUoFeAHVishzHFExMxagpZgjiGYSC9S0ZlbhCfSH2L2i+2A1yyqOIliTctMx7KQ==
|
|
2477
2637
|
|
|
2478
2638
|
emoji-regex@^7.0.1:
|
|
2479
2639
|
version "7.0.3"
|
|
@@ -2633,7 +2793,7 @@ eslint-plugin-import@2.25.3:
|
|
|
2633
2793
|
resolve "^1.20.0"
|
|
2634
2794
|
tsconfig-paths "^3.11.0"
|
|
2635
2795
|
|
|
2636
|
-
eslint-plugin-import@^2.25.
|
|
2796
|
+
eslint-plugin-import@^2.25.4:
|
|
2637
2797
|
version "2.25.4"
|
|
2638
2798
|
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
|
|
2639
2799
|
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
|
|
@@ -2667,7 +2827,7 @@ eslint-plugin-jsdoc@^35.1.2:
|
|
|
2667
2827
|
semver "^7.3.5"
|
|
2668
2828
|
spdx-expression-parse "^3.0.1"
|
|
2669
2829
|
|
|
2670
|
-
eslint-plugin-jsdoc@^37.
|
|
2830
|
+
eslint-plugin-jsdoc@^37.5.1:
|
|
2671
2831
|
version "37.5.1"
|
|
2672
2832
|
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.5.1.tgz#9ac0c8c4528112a3d1800796326e7f859f6ef1d9"
|
|
2673
2833
|
integrity sha512-WMv/Na5QdpMQao1MR3SgYpGFi2PSrhh/JljlErQru9ZYXf1j9oQVIVCELQV7jcyqKQ/svPqCyU8eMhet9dzP+w==
|
|
@@ -2792,7 +2952,7 @@ eslint@^7.27.0:
|
|
|
2792
2952
|
text-table "^0.2.0"
|
|
2793
2953
|
v8-compile-cache "^2.0.3"
|
|
2794
2954
|
|
|
2795
|
-
eslint@^8.
|
|
2955
|
+
eslint@^8.6.0:
|
|
2796
2956
|
version "8.6.0"
|
|
2797
2957
|
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.6.0.tgz#4318c6a31c5584838c1a2e940c478190f58d558e"
|
|
2798
2958
|
integrity sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw==
|
|
@@ -3006,9 +3166,9 @@ fast-diff@^1.1.2:
|
|
|
3006
3166
|
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
|
|
3007
3167
|
|
|
3008
3168
|
fast-glob@^3.0.3, fast-glob@^3.1.1:
|
|
3009
|
-
version "3.2.
|
|
3010
|
-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.
|
|
3011
|
-
integrity sha512-
|
|
3169
|
+
version "3.2.9"
|
|
3170
|
+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.9.tgz#8f55f664b68a236bd29fa165817fc44f2b11faba"
|
|
3171
|
+
integrity sha512-MBwILhhD92sziIrMQwpqcuGERF+BH99ei2a3XsGJuqEKcSycAL+w0HWokFenZXona+kjFr82Lf71eTxNRC06XQ==
|
|
3012
3172
|
dependencies:
|
|
3013
3173
|
"@nodelib/fs.stat" "^2.0.2"
|
|
3014
3174
|
"@nodelib/fs.walk" "^1.2.3"
|
|
@@ -3033,13 +3193,20 @@ fast-url-parser@^1.1.3:
|
|
|
3033
3193
|
dependencies:
|
|
3034
3194
|
punycode "^1.3.2"
|
|
3035
3195
|
|
|
3036
|
-
fast-xml-parser@^3.17.4
|
|
3196
|
+
fast-xml-parser@^3.17.4:
|
|
3037
3197
|
version "3.21.1"
|
|
3038
3198
|
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz#152a1d51d445380f7046b304672dd55d15c9e736"
|
|
3039
3199
|
integrity sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==
|
|
3040
3200
|
dependencies:
|
|
3041
3201
|
strnum "^1.0.4"
|
|
3042
3202
|
|
|
3203
|
+
fast-xml-parser@^4.0.0:
|
|
3204
|
+
version "4.0.0"
|
|
3205
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.0.0.tgz#5d92b8d492f892859daab050ddd4bae5f1f14ca5"
|
|
3206
|
+
integrity sha512-6M/FCTS8IlbR1T9OrDIoPkDtSpq1MXz2hg7eTXbsEVRSfEqCCpLUT93jO1p2Pdxpz9BFdW7SHWCZhIDw7wWD/Q==
|
|
3207
|
+
dependencies:
|
|
3208
|
+
strnum "^1.0.5"
|
|
3209
|
+
|
|
3043
3210
|
fastq@^1.6.0:
|
|
3044
3211
|
version "1.13.0"
|
|
3045
3212
|
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c"
|
|
@@ -4312,10 +4479,10 @@ listenercount@~1.0.1:
|
|
|
4312
4479
|
resolved "https://registry.yarnpkg.com/listenercount/-/listenercount-1.0.1.tgz#84c8a72ab59c4725321480c975e6508342e70937"
|
|
4313
4480
|
integrity sha1-hMinKrWcRyUyFIDJdeZQg0LnCTc=
|
|
4314
4481
|
|
|
4315
|
-
listr2@^
|
|
4316
|
-
version "
|
|
4317
|
-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-
|
|
4318
|
-
integrity sha512-
|
|
4482
|
+
listr2@^4.0.0:
|
|
4483
|
+
version "4.0.0"
|
|
4484
|
+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-4.0.0.tgz#7a5197dcb886959ba0fe6eaf159c7c954548a66d"
|
|
4485
|
+
integrity sha512-tgS0rJ4OAsDnxG+TBJs2iRjv2iXtdOxMwlU/B6027iKFuMrWqJqY4UUt/1w54MGgkUGuWIzNqB+Ft7E7SfnVpA==
|
|
4319
4486
|
dependencies:
|
|
4320
4487
|
cli-truncate "^2.1.0"
|
|
4321
4488
|
colorette "^2.0.16"
|
|
@@ -4549,7 +4716,7 @@ marked@^3.0.8:
|
|
|
4549
4716
|
resolved "https://registry.yarnpkg.com/marked/-/marked-3.0.8.tgz#2785f0dc79cbdc6034be4bb4f0f0a396bd3f8aeb"
|
|
4550
4717
|
integrity sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==
|
|
4551
4718
|
|
|
4552
|
-
marked@^4.0.
|
|
4719
|
+
marked@^4.0.9:
|
|
4553
4720
|
version "4.0.9"
|
|
4554
4721
|
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.9.tgz#96862d67bd31b4770917f01c93e1d9b3cc73ed96"
|
|
4555
4722
|
integrity sha512-HmoFvQwFLxNESeGupeOC+6CLb5WzcCWQmqvVetsErmrI3vrZ6gBumty5IP0ynLPR0zYSoVY7ITC1GffsYIGkog==
|
|
@@ -5840,9 +6007,9 @@ shebang-regex@^3.0.0:
|
|
|
5840
6007
|
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
|
5841
6008
|
|
|
5842
6009
|
shelljs@^0.8.4, shelljs@~0.8.4:
|
|
5843
|
-
version "0.8.
|
|
5844
|
-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.
|
|
5845
|
-
integrity sha512-
|
|
6010
|
+
version "0.8.5"
|
|
6011
|
+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
|
|
6012
|
+
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
|
|
5846
6013
|
dependencies:
|
|
5847
6014
|
glob "^7.0.0"
|
|
5848
6015
|
interpret "^1.0.0"
|
|
@@ -6034,9 +6201,9 @@ sprintf-js@~1.0.2:
|
|
|
6034
6201
|
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
|
|
6035
6202
|
|
|
6036
6203
|
sshpk@^1.7.0:
|
|
6037
|
-
version "1.
|
|
6038
|
-
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.
|
|
6039
|
-
integrity sha512
|
|
6204
|
+
version "1.17.0"
|
|
6205
|
+
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.17.0.tgz#578082d92d4fe612b13007496e543fa0fbcbe4c5"
|
|
6206
|
+
integrity sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==
|
|
6040
6207
|
dependencies:
|
|
6041
6208
|
asn1 "~0.2.3"
|
|
6042
6209
|
assert-plus "^1.0.0"
|
|
@@ -6172,7 +6339,7 @@ strip-json-comments@3.1.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.
|
|
|
6172
6339
|
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
|
6173
6340
|
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
|
6174
6341
|
|
|
6175
|
-
strnum@^1.0.4:
|
|
6342
|
+
strnum@^1.0.4, strnum@^1.0.5:
|
|
6176
6343
|
version "1.0.5"
|
|
6177
6344
|
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db"
|
|
6178
6345
|
integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
|