@salesforce/plugin-schema 3.1.8 → 3.2.0

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.
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-schema",
3
- "version": "3.1.8",
3
+ "version": "3.2.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-schema",
9
- "version": "3.1.8",
9
+ "version": "3.2.0",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.25.2",
13
- "@salesforce/core": "^6.5.5",
14
- "@salesforce/sf-plugins-core": "^5.0.10"
13
+ "@salesforce/core": "^6.7.1",
14
+ "@salesforce/sf-plugins-core": "^8.0.1"
15
15
  },
16
16
  "devDependencies": {
17
- "@oclif/plugin-command-snapshot": "^5.1.1",
17
+ "@oclif/plugin-command-snapshot": "^5.1.2",
18
18
  "@oclif/plugin-help": "^6.0.17",
19
- "@salesforce/cli-plugins-testkit": "^5.1.10",
19
+ "@salesforce/cli-plugins-testkit": "^5.1.12",
20
20
  "@salesforce/dev-scripts": "^8.4.2",
21
- "@salesforce/plugin-command-reference": "^3.0.69",
21
+ "@salesforce/plugin-command-reference": "^3.0.71",
22
22
  "@salesforce/ts-types": "^2.0.9",
23
23
  "eslint-plugin-sf-plugin": "^1.17.4",
24
- "oclif": "^4.5.2",
24
+ "oclif": "^4.5.5",
25
25
  "ts-node": "^10.9.2",
26
- "typescript": "^5.4.2"
26
+ "typescript": "^5.4.3"
27
27
  },
28
28
  "engines": {
29
29
  "node": ">=18.0.0"
@@ -3182,26 +3182,6 @@
3182
3182
  "url": "https://opencollective.com/eslint"
3183
3183
  }
3184
3184
  },
3185
- "node_modules/@eslint/eslintrc/node_modules/argparse": {
3186
- "version": "2.0.1",
3187
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
3188
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
3189
- "dev": true,
3190
- "license": "Python-2.0"
3191
- },
3192
- "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
3193
- "version": "4.1.0",
3194
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
3195
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
3196
- "dev": true,
3197
- "license": "MIT",
3198
- "dependencies": {
3199
- "argparse": "^2.0.1"
3200
- },
3201
- "bin": {
3202
- "js-yaml": "bin/js-yaml.js"
3203
- }
3204
- },
3205
3185
  "node_modules/@eslint/js": {
3206
3186
  "version": "8.57.0",
3207
3187
  "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
@@ -3255,6 +3235,143 @@
3255
3235
  "dev": true,
3256
3236
  "license": "BSD-3-Clause"
3257
3237
  },
3238
+ "node_modules/@inquirer/confirm": {
3239
+ "version": "2.0.17",
3240
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-2.0.17.tgz",
3241
+ "integrity": "sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==",
3242
+ "license": "MIT",
3243
+ "dependencies": {
3244
+ "@inquirer/core": "^6.0.0",
3245
+ "@inquirer/type": "^1.1.6",
3246
+ "chalk": "^4.1.2"
3247
+ },
3248
+ "engines": {
3249
+ "node": ">=14.18.0"
3250
+ }
3251
+ },
3252
+ "node_modules/@inquirer/core": {
3253
+ "version": "6.0.0",
3254
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-6.0.0.tgz",
3255
+ "integrity": "sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==",
3256
+ "license": "MIT",
3257
+ "dependencies": {
3258
+ "@inquirer/type": "^1.1.6",
3259
+ "@types/mute-stream": "^0.0.4",
3260
+ "@types/node": "^20.10.7",
3261
+ "@types/wrap-ansi": "^3.0.0",
3262
+ "ansi-escapes": "^4.3.2",
3263
+ "chalk": "^4.1.2",
3264
+ "cli-spinners": "^2.9.2",
3265
+ "cli-width": "^4.1.0",
3266
+ "figures": "^3.2.0",
3267
+ "mute-stream": "^1.0.0",
3268
+ "run-async": "^3.0.0",
3269
+ "signal-exit": "^4.1.0",
3270
+ "strip-ansi": "^6.0.1",
3271
+ "wrap-ansi": "^6.2.0"
3272
+ },
3273
+ "engines": {
3274
+ "node": ">=14.18.0"
3275
+ }
3276
+ },
3277
+ "node_modules/@inquirer/core/node_modules/@types/node": {
3278
+ "version": "20.11.30",
3279
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz",
3280
+ "integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==",
3281
+ "license": "MIT",
3282
+ "dependencies": {
3283
+ "undici-types": "~5.26.4"
3284
+ }
3285
+ },
3286
+ "node_modules/@inquirer/core/node_modules/cli-spinners": {
3287
+ "version": "2.9.2",
3288
+ "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
3289
+ "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
3290
+ "license": "MIT",
3291
+ "engines": {
3292
+ "node": ">=6"
3293
+ },
3294
+ "funding": {
3295
+ "url": "https://github.com/sponsors/sindresorhus"
3296
+ }
3297
+ },
3298
+ "node_modules/@inquirer/core/node_modules/cli-width": {
3299
+ "version": "4.1.0",
3300
+ "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
3301
+ "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
3302
+ "license": "ISC",
3303
+ "engines": {
3304
+ "node": ">= 12"
3305
+ }
3306
+ },
3307
+ "node_modules/@inquirer/core/node_modules/mute-stream": {
3308
+ "version": "1.0.0",
3309
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
3310
+ "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==",
3311
+ "license": "ISC",
3312
+ "engines": {
3313
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
3314
+ }
3315
+ },
3316
+ "node_modules/@inquirer/core/node_modules/run-async": {
3317
+ "version": "3.0.0",
3318
+ "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
3319
+ "integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
3320
+ "license": "MIT",
3321
+ "engines": {
3322
+ "node": ">=0.12.0"
3323
+ }
3324
+ },
3325
+ "node_modules/@inquirer/core/node_modules/signal-exit": {
3326
+ "version": "4.1.0",
3327
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
3328
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
3329
+ "license": "ISC",
3330
+ "engines": {
3331
+ "node": ">=14"
3332
+ },
3333
+ "funding": {
3334
+ "url": "https://github.com/sponsors/isaacs"
3335
+ }
3336
+ },
3337
+ "node_modules/@inquirer/core/node_modules/wrap-ansi": {
3338
+ "version": "6.2.0",
3339
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3340
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
3341
+ "license": "MIT",
3342
+ "dependencies": {
3343
+ "ansi-styles": "^4.0.0",
3344
+ "string-width": "^4.1.0",
3345
+ "strip-ansi": "^6.0.0"
3346
+ },
3347
+ "engines": {
3348
+ "node": ">=8"
3349
+ }
3350
+ },
3351
+ "node_modules/@inquirer/password": {
3352
+ "version": "1.1.16",
3353
+ "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-1.1.16.tgz",
3354
+ "integrity": "sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==",
3355
+ "license": "MIT",
3356
+ "dependencies": {
3357
+ "@inquirer/core": "^6.0.0",
3358
+ "@inquirer/type": "^1.1.6",
3359
+ "ansi-escapes": "^4.3.2",
3360
+ "chalk": "^4.1.2"
3361
+ },
3362
+ "engines": {
3363
+ "node": ">=14.18.0"
3364
+ }
3365
+ },
3366
+ "node_modules/@inquirer/type": {
3367
+ "version": "1.2.1",
3368
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.1.tgz",
3369
+ "integrity": "sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==",
3370
+ "license": "MIT",
3371
+ "engines": {
3372
+ "node": ">=18"
3373
+ }
3374
+ },
3258
3375
  "node_modules/@isaacs/cliui": {
3259
3376
  "version": "8.0.2",
3260
3377
  "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
@@ -3382,6 +3499,30 @@
3382
3499
  "node": ">=8"
3383
3500
  }
3384
3501
  },
3502
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
3503
+ "version": "1.0.10",
3504
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
3505
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
3506
+ "dev": true,
3507
+ "license": "MIT",
3508
+ "dependencies": {
3509
+ "sprintf-js": "~1.0.2"
3510
+ }
3511
+ },
3512
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
3513
+ "version": "3.14.1",
3514
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
3515
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
3516
+ "dev": true,
3517
+ "license": "MIT",
3518
+ "dependencies": {
3519
+ "argparse": "^1.0.7",
3520
+ "esprima": "^4.0.0"
3521
+ },
3522
+ "bin": {
3523
+ "js-yaml": "bin/js-yaml.js"
3524
+ }
3525
+ },
3385
3526
  "node_modules/@istanbuljs/schema": {
3386
3527
  "version": "0.1.3",
3387
3528
  "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
@@ -3717,6 +3858,28 @@
3717
3858
  "node": ">=18.0.0"
3718
3859
  }
3719
3860
  },
3861
+ "node_modules/@oclif/core/node_modules/argparse": {
3862
+ "version": "1.0.10",
3863
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
3864
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
3865
+ "license": "MIT",
3866
+ "dependencies": {
3867
+ "sprintf-js": "~1.0.2"
3868
+ }
3869
+ },
3870
+ "node_modules/@oclif/core/node_modules/js-yaml": {
3871
+ "version": "3.14.1",
3872
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
3873
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
3874
+ "license": "MIT",
3875
+ "dependencies": {
3876
+ "argparse": "^1.0.7",
3877
+ "esprima": "^4.0.0"
3878
+ },
3879
+ "bin": {
3880
+ "js-yaml": "bin/js-yaml.js"
3881
+ }
3882
+ },
3720
3883
  "node_modules/@oclif/core/node_modules/minimatch": {
3721
3884
  "version": "9.0.3",
3722
3885
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
@@ -3748,13 +3911,13 @@
3748
3911
  }
3749
3912
  },
3750
3913
  "node_modules/@oclif/plugin-command-snapshot": {
3751
- "version": "5.1.1",
3752
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.1.tgz",
3753
- "integrity": "sha512-8PmnQ4aDX1n8OcrnXVPDpmoIAUWe1nbC6Md/KRupzjlRF8YDJMp7AdrE6cFD4DSZ04QvIViQ0w5P7kyu37wA1g==",
3914
+ "version": "5.1.2",
3915
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.2.tgz",
3916
+ "integrity": "sha512-/jAYZhFCW7e0t4zKwtATDo0MNtExnKnSV72zBFv36Khl4disR79wa8YR98ZPQEN4pvgHkA6LXq5ukASeeRQDuA==",
3754
3917
  "dev": true,
3755
3918
  "license": "MIT",
3756
3919
  "dependencies": {
3757
- "@oclif/core": "3.21.0",
3920
+ "@oclif/core": "3.25.2",
3758
3921
  "@types/lodash.difference": "^4.5.9",
3759
3922
  "chalk": "^5.3.0",
3760
3923
  "globby": "^14.0.1",
@@ -3769,106 +3932,6 @@
3769
3932
  "node": ">=18.0.0"
3770
3933
  }
3771
3934
  },
3772
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
3773
- "version": "3.21.0",
3774
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.21.0.tgz",
3775
- "integrity": "sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==",
3776
- "dev": true,
3777
- "license": "MIT",
3778
- "dependencies": {
3779
- "@types/cli-progress": "^3.11.5",
3780
- "ansi-escapes": "^4.3.2",
3781
- "ansi-styles": "^4.3.0",
3782
- "cardinal": "^2.1.1",
3783
- "chalk": "^4.1.2",
3784
- "clean-stack": "^3.0.1",
3785
- "cli-progress": "^3.12.0",
3786
- "color": "^4.2.3",
3787
- "debug": "^4.3.4",
3788
- "ejs": "^3.1.9",
3789
- "get-package-type": "^0.1.0",
3790
- "globby": "^11.1.0",
3791
- "hyperlinker": "^1.0.0",
3792
- "indent-string": "^4.0.0",
3793
- "is-wsl": "^2.2.0",
3794
- "js-yaml": "^3.14.1",
3795
- "natural-orderby": "^2.0.3",
3796
- "object-treeify": "^1.1.33",
3797
- "password-prompt": "^1.1.3",
3798
- "slice-ansi": "^4.0.0",
3799
- "string-width": "^4.2.3",
3800
- "strip-ansi": "^6.0.1",
3801
- "supports-color": "^8.1.1",
3802
- "supports-hyperlinks": "^2.2.0",
3803
- "widest-line": "^3.1.0",
3804
- "wordwrap": "^1.0.0",
3805
- "wrap-ansi": "^7.0.0"
3806
- },
3807
- "engines": {
3808
- "node": ">=18.0.0"
3809
- }
3810
- },
3811
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
3812
- "version": "4.1.2",
3813
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3814
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3815
- "dev": true,
3816
- "license": "MIT",
3817
- "dependencies": {
3818
- "ansi-styles": "^4.1.0",
3819
- "supports-color": "^7.1.0"
3820
- },
3821
- "engines": {
3822
- "node": ">=10"
3823
- },
3824
- "funding": {
3825
- "url": "https://github.com/chalk/chalk?sponsor=1"
3826
- }
3827
- },
3828
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
3829
- "version": "7.2.0",
3830
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3831
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3832
- "dev": true,
3833
- "license": "MIT",
3834
- "dependencies": {
3835
- "has-flag": "^4.0.0"
3836
- },
3837
- "engines": {
3838
- "node": ">=8"
3839
- }
3840
- },
3841
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
3842
- "version": "11.1.0",
3843
- "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
3844
- "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
3845
- "dev": true,
3846
- "license": "MIT",
3847
- "dependencies": {
3848
- "array-union": "^2.1.0",
3849
- "dir-glob": "^3.0.1",
3850
- "fast-glob": "^3.2.9",
3851
- "ignore": "^5.2.0",
3852
- "merge2": "^1.4.1",
3853
- "slash": "^3.0.0"
3854
- },
3855
- "engines": {
3856
- "node": ">=10"
3857
- },
3858
- "funding": {
3859
- "url": "https://github.com/sponsors/sindresorhus"
3860
- }
3861
- },
3862
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
3863
- "version": "3.0.0",
3864
- "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
3865
- "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
3866
- "dev": true,
3867
- "license": "MIT",
3868
- "engines": {
3869
- "node": ">=8"
3870
- }
3871
- },
3872
3935
  "node_modules/@oclif/plugin-command-snapshot/node_modules/chalk": {
3873
3936
  "version": "5.3.0",
3874
3937
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
@@ -3929,43 +3992,27 @@
3929
3992
  "url": "https://github.com/sponsors/sindresorhus"
3930
3993
  }
3931
3994
  },
3932
- "node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
3933
- "version": "8.1.1",
3934
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
3935
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
3936
- "dev": true,
3937
- "license": "MIT",
3938
- "dependencies": {
3939
- "has-flag": "^4.0.0"
3940
- },
3941
- "engines": {
3942
- "node": ">=10"
3943
- },
3944
- "funding": {
3945
- "url": "https://github.com/chalk/supports-color?sponsor=1"
3946
- }
3947
- },
3948
3995
  "node_modules/@oclif/plugin-help": {
3949
- "version": "6.0.17",
3950
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.17.tgz",
3951
- "integrity": "sha512-zHKRQf/SkaOyF8xwz9EJxQ4bsB9bK+ED+i0YF24dud/1DkTj5cEDvrNV6sj+YH34ONz7z4et230URdFM3SJKeQ==",
3996
+ "version": "6.0.18",
3997
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
3998
+ "integrity": "sha512-Ly0gu/+eq7GfIMT76cirbHgElYGlu+PaZ5elrAKmDiegBh31AXqaPQAj8PH4+sG8RSv5srYtrkrygZaw8IF9CQ==",
3952
3999
  "dev": true,
3953
4000
  "license": "MIT",
3954
4001
  "dependencies": {
3955
- "@oclif/core": "^3.21.0"
4002
+ "@oclif/core": "^3.23.0"
3956
4003
  },
3957
4004
  "engines": {
3958
4005
  "node": ">=18.0.0"
3959
4006
  }
3960
4007
  },
3961
4008
  "node_modules/@oclif/plugin-not-found": {
3962
- "version": "3.0.10",
3963
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.10.tgz",
3964
- "integrity": "sha512-vjY0nh+QcnAnKYP1SW/c4YhSBS8AkVsv4J61X2Bg2uedLi8Xaj5wCE8zTkqi/gSUtCH3SC3XZ5XGiqGVJegkTw==",
4009
+ "version": "3.0.14",
4010
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.14.tgz",
4011
+ "integrity": "sha512-HLz04cmS+5F6Tsx1zQEoYV6wamDC/0cM2NqklPIEg8pq/JHPhktmhpzsGaRyBrtx4Pv+uNCo3s+mrTz2v5v03w==",
3965
4012
  "dev": true,
3966
4013
  "license": "MIT",
3967
4014
  "dependencies": {
3968
- "@oclif/core": "^3.18.2",
4015
+ "@oclif/core": "^3.21.0",
3969
4016
  "chalk": "^5.3.0",
3970
4017
  "fast-levenshtein": "^3.0.0"
3971
4018
  },
@@ -4172,13 +4219,13 @@
4172
4219
  }
4173
4220
  },
4174
4221
  "node_modules/@salesforce/cli-plugins-testkit": {
4175
- "version": "5.1.10",
4176
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.10.tgz",
4177
- "integrity": "sha512-zAyv6luZSjJFOa/v0IHYAfNcWSl1DTZ7l5cJalKTuu7oXfy0mskZO4KzPZ4vdyBSz54t6+yXgNA2C/uFyqe/CQ==",
4222
+ "version": "5.1.12",
4223
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.12.tgz",
4224
+ "integrity": "sha512-dICcYW2dejeOtA8fMYCyTCl/PXfYLoNlVPL18ATpR3pEDUjlyI1JWY0GE8chhqCsr0TgDBkkd/MKuUiTSsGebQ==",
4178
4225
  "dev": true,
4179
4226
  "license": "BSD-3-Clause",
4180
4227
  "dependencies": {
4181
- "@salesforce/core": "^6.7.0",
4228
+ "@salesforce/core": "^6.7.3",
4182
4229
  "@salesforce/kit": "^3.0.15",
4183
4230
  "@salesforce/ts-types": "^2.0.9",
4184
4231
  "@types/shelljs": "^0.8.15",
@@ -4203,9 +4250,9 @@
4203
4250
  }
4204
4251
  },
4205
4252
  "node_modules/@salesforce/core": {
4206
- "version": "6.7.0",
4207
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.0.tgz",
4208
- "integrity": "sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==",
4253
+ "version": "6.7.3",
4254
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.3.tgz",
4255
+ "integrity": "sha512-uU+PuZZGXxByhvnXLH1V3eY5P1caw401dIZ/QvhzYxoP/alPLk7dpChnZNJYH5Rw3dc/AhSPw+eg0cvUyjhP1Q==",
4209
4256
  "license": "BSD-3-Clause",
4210
4257
  "dependencies": {
4211
4258
  "@salesforce/kit": "^3.0.15",
@@ -4394,14 +4441,14 @@
4394
4441
  }
4395
4442
  },
4396
4443
  "node_modules/@salesforce/plugin-command-reference": {
4397
- "version": "3.0.69",
4398
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.69.tgz",
4399
- "integrity": "sha512-SVUx7CMdc9h10x1S1X50Vk5q8lNm53Erz+j8X1niAAqeoh/cubYrwChyJS8rhrToxLfV3OeHJ7NQsqovNqTzVg==",
4444
+ "version": "3.0.71",
4445
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.71.tgz",
4446
+ "integrity": "sha512-yl9dE8ETC5EgSrFoKjQFDnkZI8/pKYIduorYg8QcB12h6vUyphalpCnLRQ7k1utP0DSBfyjrXGT/OolZbqYhiQ==",
4400
4447
  "dev": true,
4401
4448
  "license": "BSD-3-Clause",
4402
4449
  "dependencies": {
4403
- "@oclif/core": "^3.19.6",
4404
- "@salesforce/core": "^6.5.3",
4450
+ "@oclif/core": "^3.20.0",
4451
+ "@salesforce/core": "^6.7.1",
4405
4452
  "@salesforce/kit": "^3.0.15",
4406
4453
  "@salesforce/sf-plugins-core": "^5.0.13",
4407
4454
  "@salesforce/ts-types": "^2.0.9",
@@ -4413,6 +4460,25 @@
4413
4460
  "node": ">=16.0.0"
4414
4461
  }
4415
4462
  },
4463
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
4464
+ "version": "5.0.13",
4465
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz",
4466
+ "integrity": "sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==",
4467
+ "dev": true,
4468
+ "license": "BSD-3-Clause",
4469
+ "dependencies": {
4470
+ "@oclif/core": "^3.15.1",
4471
+ "@salesforce/core": "^6.4.1",
4472
+ "@salesforce/kit": "^3.0.15",
4473
+ "@salesforce/ts-types": "^2.0.9",
4474
+ "@types/inquirer": "^8.2.3",
4475
+ "chalk": "^4",
4476
+ "inquirer": "^8.2.5"
4477
+ },
4478
+ "engines": {
4479
+ "node": ">=18.0.0"
4480
+ }
4481
+ },
4416
4482
  "node_modules/@salesforce/prettier-config": {
4417
4483
  "version": "0.0.3",
4418
4484
  "resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
@@ -4427,23 +4493,35 @@
4427
4493
  "license": "ISC"
4428
4494
  },
4429
4495
  "node_modules/@salesforce/sf-plugins-core": {
4430
- "version": "5.0.13",
4431
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz",
4432
- "integrity": "sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==",
4496
+ "version": "8.0.1",
4497
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.1.tgz",
4498
+ "integrity": "sha512-R6SqJ1XqSINSWdZruKtC2SKGnLBh7KbFI7+qS0FYlyPU4IlWoa+AZkGwWvlczuSOumqnlhT95rNKwZTS5rJugA==",
4433
4499
  "license": "BSD-3-Clause",
4434
4500
  "dependencies": {
4435
- "@oclif/core": "^3.15.1",
4436
- "@salesforce/core": "^6.4.1",
4501
+ "@inquirer/confirm": "^2.0.17",
4502
+ "@inquirer/password": "^1.1.16",
4503
+ "@oclif/core": "^3.23.0",
4504
+ "@salesforce/core": "^6.7.3",
4437
4505
  "@salesforce/kit": "^3.0.15",
4438
4506
  "@salesforce/ts-types": "^2.0.9",
4439
- "@types/inquirer": "^8.2.3",
4440
- "chalk": "^4",
4441
- "inquirer": "^8.2.5"
4507
+ "chalk": "^5.3.0"
4442
4508
  },
4443
4509
  "engines": {
4444
4510
  "node": ">=18.0.0"
4445
4511
  }
4446
4512
  },
4513
+ "node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
4514
+ "version": "5.3.0",
4515
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
4516
+ "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
4517
+ "license": "MIT",
4518
+ "engines": {
4519
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
4520
+ },
4521
+ "funding": {
4522
+ "url": "https://github.com/chalk/chalk?sponsor=1"
4523
+ }
4524
+ },
4447
4525
  "node_modules/@salesforce/ts-types": {
4448
4526
  "version": "2.0.9",
4449
4527
  "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.9.tgz",
@@ -5367,6 +5445,7 @@
5367
5445
  "version": "8.2.10",
5368
5446
  "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.10.tgz",
5369
5447
  "integrity": "sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==",
5448
+ "dev": true,
5370
5449
  "license": "MIT",
5371
5450
  "dependencies": {
5372
5451
  "@types/through": "*",
@@ -5435,6 +5514,15 @@
5435
5514
  "dev": true,
5436
5515
  "license": "MIT"
5437
5516
  },
5517
+ "node_modules/@types/mute-stream": {
5518
+ "version": "0.0.4",
5519
+ "resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.4.tgz",
5520
+ "integrity": "sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==",
5521
+ "license": "MIT",
5522
+ "dependencies": {
5523
+ "@types/node": "*"
5524
+ }
5525
+ },
5438
5526
  "node_modules/@types/node": {
5439
5527
  "version": "18.18.8",
5440
5528
  "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.8.tgz",
@@ -5506,6 +5594,7 @@
5506
5594
  "version": "0.0.33",
5507
5595
  "resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.33.tgz",
5508
5596
  "integrity": "sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==",
5597
+ "dev": true,
5509
5598
  "license": "MIT",
5510
5599
  "dependencies": {
5511
5600
  "@types/node": "*"
@@ -5522,6 +5611,12 @@
5522
5611
  "@types/node": "*"
5523
5612
  }
5524
5613
  },
5614
+ "node_modules/@types/wrap-ansi": {
5615
+ "version": "3.0.0",
5616
+ "resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
5617
+ "integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==",
5618
+ "license": "MIT"
5619
+ },
5525
5620
  "node_modules/@typescript-eslint/eslint-plugin": {
5526
5621
  "version": "6.21.0",
5527
5622
  "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",
@@ -6010,13 +6105,11 @@
6010
6105
  "license": "MIT"
6011
6106
  },
6012
6107
  "node_modules/argparse": {
6013
- "version": "1.0.10",
6014
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
6015
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
6016
- "license": "MIT",
6017
- "dependencies": {
6018
- "sprintf-js": "~1.0.2"
6019
- }
6108
+ "version": "2.0.1",
6109
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
6110
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
6111
+ "dev": true,
6112
+ "license": "Python-2.0"
6020
6113
  },
6021
6114
  "node_modules/array-buffer-byte-length": {
6022
6115
  "version": "1.0.0",
@@ -6348,6 +6441,7 @@
6348
6441
  "version": "4.1.0",
6349
6442
  "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
6350
6443
  "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
6444
+ "dev": true,
6351
6445
  "license": "MIT",
6352
6446
  "dependencies": {
6353
6447
  "buffer": "^5.5.0",
@@ -6427,6 +6521,7 @@
6427
6521
  "version": "5.7.1",
6428
6522
  "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
6429
6523
  "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
6524
+ "dev": true,
6430
6525
  "funding": [
6431
6526
  {
6432
6527
  "type": "github",
@@ -6889,6 +6984,7 @@
6889
6984
  "version": "2.6.1",
6890
6985
  "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz",
6891
6986
  "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==",
6987
+ "dev": true,
6892
6988
  "license": "MIT",
6893
6989
  "engines": {
6894
6990
  "node": ">=6"
@@ -6949,6 +7045,7 @@
6949
7045
  "version": "1.0.4",
6950
7046
  "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
6951
7047
  "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=",
7048
+ "dev": true,
6952
7049
  "license": "MIT",
6953
7050
  "engines": {
6954
7051
  "node": ">=0.8"
@@ -7333,26 +7430,6 @@
7333
7430
  "node": ">=14"
7334
7431
  }
7335
7432
  },
7336
- "node_modules/cosmiconfig/node_modules/argparse": {
7337
- "version": "2.0.1",
7338
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
7339
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
7340
- "dev": true,
7341
- "license": "Python-2.0"
7342
- },
7343
- "node_modules/cosmiconfig/node_modules/js-yaml": {
7344
- "version": "4.1.0",
7345
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
7346
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
7347
- "dev": true,
7348
- "license": "MIT",
7349
- "dependencies": {
7350
- "argparse": "^2.0.1"
7351
- },
7352
- "bin": {
7353
- "js-yaml": "bin/js-yaml.js"
7354
- }
7355
- },
7356
7433
  "node_modules/create-require": {
7357
7434
  "version": "1.1.1",
7358
7435
  "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
@@ -7547,6 +7624,7 @@
7547
7624
  "version": "1.0.3",
7548
7625
  "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz",
7549
7626
  "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=",
7627
+ "dev": true,
7550
7628
  "license": "MIT",
7551
7629
  "dependencies": {
7552
7630
  "clone": "^1.0.2"
@@ -8360,13 +8438,6 @@
8360
8438
  "url": "https://opencollective.com/eslint"
8361
8439
  }
8362
8440
  },
8363
- "node_modules/eslint/node_modules/argparse": {
8364
- "version": "2.0.1",
8365
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
8366
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
8367
- "dev": true,
8368
- "license": "Python-2.0"
8369
- },
8370
8441
  "node_modules/eslint/node_modules/doctrine": {
8371
8442
  "version": "3.0.0",
8372
8443
  "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
@@ -8410,19 +8481,6 @@
8410
8481
  "node": ">=10.13.0"
8411
8482
  }
8412
8483
  },
8413
- "node_modules/eslint/node_modules/js-yaml": {
8414
- "version": "4.1.0",
8415
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
8416
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
8417
- "dev": true,
8418
- "license": "MIT",
8419
- "dependencies": {
8420
- "argparse": "^2.0.1"
8421
- },
8422
- "bin": {
8423
- "js-yaml": "bin/js-yaml.js"
8424
- }
8425
- },
8426
8484
  "node_modules/eslint/node_modules/locate-path": {
8427
8485
  "version": "6.0.0",
8428
8486
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
@@ -9999,6 +10057,7 @@
9999
10057
  "version": "8.2.5",
10000
10058
  "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.5.tgz",
10001
10059
  "integrity": "sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==",
10060
+ "dev": true,
10002
10061
  "license": "MIT",
10003
10062
  "dependencies": {
10004
10063
  "ansi-escapes": "^4.2.1",
@@ -10225,6 +10284,7 @@
10225
10284
  "version": "1.0.0",
10226
10285
  "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
10227
10286
  "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
10287
+ "dev": true,
10228
10288
  "license": "MIT",
10229
10289
  "engines": {
10230
10290
  "node": ">=8"
@@ -10453,6 +10513,7 @@
10453
10513
  "version": "0.1.0",
10454
10514
  "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
10455
10515
  "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
10516
+ "dev": true,
10456
10517
  "license": "MIT",
10457
10518
  "engines": {
10458
10519
  "node": ">=10"
@@ -10704,13 +10765,13 @@
10704
10765
  "license": "MIT"
10705
10766
  },
10706
10767
  "node_modules/js-yaml": {
10707
- "version": "3.14.1",
10708
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
10709
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
10768
+ "version": "4.1.0",
10769
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
10770
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
10771
+ "dev": true,
10710
10772
  "license": "MIT",
10711
10773
  "dependencies": {
10712
- "argparse": "^1.0.7",
10713
- "esprima": "^4.0.0"
10774
+ "argparse": "^2.0.1"
10714
10775
  },
10715
10776
  "bin": {
10716
10777
  "js-yaml": "bin/js-yaml.js"
@@ -11243,6 +11304,30 @@
11243
11304
  "node": ">=6"
11244
11305
  }
11245
11306
  },
11307
+ "node_modules/load-yaml-file/node_modules/argparse": {
11308
+ "version": "1.0.10",
11309
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
11310
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
11311
+ "dev": true,
11312
+ "license": "MIT",
11313
+ "dependencies": {
11314
+ "sprintf-js": "~1.0.2"
11315
+ }
11316
+ },
11317
+ "node_modules/load-yaml-file/node_modules/js-yaml": {
11318
+ "version": "3.14.1",
11319
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
11320
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
11321
+ "dev": true,
11322
+ "license": "MIT",
11323
+ "dependencies": {
11324
+ "argparse": "^1.0.7",
11325
+ "esprima": "^4.0.0"
11326
+ },
11327
+ "bin": {
11328
+ "js-yaml": "bin/js-yaml.js"
11329
+ }
11330
+ },
11246
11331
  "node_modules/load-yaml-file/node_modules/pify": {
11247
11332
  "version": "4.0.1",
11248
11333
  "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
@@ -11437,6 +11522,7 @@
11437
11522
  "version": "4.1.0",
11438
11523
  "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
11439
11524
  "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
11525
+ "dev": true,
11440
11526
  "license": "MIT",
11441
11527
  "dependencies": {
11442
11528
  "chalk": "^4.1.0",
@@ -12158,13 +12244,6 @@
12158
12244
  "url": "https://opencollective.com/mochajs"
12159
12245
  }
12160
12246
  },
12161
- "node_modules/mocha/node_modules/argparse": {
12162
- "version": "2.0.1",
12163
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
12164
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
12165
- "dev": true,
12166
- "license": "Python-2.0"
12167
- },
12168
12247
  "node_modules/mocha/node_modules/diff": {
12169
12248
  "version": "5.0.0",
12170
12249
  "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
@@ -12192,19 +12271,6 @@
12192
12271
  "url": "https://github.com/sponsors/sindresorhus"
12193
12272
  }
12194
12273
  },
12195
- "node_modules/mocha/node_modules/js-yaml": {
12196
- "version": "4.1.0",
12197
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
12198
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
12199
- "dev": true,
12200
- "license": "MIT",
12201
- "dependencies": {
12202
- "argparse": "^2.0.1"
12203
- },
12204
- "bin": {
12205
- "js-yaml": "bin/js-yaml.js"
12206
- }
12207
- },
12208
12274
  "node_modules/mocha/node_modules/locate-path": {
12209
12275
  "version": "6.0.0",
12210
12276
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
@@ -12969,17 +13035,17 @@
12969
13035
  }
12970
13036
  },
12971
13037
  "node_modules/oclif": {
12972
- "version": "4.5.2",
12973
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.5.2.tgz",
12974
- "integrity": "sha512-9xUwaaNvdrN1tSx/jxKD1tsu/sR3ZHFv1f72S8GAZ01xmp5EGyRw97xUT64TFLPQLp/6h3zXm3VUwhZyCv9bkw==",
13038
+ "version": "4.5.5",
13039
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.5.5.tgz",
13040
+ "integrity": "sha512-SCE73AioYF3a4I4hIc0VhE5KQb80ijXhdwxIoD0HAU49lipJ2YWOxTLfHudDUdPyZHOGNqwU4/wmEkMPhWjf1Q==",
12975
13041
  "dev": true,
12976
13042
  "license": "MIT",
12977
13043
  "dependencies": {
12978
13044
  "@aws-sdk/client-cloudfront": "^3.525.0",
12979
13045
  "@aws-sdk/client-s3": "^3.515.0",
12980
13046
  "@oclif/core": "^3.21.0",
12981
- "@oclif/plugin-help": "^6.0.14",
12982
- "@oclif/plugin-not-found": "^3.0.10",
13047
+ "@oclif/plugin-help": "^6.0.18",
13048
+ "@oclif/plugin-not-found": "^3.0.14",
12983
13049
  "@oclif/plugin-warn-if-update-available": "^3.0.12",
12984
13050
  "async-retry": "^1.3.3",
12985
13051
  "change-case": "^4",
@@ -13078,6 +13144,7 @@
13078
13144
  "version": "5.4.1",
13079
13145
  "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
13080
13146
  "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
13147
+ "dev": true,
13081
13148
  "license": "MIT",
13082
13149
  "dependencies": {
13083
13150
  "bl": "^4.1.0",
@@ -14496,6 +14563,7 @@
14496
14563
  "version": "7.8.1",
14497
14564
  "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
14498
14565
  "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
14566
+ "dev": true,
14499
14567
  "license": "Apache-2.0",
14500
14568
  "dependencies": {
14501
14569
  "tslib": "^2.1.0"
@@ -15830,9 +15898,9 @@
15830
15898
  }
15831
15899
  },
15832
15900
  "node_modules/typescript": {
15833
- "version": "5.4.2",
15834
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz",
15835
- "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==",
15901
+ "version": "5.4.3",
15902
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
15903
+ "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
15836
15904
  "dev": true,
15837
15905
  "license": "Apache-2.0",
15838
15906
  "bin": {
@@ -16124,6 +16192,7 @@
16124
16192
  "version": "1.0.1",
16125
16193
  "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
16126
16194
  "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=",
16195
+ "dev": true,
16127
16196
  "license": "MIT",
16128
16197
  "dependencies": {
16129
16198
  "defaults": "^1.0.3"