@salesforce/plugin-lightning-dev 4.0.4 → 4.0.5

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.0.4/src/commands/lightning/dev/app.ts)_
204
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.0.5/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.0.4/src/commands/lightning/dev/component.ts)_
250
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.0.5/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.0.4/src/commands/lightning/dev/site.ts)_
305
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.0.5/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.0.4",
3
+ "version": "4.0.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "4.0.4",
9
+ "version": "4.0.5",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -14,7 +14,7 @@
14
14
  "@lwc/lwc-dev-server": "~12.3.4",
15
15
  "@lwc/sfdc-lwc-compiler": "~12.3.4",
16
16
  "@lwrjs/api": "0.18.3",
17
- "@oclif/core": "^4.3.0",
17
+ "@oclif/core": "^4.4.0",
18
18
  "@salesforce/core": "^8.12.0",
19
19
  "@salesforce/kit": "^3.1.6",
20
20
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.10",
@@ -27,7 +27,7 @@
27
27
  "xml2js": "^0.6.2"
28
28
  },
29
29
  "devDependencies": {
30
- "@oclif/plugin-command-snapshot": "^5.2.40",
30
+ "@oclif/plugin-command-snapshot": "^5.3.2",
31
31
  "@salesforce/cli-plugins-testkit": "^5.3.39",
32
32
  "@salesforce/dev-scripts": "^11.0.2",
33
33
  "@salesforce/plugin-command-reference": "^3.1.56",
@@ -6854,9 +6854,9 @@
6854
6854
  }
6855
6855
  },
6856
6856
  "node_modules/@oclif/core": {
6857
- "version": "4.3.3",
6858
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.3.tgz",
6859
- "integrity": "sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==",
6857
+ "version": "4.4.0",
6858
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.0.tgz",
6859
+ "integrity": "sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ==",
6860
6860
  "license": "MIT",
6861
6861
  "dependencies": {
6862
6862
  "ansi-escapes": "^4.3.2",
@@ -6945,9 +6945,9 @@
6945
6945
  }
6946
6946
  },
6947
6947
  "node_modules/@oclif/plugin-command-snapshot": {
6948
- "version": "5.2.40",
6949
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz",
6950
- "integrity": "sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==",
6948
+ "version": "5.3.2",
6949
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.2.tgz",
6950
+ "integrity": "sha512-PdzFQ1BRbv1YqOo5+5P/FzpS3xQQs6xVUZFM+kbdhyhFf9baVGrzkyDqa+nWp9SIvBD0cMb4QrLuKMIfNG9JyA==",
6951
6951
  "dev": true,
6952
6952
  "license": "MIT",
6953
6953
  "dependencies": {
@@ -6961,6 +6961,9 @@
6961
6961
  "semver": "^7.7.2",
6962
6962
  "ts-json-schema-generator": "^1.5.1"
6963
6963
  },
6964
+ "bin": {
6965
+ "oclif-snapshot": "bin/run.js"
6966
+ },
6964
6967
  "engines": {
6965
6968
  "node": ">=18.0.0"
6966
6969
  }
@@ -8141,6 +8144,18 @@
8141
8144
  "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
8142
8145
  "license": "MIT"
8143
8146
  },
8147
+ "node_modules/@rollup/pluginutils/node_modules/picomatch": {
8148
+ "version": "4.0.2",
8149
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
8150
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
8151
+ "license": "MIT",
8152
+ "engines": {
8153
+ "node": ">=12"
8154
+ },
8155
+ "funding": {
8156
+ "url": "https://github.com/sponsors/jonschlinkert"
8157
+ }
8158
+ },
8144
8159
  "node_modules/@rollup/wasm-node": {
8145
8160
  "version": "4.10.0",
8146
8161
  "resolved": "https://registry.npmjs.org/@rollup/wasm-node/-/wasm-node-4.10.0.tgz",
@@ -10982,18 +10997,6 @@
10982
10997
  "node": ">= 8"
10983
10998
  }
10984
10999
  },
10985
- "node_modules/anymatch/node_modules/picomatch": {
10986
- "version": "2.3.1",
10987
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
10988
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
10989
- "license": "MIT",
10990
- "engines": {
10991
- "node": ">=8.6"
10992
- },
10993
- "funding": {
10994
- "url": "https://github.com/sponsors/jonschlinkert"
10995
- }
10996
- },
10997
11000
  "node_modules/append-transform": {
10998
11001
  "version": "2.0.0",
10999
11002
  "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz",
@@ -14873,20 +14876,6 @@
14873
14876
  "node": ">=0.8.0"
14874
14877
  }
14875
14878
  },
14876
- "node_modules/fdir": {
14877
- "version": "6.4.6",
14878
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz",
14879
- "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
14880
- "license": "MIT",
14881
- "peerDependencies": {
14882
- "picomatch": "^3 || ^4"
14883
- },
14884
- "peerDependenciesMeta": {
14885
- "picomatch": {
14886
- "optional": true
14887
- }
14888
- }
14889
- },
14890
14879
  "node_modules/fetch-blob": {
14891
14880
  "version": "3.2.0",
14892
14881
  "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
@@ -18873,18 +18862,6 @@
18873
18862
  "node": ">=8.6"
18874
18863
  }
18875
18864
  },
18876
- "node_modules/micromatch/node_modules/picomatch": {
18877
- "version": "2.3.1",
18878
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
18879
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
18880
- "license": "MIT",
18881
- "engines": {
18882
- "node": ">=8.6"
18883
- },
18884
- "funding": {
18885
- "url": "https://github.com/sponsors/jonschlinkert"
18886
- }
18887
- },
18888
18865
  "node_modules/mime": {
18889
18866
  "version": "4.0.4",
18890
18867
  "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.4.tgz",
@@ -20326,12 +20303,12 @@
20326
20303
  "license": "ISC"
20327
20304
  },
20328
20305
  "node_modules/picomatch": {
20329
- "version": "4.0.2",
20330
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
20331
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
20306
+ "version": "2.3.1",
20307
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
20308
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
20332
20309
  "license": "MIT",
20333
20310
  "engines": {
20334
- "node": ">=12"
20311
+ "node": ">=8.6"
20335
20312
  },
20336
20313
  "funding": {
20337
20314
  "url": "https://github.com/sponsors/jonschlinkert"
@@ -20995,18 +20972,6 @@
20995
20972
  "node": ">=8.10.0"
20996
20973
  }
20997
20974
  },
20998
- "node_modules/readdirp/node_modules/picomatch": {
20999
- "version": "2.3.1",
21000
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
21001
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
21002
- "license": "MIT",
21003
- "engines": {
21004
- "node": ">=8.6"
21005
- },
21006
- "funding": {
21007
- "url": "https://github.com/sponsors/jonschlinkert"
21008
- }
21009
- },
21010
20975
  "node_modules/real-require": {
21011
20976
  "version": "0.2.0",
21012
20977
  "resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
@@ -22132,21 +22097,6 @@
22132
22097
  "sort-package-json": "cli.js"
22133
22098
  }
22134
22099
  },
22135
- "node_modules/sort-package-json/node_modules/fdir": {
22136
- "version": "6.4.3",
22137
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz",
22138
- "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
22139
- "dev": true,
22140
- "license": "MIT",
22141
- "peerDependencies": {
22142
- "picomatch": "^3 || ^4"
22143
- },
22144
- "peerDependenciesMeta": {
22145
- "picomatch": {
22146
- "optional": true
22147
- }
22148
- }
22149
- },
22150
22100
  "node_modules/sort-package-json/node_modules/is-plain-obj": {
22151
22101
  "version": "4.1.0",
22152
22102
  "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
@@ -22160,20 +22110,6 @@
22160
22110
  "url": "https://github.com/sponsors/sindresorhus"
22161
22111
  }
22162
22112
  },
22163
- "node_modules/sort-package-json/node_modules/tinyglobby": {
22164
- "version": "0.2.10",
22165
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz",
22166
- "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
22167
- "dev": true,
22168
- "license": "MIT",
22169
- "dependencies": {
22170
- "fdir": "^6.4.2",
22171
- "picomatch": "^4.0.2"
22172
- },
22173
- "engines": {
22174
- "node": ">=12.0.0"
22175
- }
22176
- },
22177
22113
  "node_modules/source-map": {
22178
22114
  "version": "0.6.1",
22179
22115
  "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
@@ -22759,6 +22695,32 @@
22759
22695
  "url": "https://github.com/sponsors/SuperchupuDev"
22760
22696
  }
22761
22697
  },
22698
+ "node_modules/tinyglobby/node_modules/fdir": {
22699
+ "version": "6.4.6",
22700
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz",
22701
+ "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
22702
+ "license": "MIT",
22703
+ "peerDependencies": {
22704
+ "picomatch": "^3 || ^4"
22705
+ },
22706
+ "peerDependenciesMeta": {
22707
+ "picomatch": {
22708
+ "optional": true
22709
+ }
22710
+ }
22711
+ },
22712
+ "node_modules/tinyglobby/node_modules/picomatch": {
22713
+ "version": "4.0.2",
22714
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
22715
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
22716
+ "license": "MIT",
22717
+ "engines": {
22718
+ "node": ">=12"
22719
+ },
22720
+ "funding": {
22721
+ "url": "https://github.com/sponsors/jonschlinkert"
22722
+ }
22723
+ },
22762
22724
  "node_modules/tmp": {
22763
22725
  "version": "0.0.33",
22764
22726
  "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
package/oclif.lock CHANGED
@@ -2748,10 +2748,10 @@
2748
2748
  "@nodelib/fs.scandir" "2.1.5"
2749
2749
  fastq "^1.6.0"
2750
2750
 
2751
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.7", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2":
2752
- version "4.3.3"
2753
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.3.tgz#a527536b62ef202c58d2b69ce9cd1e64eb3a94b1"
2754
- integrity sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==
2751
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.7", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.4.0":
2752
+ version "4.4.0"
2753
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.0.tgz#82fb972822270c8e585587bd1c8a01ffbac588e2"
2754
+ integrity sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ==
2755
2755
  dependencies:
2756
2756
  ansi-escapes "^4.3.2"
2757
2757
  ansis "^3.17.0"
@@ -2772,10 +2772,10 @@
2772
2772
  wordwrap "^1.0.0"
2773
2773
  wrap-ansi "^7.0.0"
2774
2774
 
2775
- "@oclif/plugin-command-snapshot@^5.2.40":
2776
- version "5.2.40"
2777
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz#911130e805ee0117dc3c7aa7de3ff7b5832debc8"
2778
- integrity sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==
2775
+ "@oclif/plugin-command-snapshot@^5.3.2":
2776
+ version "5.3.2"
2777
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.2.tgz#57d550b6e3f1f69ea6e4c6ec569333f9ee133711"
2778
+ integrity sha512-PdzFQ1BRbv1YqOo5+5P/FzpS3xQQs6xVUZFM+kbdhyhFf9baVGrzkyDqa+nWp9SIvBD0cMb4QrLuKMIfNG9JyA==
2779
2779
  dependencies:
2780
2780
  "@oclif/core" "^4"
2781
2781
  ansis "^3.17.0"
@@ -6692,11 +6692,6 @@ faye@^1.4.0:
6692
6692
  tough-cookie "*"
6693
6693
  tunnel-agent "*"
6694
6694
 
6695
- fdir@^6.4.2:
6696
- version "6.4.3"
6697
- resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.3.tgz#011cdacf837eca9b811c89dbb902df714273db72"
6698
- integrity sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==
6699
-
6700
6695
  fdir@^6.4.4:
6701
6696
  version "6.4.6"
6702
6697
  resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.6.tgz#2b268c0232697063111bbf3f64810a2a741ba281"
@@ -11082,7 +11077,7 @@ tiny-jsonc@^1.0.2:
11082
11077
  resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
11083
11078
  integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
11084
11079
 
11085
- tinyglobby@^0.2.14:
11080
+ tinyglobby@^0.2.14, tinyglobby@^0.2.9:
11086
11081
  version "0.2.14"
11087
11082
  resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
11088
11083
  integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
@@ -11090,14 +11085,6 @@ tinyglobby@^0.2.14:
11090
11085
  fdir "^6.4.4"
11091
11086
  picomatch "^4.0.2"
11092
11087
 
11093
- tinyglobby@^0.2.9:
11094
- version "0.2.10"
11095
- resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.10.tgz#e712cf2dc9b95a1f5c5bbd159720e15833977a0f"
11096
- integrity sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==
11097
- dependencies:
11098
- fdir "^6.4.2"
11099
- picomatch "^4.0.2"
11100
-
11101
11088
  tmp@^0.0.33:
11102
11089
  version "0.0.33"
11103
11090
  resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -239,5 +239,5 @@
239
239
  ]
240
240
  }
241
241
  },
242
- "version": "4.0.4"
242
+ "version": "4.0.5"
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.0.4",
4
+ "version": "4.0.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -10,7 +10,7 @@
10
10
  "@lwc/lwc-dev-server": "~12.3.4",
11
11
  "@lwc/sfdc-lwc-compiler": "~12.3.4",
12
12
  "@lwrjs/api": "0.18.3",
13
- "@oclif/core": "^4.3.0",
13
+ "@oclif/core": "^4.4.0",
14
14
  "@salesforce/core": "^8.12.0",
15
15
  "@salesforce/kit": "^3.1.6",
16
16
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.10",
@@ -23,7 +23,7 @@
23
23
  "xml2js": "^0.6.2"
24
24
  },
25
25
  "devDependencies": {
26
- "@oclif/plugin-command-snapshot": "^5.2.40",
26
+ "@oclif/plugin-command-snapshot": "^5.3.2",
27
27
  "@salesforce/cli-plugins-testkit": "^5.3.39",
28
28
  "@salesforce/dev-scripts": "^11.0.2",
29
29
  "@salesforce/plugin-command-reference": "^3.1.56",
@@ -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.0.4.crt",
265
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.0.4.sig"
264
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.0.5.crt",
265
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.0.5.sig"
266
266
  }
267
267
  }