@salesforce/plugin-lightning-dev 6.2.9 → 6.2.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
@@ -203,7 +203,7 @@ EXAMPLES
203
203
  $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
204
204
  ```
205
205
 
206
- _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.9/src/commands/lightning/dev/app.ts)_
206
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.11/src/commands/lightning/dev/app.ts)_
207
207
 
208
208
  ## `sf lightning dev component`
209
209
 
@@ -251,7 +251,7 @@ EXAMPLES
251
251
  $ sf lightning dev component --name myComponent
252
252
  ```
253
253
 
254
- _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.9/src/commands/lightning/dev/component.ts)_
254
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.11/src/commands/lightning/dev/component.ts)_
255
255
 
256
256
  ## `sf lightning dev site`
257
257
 
@@ -308,6 +308,6 @@ EXAMPLES
308
308
  $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
309
309
  ```
310
310
 
311
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.9/src/commands/lightning/dev/site.ts)_
311
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.11/src/commands/lightning/dev/site.ts)_
312
312
 
313
313
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "6.2.9",
3
+ "version": "6.2.11",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "6.2.9",
9
+ "version": "6.2.11",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -16,12 +16,12 @@
16
16
  "@lwc/sfdx-local-dev-dist-67.0": "npm:@lwc/sfdx-local-dev-dist@~13.3.19",
17
17
  "@lwrjs/api": "0.21.5",
18
18
  "@oclif/core": "^4.5.6",
19
- "@salesforce/core": "^8.25.1",
19
+ "@salesforce/core": "^8.26.2",
20
20
  "@salesforce/kit": "^3.2.4",
21
21
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
22
22
  "@salesforce/sf-plugins-core": "^11.2.4",
23
23
  "axios": "^1.13.5",
24
- "glob": "^13.0.5",
24
+ "glob": "^13.0.6",
25
25
  "lwc": "~8.28.2",
26
26
  "node-fetch": "^3.3.2",
27
27
  "open": "^10.2.0",
@@ -2382,9 +2382,9 @@
2382
2382
  }
2383
2383
  },
2384
2384
  "node_modules/@commitlint/config-validator/node_modules/ajv": {
2385
- "version": "8.17.1",
2386
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
2387
- "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
2385
+ "version": "8.18.0",
2386
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
2387
+ "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
2388
2388
  "dev": true,
2389
2389
  "license": "MIT",
2390
2390
  "dependencies": {
@@ -5562,15 +5562,15 @@
5562
5562
  }
5563
5563
  },
5564
5564
  "node_modules/@lwc/lwc-dev-server/node_modules/minimatch": {
5565
- "version": "10.2.1",
5566
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz",
5567
- "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==",
5565
+ "version": "10.2.2",
5566
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
5567
+ "integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
5568
5568
  "license": "BlueOak-1.0.0",
5569
5569
  "dependencies": {
5570
5570
  "brace-expansion": "^5.0.2"
5571
5571
  },
5572
5572
  "engines": {
5573
- "node": "20 || >=22"
5573
+ "node": "18 || 20 || >=22"
5574
5574
  },
5575
5575
  "funding": {
5576
5576
  "url": "https://github.com/sponsors/isaacs"
@@ -7037,15 +7037,15 @@
7037
7037
  }
7038
7038
  },
7039
7039
  "node_modules/@lwc/sfdx-local-dev-dist-66.0/node_modules/minimatch": {
7040
- "version": "10.2.1",
7041
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz",
7042
- "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==",
7040
+ "version": "10.2.2",
7041
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
7042
+ "integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
7043
7043
  "license": "BlueOak-1.0.0",
7044
7044
  "dependencies": {
7045
7045
  "brace-expansion": "^5.0.2"
7046
7046
  },
7047
7047
  "engines": {
7048
- "node": "20 || >=22"
7048
+ "node": "18 || 20 || >=22"
7049
7049
  },
7050
7050
  "funding": {
7051
7051
  "url": "https://github.com/sponsors/isaacs"
@@ -9562,16 +9562,16 @@
9562
9562
  }
9563
9563
  },
9564
9564
  "node_modules/@salesforce/core": {
9565
- "version": "8.25.1",
9566
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.1.tgz",
9567
- "integrity": "sha512-Jon0a9uZpp+mNa5PiY+y8dTjaPcsMaxXEkswdzWotrdrZ4g84MmPKSEv+Q/LtXw3uc9i4RmqBJBUXSIvZhgrjg==",
9565
+ "version": "8.26.2",
9566
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.26.2.tgz",
9567
+ "integrity": "sha512-P1otybl1d+sXg5FORl3PD82TzaOOP5aH1j0UVkpGf1p4BLw6VD0mJekS4mDc0pz6UKK2iIt0CFxXAEMKa/YtBA==",
9568
9568
  "license": "BSD-3-Clause",
9569
9569
  "peer": true,
9570
9570
  "dependencies": {
9571
9571
  "@jsforce/jsforce-node": "^3.10.13",
9572
9572
  "@salesforce/kit": "^3.2.4",
9573
9573
  "@salesforce/ts-types": "^2.0.12",
9574
- "ajv": "^8.17.1",
9574
+ "ajv": "^8.18.0",
9575
9575
  "change-case": "^4.1.2",
9576
9576
  "fast-levenshtein": "^3.0.0",
9577
9577
  "faye": "^1.4.1",
@@ -9593,9 +9593,9 @@
9593
9593
  }
9594
9594
  },
9595
9595
  "node_modules/@salesforce/core/node_modules/ajv": {
9596
- "version": "8.17.1",
9597
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
9598
- "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
9596
+ "version": "8.18.0",
9597
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
9598
+ "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
9599
9599
  "license": "MIT",
9600
9600
  "dependencies": {
9601
9601
  "fast-deep-equal": "^3.1.3",
@@ -10330,9 +10330,9 @@
10330
10330
  }
10331
10331
  },
10332
10332
  "node_modules/@salesforce/lwc-dev-mobile-core/node_modules/ajv": {
10333
- "version": "8.17.1",
10334
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
10335
- "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
10333
+ "version": "8.18.0",
10334
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
10335
+ "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
10336
10336
  "license": "MIT",
10337
10337
  "dependencies": {
10338
10338
  "fast-deep-equal": "^3.1.3",
@@ -16525,17 +16525,17 @@
16525
16525
  "license": "ISC"
16526
16526
  },
16527
16527
  "node_modules/glob": {
16528
- "version": "13.0.5",
16529
- "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.5.tgz",
16530
- "integrity": "sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==",
16528
+ "version": "13.0.6",
16529
+ "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
16530
+ "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
16531
16531
  "license": "BlueOak-1.0.0",
16532
16532
  "dependencies": {
16533
- "minimatch": "^10.2.1",
16534
- "minipass": "^7.1.2",
16535
- "path-scurry": "^2.0.0"
16533
+ "minimatch": "^10.2.2",
16534
+ "minipass": "^7.1.3",
16535
+ "path-scurry": "^2.0.2"
16536
16536
  },
16537
16537
  "engines": {
16538
- "node": "20 || >=22"
16538
+ "node": "18 || 20 || >=22"
16539
16539
  },
16540
16540
  "funding": {
16541
16541
  "url": "https://github.com/sponsors/isaacs"
@@ -16578,15 +16578,15 @@
16578
16578
  }
16579
16579
  },
16580
16580
  "node_modules/glob/node_modules/minimatch": {
16581
- "version": "10.2.1",
16582
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz",
16583
- "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==",
16581
+ "version": "10.2.2",
16582
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
16583
+ "integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
16584
16584
  "license": "BlueOak-1.0.0",
16585
16585
  "dependencies": {
16586
16586
  "brace-expansion": "^5.0.2"
16587
16587
  },
16588
16588
  "engines": {
16589
- "node": "20 || >=22"
16589
+ "node": "18 || 20 || >=22"
16590
16590
  },
16591
16591
  "funding": {
16592
16592
  "url": "https://github.com/sponsors/isaacs"
@@ -20734,10 +20734,10 @@
20734
20734
  }
20735
20735
  },
20736
20736
  "node_modules/minipass": {
20737
- "version": "7.1.2",
20738
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
20739
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
20740
- "license": "ISC",
20737
+ "version": "7.1.3",
20738
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
20739
+ "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
20740
+ "license": "BlueOak-1.0.0",
20741
20741
  "engines": {
20742
20742
  "node": ">=16 || 14 >=14.17"
20743
20743
  }
@@ -21937,16 +21937,16 @@
21937
21937
  "license": "MIT"
21938
21938
  },
21939
21939
  "node_modules/path-scurry": {
21940
- "version": "2.0.0",
21941
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
21942
- "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
21940
+ "version": "2.0.2",
21941
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
21942
+ "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
21943
21943
  "license": "BlueOak-1.0.0",
21944
21944
  "dependencies": {
21945
21945
  "lru-cache": "^11.0.0",
21946
21946
  "minipass": "^7.1.2"
21947
21947
  },
21948
21948
  "engines": {
21949
- "node": "20 || >=22"
21949
+ "node": "18 || 20 || >=22"
21950
21950
  },
21951
21951
  "funding": {
21952
21952
  "url": "https://github.com/sponsors/isaacs"
package/oclif.lock CHANGED
@@ -3782,15 +3782,15 @@
3782
3782
  strip-ansi "6.0.1"
3783
3783
  ts-retry-promise "^0.8.1"
3784
3784
 
3785
- "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.23.4", "@salesforce/core@^8.25.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
3786
- version "8.25.1"
3787
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.25.1.tgz#7646025598bb59b6f95b3656baf8eb0b63a43052"
3788
- integrity sha512-Jon0a9uZpp+mNa5PiY+y8dTjaPcsMaxXEkswdzWotrdrZ4g84MmPKSEv+Q/LtXw3uc9i4RmqBJBUXSIvZhgrjg==
3785
+ "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.23.4", "@salesforce/core@^8.26.2", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
3786
+ version "8.26.2"
3787
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.26.2.tgz#1b82f7bc8e8598ba1ed8779759a5188b74841445"
3788
+ integrity sha512-P1otybl1d+sXg5FORl3PD82TzaOOP5aH1j0UVkpGf1p4BLw6VD0mJekS4mDc0pz6UKK2iIt0CFxXAEMKa/YtBA==
3789
3789
  dependencies:
3790
3790
  "@jsforce/jsforce-node" "^3.10.13"
3791
3791
  "@salesforce/kit" "^3.2.4"
3792
3792
  "@salesforce/ts-types" "^2.0.12"
3793
- ajv "^8.17.1"
3793
+ ajv "^8.18.0"
3794
3794
  change-case "^4.1.2"
3795
3795
  fast-levenshtein "^3.0.0"
3796
3796
  faye "^1.4.1"
@@ -5115,10 +5115,10 @@ ajv@6.12.6, ajv@^6.12.4:
5115
5115
  json-schema-traverse "^0.4.1"
5116
5116
  uri-js "^4.2.2"
5117
5117
 
5118
- ajv@^8.11.0, ajv@^8.17.1:
5119
- version "8.17.1"
5120
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
5121
- integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
5118
+ ajv@^8.11.0, ajv@^8.17.1, ajv@^8.18.0:
5119
+ version "8.18.0"
5120
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc"
5121
+ integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==
5122
5122
  dependencies:
5123
5123
  fast-deep-equal "^3.1.3"
5124
5124
  fast-uri "^3.0.1"
@@ -7605,14 +7605,14 @@ glob@^11.0.3:
7605
7605
  package-json-from-dist "^1.0.0"
7606
7606
  path-scurry "^2.0.0"
7607
7607
 
7608
- glob@^13.0.5:
7609
- version "13.0.5"
7610
- resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.5.tgz#a48f760c6312b1a19d2950fcb577384221c4ec00"
7611
- integrity sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==
7608
+ glob@^13.0.6:
7609
+ version "13.0.6"
7610
+ resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.6.tgz#078666566a425147ccacfbd2e332deb66a2be71d"
7611
+ integrity sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==
7612
7612
  dependencies:
7613
- minimatch "^10.2.1"
7614
- minipass "^7.1.2"
7615
- path-scurry "^2.0.0"
7613
+ minimatch "^10.2.2"
7614
+ minipass "^7.1.3"
7615
+ path-scurry "^2.0.2"
7616
7616
 
7617
7617
  glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
7618
7618
  version "7.2.3"
@@ -9621,10 +9621,10 @@ minimatch@9.0.3:
9621
9621
  dependencies:
9622
9622
  brace-expansion "^2.0.1"
9623
9623
 
9624
- minimatch@^10.0.3, minimatch@^10.2.1:
9625
- version "10.2.1"
9626
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.1.tgz#9d82835834cdc85d5084dd055e9a4685fa56e5f0"
9627
- integrity sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==
9624
+ minimatch@^10.0.3, minimatch@^10.2.2:
9625
+ version "10.2.2"
9626
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.2.tgz#361603ee323cfb83496fea2ae17cc44ea4e1f99f"
9627
+ integrity sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==
9628
9628
  dependencies:
9629
9629
  brace-expansion "^5.0.2"
9630
9630
 
@@ -9668,10 +9668,10 @@ minipass@^5.0.0:
9668
9668
  resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
9669
9669
  integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
9670
9670
 
9671
- "minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4, minipass@^7.1.2:
9672
- version "7.1.2"
9673
- resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
9674
- integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
9671
+ "minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4, minipass@^7.1.2, minipass@^7.1.3:
9672
+ version "7.1.3"
9673
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.3.tgz#79389b4eb1bb2d003a9bba87d492f2bd37bdc65b"
9674
+ integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==
9675
9675
 
9676
9676
  minizlib@^3.0.1:
9677
9677
  version "3.1.0"
@@ -10275,10 +10275,10 @@ path-scurry@^1.11.1:
10275
10275
  lru-cache "^10.2.0"
10276
10276
  minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
10277
10277
 
10278
- path-scurry@^2.0.0:
10279
- version "2.0.0"
10280
- resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
10281
- integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
10278
+ path-scurry@^2.0.0, path-scurry@^2.0.2:
10279
+ version "2.0.2"
10280
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.2.tgz#6be0d0ee02a10d9e0de7a98bae65e182c9061f85"
10281
+ integrity sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==
10282
10282
  dependencies:
10283
10283
  lru-cache "^11.0.0"
10284
10284
  minipass "^7.1.2"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "6.2.9"
270
+ "version": "6.2.11"
271
271
  }
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": "6.2.9",
4
+ "version": "6.2.11",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -12,12 +12,12 @@
12
12
  "@lwc/sfdx-local-dev-dist-67.0": "npm:@lwc/sfdx-local-dev-dist@~13.3.19",
13
13
  "@lwrjs/api": "0.21.5",
14
14
  "@oclif/core": "^4.5.6",
15
- "@salesforce/core": "^8.25.1",
15
+ "@salesforce/core": "^8.26.2",
16
16
  "@salesforce/kit": "^3.2.4",
17
17
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
18
18
  "@salesforce/sf-plugins-core": "^11.2.4",
19
19
  "axios": "^1.13.5",
20
- "glob": "^13.0.5",
20
+ "glob": "^13.0.6",
21
21
  "lwc": "~8.28.2",
22
22
  "node-fetch": "^3.3.2",
23
23
  "open": "^10.2.0",
@@ -251,7 +251,7 @@
251
251
  "yarn": "1.22.22"
252
252
  },
253
253
  "sfdx": {
254
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.9.crt",
255
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.9.sig"
254
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.11.crt",
255
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.11.sig"
256
256
  }
257
257
  }