@salesforce/plugin-data-seeding 1.1.12 → 1.1.13

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.12/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.13/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.12/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.13/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.12/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.13/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.12/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.13/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.12",
3
+ "version": "1.1.13",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-data-seeding",
9
- "version": "1.1.12",
9
+ "version": "1.1.13",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
- "@oclif/multi-stage-output": "^0.8.1",
13
+ "@oclif/multi-stage-output": "^0.8.5",
14
14
  "@salesforce/core": "^8.5.3",
15
15
  "@salesforce/kit": "^3.2.2",
16
16
  "@salesforce/sf-plugins-core": "^11.3.12",
@@ -23,7 +23,7 @@
23
23
  "@salesforce/dev-scripts": "^10.2.9",
24
24
  "@salesforce/plugin-command-reference": "^3.1.39",
25
25
  "@types/tough-cookie": "^4.0.5",
26
- "eslint-plugin-sf-plugin": "^1.20.13",
26
+ "eslint-plugin-sf-plugin": "^1.20.14",
27
27
  "oclif": "^4.17.10",
28
28
  "ts-node": "^10.9.2",
29
29
  "tsx": "^4.19.2",
@@ -7012,16 +7012,16 @@
7012
7012
  }
7013
7013
  },
7014
7014
  "node_modules/@oclif/multi-stage-output": {
7015
- "version": "0.8.1",
7016
- "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.1.tgz",
7017
- "integrity": "sha512-ecBuoi+nLwvs+6hUa1lKQxUel6w29kY6j8y8KkeqvTro1LtYP9UN5+gHrFoUglI2TFrpLIFqfuRBAJOAvLqN1A==",
7015
+ "version": "0.8.5",
7016
+ "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.5.tgz",
7017
+ "integrity": "sha512-+iv4cK8WRJbLNL5f7gLU+tvqbReDofpG0qNss6tbJDbQUK3YmyEWrE2DnMPi7afJW6iwoG/uOwFRTs+9TpGg1A==",
7018
7018
  "license": "MIT",
7019
7019
  "dependencies": {
7020
7020
  "@oclif/core": "^4",
7021
7021
  "@types/react": "^18.3.12",
7022
7022
  "cli-spinners": "^2",
7023
7023
  "figures": "^6.1.0",
7024
- "ink": "^5.1.0",
7024
+ "ink": "5.0.1",
7025
7025
  "react": "^18.3.1",
7026
7026
  "wrap-ansi": "^9.0.0"
7027
7027
  },
@@ -7379,9 +7379,9 @@
7379
7379
  }
7380
7380
  },
7381
7381
  "node_modules/@salesforce/core": {
7382
- "version": "8.8.0",
7383
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.0.tgz",
7384
- "integrity": "sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==",
7382
+ "version": "8.8.2",
7383
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.2.tgz",
7384
+ "integrity": "sha512-EOH75R2Nr2tg7b3gbyzRNwZPfZ/dZOpmMKmFHKL9oCtUI59+N4IkVljg6dpKYypVKuJJTzjI7T2ibnA8/cluZg==",
7385
7385
  "license": "BSD-3-Clause",
7386
7386
  "dependencies": {
7387
7387
  "@jsforce/jsforce-node": "^3.6.1",
@@ -12113,16 +12113,6 @@
12113
12113
  "url": "https://github.com/sponsors/ljharb"
12114
12114
  }
12115
12115
  },
12116
- "node_modules/es-toolkit": {
12117
- "version": "1.30.1",
12118
- "resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.30.1.tgz",
12119
- "integrity": "sha512-ZXflqanzH8BpHkDhFa10bBf6ONDCe84EPUm7SSICGzuuROSluT2ynTPtwn9PcRelMtorCRozSknI/U0MNYp0Uw==",
12120
- "license": "MIT",
12121
- "workspaces": [
12122
- "docs",
12123
- "benchmarks"
12124
- ]
12125
- },
12126
12116
  "node_modules/es6-error": {
12127
12117
  "version": "4.1.1",
12128
12118
  "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
@@ -12462,13 +12452,13 @@
12462
12452
  }
12463
12453
  },
12464
12454
  "node_modules/eslint-plugin-sf-plugin": {
12465
- "version": "1.20.13",
12466
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.13.tgz",
12467
- "integrity": "sha512-jGiQn55k7TDPgpz9Wr2heNbyjGkFvpy+rgBMj7zDWSSJPLLePsLYF2CI4twF9lufQDzLxnO+BNUr+ZkChy+/TQ==",
12455
+ "version": "1.20.14",
12456
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.14.tgz",
12457
+ "integrity": "sha512-193twioaAWsLPDPliXffLDOGciOX4v8SoKOnWLqfw8QEhQwaG9XTRp7GMjxCgeTnaFPFtOqTbVGCg5714YQGMQ==",
12468
12458
  "dev": true,
12469
12459
  "license": "BSD-3-Clause",
12470
12460
  "dependencies": {
12471
- "@salesforce/core": "^8.8.0",
12461
+ "@salesforce/core": "^8.8.2",
12472
12462
  "@typescript-eslint/utils": "^7.18.0"
12473
12463
  },
12474
12464
  "engines": {
@@ -14104,9 +14094,9 @@
14104
14094
  "license": "ISC"
14105
14095
  },
14106
14096
  "node_modules/ink": {
14107
- "version": "5.1.0",
14108
- "resolved": "https://registry.npmjs.org/ink/-/ink-5.1.0.tgz",
14109
- "integrity": "sha512-3vIO+CU4uSg167/dZrg4wHy75llUINYXxN4OsdaCkE40q4zyOTPwNc2VEpLnnWsIvIQeo6x6lilAhuaSt+rIsA==",
14097
+ "version": "5.0.1",
14098
+ "resolved": "https://registry.npmjs.org/ink/-/ink-5.0.1.tgz",
14099
+ "integrity": "sha512-ae4AW/t8jlkj/6Ou21H2av0wxTk8vrGzXv+v2v7j4in+bl1M5XRMVbfNghzhBokV++FjF8RBDJvYo+ttR9YVRg==",
14110
14100
  "license": "MIT",
14111
14101
  "dependencies": {
14112
14102
  "@alcalzone/ansi-tokenize": "^0.1.3",
@@ -14118,20 +14108,20 @@
14118
14108
  "cli-cursor": "^4.0.0",
14119
14109
  "cli-truncate": "^4.0.0",
14120
14110
  "code-excerpt": "^4.0.0",
14121
- "es-toolkit": "^1.22.0",
14122
14111
  "indent-string": "^5.0.0",
14123
- "is-in-ci": "^1.0.0",
14112
+ "is-in-ci": "^0.1.0",
14113
+ "lodash": "^4.17.21",
14124
14114
  "patch-console": "^2.0.0",
14125
14115
  "react-reconciler": "^0.29.0",
14126
14116
  "scheduler": "^0.23.0",
14127
14117
  "signal-exit": "^3.0.7",
14128
14118
  "slice-ansi": "^7.1.0",
14129
14119
  "stack-utils": "^2.0.6",
14130
- "string-width": "^7.2.0",
14131
- "type-fest": "^4.27.0",
14120
+ "string-width": "^7.0.0",
14121
+ "type-fest": "^4.8.3",
14132
14122
  "widest-line": "^5.0.0",
14133
14123
  "wrap-ansi": "^9.0.0",
14134
- "ws": "^8.18.0",
14124
+ "ws": "^8.15.0",
14135
14125
  "yoga-wasm-web": "~0.3.3"
14136
14126
  },
14137
14127
  "engines": {
@@ -14241,9 +14231,9 @@
14241
14231
  }
14242
14232
  },
14243
14233
  "node_modules/ink/node_modules/type-fest": {
14244
- "version": "4.30.1",
14245
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.1.tgz",
14246
- "integrity": "sha512-ojFL7eDMX2NF0xMbDwPZJ8sb7ckqtlAi1GsmgsFXvErT9kFTk1r0DuQKvrCh73M6D4nngeHJmvogF9OluXs7Hw==",
14234
+ "version": "4.32.0",
14235
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.32.0.tgz",
14236
+ "integrity": "sha512-rfgpoi08xagF3JSdtJlCwMq9DGNDE0IMh3Mkpc1wUypg9vPi786AiqeBBKcqvIkq42azsBM85N490fyZjeUftw==",
14247
14237
  "license": "(MIT OR CC0-1.0)",
14248
14238
  "engines": {
14249
14239
  "node": ">=16"
@@ -14478,9 +14468,9 @@
14478
14468
  }
14479
14469
  },
14480
14470
  "node_modules/is-in-ci": {
14481
- "version": "1.0.0",
14482
- "resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-1.0.0.tgz",
14483
- "integrity": "sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==",
14471
+ "version": "0.1.0",
14472
+ "resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-0.1.0.tgz",
14473
+ "integrity": "sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==",
14484
14474
  "license": "MIT",
14485
14475
  "bin": {
14486
14476
  "is-in-ci": "cli.js"
@@ -15348,7 +15338,6 @@
15348
15338
  "version": "4.17.21",
15349
15339
  "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
15350
15340
  "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
15351
- "dev": true,
15352
15341
  "license": "MIT"
15353
15342
  },
15354
15343
  "node_modules/lodash.camelcase": {
package/oclif.lock CHANGED
@@ -1902,16 +1902,16 @@
1902
1902
  wordwrap "^1.0.0"
1903
1903
  wrap-ansi "^7.0.0"
1904
1904
 
1905
- "@oclif/multi-stage-output@^0.8.1":
1906
- version "0.8.1"
1907
- resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.1.tgz#5de917777e885d8c709fbdf36960d28db168f095"
1908
- integrity sha512-ecBuoi+nLwvs+6hUa1lKQxUel6w29kY6j8y8KkeqvTro1LtYP9UN5+gHrFoUglI2TFrpLIFqfuRBAJOAvLqN1A==
1905
+ "@oclif/multi-stage-output@^0.8.5":
1906
+ version "0.8.5"
1907
+ resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.5.tgz#5a46f2a0d0718fcc68249f461255d47b756612b9"
1908
+ integrity sha512-+iv4cK8WRJbLNL5f7gLU+tvqbReDofpG0qNss6tbJDbQUK3YmyEWrE2DnMPi7afJW6iwoG/uOwFRTs+9TpGg1A==
1909
1909
  dependencies:
1910
1910
  "@oclif/core" "^4"
1911
1911
  "@types/react" "^18.3.12"
1912
1912
  cli-spinners "^2"
1913
1913
  figures "^6.1.0"
1914
- ink "^5.1.0"
1914
+ ink "5.0.1"
1915
1915
  react "^18.3.1"
1916
1916
  wrap-ansi "^9.0.0"
1917
1917
 
@@ -2001,10 +2001,10 @@
2001
2001
  strip-ansi "6.0.1"
2002
2002
  ts-retry-promise "^0.8.1"
2003
2003
 
2004
- "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.3", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0":
2005
- version "8.8.0"
2006
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.0.tgz#849c07ea3a2548ca201fc0fe8baef9b36a462194"
2007
- integrity sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==
2004
+ "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.3", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2":
2005
+ version "8.8.2"
2006
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.2.tgz#0fc1632cc183b8c62e333f1f884bf3ee0f4aee6e"
2007
+ integrity sha512-EOH75R2Nr2tg7b3gbyzRNwZPfZ/dZOpmMKmFHKL9oCtUI59+N4IkVljg6dpKYypVKuJJTzjI7T2ibnA8/cluZg==
2008
2008
  dependencies:
2009
2009
  "@jsforce/jsforce-node" "^3.6.1"
2010
2010
  "@salesforce/kit" "^3.2.2"
@@ -4518,11 +4518,6 @@ es-to-primitive@^1.2.1:
4518
4518
  is-date-object "^1.0.1"
4519
4519
  is-symbol "^1.0.2"
4520
4520
 
4521
- es-toolkit@^1.22.0:
4522
- version "1.30.1"
4523
- resolved "https://registry.yarnpkg.com/es-toolkit/-/es-toolkit-1.30.1.tgz#311be8eec88f53b0b1a9d40117f3f3c1e763e274"
4524
- integrity sha512-ZXflqanzH8BpHkDhFa10bBf6ONDCe84EPUm7SSICGzuuROSluT2ynTPtwn9PcRelMtorCRozSknI/U0MNYp0Uw==
4525
-
4526
4521
  es6-error@^4.0.1:
4527
4522
  version "4.1.1"
4528
4523
  resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d"
@@ -4673,12 +4668,12 @@ eslint-plugin-jsdoc@^46.10.1:
4673
4668
  semver "^7.5.4"
4674
4669
  spdx-expression-parse "^4.0.0"
4675
4670
 
4676
- eslint-plugin-sf-plugin@^1.20.13:
4677
- version "1.20.13"
4678
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.13.tgz#cebe116f1c8c44595ae67e0e1c9dc61f86f69652"
4679
- integrity sha512-jGiQn55k7TDPgpz9Wr2heNbyjGkFvpy+rgBMj7zDWSSJPLLePsLYF2CI4twF9lufQDzLxnO+BNUr+ZkChy+/TQ==
4671
+ eslint-plugin-sf-plugin@^1.20.14:
4672
+ version "1.20.14"
4673
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.14.tgz#85c3821a5d62785a2c8af45e6ed4955f6eb83906"
4674
+ integrity sha512-193twioaAWsLPDPliXffLDOGciOX4v8SoKOnWLqfw8QEhQwaG9XTRp7GMjxCgeTnaFPFtOqTbVGCg5714YQGMQ==
4680
4675
  dependencies:
4681
- "@salesforce/core" "^8.8.0"
4676
+ "@salesforce/core" "^8.8.2"
4682
4677
  "@typescript-eslint/utils" "^7.18.0"
4683
4678
 
4684
4679
  eslint-plugin-unicorn@^50.0.1:
@@ -5610,10 +5605,10 @@ ini@^1.3.4:
5610
5605
  resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
5611
5606
  integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
5612
5607
 
5613
- ink@^5.1.0:
5614
- version "5.1.0"
5615
- resolved "https://registry.yarnpkg.com/ink/-/ink-5.1.0.tgz#8ed050bf7a468489f231c99031f8bb1393c44079"
5616
- integrity sha512-3vIO+CU4uSg167/dZrg4wHy75llUINYXxN4OsdaCkE40q4zyOTPwNc2VEpLnnWsIvIQeo6x6lilAhuaSt+rIsA==
5608
+ ink@5.0.1:
5609
+ version "5.0.1"
5610
+ resolved "https://registry.yarnpkg.com/ink/-/ink-5.0.1.tgz#f2ef9796a3911830c3995dedd227ec84ae27de4b"
5611
+ integrity sha512-ae4AW/t8jlkj/6Ou21H2av0wxTk8vrGzXv+v2v7j4in+bl1M5XRMVbfNghzhBokV++FjF8RBDJvYo+ttR9YVRg==
5617
5612
  dependencies:
5618
5613
  "@alcalzone/ansi-tokenize" "^0.1.3"
5619
5614
  ansi-escapes "^7.0.0"
@@ -5624,20 +5619,20 @@ ink@^5.1.0:
5624
5619
  cli-cursor "^4.0.0"
5625
5620
  cli-truncate "^4.0.0"
5626
5621
  code-excerpt "^4.0.0"
5627
- es-toolkit "^1.22.0"
5628
5622
  indent-string "^5.0.0"
5629
- is-in-ci "^1.0.0"
5623
+ is-in-ci "^0.1.0"
5624
+ lodash "^4.17.21"
5630
5625
  patch-console "^2.0.0"
5631
5626
  react-reconciler "^0.29.0"
5632
5627
  scheduler "^0.23.0"
5633
5628
  signal-exit "^3.0.7"
5634
5629
  slice-ansi "^7.1.0"
5635
5630
  stack-utils "^2.0.6"
5636
- string-width "^7.2.0"
5637
- type-fest "^4.27.0"
5631
+ string-width "^7.0.0"
5632
+ type-fest "^4.8.3"
5638
5633
  widest-line "^5.0.0"
5639
5634
  wrap-ansi "^9.0.0"
5640
- ws "^8.18.0"
5635
+ ws "^8.15.0"
5641
5636
  yoga-wasm-web "~0.3.3"
5642
5637
 
5643
5638
  internal-slot@^1.0.5:
@@ -5750,10 +5745,10 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
5750
5745
  dependencies:
5751
5746
  is-extglob "^2.1.1"
5752
5747
 
5753
- is-in-ci@^1.0.0:
5754
- version "1.0.0"
5755
- resolved "https://registry.yarnpkg.com/is-in-ci/-/is-in-ci-1.0.0.tgz#9a86bbda7e42c6129902e0574c54b018fbb6ab88"
5756
- integrity sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==
5748
+ is-in-ci@^0.1.0:
5749
+ version "0.1.0"
5750
+ resolved "https://registry.yarnpkg.com/is-in-ci/-/is-in-ci-0.1.0.tgz#5e07d6a02ec3a8292d3f590973357efa3fceb0d3"
5751
+ integrity sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==
5757
5752
 
5758
5753
  is-negative-zero@^2.0.2:
5759
5754
  version "2.0.2"
@@ -8209,10 +8204,10 @@ type-fest@^1.0.2:
8209
8204
  resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
8210
8205
  integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
8211
8206
 
8212
- type-fest@^4.27.0:
8213
- version "4.30.1"
8214
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.30.1.tgz#120b9e15177310ec4e9d5d6f187d86c0f4b55e0e"
8215
- integrity sha512-ojFL7eDMX2NF0xMbDwPZJ8sb7ckqtlAi1GsmgsFXvErT9kFTk1r0DuQKvrCh73M6D4nngeHJmvogF9OluXs7Hw==
8207
+ type-fest@^4.8.3:
8208
+ version "4.32.0"
8209
+ resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.32.0.tgz#55bacdd6f2cf1392b7e9cde894e9b1d726807e97"
8210
+ integrity sha512-rfgpoi08xagF3JSdtJlCwMq9DGNDE0IMh3Mkpc1wUypg9vPi786AiqeBBKcqvIkq42azsBM85N490fyZjeUftw==
8216
8211
 
8217
8212
  typed-array-buffer@^1.0.0:
8218
8213
  version "1.0.0"
@@ -8572,7 +8567,7 @@ write-file-atomic@^3.0.0:
8572
8567
  signal-exit "^3.0.2"
8573
8568
  typedarray-to-buffer "^3.1.5"
8574
8569
 
8575
- ws@^8.18.0:
8570
+ ws@^8.15.0:
8576
8571
  version "8.18.0"
8577
8572
  resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
8578
8573
  integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
@@ -333,5 +333,5 @@
333
333
  ]
334
334
  }
335
335
  },
336
- "version": "1.1.12"
336
+ "version": "1.1.13"
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.12",
4
+ "version": "1.1.13",
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.1",
9
+ "@oclif/multi-stage-output": "^0.8.5",
10
10
  "@salesforce/core": "^8.5.3",
11
11
  "@salesforce/kit": "^3.2.2",
12
12
  "@salesforce/sf-plugins-core": "^11.3.12",
@@ -19,7 +19,7 @@
19
19
  "@salesforce/dev-scripts": "^10.2.9",
20
20
  "@salesforce/plugin-command-reference": "^3.1.39",
21
21
  "@types/tough-cookie": "^4.0.5",
22
- "eslint-plugin-sf-plugin": "^1.20.13",
22
+ "eslint-plugin-sf-plugin": "^1.20.14",
23
23
  "oclif": "^4.17.10",
24
24
  "ts-node": "^10.9.2",
25
25
  "tsx": "^4.19.2",
@@ -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.12.crt",
214
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.12.sig"
213
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.13.crt",
214
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.13.sig"
215
215
  }
216
216
  }