@salesforce/plugin-lightning-dev 5.0.25 → 5.0.26

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/5.0.25/src/commands/lightning/dev/app.ts)_
204
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.26/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/5.0.25/src/commands/lightning/dev/component.ts)_
251
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.26/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/5.0.25/src/commands/lightning/dev/site.ts)_
307
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.26/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": "5.0.25",
3
+ "version": "5.0.26",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "5.0.25",
9
+ "version": "5.0.26",
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.2.4",
20
20
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
21
21
  "@salesforce/sf-plugins-core": "^11.2.4",
22
- "axios": "^1.13.1",
22
+ "axios": "^1.13.2",
23
23
  "glob": "^10.4.5",
24
24
  "lwc": "~8.23.0",
25
25
  "node-fetch": "^3.3.2",
@@ -12102,9 +12102,9 @@
12102
12102
  }
12103
12103
  },
12104
12104
  "node_modules/axios": {
12105
- "version": "1.13.1",
12106
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.1.tgz",
12107
- "integrity": "sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==",
12105
+ "version": "1.13.2",
12106
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
12107
+ "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
12108
12108
  "license": "MIT",
12109
12109
  "dependencies": {
12110
12110
  "follow-redirects": "^1.15.6",
package/oclif.lock CHANGED
@@ -5142,10 +5142,10 @@ available-typed-arrays@^1.0.7:
5142
5142
  dependencies:
5143
5143
  possible-typed-array-names "^1.0.0"
5144
5144
 
5145
- axios@^1.13.1:
5146
- version "1.13.1"
5147
- resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.1.tgz#45b62dc8fe04e0e92274e08b98e910ba3d7963a7"
5148
- integrity sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==
5145
+ axios@^1.13.2:
5146
+ version "1.13.2"
5147
+ resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.2.tgz#9ada120b7b5ab24509553ec3e40123521117f687"
5148
+ integrity sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==
5149
5149
  dependencies:
5150
5150
  follow-redirects "^1.15.6"
5151
5151
  form-data "^4.0.4"
@@ -246,5 +246,5 @@
246
246
  ]
247
247
  }
248
248
  },
249
- "version": "5.0.25"
249
+ "version": "5.0.26"
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": "5.0.25",
4
+ "version": "5.0.26",
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.2.4",
16
16
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
17
17
  "@salesforce/sf-plugins-core": "^11.2.4",
18
- "axios": "^1.13.1",
18
+ "axios": "^1.13.2",
19
19
  "glob": "^10.4.5",
20
20
  "lwc": "~8.23.0",
21
21
  "node-fetch": "^3.3.2",
@@ -269,7 +269,7 @@
269
269
  "yarn": "1.22.22"
270
270
  },
271
271
  "sfdx": {
272
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.25.crt",
273
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.25.sig"
272
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.26.crt",
273
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.26.sig"
274
274
  }
275
275
  }