@salesforce/plugin-lightning-dev 4.1.1 → 4.1.2

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.1.1/src/commands/lightning/dev/app.ts)_
204
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.2/src/commands/lightning/dev/app.ts)_
205
205
 
206
206
  ## `sf lightning dev component`
207
207
 
@@ -247,7 +247,7 @@ EXAMPLES
247
247
  $ sf lightning dev component --name myComponent
248
248
  ```
249
249
 
250
- _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.1/src/commands/lightning/dev/component.ts)_
250
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.2/src/commands/lightning/dev/component.ts)_
251
251
 
252
252
  ## `sf lightning dev site`
253
253
 
@@ -302,6 +302,6 @@ EXAMPLES
302
302
  $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
303
303
  ```
304
304
 
305
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.1/src/commands/lightning/dev/site.ts)_
305
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.2/src/commands/lightning/dev/site.ts)_
306
306
 
307
307
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "4.1.1",
9
+ "version": "4.1.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -19,7 +19,7 @@
19
19
  "@salesforce/kit": "^3.1.6",
20
20
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.10",
21
21
  "@salesforce/sf-plugins-core": "^11.2.4",
22
- "axios": "^1.8.2",
22
+ "axios": "^1.10.0",
23
23
  "glob": "^10.4.5",
24
24
  "lightning-base-components": "1.27.2-alpha",
25
25
  "lwc": "~8.20.0",
@@ -11280,9 +11280,9 @@
11280
11280
  }
11281
11281
  },
11282
11282
  "node_modules/axios": {
11283
- "version": "1.8.2",
11284
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
11285
- "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
11283
+ "version": "1.10.0",
11284
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz",
11285
+ "integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==",
11286
11286
  "license": "MIT",
11287
11287
  "dependencies": {
11288
11288
  "follow-redirects": "^1.15.6",
package/oclif.lock CHANGED
@@ -4918,10 +4918,10 @@ available-typed-arrays@^1.0.7:
4918
4918
  dependencies:
4919
4919
  possible-typed-array-names "^1.0.0"
4920
4920
 
4921
- axios@^1.8.2:
4922
- version "1.8.2"
4923
- resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
4924
- integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
4921
+ axios@^1.10.0:
4922
+ version "1.10.0"
4923
+ resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
4924
+ integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
4925
4925
  dependencies:
4926
4926
  follow-redirects "^1.15.6"
4927
4927
  form-data "^4.0.0"
@@ -239,5 +239,5 @@
239
239
  ]
240
240
  }
241
241
  },
242
- "version": "4.1.1"
242
+ "version": "4.1.2"
243
243
  }
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.1.1",
4
+ "version": "4.1.2",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -15,7 +15,7 @@
15
15
  "@salesforce/kit": "^3.1.6",
16
16
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.10",
17
17
  "@salesforce/sf-plugins-core": "^11.2.4",
18
- "axios": "^1.8.2",
18
+ "axios": "^1.10.0",
19
19
  "glob": "^10.4.5",
20
20
  "lightning-base-components": "1.27.2-alpha",
21
21
  "lwc": "~8.20.0",
@@ -261,7 +261,7 @@
261
261
  "yarn": "1.22.22"
262
262
  },
263
263
  "sfdx": {
264
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.1.1.crt",
265
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.1.1.sig"
264
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.1.2.crt",
265
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.1.2.sig"
266
266
  }
267
267
  }