@salesforce/plugin-lightning-dev 2.6.3 → 2.6.4

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
@@ -200,7 +200,7 @@ EXAMPLES
200
200
  $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
201
201
  ```
202
202
 
203
- _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.6.3/src/commands/lightning/dev/app.ts)_
203
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.6.4/src/commands/lightning/dev/app.ts)_
204
204
 
205
205
  ## `sf lightning dev site`
206
206
 
@@ -244,6 +244,6 @@ EXAMPLES
244
244
  $ sf lightning dev site --name "Partner Central" --target-org myOrg
245
245
  ```
246
246
 
247
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.6.3/src/commands/lightning/dev/site.ts)_
247
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.6.4/src/commands/lightning/dev/site.ts)_
248
248
 
249
249
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "2.6.3",
9
+ "version": "2.6.4",
10
10
  "license": "BSD-3-Clause",
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.9",
21
21
  "@salesforce/sf-plugins-core": "^11.2.4",
22
- "axios": "^1.7.7",
22
+ "axios": "^1.7.9",
23
23
  "glob": "^10.4.5",
24
24
  "lwc": "^8.10.1",
25
25
  "node-fetch": "^3.3.2"
@@ -8697,9 +8697,9 @@
8697
8697
  }
8698
8698
  },
8699
8699
  "node_modules/axios": {
8700
- "version": "1.7.7",
8701
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
8702
- "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
8700
+ "version": "1.7.9",
8701
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
8702
+ "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
8703
8703
  "license": "MIT",
8704
8704
  "dependencies": {
8705
8705
  "follow-redirects": "^1.15.6",
package/oclif.lock CHANGED
@@ -4609,10 +4609,10 @@ available-typed-arrays@^1.0.7:
4609
4609
  dependencies:
4610
4610
  possible-typed-array-names "^1.0.0"
4611
4611
 
4612
- axios@^1.7.7:
4613
- version "1.7.7"
4614
- resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
4615
- integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
4612
+ axios@^1.7.9:
4613
+ version "1.7.9"
4614
+ resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
4615
+ integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
4616
4616
  dependencies:
4617
4617
  follow-redirects "^1.15.6"
4618
4618
  form-data "^4.0.0"
@@ -148,5 +148,5 @@
148
148
  ]
149
149
  }
150
150
  },
151
- "version": "2.6.3"
151
+ "version": "2.6.4"
152
152
  }
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": "2.6.3",
4
+ "version": "2.6.4",
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.9",
17
17
  "@salesforce/sf-plugins-core": "^11.2.4",
18
- "axios": "^1.7.7",
18
+ "axios": "^1.7.9",
19
19
  "glob": "^10.4.5",
20
20
  "lwc": "^8.10.1",
21
21
  "node-fetch": "^3.3.2"
@@ -239,7 +239,7 @@
239
239
  "yarn": "1.22.22"
240
240
  },
241
241
  "sfdx": {
242
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.6.3.crt",
243
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.6.3.sig"
242
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.6.4.crt",
243
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.6.4.sig"
244
244
  }
245
245
  }