@salesforce/plugin-signups 2.6.28 → 2.6.30

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/README.md CHANGED
@@ -123,7 +123,7 @@ EXAMPLES
123
123
  $ sf org create shape --target-org SourceOrg
124
124
  ```
125
125
 
126
- _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.28/src/commands/org/create/shape.ts)_
126
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.30/src/commands/org/create/shape.ts)_
127
127
 
128
128
  ## `sf org create snapshot`
129
129
 
@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
179
179
  as a version control system tag or commit ID.
180
180
  ```
181
181
 
182
- _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.28/src/commands/org/create/snapshot.ts)_
182
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.30/src/commands/org/create/snapshot.ts)_
183
183
 
184
184
  ## `sf org delete shape`
185
185
 
@@ -219,7 +219,7 @@ EXAMPLES
219
219
  $ sf org delete shape --target-org SourceOrg --no-prompt
220
220
  ```
221
221
 
222
- _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.28/src/commands/org/delete/shape.ts)_
222
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.30/src/commands/org/delete/shape.ts)_
223
223
 
224
224
  ## `sf org delete snapshot`
225
225
 
@@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
264
264
  The IDs of scratch org snapshots start with 0Oo.
265
265
  ```
266
266
 
267
- _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.28/src/commands/org/delete/snapshot.ts)_
267
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.30/src/commands/org/delete/snapshot.ts)_
268
268
 
269
269
  ## `sf org get snapshot`
270
270
 
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
311
311
  The IDs of scratch org snapshots start with 0Oo.
312
312
  ```
313
313
 
314
- _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.28/src/commands/org/get/snapshot.ts)_
314
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.30/src/commands/org/get/snapshot.ts)_
315
315
 
316
316
  ## `sf org list shape`
317
317
 
@@ -344,7 +344,7 @@ EXAMPLES
344
344
  $ sf org list shape --json > tmp/MyOrgShapeList.json
345
345
  ```
346
346
 
347
- _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.28/src/commands/org/list/shape.ts)_
347
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.30/src/commands/org/list/shape.ts)_
348
348
 
349
349
  ## `sf org list snapshot`
350
350
 
@@ -386,6 +386,6 @@ EXAMPLES
386
386
  $ sf org list snapshot --target-dev-hub SnapshotDevHub
387
387
  ```
388
388
 
389
- _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.28/src/commands/org/list/snapshot.ts)_
389
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.30/src/commands/org/list/snapshot.ts)_
390
390
 
391
391
  <!-- commandsstop -->
@@ -1,33 +1,33 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
- "version": "2.6.28",
3
+ "version": "2.6.30",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-signups",
9
- "version": "2.6.28",
9
+ "version": "2.6.30",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
- "@salesforce/core": "^8.11.0",
13
+ "@salesforce/core": "^8.12.0",
14
14
  "@salesforce/kit": "^3.2.3",
15
15
  "@salesforce/sf-plugins-core": "^12.2.2",
16
16
  "change-case": "^5.4.4"
17
17
  },
18
18
  "devDependencies": {
19
- "@oclif/plugin-command-snapshot": "^5.2.39",
19
+ "@oclif/plugin-command-snapshot": "^5.2.40",
20
20
  "@salesforce/cli-plugins-testkit": "^5.3.39",
21
21
  "@salesforce/dev-scripts": "^11.0.2",
22
- "@salesforce/plugin-command-reference": "^3.1.52",
22
+ "@salesforce/plugin-command-reference": "^3.1.54",
23
23
  "@salesforce/ts-types": "^2.0.11",
24
24
  "@types/chai-as-promised": "^7.1.8",
25
25
  "@types/chai-string": "^1.4.5",
26
26
  "chai-as-promised": "7.1.2",
27
27
  "chai-string": "^1.6.0",
28
- "eslint-plugin-sf-plugin": "^1.20.23",
28
+ "eslint-plugin-sf-plugin": "^1.20.24",
29
29
  "jsforce": "^2.0.0-beta.28",
30
- "oclif": "^4.17.46",
30
+ "oclif": "^4.18.0",
31
31
  "ts-node": "^10.9.2",
32
32
  "typescript": "^5.5.4"
33
33
  },
@@ -3690,9 +3690,9 @@
3690
3690
  }
3691
3691
  },
3692
3692
  "node_modules/@jsforce/jsforce-node": {
3693
- "version": "3.8.1",
3694
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz",
3695
- "integrity": "sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==",
3693
+ "version": "3.8.2",
3694
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz",
3695
+ "integrity": "sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==",
3696
3696
  "license": "MIT",
3697
3697
  "dependencies": {
3698
3698
  "@sindresorhus/is": "^4",
@@ -3739,6 +3739,7 @@
3739
3739
  "version": "2.1.5",
3740
3740
  "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
3741
3741
  "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
3742
+ "dev": true,
3742
3743
  "license": "MIT",
3743
3744
  "dependencies": {
3744
3745
  "@nodelib/fs.stat": "2.0.5",
@@ -3752,6 +3753,7 @@
3752
3753
  "version": "2.0.5",
3753
3754
  "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
3754
3755
  "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
3756
+ "dev": true,
3755
3757
  "license": "MIT",
3756
3758
  "engines": {
3757
3759
  "node": ">= 8"
@@ -3761,6 +3763,7 @@
3761
3763
  "version": "1.2.8",
3762
3764
  "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
3763
3765
  "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
3766
+ "dev": true,
3764
3767
  "license": "MIT",
3765
3768
  "dependencies": {
3766
3769
  "@nodelib/fs.scandir": "2.1.5",
@@ -3771,9 +3774,9 @@
3771
3774
  }
3772
3775
  },
3773
3776
  "node_modules/@oclif/core": {
3774
- "version": "4.3.0",
3775
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.0.tgz",
3776
- "integrity": "sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==",
3777
+ "version": "4.3.2",
3778
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.2.tgz",
3779
+ "integrity": "sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==",
3777
3780
  "license": "MIT",
3778
3781
  "dependencies": {
3779
3782
  "ansi-escapes": "^4.3.2",
@@ -3783,7 +3786,6 @@
3783
3786
  "debug": "^4.4.0",
3784
3787
  "ejs": "^3.1.10",
3785
3788
  "get-package-type": "^0.1.0",
3786
- "globby": "^11.1.0",
3787
3789
  "indent-string": "^4.0.0",
3788
3790
  "is-wsl": "^2.2.0",
3789
3791
  "lilconfig": "^3.1.3",
@@ -3791,6 +3793,7 @@
3791
3793
  "semver": "^7.6.3",
3792
3794
  "string-width": "^4.2.3",
3793
3795
  "supports-color": "^8",
3796
+ "tinyglobby": "^0.2.13",
3794
3797
  "widest-line": "^3.1.0",
3795
3798
  "wordwrap": "^1.0.0",
3796
3799
  "wrap-ansi": "^7.0.0"
@@ -3862,9 +3865,9 @@
3862
3865
  }
3863
3866
  },
3864
3867
  "node_modules/@oclif/plugin-command-snapshot": {
3865
- "version": "5.2.39",
3866
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz",
3867
- "integrity": "sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==",
3868
+ "version": "5.2.40",
3869
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz",
3870
+ "integrity": "sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==",
3868
3871
  "dev": true,
3869
3872
  "license": "MIT",
3870
3873
  "dependencies": {
@@ -3875,7 +3878,7 @@
3875
3878
  "lodash.difference": "^4.5.0",
3876
3879
  "lodash.get": "^4.4.2",
3877
3880
  "lodash.sortby": "^4.7.0",
3878
- "semver": "^7.7.1",
3881
+ "semver": "^7.7.2",
3879
3882
  "ts-json-schema-generator": "^1.5.1"
3880
3883
  },
3881
3884
  "engines": {
@@ -4241,12 +4244,12 @@
4241
4244
  }
4242
4245
  },
4243
4246
  "node_modules/@salesforce/core": {
4244
- "version": "8.11.0",
4245
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.0.tgz",
4246
- "integrity": "sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==",
4247
+ "version": "8.12.0",
4248
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.12.0.tgz",
4249
+ "integrity": "sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==",
4247
4250
  "license": "BSD-3-Clause",
4248
4251
  "dependencies": {
4249
- "@jsforce/jsforce-node": "^3.8.1",
4252
+ "@jsforce/jsforce-node": "^3.8.2",
4250
4253
  "@salesforce/kit": "^3.2.2",
4251
4254
  "@salesforce/schemas": "^1.9.0",
4252
4255
  "@salesforce/ts-types": "^2.0.10",
@@ -4258,9 +4261,9 @@
4258
4261
  "js2xmlparser": "^4.0.1",
4259
4262
  "jsonwebtoken": "9.0.2",
4260
4263
  "jszip": "3.10.1",
4261
- "pino": "^9.4.0",
4264
+ "pino": "^9.7.0",
4262
4265
  "pino-abstract-transport": "^1.2.0",
4263
- "pino-pretty": "^11.2.2",
4266
+ "pino-pretty": "^11.3.0",
4264
4267
  "proper-lockfile": "^4.1.2",
4265
4268
  "semver": "^7.6.3",
4266
4269
  "ts-retry-promise": "^0.8.1"
@@ -4311,6 +4314,41 @@
4311
4314
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
4312
4315
  "license": "MIT"
4313
4316
  },
4317
+ "node_modules/@salesforce/core/node_modules/pino-abstract-transport": {
4318
+ "version": "1.2.0",
4319
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
4320
+ "integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
4321
+ "license": "MIT",
4322
+ "dependencies": {
4323
+ "readable-stream": "^4.0.0",
4324
+ "split2": "^4.0.0"
4325
+ }
4326
+ },
4327
+ "node_modules/@salesforce/core/node_modules/readable-stream": {
4328
+ "version": "4.4.2",
4329
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
4330
+ "integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
4331
+ "license": "MIT",
4332
+ "dependencies": {
4333
+ "abort-controller": "^3.0.0",
4334
+ "buffer": "^6.0.3",
4335
+ "events": "^3.3.0",
4336
+ "process": "^0.11.10",
4337
+ "string_decoder": "^1.3.0"
4338
+ },
4339
+ "engines": {
4340
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4341
+ }
4342
+ },
4343
+ "node_modules/@salesforce/core/node_modules/split2": {
4344
+ "version": "4.2.0",
4345
+ "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
4346
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
4347
+ "license": "ISC",
4348
+ "engines": {
4349
+ "node": ">= 10.x"
4350
+ }
4351
+ },
4314
4352
  "node_modules/@salesforce/dev-config": {
4315
4353
  "version": "4.3.1",
4316
4354
  "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.3.1.tgz",
@@ -4386,19 +4424,19 @@
4386
4424
  }
4387
4425
  },
4388
4426
  "node_modules/@salesforce/plugin-command-reference": {
4389
- "version": "3.1.52",
4390
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz",
4391
- "integrity": "sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==",
4427
+ "version": "3.1.54",
4428
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.54.tgz",
4429
+ "integrity": "sha512-6iZPSbzJ7ISlx40+iKtN9gfwQJfB1c7G1bFIxheGQX0zSQ8NZuNHLWVSuj7VbCH7rWDF+NKG0/hX+LtVL/0Mlw==",
4392
4430
  "dev": true,
4393
4431
  "license": "Apache-2.0",
4394
4432
  "dependencies": {
4395
4433
  "@oclif/core": "^4",
4396
- "@salesforce/core": "^8.10.1",
4434
+ "@salesforce/core": "^8.11.0",
4397
4435
  "@salesforce/kit": "^3.2.3",
4398
4436
  "@salesforce/sf-plugins-core": "^11.3.12",
4399
4437
  "@salesforce/ts-types": "^2.0.11",
4400
4438
  "chalk": "^5.4.1",
4401
- "debug": "^4.4.0",
4439
+ "debug": "^4.4.1",
4402
4440
  "handlebars": "^4.7.8"
4403
4441
  },
4404
4442
  "engines": {
@@ -6099,6 +6137,7 @@
6099
6137
  "version": "2.1.0",
6100
6138
  "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
6101
6139
  "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
6140
+ "dev": true,
6102
6141
  "license": "MIT",
6103
6142
  "engines": {
6104
6143
  "node": ">=8"
@@ -6331,6 +6370,7 @@
6331
6370
  "version": "3.0.3",
6332
6371
  "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
6333
6372
  "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
6373
+ "dev": true,
6334
6374
  "license": "MIT",
6335
6375
  "dependencies": {
6336
6376
  "fill-range": "^7.1.1"
@@ -7273,9 +7313,9 @@
7273
7313
  }
7274
7314
  },
7275
7315
  "node_modules/debug": {
7276
- "version": "4.4.0",
7277
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
7278
- "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
7316
+ "version": "4.4.1",
7317
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
7318
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
7279
7319
  "license": "MIT",
7280
7320
  "dependencies": {
7281
7321
  "ms": "^2.1.3"
@@ -7466,6 +7506,7 @@
7466
7506
  "version": "3.0.1",
7467
7507
  "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
7468
7508
  "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
7509
+ "dev": true,
7469
7510
  "license": "MIT",
7470
7511
  "dependencies": {
7471
7512
  "path-type": "^4.0.0"
@@ -8053,13 +8094,13 @@
8053
8094
  }
8054
8095
  },
8055
8096
  "node_modules/eslint-plugin-sf-plugin": {
8056
- "version": "1.20.23",
8057
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.23.tgz",
8058
- "integrity": "sha512-zlvxTJW4nMugGqgedymkEEeP/uiW/hgVGaaKZXEnCU+FMU7aW4kgTtLn+1JWk08mLwRlv/5NynGcABnsON21PA==",
8097
+ "version": "1.20.24",
8098
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
8099
+ "integrity": "sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==",
8059
8100
  "dev": true,
8060
8101
  "license": "BSD-3-Clause",
8061
8102
  "dependencies": {
8062
- "@salesforce/core": "^8.10.3",
8103
+ "@salesforce/core": "^8.11.1",
8063
8104
  "@typescript-eslint/utils": "^7.18.0"
8064
8105
  },
8065
8106
  "engines": {
@@ -8484,6 +8525,7 @@
8484
8525
  "version": "3.3.3",
8485
8526
  "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
8486
8527
  "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
8528
+ "dev": true,
8487
8529
  "license": "MIT",
8488
8530
  "dependencies": {
8489
8531
  "@nodelib/fs.stat": "^2.0.2",
@@ -8569,6 +8611,7 @@
8569
8611
  "version": "1.15.0",
8570
8612
  "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
8571
8613
  "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
8614
+ "dev": true,
8572
8615
  "license": "ISC",
8573
8616
  "dependencies": {
8574
8617
  "reusify": "^1.0.4"
@@ -8667,6 +8710,7 @@
8667
8710
  "version": "7.1.1",
8668
8711
  "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
8669
8712
  "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
8713
+ "dev": true,
8670
8714
  "license": "MIT",
8671
8715
  "dependencies": {
8672
8716
  "to-regex-range": "^5.0.1"
@@ -9103,6 +9147,7 @@
9103
9147
  "version": "5.1.2",
9104
9148
  "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
9105
9149
  "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
9150
+ "dev": true,
9106
9151
  "license": "ISC",
9107
9152
  "dependencies": {
9108
9153
  "is-glob": "^4.0.1"
@@ -9173,6 +9218,7 @@
9173
9218
  "version": "11.1.0",
9174
9219
  "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
9175
9220
  "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
9221
+ "dev": true,
9176
9222
  "license": "MIT",
9177
9223
  "dependencies": {
9178
9224
  "array-union": "^2.1.0",
@@ -9630,6 +9676,7 @@
9630
9676
  "version": "5.3.1",
9631
9677
  "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
9632
9678
  "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
9679
+ "dev": true,
9633
9680
  "license": "MIT",
9634
9681
  "engines": {
9635
9682
  "node": ">= 4"
@@ -10132,6 +10179,7 @@
10132
10179
  "version": "2.1.1",
10133
10180
  "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
10134
10181
  "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
10182
+ "dev": true,
10135
10183
  "license": "MIT",
10136
10184
  "engines": {
10137
10185
  "node": ">=0.10.0"
@@ -10150,6 +10198,7 @@
10150
10198
  "version": "4.0.3",
10151
10199
  "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
10152
10200
  "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
10201
+ "dev": true,
10153
10202
  "license": "MIT",
10154
10203
  "dependencies": {
10155
10204
  "is-extglob": "^2.1.1"
@@ -10190,6 +10239,7 @@
10190
10239
  "version": "7.0.0",
10191
10240
  "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
10192
10241
  "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
10242
+ "dev": true,
10193
10243
  "license": "MIT",
10194
10244
  "engines": {
10195
10245
  "node": ">=0.12.0"
@@ -11426,6 +11476,7 @@
11426
11476
  "version": "1.4.1",
11427
11477
  "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
11428
11478
  "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
11479
+ "dev": true,
11429
11480
  "license": "MIT",
11430
11481
  "engines": {
11431
11482
  "node": ">= 8"
@@ -11435,6 +11486,7 @@
11435
11486
  "version": "4.0.8",
11436
11487
  "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
11437
11488
  "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
11489
+ "dev": true,
11438
11490
  "license": "MIT",
11439
11491
  "dependencies": {
11440
11492
  "braces": "^3.0.3",
@@ -12118,9 +12170,9 @@
12118
12170
  }
12119
12171
  },
12120
12172
  "node_modules/oclif": {
12121
- "version": "4.17.46",
12122
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.46.tgz",
12123
- "integrity": "sha512-huMvamv0zzIXrCbW5sgy40P1L6fJjPe4IfZKSmkmuPNGSpTy+fcNZ0gYwIuMlxiT3RarLYxYie+RVTyJLE3zXw==",
12173
+ "version": "4.18.0",
12174
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.0.tgz",
12175
+ "integrity": "sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==",
12124
12176
  "dev": true,
12125
12177
  "license": "MIT",
12126
12178
  "dependencies": {
@@ -12133,8 +12185,8 @@
12133
12185
  "@oclif/plugin-help": "^6.2.27",
12134
12186
  "@oclif/plugin-not-found": "^3.2.48",
12135
12187
  "@oclif/plugin-warn-if-update-available": "^3.1.38",
12188
+ "ansis": "^3.16.0",
12136
12189
  "async-retry": "^1.3.3",
12137
- "chalk": "^4",
12138
12190
  "change-case": "^4",
12139
12191
  "debug": "^4.4.0",
12140
12192
  "ejs": "^3.1.10",
@@ -12518,6 +12570,7 @@
12518
12570
  "version": "4.0.0",
12519
12571
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
12520
12572
  "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
12573
+ "dev": true,
12521
12574
  "license": "MIT",
12522
12575
  "engines": {
12523
12576
  "node": ">=8"
@@ -12544,6 +12597,7 @@
12544
12597
  "version": "2.3.1",
12545
12598
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
12546
12599
  "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
12600
+ "dev": true,
12547
12601
  "license": "MIT",
12548
12602
  "engines": {
12549
12603
  "node": ">=8.6"
@@ -12553,17 +12607,17 @@
12553
12607
  }
12554
12608
  },
12555
12609
  "node_modules/pino": {
12556
- "version": "9.4.0",
12557
- "resolved": "https://registry.npmjs.org/pino/-/pino-9.4.0.tgz",
12558
- "integrity": "sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==",
12610
+ "version": "9.7.0",
12611
+ "resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
12612
+ "integrity": "sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==",
12559
12613
  "license": "MIT",
12560
12614
  "dependencies": {
12561
12615
  "atomic-sleep": "^1.0.0",
12562
12616
  "fast-redact": "^3.1.1",
12563
12617
  "on-exit-leak-free": "^2.1.0",
12564
- "pino-abstract-transport": "^1.2.0",
12618
+ "pino-abstract-transport": "^2.0.0",
12565
12619
  "pino-std-serializers": "^7.0.0",
12566
- "process-warning": "^4.0.0",
12620
+ "process-warning": "^5.0.0",
12567
12621
  "quick-format-unescaped": "^4.0.3",
12568
12622
  "real-require": "^0.2.0",
12569
12623
  "safe-stable-stringify": "^2.3.1",
@@ -12575,31 +12629,14 @@
12575
12629
  }
12576
12630
  },
12577
12631
  "node_modules/pino-abstract-transport": {
12578
- "version": "1.2.0",
12579
- "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
12580
- "integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
12632
+ "version": "2.0.0",
12633
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
12634
+ "integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
12581
12635
  "license": "MIT",
12582
12636
  "dependencies": {
12583
- "readable-stream": "^4.0.0",
12584
12637
  "split2": "^4.0.0"
12585
12638
  }
12586
12639
  },
12587
- "node_modules/pino-abstract-transport/node_modules/readable-stream": {
12588
- "version": "4.4.2",
12589
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
12590
- "integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
12591
- "license": "MIT",
12592
- "dependencies": {
12593
- "abort-controller": "^3.0.0",
12594
- "buffer": "^6.0.3",
12595
- "events": "^3.3.0",
12596
- "process": "^0.11.10",
12597
- "string_decoder": "^1.3.0"
12598
- },
12599
- "engines": {
12600
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
12601
- }
12602
- },
12603
12640
  "node_modules/pino-abstract-transport/node_modules/split2": {
12604
12641
  "version": "4.2.0",
12605
12642
  "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
@@ -12610,9 +12647,9 @@
12610
12647
  }
12611
12648
  },
12612
12649
  "node_modules/pino-pretty": {
12613
- "version": "11.2.2",
12614
- "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.2.2.tgz",
12615
- "integrity": "sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==",
12650
+ "version": "11.3.0",
12651
+ "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.3.0.tgz",
12652
+ "integrity": "sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==",
12616
12653
  "license": "MIT",
12617
12654
  "dependencies": {
12618
12655
  "colorette": "^2.0.7",
@@ -12623,7 +12660,7 @@
12623
12660
  "joycon": "^3.1.1",
12624
12661
  "minimist": "^1.2.6",
12625
12662
  "on-exit-leak-free": "^2.1.0",
12626
- "pino-abstract-transport": "^1.0.0",
12663
+ "pino-abstract-transport": "^2.0.0",
12627
12664
  "pump": "^3.0.0",
12628
12665
  "readable-stream": "^4.0.0",
12629
12666
  "secure-json-parse": "^2.4.0",
@@ -12822,9 +12859,19 @@
12822
12859
  }
12823
12860
  },
12824
12861
  "node_modules/process-warning": {
12825
- "version": "4.0.0",
12826
- "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.0.tgz",
12827
- "integrity": "sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==",
12862
+ "version": "5.0.0",
12863
+ "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
12864
+ "integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
12865
+ "funding": [
12866
+ {
12867
+ "type": "github",
12868
+ "url": "https://github.com/sponsors/fastify"
12869
+ },
12870
+ {
12871
+ "type": "opencollective",
12872
+ "url": "https://opencollective.com/fastify"
12873
+ }
12874
+ ],
12828
12875
  "license": "MIT"
12829
12876
  },
12830
12877
  "node_modules/proper-lockfile": {
@@ -12910,6 +12957,7 @@
12910
12957
  "version": "1.2.3",
12911
12958
  "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
12912
12959
  "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
12960
+ "dev": true,
12913
12961
  "funding": [
12914
12962
  {
12915
12963
  "type": "github",
@@ -13323,6 +13371,7 @@
13323
13371
  "version": "1.0.4",
13324
13372
  "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
13325
13373
  "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
13374
+ "dev": true,
13326
13375
  "license": "MIT",
13327
13376
  "engines": {
13328
13377
  "iojs": ">=1.0.0",
@@ -13359,6 +13408,7 @@
13359
13408
  "version": "1.2.0",
13360
13409
  "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
13361
13410
  "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
13411
+ "dev": true,
13362
13412
  "funding": [
13363
13413
  {
13364
13414
  "type": "github",
@@ -13497,9 +13547,9 @@
13497
13547
  "license": "BSD-3-Clause"
13498
13548
  },
13499
13549
  "node_modules/semver": {
13500
- "version": "7.7.1",
13501
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
13502
- "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
13550
+ "version": "7.7.2",
13551
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
13552
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
13503
13553
  "license": "ISC",
13504
13554
  "bin": {
13505
13555
  "semver": "bin/semver.js"
@@ -13695,6 +13745,7 @@
13695
13745
  "version": "3.0.0",
13696
13746
  "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
13697
13747
  "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
13748
+ "dev": true,
13698
13749
  "license": "MIT",
13699
13750
  "engines": {
13700
13751
  "node": ">=8"
@@ -14228,24 +14279,25 @@
14228
14279
  "license": "MIT"
14229
14280
  },
14230
14281
  "node_modules/tinyglobby": {
14231
- "version": "0.2.10",
14232
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz",
14233
- "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
14234
- "dev": true,
14282
+ "version": "0.2.14",
14283
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
14284
+ "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
14235
14285
  "license": "MIT",
14236
14286
  "dependencies": {
14237
- "fdir": "^6.4.2",
14287
+ "fdir": "^6.4.4",
14238
14288
  "picomatch": "^4.0.2"
14239
14289
  },
14240
14290
  "engines": {
14241
14291
  "node": ">=12.0.0"
14292
+ },
14293
+ "funding": {
14294
+ "url": "https://github.com/sponsors/SuperchupuDev"
14242
14295
  }
14243
14296
  },
14244
14297
  "node_modules/tinyglobby/node_modules/fdir": {
14245
- "version": "6.4.2",
14246
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz",
14247
- "integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==",
14248
- "dev": true,
14298
+ "version": "6.4.5",
14299
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
14300
+ "integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
14249
14301
  "license": "MIT",
14250
14302
  "peerDependencies": {
14251
14303
  "picomatch": "^3 || ^4"
@@ -14260,7 +14312,6 @@
14260
14312
  "version": "4.0.2",
14261
14313
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
14262
14314
  "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
14263
- "dev": true,
14264
14315
  "license": "MIT",
14265
14316
  "engines": {
14266
14317
  "node": ">=12"
@@ -14296,6 +14347,7 @@
14296
14347
  "version": "5.0.1",
14297
14348
  "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
14298
14349
  "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
14350
+ "dev": true,
14299
14351
  "license": "MIT",
14300
14352
  "dependencies": {
14301
14353
  "is-number": "^7.0.0"