@salesforce/plugin-data-seeding 1.1.17 → 1.1.18

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
@@ -166,7 +166,7 @@ EXAMPLES
166
166
  ./config/seed-config.json --wait 5
167
167
  ```
168
168
 
169
- _See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.17/src/commands/data-seeding/generate/index.ts)_
169
+ _See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.18/src/commands/data-seeding/generate/index.ts)_
170
170
 
171
171
  ## `sf data-seeding generate report`
172
172
 
@@ -201,7 +201,7 @@ EXAMPLES
201
201
  $ sf data-seeding generate report --use-most-recent
202
202
  ```
203
203
 
204
- _See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.17/src/commands/data-seeding/generate/report.ts)_
204
+ _See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.18/src/commands/data-seeding/generate/report.ts)_
205
205
 
206
206
  ## `sf data-seeding migrate`
207
207
 
@@ -254,7 +254,7 @@ EXAMPLES
254
254
  ./config/data-seed.json --wait 5
255
255
  ```
256
256
 
257
- _See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.17/src/commands/data-seeding/migrate/index.ts)_
257
+ _See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.18/src/commands/data-seeding/migrate/index.ts)_
258
258
 
259
259
  ## `sf data-seeding migrate report`
260
260
 
@@ -289,6 +289,6 @@ EXAMPLES
289
289
  $ sf data-seeding migrate report --use-most-recent
290
290
  ```
291
291
 
292
- _See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.17/src/commands/data-seeding/migrate/report.ts)_
292
+ _See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.18/src/commands/data-seeding/migrate/report.ts)_
293
293
 
294
294
  <!-- commandsstop -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-data-seeding",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-data-seeding",
9
- "version": "1.1.17",
9
+ "version": "1.1.18",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
- "@oclif/multi-stage-output": "^0.8.7",
13
+ "@oclif/multi-stage-output": "^0.8.9",
14
14
  "@salesforce/core": "^8.5.3",
15
15
  "@salesforce/kit": "^3.2.2",
16
16
  "@salesforce/sf-plugins-core": "^11.3.12",
@@ -18,7 +18,7 @@
18
18
  "got": "^13.0.0"
19
19
  },
20
20
  "devDependencies": {
21
- "@oclif/plugin-command-snapshot": "^5.2.31",
21
+ "@oclif/plugin-command-snapshot": "^5.2.34",
22
22
  "@salesforce/cli-plugins-testkit": "^5.3.39",
23
23
  "@salesforce/dev-scripts": "^10.2.9",
24
24
  "@salesforce/plugin-command-reference": "^3.1.43",
@@ -3190,9 +3190,9 @@
3190
3190
  }
3191
3191
  },
3192
3192
  "node_modules/@oclif/multi-stage-output": {
3193
- "version": "0.8.7",
3194
- "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.7.tgz",
3195
- "integrity": "sha512-bXblOjcPsJR7oboNSc4SkYSq85rePqs3uPBTb2JtC7s0RNRfh9HGrbMktr2cV3byoNDv6fz49M/ABQ/G+/LyGg==",
3193
+ "version": "0.8.9",
3194
+ "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.9.tgz",
3195
+ "integrity": "sha512-gYcZDMR9zJf5uqOIKoOCz6BeIS5mGcoSOigqQRpjY3b+BnbitIwaDfJJFO48FxzQdN/pC5FpuYN/Vr6JwwhhDQ==",
3196
3196
  "license": "MIT",
3197
3197
  "dependencies": {
3198
3198
  "@oclif/core": "^4",
@@ -3275,39 +3275,56 @@
3275
3275
  }
3276
3276
  },
3277
3277
  "node_modules/@oclif/plugin-command-snapshot": {
3278
- "version": "5.2.31",
3279
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.31.tgz",
3280
- "integrity": "sha512-4k6rzwJApqz0R5JayfFfuMlqtbsN7tln4J+r/0pMNgMZtyrDniPeiifZ29IgCOCZn7WzLrRBK9uNF3F3+EAMVQ==",
3278
+ "version": "5.2.34",
3279
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.34.tgz",
3280
+ "integrity": "sha512-SsDJ0IweYvZezlaQ87Pela7UY+uLuDaP7ajdzfaRqsRiHYm4Uya6ALnXm3H+D5AcmHpRfoLRtqQtMCN3dMhUfA==",
3281
3281
  "dev": true,
3282
3282
  "license": "MIT",
3283
3283
  "dependencies": {
3284
3284
  "@oclif/core": "^4",
3285
3285
  "ansis": "^3.10.0",
3286
- "globby": "^14.0.2",
3286
+ "globby": "^14.1.0",
3287
3287
  "just-diff": "^5.2.0",
3288
3288
  "lodash.difference": "^4.5.0",
3289
3289
  "lodash.get": "^4.4.2",
3290
3290
  "lodash.sortby": "^4.7.0",
3291
- "semver": "^7.7.0",
3291
+ "semver": "^7.7.1",
3292
3292
  "ts-json-schema-generator": "^1.5.1"
3293
3293
  },
3294
3294
  "engines": {
3295
3295
  "node": ">=18.0.0"
3296
3296
  }
3297
3297
  },
3298
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/fast-glob": {
3299
+ "version": "3.3.3",
3300
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
3301
+ "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
3302
+ "dev": true,
3303
+ "license": "MIT",
3304
+ "dependencies": {
3305
+ "@nodelib/fs.stat": "^2.0.2",
3306
+ "@nodelib/fs.walk": "^1.2.3",
3307
+ "glob-parent": "^5.1.2",
3308
+ "merge2": "^1.3.0",
3309
+ "micromatch": "^4.0.8"
3310
+ },
3311
+ "engines": {
3312
+ "node": ">=8.6.0"
3313
+ }
3314
+ },
3298
3315
  "node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
3299
- "version": "14.0.2",
3300
- "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz",
3301
- "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==",
3316
+ "version": "14.1.0",
3317
+ "resolved": "https://registry.npmjs.org/globby/-/globby-14.1.0.tgz",
3318
+ "integrity": "sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==",
3302
3319
  "dev": true,
3303
3320
  "license": "MIT",
3304
3321
  "dependencies": {
3305
3322
  "@sindresorhus/merge-streams": "^2.1.0",
3306
- "fast-glob": "^3.3.2",
3307
- "ignore": "^5.2.4",
3308
- "path-type": "^5.0.0",
3323
+ "fast-glob": "^3.3.3",
3324
+ "ignore": "^7.0.3",
3325
+ "path-type": "^6.0.0",
3309
3326
  "slash": "^5.1.0",
3310
- "unicorn-magic": "^0.1.0"
3327
+ "unicorn-magic": "^0.3.0"
3311
3328
  },
3312
3329
  "engines": {
3313
3330
  "node": ">=18"
@@ -3316,14 +3333,24 @@
3316
3333
  "url": "https://github.com/sponsors/sindresorhus"
3317
3334
  }
3318
3335
  },
3336
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/ignore": {
3337
+ "version": "7.0.3",
3338
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz",
3339
+ "integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==",
3340
+ "dev": true,
3341
+ "license": "MIT",
3342
+ "engines": {
3343
+ "node": ">= 4"
3344
+ }
3345
+ },
3319
3346
  "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
3320
- "version": "5.0.0",
3321
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
3322
- "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
3347
+ "version": "6.0.0",
3348
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-6.0.0.tgz",
3349
+ "integrity": "sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==",
3323
3350
  "dev": true,
3324
3351
  "license": "MIT",
3325
3352
  "engines": {
3326
- "node": ">=12"
3353
+ "node": ">=18"
3327
3354
  },
3328
3355
  "funding": {
3329
3356
  "url": "https://github.com/sponsors/sindresorhus"
@@ -13971,9 +13998,9 @@
13971
13998
  "license": "MIT"
13972
13999
  },
13973
14000
  "node_modules/unicorn-magic": {
13974
- "version": "0.1.0",
13975
- "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
13976
- "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
14001
+ "version": "0.3.0",
14002
+ "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
14003
+ "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
13977
14004
  "dev": true,
13978
14005
  "license": "MIT",
13979
14006
  "engines": {
package/oclif.lock CHANGED
@@ -1490,10 +1490,10 @@
1490
1490
  wordwrap "^1.0.0"
1491
1491
  wrap-ansi "^7.0.0"
1492
1492
 
1493
- "@oclif/multi-stage-output@^0.8.7":
1494
- version "0.8.7"
1495
- resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.7.tgz#2f168202d35efc6d3f4fd04613cd78694939b6d1"
1496
- integrity sha512-bXblOjcPsJR7oboNSc4SkYSq85rePqs3uPBTb2JtC7s0RNRfh9HGrbMktr2cV3byoNDv6fz49M/ABQ/G+/LyGg==
1493
+ "@oclif/multi-stage-output@^0.8.9":
1494
+ version "0.8.9"
1495
+ resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.9.tgz#e8522c82e83ebafdf2296d552e89ce85dba0d22e"
1496
+ integrity sha512-gYcZDMR9zJf5uqOIKoOCz6BeIS5mGcoSOigqQRpjY3b+BnbitIwaDfJJFO48FxzQdN/pC5FpuYN/Vr6JwwhhDQ==
1497
1497
  dependencies:
1498
1498
  "@oclif/core" "^4"
1499
1499
  "@types/react" "^18.3.12"
@@ -1503,19 +1503,19 @@
1503
1503
  react "^18.3.1"
1504
1504
  wrap-ansi "^9.0.0"
1505
1505
 
1506
- "@oclif/plugin-command-snapshot@^5.2.31":
1507
- version "5.2.31"
1508
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.31.tgz#383ec893c40b16366e2e7c60e73a302115b17b46"
1509
- integrity sha512-4k6rzwJApqz0R5JayfFfuMlqtbsN7tln4J+r/0pMNgMZtyrDniPeiifZ29IgCOCZn7WzLrRBK9uNF3F3+EAMVQ==
1506
+ "@oclif/plugin-command-snapshot@^5.2.34":
1507
+ version "5.2.34"
1508
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.34.tgz#c0fb2b61ee9583c0ae8f0ee3ff25ca4b09285b36"
1509
+ integrity sha512-SsDJ0IweYvZezlaQ87Pela7UY+uLuDaP7ajdzfaRqsRiHYm4Uya6ALnXm3H+D5AcmHpRfoLRtqQtMCN3dMhUfA==
1510
1510
  dependencies:
1511
1511
  "@oclif/core" "^4"
1512
1512
  ansis "^3.10.0"
1513
- globby "^14.0.2"
1513
+ globby "^14.1.0"
1514
1514
  just-diff "^5.2.0"
1515
1515
  lodash.difference "^4.5.0"
1516
1516
  lodash.get "^4.4.2"
1517
1517
  lodash.sortby "^4.7.0"
1518
- semver "^7.7.0"
1518
+ semver "^7.7.1"
1519
1519
  ts-json-schema-generator "^1.5.1"
1520
1520
 
1521
1521
  "@oclif/plugin-help@^6.2.23":
@@ -4101,7 +4101,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
4101
4101
  resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
4102
4102
  integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
4103
4103
 
4104
- fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2:
4104
+ fast-glob@^3.2.11, fast-glob@^3.2.9:
4105
4105
  version "3.3.2"
4106
4106
  resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
4107
4107
  integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -4112,6 +4112,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2:
4112
4112
  merge2 "^1.3.0"
4113
4113
  micromatch "^4.0.4"
4114
4114
 
4115
+ fast-glob@^3.3.3:
4116
+ version "3.3.3"
4117
+ resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
4118
+ integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
4119
+ dependencies:
4120
+ "@nodelib/fs.stat" "^2.0.2"
4121
+ "@nodelib/fs.walk" "^1.2.3"
4122
+ glob-parent "^5.1.2"
4123
+ merge2 "^1.3.0"
4124
+ micromatch "^4.0.8"
4125
+
4115
4126
  fast-json-stable-stringify@^2.0.0:
4116
4127
  version "2.1.0"
4117
4128
  resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4569,17 +4580,17 @@ globby@^11.1.0:
4569
4580
  merge2 "^1.4.1"
4570
4581
  slash "^3.0.0"
4571
4582
 
4572
- globby@^14.0.2:
4573
- version "14.0.2"
4574
- resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.2.tgz#06554a54ccfe9264e5a9ff8eded46aa1e306482f"
4575
- integrity sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==
4583
+ globby@^14.1.0:
4584
+ version "14.1.0"
4585
+ resolved "https://registry.yarnpkg.com/globby/-/globby-14.1.0.tgz#138b78e77cf5a8d794e327b15dce80bf1fb0a73e"
4586
+ integrity sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==
4576
4587
  dependencies:
4577
4588
  "@sindresorhus/merge-streams" "^2.1.0"
4578
- fast-glob "^3.3.2"
4579
- ignore "^5.2.4"
4580
- path-type "^5.0.0"
4589
+ fast-glob "^3.3.3"
4590
+ ignore "^7.0.3"
4591
+ path-type "^6.0.0"
4581
4592
  slash "^5.1.0"
4582
- unicorn-magic "^0.1.0"
4593
+ unicorn-magic "^0.3.0"
4583
4594
 
4584
4595
  gopd@^1.0.1:
4585
4596
  version "1.0.1"
@@ -4852,6 +4863,11 @@ ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0:
4852
4863
  resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
4853
4864
  integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
4854
4865
 
4866
+ ignore@^7.0.3:
4867
+ version "7.0.3"
4868
+ resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.3.tgz#397ef9315dfe0595671eefe8b633fec6943ab733"
4869
+ integrity sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==
4870
+
4855
4871
  immediate@~3.0.5:
4856
4872
  version "3.0.6"
4857
4873
  resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
@@ -5768,7 +5784,7 @@ merge2@^1.3.0, merge2@^1.4.1:
5768
5784
  resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
5769
5785
  integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
5770
5786
 
5771
- micromatch@^4.0.2, micromatch@^4.0.4:
5787
+ micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.8:
5772
5788
  version "4.0.8"
5773
5789
  resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
5774
5790
  integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -6331,10 +6347,10 @@ path-type@^4.0.0:
6331
6347
  resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
6332
6348
  integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
6333
6349
 
6334
- path-type@^5.0.0:
6335
- version "5.0.0"
6336
- resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8"
6337
- integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==
6350
+ path-type@^6.0.0:
6351
+ version "6.0.0"
6352
+ resolved "https://registry.yarnpkg.com/path-type/-/path-type-6.0.0.tgz#2f1bb6791a91ce99194caede5d6c5920ed81eb51"
6353
+ integrity sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==
6338
6354
 
6339
6355
  pathval@^1.1.1:
6340
6356
  version "1.1.1"
@@ -6844,7 +6860,7 @@ semver@^6.0.0, semver@^6.3.1:
6844
6860
  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
6845
6861
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
6846
6862
 
6847
- semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.0:
6863
+ semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.0, semver@^7.7.1:
6848
6864
  version "7.7.1"
6849
6865
  resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
6850
6866
  integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
@@ -7619,10 +7635,10 @@ undici-types@~6.19.2:
7619
7635
  resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
7620
7636
  integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
7621
7637
 
7622
- unicorn-magic@^0.1.0:
7623
- version "0.1.0"
7624
- resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
7625
- integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
7638
+ unicorn-magic@^0.3.0:
7639
+ version "0.3.0"
7640
+ resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz#4efd45c85a69e0dd576d25532fbfa22aa5c8a104"
7641
+ integrity sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==
7626
7642
 
7627
7643
  universalify@^0.1.0:
7628
7644
  version "0.1.2"
@@ -333,5 +333,5 @@
333
333
  ]
334
334
  }
335
335
  },
336
- "version": "1.1.17"
336
+ "version": "1.1.18"
337
337
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-data-seeding",
3
3
  "description": "Migrate real data, generate fake data using GenAI, or deploy data files to target orgs.",
4
- "version": "1.1.17",
4
+ "version": "1.1.18",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
- "@oclif/multi-stage-output": "^0.8.7",
9
+ "@oclif/multi-stage-output": "^0.8.9",
10
10
  "@salesforce/core": "^8.5.3",
11
11
  "@salesforce/kit": "^3.2.2",
12
12
  "@salesforce/sf-plugins-core": "^11.3.12",
@@ -14,7 +14,7 @@
14
14
  "got": "^13.0.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@oclif/plugin-command-snapshot": "^5.2.31",
17
+ "@oclif/plugin-command-snapshot": "^5.2.34",
18
18
  "@salesforce/cli-plugins-testkit": "^5.3.39",
19
19
  "@salesforce/dev-scripts": "^10.2.9",
20
20
  "@salesforce/plugin-command-reference": "^3.1.43",
@@ -210,7 +210,7 @@
210
210
  "exports": "./lib/index.js",
211
211
  "type": "module",
212
212
  "sfdx": {
213
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.17.crt",
214
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.17.sig"
213
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.18.crt",
214
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.18.sig"
215
215
  }
216
216
  }