@salesforce/plugin-lightning-dev 4.4.10 → 4.4.11

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
@@ -201,7 +201,7 @@ EXAMPLES
201
201
  $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
202
202
  ```
203
203
 
204
- _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.10/src/commands/lightning/dev/app.ts)_
204
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.11/src/commands/lightning/dev/app.ts)_
205
205
 
206
206
  ## `sf lightning dev component`
207
207
 
@@ -248,7 +248,7 @@ EXAMPLES
248
248
  $ sf lightning dev component --name myComponent
249
249
  ```
250
250
 
251
- _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.10/src/commands/lightning/dev/component.ts)_
251
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.11/src/commands/lightning/dev/component.ts)_
252
252
 
253
253
  ## `sf lightning dev site`
254
254
 
@@ -304,6 +304,6 @@ EXAMPLES
304
304
  $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
305
305
  ```
306
306
 
307
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.10/src/commands/lightning/dev/site.ts)_
307
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.11/src/commands/lightning/dev/site.ts)_
308
308
 
309
309
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "4.4.10",
3
+ "version": "4.4.11",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "4.4.10",
9
+ "version": "4.4.11",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -15,7 +15,7 @@
15
15
  "@lwc/sfdc-lwc-compiler": "~13.0.31",
16
16
  "@lwrjs/api": "0.18.3",
17
17
  "@oclif/core": "^4.5.0",
18
- "@salesforce/core": "^8.18.7",
18
+ "@salesforce/core": "^8.19.1",
19
19
  "@salesforce/kit": "^3.1.6",
20
20
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12",
21
21
  "@salesforce/sf-plugins-core": "^11.2.4",
@@ -4708,9 +4708,9 @@
4708
4708
  }
4709
4709
  },
4710
4710
  "node_modules/@jsforce/jsforce-node": {
4711
- "version": "3.10.0",
4712
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.0.tgz",
4713
- "integrity": "sha512-hNExEqzvJ/ixnsfZlrYh/FqEOYfn4vKmeBMqIdrEjeYciIsSaOeggghFl+1w0m2u7TNGr1+8jPUBvki3nebPSw==",
4711
+ "version": "3.10.1",
4712
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.1.tgz",
4713
+ "integrity": "sha512-HZcekfFFGOIIqdkCVI5wmP+Nxpmbhwj8CJH5fAii6dcdMhFgTp0sMGwWZe2Br74Nmp7GEESFVuTcIjk+NX5ajA==",
4714
4714
  "license": "MIT",
4715
4715
  "dependencies": {
4716
4716
  "@sindresorhus/is": "^4",
@@ -9625,15 +9625,15 @@
9625
9625
  }
9626
9626
  },
9627
9627
  "node_modules/@salesforce/core": {
9628
- "version": "8.18.7",
9629
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.18.7.tgz",
9630
- "integrity": "sha512-TP0AwS52+4ijIqVkNrKesVtK/osGsW7KvHrUiPcARI73ZKnW5z/CCpGdDH8nwGHSxj9rYlWC//g3EkTZJkparw==",
9628
+ "version": "8.19.1",
9629
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.19.1.tgz",
9630
+ "integrity": "sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==",
9631
9631
  "license": "BSD-3-Clause",
9632
9632
  "dependencies": {
9633
- "@jsforce/jsforce-node": "^3.10.0",
9633
+ "@jsforce/jsforce-node": "^3.10.1",
9634
9634
  "@salesforce/kit": "^3.2.2",
9635
9635
  "@salesforce/schemas": "^1.9.1",
9636
- "@salesforce/ts-types": "^2.0.10",
9636
+ "@salesforce/ts-types": "^2.0.11",
9637
9637
  "ajv": "^8.17.1",
9638
9638
  "change-case": "^4.1.2",
9639
9639
  "fast-levenshtein": "^3.0.0",
@@ -9642,6 +9642,7 @@
9642
9642
  "js2xmlparser": "^4.0.1",
9643
9643
  "jsonwebtoken": "9.0.2",
9644
9644
  "jszip": "3.10.1",
9645
+ "memfs": "^4.30.1",
9645
9646
  "pino": "^9.7.0",
9646
9647
  "pino-abstract-transport": "^1.2.0",
9647
9648
  "pino-pretty": "^11.3.0",
@@ -18053,6 +18054,15 @@
18053
18054
  "url": "https://github.com/sponsors/typicode"
18054
18055
  }
18055
18056
  },
18057
+ "node_modules/hyperdyperid": {
18058
+ "version": "1.2.0",
18059
+ "resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz",
18060
+ "integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==",
18061
+ "license": "MIT",
18062
+ "engines": {
18063
+ "node": ">=10.18"
18064
+ }
18065
+ },
18056
18066
  "node_modules/iconv-lite": {
18057
18067
  "version": "0.4.24",
18058
18068
  "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
@@ -20388,6 +20398,175 @@
20388
20398
  "node": ">= 0.6"
20389
20399
  }
20390
20400
  },
20401
+ "node_modules/memfs": {
20402
+ "version": "4.36.0",
20403
+ "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.36.0.tgz",
20404
+ "integrity": "sha512-mfBfzGUdoEw5AZwG8E965ej3BbvW2F9LxEWj4uLxF6BEh1dO2N9eS3AGu9S6vfenuQYrVjsbUOOZK7y3vz4vyQ==",
20405
+ "license": "Apache-2.0",
20406
+ "dependencies": {
20407
+ "@jsonjoy.com/json-pack": "^1.0.3",
20408
+ "@jsonjoy.com/util": "^1.3.0",
20409
+ "tree-dump": "^1.0.1",
20410
+ "tslib": "^2.0.0"
20411
+ },
20412
+ "engines": {
20413
+ "node": ">= 4.0.0"
20414
+ },
20415
+ "funding": {
20416
+ "type": "github",
20417
+ "url": "https://github.com/sponsors/streamich"
20418
+ }
20419
+ },
20420
+ "node_modules/memfs/node_modules/@jsonjoy.com/base64": {
20421
+ "version": "1.1.2",
20422
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz",
20423
+ "integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==",
20424
+ "license": "Apache-2.0",
20425
+ "engines": {
20426
+ "node": ">=10.0"
20427
+ },
20428
+ "funding": {
20429
+ "type": "github",
20430
+ "url": "https://github.com/sponsors/streamich"
20431
+ },
20432
+ "peerDependencies": {
20433
+ "tslib": "2"
20434
+ }
20435
+ },
20436
+ "node_modules/memfs/node_modules/@jsonjoy.com/buffers": {
20437
+ "version": "1.0.0",
20438
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz",
20439
+ "integrity": "sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==",
20440
+ "license": "Apache-2.0",
20441
+ "engines": {
20442
+ "node": ">=10.0"
20443
+ },
20444
+ "funding": {
20445
+ "type": "github",
20446
+ "url": "https://github.com/sponsors/streamich"
20447
+ },
20448
+ "peerDependencies": {
20449
+ "tslib": "2"
20450
+ }
20451
+ },
20452
+ "node_modules/memfs/node_modules/@jsonjoy.com/codegen": {
20453
+ "version": "1.0.0",
20454
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz",
20455
+ "integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==",
20456
+ "license": "Apache-2.0",
20457
+ "engines": {
20458
+ "node": ">=10.0"
20459
+ },
20460
+ "funding": {
20461
+ "type": "github",
20462
+ "url": "https://github.com/sponsors/streamich"
20463
+ },
20464
+ "peerDependencies": {
20465
+ "tslib": "2"
20466
+ }
20467
+ },
20468
+ "node_modules/memfs/node_modules/@jsonjoy.com/json-pack": {
20469
+ "version": "1.10.0",
20470
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.10.0.tgz",
20471
+ "integrity": "sha512-PMOU9Sh0baiLZEDewwR/YAHJBV2D8pPIzcFQSU7HQl/k/HNCDyVfO1OvkyDwBGp4dPtvZc7Hl9FFYWwTP1CbZw==",
20472
+ "license": "Apache-2.0",
20473
+ "dependencies": {
20474
+ "@jsonjoy.com/base64": "^1.1.2",
20475
+ "@jsonjoy.com/buffers": "^1.0.0",
20476
+ "@jsonjoy.com/codegen": "^1.0.0",
20477
+ "@jsonjoy.com/json-pointer": "^1.0.1",
20478
+ "@jsonjoy.com/util": "^1.9.0",
20479
+ "hyperdyperid": "^1.2.0",
20480
+ "thingies": "^2.5.0"
20481
+ },
20482
+ "engines": {
20483
+ "node": ">=10.0"
20484
+ },
20485
+ "funding": {
20486
+ "type": "github",
20487
+ "url": "https://github.com/sponsors/streamich"
20488
+ },
20489
+ "peerDependencies": {
20490
+ "tslib": "2"
20491
+ }
20492
+ },
20493
+ "node_modules/memfs/node_modules/@jsonjoy.com/json-pointer": {
20494
+ "version": "1.0.1",
20495
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz",
20496
+ "integrity": "sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==",
20497
+ "license": "Apache-2.0",
20498
+ "dependencies": {
20499
+ "@jsonjoy.com/util": "^1.3.0"
20500
+ },
20501
+ "engines": {
20502
+ "node": ">=10.0"
20503
+ },
20504
+ "funding": {
20505
+ "type": "github",
20506
+ "url": "https://github.com/sponsors/streamich"
20507
+ },
20508
+ "peerDependencies": {
20509
+ "tslib": "2"
20510
+ }
20511
+ },
20512
+ "node_modules/memfs/node_modules/@jsonjoy.com/util": {
20513
+ "version": "1.9.0",
20514
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.9.0.tgz",
20515
+ "integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==",
20516
+ "license": "Apache-2.0",
20517
+ "dependencies": {
20518
+ "@jsonjoy.com/buffers": "^1.0.0",
20519
+ "@jsonjoy.com/codegen": "^1.0.0"
20520
+ },
20521
+ "engines": {
20522
+ "node": ">=10.0"
20523
+ },
20524
+ "funding": {
20525
+ "type": "github",
20526
+ "url": "https://github.com/sponsors/streamich"
20527
+ },
20528
+ "peerDependencies": {
20529
+ "tslib": "2"
20530
+ }
20531
+ },
20532
+ "node_modules/memfs/node_modules/thingies": {
20533
+ "version": "2.5.0",
20534
+ "resolved": "https://registry.npmjs.org/thingies/-/thingies-2.5.0.tgz",
20535
+ "integrity": "sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==",
20536
+ "license": "MIT",
20537
+ "engines": {
20538
+ "node": ">=10.18"
20539
+ },
20540
+ "funding": {
20541
+ "type": "github",
20542
+ "url": "https://github.com/sponsors/streamich"
20543
+ },
20544
+ "peerDependencies": {
20545
+ "tslib": "^2"
20546
+ }
20547
+ },
20548
+ "node_modules/memfs/node_modules/tree-dump": {
20549
+ "version": "1.0.3",
20550
+ "resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.3.tgz",
20551
+ "integrity": "sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==",
20552
+ "license": "Apache-2.0",
20553
+ "engines": {
20554
+ "node": ">=10.0"
20555
+ },
20556
+ "funding": {
20557
+ "type": "github",
20558
+ "url": "https://github.com/sponsors/streamich"
20559
+ },
20560
+ "peerDependencies": {
20561
+ "tslib": "2"
20562
+ }
20563
+ },
20564
+ "node_modules/memfs/node_modules/tslib": {
20565
+ "version": "2.8.1",
20566
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
20567
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
20568
+ "license": "0BSD"
20569
+ },
20391
20570
  "node_modules/meow": {
20392
20571
  "version": "8.1.2",
20393
20572
  "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
package/oclif.lock CHANGED
@@ -2228,10 +2228,10 @@
2228
2228
  resolved "https://registry.yarnpkg.com/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz#9299f82874bab9e4c7f9c48d865becbfe8d6907c"
2229
2229
  integrity sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==
2230
2230
 
2231
- "@jsforce/jsforce-node@^3.10.0":
2232
- version "3.10.0"
2233
- resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.0.tgz#1bf75e9d322434f99fc38a3b60738205051144c5"
2234
- integrity sha512-hNExEqzvJ/ixnsfZlrYh/FqEOYfn4vKmeBMqIdrEjeYciIsSaOeggghFl+1w0m2u7TNGr1+8jPUBvki3nebPSw==
2231
+ "@jsforce/jsforce-node@^3.10.1":
2232
+ version "3.10.1"
2233
+ resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.1.tgz#790a0ecc89ce3b2c91aca16d9f84534d7d4bdd55"
2234
+ integrity sha512-HZcekfFFGOIIqdkCVI5wmP+Nxpmbhwj8CJH5fAii6dcdMhFgTp0sMGwWZe2Br74Nmp7GEESFVuTcIjk+NX5ajA==
2235
2235
  dependencies:
2236
2236
  "@sindresorhus/is" "^4"
2237
2237
  base64url "^3.0.1"
@@ -2244,6 +2244,49 @@
2244
2244
  node-fetch "^2.6.1"
2245
2245
  xml2js "^0.6.2"
2246
2246
 
2247
+ "@jsonjoy.com/base64@^1.1.2":
2248
+ version "1.1.2"
2249
+ resolved "https://registry.yarnpkg.com/@jsonjoy.com/base64/-/base64-1.1.2.tgz#cf8ea9dcb849b81c95f14fc0aaa151c6b54d2578"
2250
+ integrity sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==
2251
+
2252
+ "@jsonjoy.com/buffers@^1.0.0":
2253
+ version "1.0.0"
2254
+ resolved "https://registry.yarnpkg.com/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz#ade6895b7d3883d70f87b5743efaa12c71dfef7a"
2255
+ integrity sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==
2256
+
2257
+ "@jsonjoy.com/codegen@^1.0.0":
2258
+ version "1.0.0"
2259
+ resolved "https://registry.yarnpkg.com/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz#5c23f796c47675f166d23b948cdb889184b93207"
2260
+ integrity sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==
2261
+
2262
+ "@jsonjoy.com/json-pack@^1.0.3":
2263
+ version "1.10.0"
2264
+ resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pack/-/json-pack-1.10.0.tgz#d098b0164512889f18269e373407c4b5a46f3ee2"
2265
+ integrity sha512-PMOU9Sh0baiLZEDewwR/YAHJBV2D8pPIzcFQSU7HQl/k/HNCDyVfO1OvkyDwBGp4dPtvZc7Hl9FFYWwTP1CbZw==
2266
+ dependencies:
2267
+ "@jsonjoy.com/base64" "^1.1.2"
2268
+ "@jsonjoy.com/buffers" "^1.0.0"
2269
+ "@jsonjoy.com/codegen" "^1.0.0"
2270
+ "@jsonjoy.com/json-pointer" "^1.0.1"
2271
+ "@jsonjoy.com/util" "^1.9.0"
2272
+ hyperdyperid "^1.2.0"
2273
+ thingies "^2.5.0"
2274
+
2275
+ "@jsonjoy.com/json-pointer@^1.0.1":
2276
+ version "1.0.1"
2277
+ resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz#3b710158e8a212708a2886ea5e38d92e2ea4f4a0"
2278
+ integrity sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==
2279
+ dependencies:
2280
+ "@jsonjoy.com/util" "^1.3.0"
2281
+
2282
+ "@jsonjoy.com/util@^1.3.0", "@jsonjoy.com/util@^1.9.0":
2283
+ version "1.9.0"
2284
+ resolved "https://registry.yarnpkg.com/@jsonjoy.com/util/-/util-1.9.0.tgz#7ee95586aed0a766b746cd8d8363e336c3c47c46"
2285
+ integrity sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==
2286
+ dependencies:
2287
+ "@jsonjoy.com/buffers" "^1.0.0"
2288
+ "@jsonjoy.com/codegen" "^1.0.0"
2289
+
2247
2290
  "@koa/router@^10.0.0":
2248
2291
  version "10.1.1"
2249
2292
  resolved "https://registry.yarnpkg.com/@koa/router/-/router-10.1.1.tgz#8e5a85c9b243e0bc776802c0de564561e57a5f78"
@@ -3561,15 +3604,15 @@
3561
3604
  strip-ansi "6.0.1"
3562
3605
  ts-retry-promise "^0.8.1"
3563
3606
 
3564
- "@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.18.5", "@salesforce/core@^8.18.7", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
3565
- version "8.18.7"
3566
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.18.7.tgz#1eb16b69b3a2120f5e39917a9e78d0c32eaa0943"
3567
- integrity sha512-TP0AwS52+4ijIqVkNrKesVtK/osGsW7KvHrUiPcARI73ZKnW5z/CCpGdDH8nwGHSxj9rYlWC//g3EkTZJkparw==
3607
+ "@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.18.5", "@salesforce/core@^8.19.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
3608
+ version "8.19.1"
3609
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.19.1.tgz#300b37db32e29a7b1055091cc13d04a6ccc4d8c1"
3610
+ integrity sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==
3568
3611
  dependencies:
3569
- "@jsforce/jsforce-node" "^3.10.0"
3612
+ "@jsforce/jsforce-node" "^3.10.1"
3570
3613
  "@salesforce/kit" "^3.2.2"
3571
3614
  "@salesforce/schemas" "^1.9.1"
3572
- "@salesforce/ts-types" "^2.0.10"
3615
+ "@salesforce/ts-types" "^2.0.11"
3573
3616
  ajv "^8.17.1"
3574
3617
  change-case "^4.1.2"
3575
3618
  fast-levenshtein "^3.0.0"
@@ -3578,6 +3621,7 @@
3578
3621
  js2xmlparser "^4.0.1"
3579
3622
  jsonwebtoken "9.0.2"
3580
3623
  jszip "3.10.1"
3624
+ memfs "^4.30.1"
3581
3625
  pino "^9.7.0"
3582
3626
  pino-abstract-transport "^1.2.0"
3583
3627
  pino-pretty "^11.3.0"
@@ -3718,7 +3762,7 @@
3718
3762
  cli-progress "^3.12.0"
3719
3763
  terminal-link "^3.0.0"
3720
3764
 
3721
- "@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
3765
+ "@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
3722
3766
  version "2.0.12"
3723
3767
  resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.12.tgz#60420622812a7ec7e46d220667bc29b42dc247ff"
3724
3768
  integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==
@@ -7848,6 +7892,11 @@ husky@^7.0.4:
7848
7892
  resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
7849
7893
  integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
7850
7894
 
7895
+ hyperdyperid@^1.2.0:
7896
+ version "1.2.0"
7897
+ resolved "https://registry.yarnpkg.com/hyperdyperid/-/hyperdyperid-1.2.0.tgz#59668d323ada92228d2a869d3e474d5a33b69e6b"
7898
+ integrity sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==
7899
+
7851
7900
  iconv-lite@0.4.24, iconv-lite@^0.4.24:
7852
7901
  version "0.4.24"
7853
7902
  resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
@@ -9167,6 +9216,16 @@ media-typer@0.3.0:
9167
9216
  resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
9168
9217
  integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
9169
9218
 
9219
+ memfs@^4.30.1:
9220
+ version "4.36.0"
9221
+ resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.36.0.tgz#b9fa8d97ddda3cb8c06908bceec956560c33d979"
9222
+ integrity sha512-mfBfzGUdoEw5AZwG8E965ej3BbvW2F9LxEWj4uLxF6BEh1dO2N9eS3AGu9S6vfenuQYrVjsbUOOZK7y3vz4vyQ==
9223
+ dependencies:
9224
+ "@jsonjoy.com/json-pack" "^1.0.3"
9225
+ "@jsonjoy.com/util" "^1.3.0"
9226
+ tree-dump "^1.0.1"
9227
+ tslib "^2.0.0"
9228
+
9170
9229
  meow@^13.0.0:
9171
9230
  version "13.2.0"
9172
9231
  resolved "https://registry.yarnpkg.com/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f"
@@ -11404,6 +11463,11 @@ text-table@^0.2.0:
11404
11463
  resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
11405
11464
  integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
11406
11465
 
11466
+ thingies@^2.5.0:
11467
+ version "2.5.0"
11468
+ resolved "https://registry.yarnpkg.com/thingies/-/thingies-2.5.0.tgz#5f7b882c933b85989f8466b528a6247a6881e04f"
11469
+ integrity sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==
11470
+
11407
11471
  thread-stream@^3.0.0:
11408
11472
  version "3.1.0"
11409
11473
  resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-3.1.0.tgz#4b2ef252a7c215064507d4ef70c05a5e2d34c4f1"
@@ -11470,6 +11534,11 @@ tr46@~0.0.3:
11470
11534
  resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
11471
11535
  integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
11472
11536
 
11537
+ tree-dump@^1.0.1:
11538
+ version "1.0.3"
11539
+ resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.3.tgz#2f0e42e77354714418ed7ab44291e435ccdb0f80"
11540
+ integrity sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==
11541
+
11473
11542
  trim-newlines@^3.0.0:
11474
11543
  version "3.0.1"
11475
11544
  resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
@@ -11537,6 +11606,11 @@ tsconfig-paths@^3.15.0:
11537
11606
  minimist "^1.2.6"
11538
11607
  strip-bom "^3.0.0"
11539
11608
 
11609
+ tslib@^2.0.0:
11610
+ version "2.8.1"
11611
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
11612
+ integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
11613
+
11540
11614
  tslib@^2.0.3, tslib@^2.6.2:
11541
11615
  version "2.6.3"
11542
11616
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
@@ -246,5 +246,5 @@
246
246
  ]
247
247
  }
248
248
  },
249
- "version": "4.4.10"
249
+ "version": "4.4.11"
250
250
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
3
  "description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4
- "version": "4.4.10",
4
+ "version": "4.4.11",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -11,7 +11,7 @@
11
11
  "@lwc/sfdc-lwc-compiler": "~13.0.31",
12
12
  "@lwrjs/api": "0.18.3",
13
13
  "@oclif/core": "^4.5.0",
14
- "@salesforce/core": "^8.18.7",
14
+ "@salesforce/core": "^8.19.1",
15
15
  "@salesforce/kit": "^3.1.6",
16
16
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12",
17
17
  "@salesforce/sf-plugins-core": "^11.2.4",
@@ -266,7 +266,7 @@
266
266
  "yarn": "1.22.22"
267
267
  },
268
268
  "sfdx": {
269
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.10.crt",
270
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.10.sig"
269
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.11.crt",
270
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.11.sig"
271
271
  }
272
272
  }