@salesforce/plugin-lightning-dev 4.4.2 → 4.4.3

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.2/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.3/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.2/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.3/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.2/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.3/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.2",
3
+ "version": "4.4.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "4.4.2",
9
+ "version": "4.4.3",
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.12",
21
21
  "@salesforce/sf-plugins-core": "^11.2.4",
22
- "axios": "^1.10.0",
22
+ "axios": "^1.11.0",
23
23
  "glob": "^10.4.5",
24
24
  "lightning-base-components": "1.27.2-alpha",
25
25
  "lwc": "~8.20.1",
@@ -12323,13 +12323,13 @@
12323
12323
  }
12324
12324
  },
12325
12325
  "node_modules/axios": {
12326
- "version": "1.10.0",
12327
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz",
12328
- "integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==",
12326
+ "version": "1.11.0",
12327
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
12328
+ "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
12329
12329
  "license": "MIT",
12330
12330
  "dependencies": {
12331
12331
  "follow-redirects": "^1.15.6",
12332
- "form-data": "^4.0.0",
12332
+ "form-data": "^4.0.4",
12333
12333
  "proxy-from-env": "^1.1.0"
12334
12334
  }
12335
12335
  },
package/oclif.lock CHANGED
@@ -5150,13 +5150,13 @@ available-typed-arrays@^1.0.7:
5150
5150
  dependencies:
5151
5151
  possible-typed-array-names "^1.0.0"
5152
5152
 
5153
- axios@^1.10.0:
5154
- version "1.10.0"
5155
- resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
5156
- integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
5153
+ axios@^1.11.0:
5154
+ version "1.11.0"
5155
+ resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
5156
+ integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
5157
5157
  dependencies:
5158
5158
  follow-redirects "^1.15.6"
5159
- form-data "^4.0.0"
5159
+ form-data "^4.0.4"
5160
5160
  proxy-from-env "^1.1.0"
5161
5161
 
5162
5162
  bail@^1.0.0:
@@ -7092,7 +7092,7 @@ form-data-encoder@^2.1.2:
7092
7092
  resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
7093
7093
  integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
7094
7094
 
7095
- form-data@^4.0.0:
7095
+ form-data@^4.0.0, form-data@^4.0.4:
7096
7096
  version "4.0.4"
7097
7097
  resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
7098
7098
  integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
@@ -246,5 +246,5 @@
246
246
  ]
247
247
  }
248
248
  },
249
- "version": "4.4.2"
249
+ "version": "4.4.3"
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.2",
4
+ "version": "4.4.3",
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.12",
17
17
  "@salesforce/sf-plugins-core": "^11.2.4",
18
- "axios": "^1.10.0",
18
+ "axios": "^1.11.0",
19
19
  "glob": "^10.4.5",
20
20
  "lightning-base-components": "1.27.2-alpha",
21
21
  "lwc": "~8.20.1",
@@ -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.2.crt",
270
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.2.sig"
269
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.3.crt",
270
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.3.sig"
271
271
  }
272
272
  }