@salesforce/plugin-settings 2.0.15 → 2.0.17

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
@@ -107,7 +107,7 @@ EXAMPLES
107
107
  $ sf alias list
108
108
  ```
109
109
 
110
- _See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.15/src/commands/alias/list.ts)_
110
+ _See code: [lib/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/lib/commands/alias/list.ts)_
111
111
 
112
112
  ## `sf alias set`
113
113
 
@@ -155,7 +155,7 @@ EXAMPLES
155
155
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
156
156
  ```
157
157
 
158
- _See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.15/src/commands/alias/set.ts)_
158
+ _See code: [lib/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/lib/commands/alias/set.ts)_
159
159
 
160
160
  ## `sf alias unset`
161
161
 
@@ -194,7 +194,7 @@ EXAMPLES
194
194
  $ sf alias unset --all [--no-prompt]
195
195
  ```
196
196
 
197
- _See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.15/src/commands/alias/unset.ts)_
197
+ _See code: [lib/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/lib/commands/alias/unset.ts)_
198
198
 
199
199
  ## `sf config get`
200
200
 
@@ -231,7 +231,7 @@ EXAMPLES
231
231
  $ sf config get target-org api-version --verbose
232
232
  ```
233
233
 
234
- _See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.15/src/commands/config/get.ts)_
234
+ _See code: [lib/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/lib/commands/config/get.ts)_
235
235
 
236
236
  ## `sf config list`
237
237
 
@@ -270,7 +270,7 @@ EXAMPLES
270
270
  $ sf config list
271
271
  ```
272
272
 
273
- _See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.15/src/commands/config/list.ts)_
273
+ _See code: [lib/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/lib/commands/config/list.ts)_
274
274
 
275
275
  ## `sf config set`
276
276
 
@@ -327,7 +327,7 @@ EXAMPLES
327
327
  $ sf config set --global target-org=my-scratch-org target-dev-hub=my-dev-hub
328
328
  ```
329
329
 
330
- _See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.15/src/commands/config/set.ts)_
330
+ _See code: [lib/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/lib/commands/config/set.ts)_
331
331
 
332
332
  ## `sf config unset`
333
333
 
@@ -365,6 +365,6 @@ EXAMPLES
365
365
  $ sf config unset target-org api-version --global
366
366
  ```
367
367
 
368
- _See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.15/src/commands/config/unset.ts)_
368
+ _See code: [lib/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/lib/commands/config/unset.ts)_
369
369
 
370
370
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -821,11 +821,12 @@
821
821
  wordwrap "^1.0.0"
822
822
  wrap-ansi "^7.0.0"
823
823
 
824
- "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.3.1":
825
- version "3.16.0"
826
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
827
- integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
824
+ "@oclif/core@^3.10.8", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
825
+ version "3.18.1"
826
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
827
+ integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
828
828
  dependencies:
829
+ "@types/cli-progress" "^3.11.5"
829
830
  ansi-escapes "^4.3.2"
830
831
  ansi-styles "^4.3.0"
831
832
  cardinal "^2.1.1"
@@ -849,17 +850,16 @@
849
850
  strip-ansi "^6.0.1"
850
851
  supports-color "^8.1.1"
851
852
  supports-hyperlinks "^2.2.0"
852
- tsconfck "^3.0.0"
853
853
  widest-line "^3.1.0"
854
854
  wordwrap "^1.0.0"
855
855
  wrap-ansi "^7.0.0"
856
856
 
857
- "@oclif/plugin-command-snapshot@^5.0.5":
858
- version "5.0.5"
859
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.5.tgz#8594869b2e70c5703041d810b7c6515dcd179494"
860
- integrity sha512-rv+1DVDRJQhD6BXQ1rA7ZZRiXroqDEyfnuIdWLlELxmyENH5askz6q+PeY0GDIAGbIlGCsTv84B3rPk1qsMqRA==
857
+ "@oclif/plugin-command-snapshot@^5.0.6":
858
+ version "5.0.6"
859
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.6.tgz#f32d0e7fedc588ef08bbab88db5c60d25eb3ca07"
860
+ integrity sha512-/DZsDPrUD/Wd4NMjMZ7gkLZIwH3tb1QWGP8m1JebvTi1Rntn/JG+YEz+iE5zKtu12gmSbjAEYPt92itXQLDbbg==
861
861
  dependencies:
862
- "@oclif/core" "^3.15.0"
862
+ "@oclif/core" "^3.16.0"
863
863
  "@types/lodash.difference" "^4.5.9"
864
864
  chalk "^5.3.0"
865
865
  just-diff "^5.2.0"
@@ -869,41 +869,41 @@
869
869
  semver "^7.5.4"
870
870
  ts-json-schema-generator "^1.5.0"
871
871
 
872
- "@oclif/plugin-help@^5.2.14":
873
- version "5.2.20"
874
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.20.tgz#4035a0ac231f95fb8e334da342175e3ca00f6abc"
875
- integrity sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ==
872
+ "@oclif/plugin-help@^6.0.9":
873
+ version "6.0.9"
874
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.9.tgz#87bbf624372b9afe5dc183a13f52c929d6b022cf"
875
+ integrity sha512-O9zHzjsj8G3DWV+Ju4prrBwHUmwT1pcq7AJNxguedMk8jGZhwKWrcQHdZX6kjC+7QbupSzgjcvXvXpYVR1y3ow==
876
876
  dependencies:
877
- "@oclif/core" "^2.15.0"
877
+ "@oclif/core" "^3.15.0"
878
878
 
879
- "@oclif/plugin-not-found@^2.3.32":
880
- version "2.4.3"
881
- resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-2.4.3.tgz#3d24095adb0f3876cb4bcfdfdcb775086cf6d4b5"
882
- integrity sha512-nIyaR4y692frwh7wIHZ3fb+2L6XEecQwRDIb4zbEam0TvaVmBQWZoColQyWA84ljFBPZ8XWiQyTz+ixSwdRkqg==
879
+ "@oclif/plugin-not-found@^3.0.7":
880
+ version "3.0.7"
881
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.7.tgz#7dcdd1406d464f74eb37e9cde73918d5e1139d8d"
882
+ integrity sha512-AofTUzKVvuU9uQBKMhX3i62aPeoijqtNsRM4rHShS4FyUd1MEhjbI2SmxcNTWjwedRL5F+b9EpjWuswc86fUMg==
883
883
  dependencies:
884
- "@oclif/core" "^2.15.0"
885
- chalk "^4"
884
+ "@oclif/core" "^3.15.1"
885
+ chalk "^5.3.0"
886
886
  fast-levenshtein "^3.0.0"
887
887
 
888
- "@oclif/plugin-warn-if-update-available@^3.0.0":
889
- version "3.0.2"
890
- resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.2.tgz#76d02069c0d5545b5000660460edb6085272cbcd"
891
- integrity sha512-dUXfRNFtnezS4uqQ+Ap4qb6UP0DWExTvoqghNvvGTIN4PEgfYHogvBORn+rFnDXXE8kgZFuqP4ZQJRP9NyLhOA==
888
+ "@oclif/plugin-warn-if-update-available@^3.0.8":
889
+ version "3.0.8"
890
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.8.tgz#715c7f8896a318805cae08f2994115b8d5e39c20"
891
+ integrity sha512-CNusBwZHzWdj4E6xVBbR9+DtxjeQZoK2LDYk3CFwBfLd5L8TJ/6IJNer0ZacDRvnCeABeVqMN33Vk7UlmJ7ngQ==
892
892
  dependencies:
893
- "@oclif/core" "^3.3.1"
893
+ "@oclif/core" "^3.15.1"
894
894
  chalk "^5.3.0"
895
895
  debug "^4.1.0"
896
896
  http-call "^5.2.2"
897
897
  lodash.template "^4.5.0"
898
898
 
899
- "@oclif/test@^3.1.7":
900
- version "3.1.7"
901
- resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.7.tgz#614a101a880b6a8f7ef7439686495a5a6d64b051"
902
- integrity sha512-lEKq/VKqxwSribfvxXu112KTrgo/WsHzoFnUZRv9YJe7Ho6FCkmKs6n362KHWJgSnBMc4rXMJNJQe62HzHbeoA==
899
+ "@oclif/test@^3.1.8":
900
+ version "3.1.8"
901
+ resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.8.tgz#12402a1be848af24e7696b259a7bc68a3153235f"
902
+ integrity sha512-QtBK+gq7mOSns1DhB4URNNvanYiLfwyJ4dY4iL1qyv0ishmRLMRsXnRwlml8e9RHqKg17Sj+I3dnMqWyfJV3rw==
903
903
  dependencies:
904
904
  "@oclif/core" "^3.15.1"
905
905
  chai "^4.3.10"
906
- fancy-test "^3.0.7"
906
+ fancy-test "^3.0.8"
907
907
 
908
908
  "@octokit/auth-token@^2.4.4":
909
909
  version "2.5.0"
@@ -1024,12 +1024,12 @@
1024
1024
  istanbul-lib-report "^3.0.1"
1025
1025
  istanbul-reports "^3.1.6"
1026
1026
 
1027
- "@salesforce/cli-plugins-testkit@^5.1.3":
1028
- version "5.1.3"
1029
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.3.tgz#5e7a7afebaa9a2c02eadbf533273d496335929d6"
1030
- integrity sha512-wmaiVR2Hr6AGUBdDF4M5xCEm4iczNdkm3lVlz8dU/8nISEAyNHOUkt2sB07Yx5oXoDMNNuuxM2DthxxMxxwzzA==
1027
+ "@salesforce/cli-plugins-testkit@^5.1.5":
1028
+ version "5.1.5"
1029
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.5.tgz#e3b95b8e0ea70a59b77faab6041bf4ded508affe"
1030
+ integrity sha512-U2dMk+yyM07BqFOXG4O54d1aUul4NsUdEXEWggt2xl2wV/cOoXSQAROgjdTeIKs8ZhldZsXw7A/sT8KnqvJNjA==
1031
1031
  dependencies:
1032
- "@salesforce/core" "^6.4.2"
1032
+ "@salesforce/core" "^6.4.4"
1033
1033
  "@salesforce/kit" "^3.0.15"
1034
1034
  "@salesforce/ts-types" "^2.0.9"
1035
1035
  "@types/shelljs" "^0.8.15"
@@ -1063,10 +1063,10 @@
1063
1063
  semver "^7.5.4"
1064
1064
  ts-retry-promise "^0.7.1"
1065
1065
 
1066
- "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4":
1067
- version "6.4.4"
1068
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.4.tgz#e96d2ef9cd05c3894578374d1054af80bfdca119"
1069
- integrity sha512-VegX3ChnJUOOztSP05QPiXCTOSioShB22NyhYjL7vVhf6yqSOH0VT2oQ3ywrMYbYCbjLSdsmFdTVLiQIFpK57g==
1066
+ "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.6":
1067
+ version "6.4.7"
1068
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.7.tgz#f15538380aa5c75de697d3c95a2ddbdabae69dbb"
1069
+ integrity sha512-gebjw2xC8Z0gqS3lYRQWz7J+PuGZtybotrnnaJbnzzxdfpBFIp6PjW4nt/235BQW9UWFTLaQh+AwkFgmMTTSkA==
1070
1070
  dependencies:
1071
1071
  "@salesforce/kit" "^3.0.15"
1072
1072
  "@salesforce/schemas" "^1.6.1"
@@ -1080,7 +1080,7 @@
1080
1080
  jsforce "^2.0.0-beta.29"
1081
1081
  jsonwebtoken "9.0.2"
1082
1082
  jszip "3.10.1"
1083
- pino "^8.16.2"
1083
+ pino "^8.17.2"
1084
1084
  pino-abstract-transport "^1.1.0"
1085
1085
  pino-pretty "^10.3.1"
1086
1086
  proper-lockfile "^4.1.2"
@@ -1092,10 +1092,10 @@
1092
1092
  resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
1093
1093
  integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
1094
1094
 
1095
- "@salesforce/dev-scripts@^8.2.0":
1096
- version "8.2.0"
1097
- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.2.0.tgz#e8ca6fd377b0e85ecf88baea727493a68c2154ee"
1098
- integrity sha512-dzVBmetyBe8IM1XJCBw83U5rC0TSwvXa1MPRRI0pmE/VeBqlfxM7rneKtlORCirz9n8SAvCiQvI4oJ/yWW5Quw==
1095
+ "@salesforce/dev-scripts@^8.3.0":
1096
+ version "8.3.0"
1097
+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.3.0.tgz#8fcf223edc57dbdeb11397bf7db1f07a8a5e7720"
1098
+ integrity sha512-NoaGfTtyIYed5lGXtLM7QsyGbZvPVa5uflbmIQdeFOefrvAv48k0+RbJzOl7nuj58EmvULzqrZHL6B7w5u4T5Q==
1099
1099
  dependencies:
1100
1100
  "@commitlint/cli" "^17.1.2"
1101
1101
  "@commitlint/config-conventional" "^17.8.1"
@@ -1110,7 +1110,7 @@
1110
1110
  cosmiconfig "^7.0.0"
1111
1111
  eslint-config-salesforce-typescript "^3.0.5"
1112
1112
  husky "^7.0.4"
1113
- linkinator "^6.0.2"
1113
+ linkinator "^6.0.3"
1114
1114
  mocha "^10.2.0"
1115
1115
  nyc "^15.1.0"
1116
1116
  prettier "^2.8.8"
@@ -1132,15 +1132,15 @@
1132
1132
  "@salesforce/ts-types" "^2.0.9"
1133
1133
  tslib "^2.6.2"
1134
1134
 
1135
- "@salesforce/plugin-command-reference@^3.0.58":
1136
- version "3.0.58"
1137
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.58.tgz#2c1e151a4b2d3cca5956554eb4a43bab4fcf27d8"
1138
- integrity sha512-OblBIcOATD1HVorM/A+t2dT3V0FM/CQv2PtCoUA+rHecjGAjtLdzKajPIGw+Z56GCNqLM5keoEglzFGY8HeA4Q==
1135
+ "@salesforce/plugin-command-reference@^3.0.59":
1136
+ version "3.0.59"
1137
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.59.tgz#309dba84ae01828e1b8d62d80390240418688c43"
1138
+ integrity sha512-8mjPJyxz1FF6Ei7RwjMLHZTmFX2+bOOh5aq7lNwk3qkSqy5cSTW8bf+1/lcOPkm2125qCbAUL0wAgAyNACF6Xg==
1139
1139
  dependencies:
1140
1140
  "@oclif/core" "^3.15.1"
1141
1141
  "@salesforce/core" "^6.4.1"
1142
1142
  "@salesforce/kit" "^3.0.15"
1143
- "@salesforce/sf-plugins-core" "^5.0.12"
1143
+ "@salesforce/sf-plugins-core" "^5.0.13"
1144
1144
  "@salesforce/ts-types" "^2.0.9"
1145
1145
  chalk "^4"
1146
1146
  handlebars "^4.7.8"
@@ -1183,7 +1183,7 @@
1183
1183
  chalk "^4"
1184
1184
  inquirer "^8.2.5"
1185
1185
 
1186
- "@salesforce/sf-plugins-core@^5.0.12":
1186
+ "@salesforce/sf-plugins-core@^5.0.13":
1187
1187
  version "5.0.13"
1188
1188
  resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
1189
1189
  integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
@@ -1196,15 +1196,15 @@
1196
1196
  chalk "^4"
1197
1197
  inquirer "^8.2.5"
1198
1198
 
1199
- "@salesforce/sf-plugins-core@^7.0.0":
1200
- version "7.0.0"
1201
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.0.0.tgz#56cb4eaafcd04a183938d86c5e93323e037b15ab"
1202
- integrity sha512-vl53Ee0/eg9wgvtWro6kX82/943s28Hph/o3lTQk6URorfqMC+zH0RGKJj1X0VKeLhDSOCRYXqIu54jE8AZ/3g==
1199
+ "@salesforce/sf-plugins-core@^7.1.1":
1200
+ version "7.1.1"
1201
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.1.tgz#195b14d8bbb5ee2123872775110892c54c08c791"
1202
+ integrity sha512-stVcdLNaroS8UbcTQicr0aVH7K3yfpMFcPpTpLn2Z7OL66iEhBg4Vtr9+v0qKBjA5ZW7S0M1zzrgjY3ZNRJSxw==
1203
1203
  dependencies:
1204
1204
  "@inquirer/confirm" "^2.0.15"
1205
1205
  "@inquirer/password" "^1.1.14"
1206
1206
  "@oclif/core" "^3.16.0"
1207
- "@salesforce/core" "^6.4.2"
1207
+ "@salesforce/core" "^6.4.6"
1208
1208
  "@salesforce/kit" "^3.0.15"
1209
1209
  "@salesforce/ts-types" "^2.0.9"
1210
1210
  chalk "^5.3.0"
@@ -1444,10 +1444,10 @@
1444
1444
  resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
1445
1445
  integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
1446
1446
 
1447
- "@types/cli-progress@^3.11.0":
1448
- version "3.11.4"
1449
- resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.4.tgz#58d9e60bd5fd85a57984890ef9c9d831a0dda896"
1450
- integrity sha512-yufTxeeNCZuEIxx2uebK8lpSAsJM4lvzakm/VxzYhDtqhXCzwH9jpn7nPCxzrROuEbLATqhFq4MIPoG0tlrsvw==
1447
+ "@types/cli-progress@^3.11.0", "@types/cli-progress@^3.11.5":
1448
+ version "3.11.5"
1449
+ resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
1450
+ integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
1451
1451
  dependencies:
1452
1452
  "@types/node" "*"
1453
1453
 
@@ -3619,7 +3619,7 @@ external-editor@^3.0.3:
3619
3619
  iconv-lite "^0.4.24"
3620
3620
  tmp "^0.0.33"
3621
3621
 
3622
- fancy-test@^3.0.7:
3622
+ fancy-test@^3.0.8:
3623
3623
  version "3.0.8"
3624
3624
  resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.8.tgz#ca3919ebb07c1c0e5fb8e8953e02e2ed48600ef8"
3625
3625
  integrity sha512-vHkT59Kf0Byiqzwc2My1fD9VDYsAPkT+jVqdMqqtwtdLwz19x+hHI2oAxNwfyfEDSK+VrLB4+B96sZbOLVEHdA==
@@ -5184,10 +5184,10 @@ lines-and-columns@^1.1.6:
5184
5184
  resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
5185
5185
  integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
5186
5186
 
5187
- linkinator@^6.0.2:
5188
- version "6.0.2"
5189
- resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.2.tgz#6a33df3372894a2fa3b25f80f2cd5e6bb9f73e7d"
5190
- integrity sha512-28eiQVzGwaCvVUb/cxii5jraWZYUv5n2Q5CaSRUH9oGDo1Jr8GcREnpw/0IfJ5YTRoIt9/ihra2lG8yqCN292g==
5187
+ linkinator@^6.0.3:
5188
+ version "6.0.3"
5189
+ resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.3.tgz#552965bafb37a8747858b2c02a70b3c148b68909"
5190
+ integrity sha512-QAcefOkkumXa5NciVhICPkSR5SMk6LFISe/FIX8vvPdLHLUqdXU06Dq/nuOPA5V89iv2gV9FDufYA7adxIcvOw==
5191
5191
  dependencies:
5192
5192
  chalk "^5.0.0"
5193
5193
  escape-html "^1.0.3"
@@ -5195,7 +5195,7 @@ linkinator@^6.0.2:
5195
5195
  glob "^10.3.10"
5196
5196
  htmlparser2 "^9.0.0"
5197
5197
  marked "^10.0.0"
5198
- meow "^12.0.1"
5198
+ meow "^13.0.0"
5199
5199
  mime "^3.0.0"
5200
5200
  server-destroy "^1.0.1"
5201
5201
  srcset "^5.0.0"
@@ -5547,10 +5547,10 @@ marked@^4.3.0:
5547
5547
  vinyl "^2.0.1"
5548
5548
  vinyl-file "^3.0.0"
5549
5549
 
5550
- meow@^12.0.1:
5551
- version "12.1.1"
5552
- resolved "https://registry.yarnpkg.com/meow/-/meow-12.1.1.tgz#e558dddbab12477b69b2e9a2728c327f191bace6"
5553
- integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==
5550
+ meow@^13.0.0:
5551
+ version "13.1.0"
5552
+ resolved "https://registry.yarnpkg.com/meow/-/meow-13.1.0.tgz#62995b0e8c3951739fe6e0a4becdd4d0df23eb37"
5553
+ integrity sha512-o5R/R3Tzxq0PJ3v3qcQJtSvSE9nKOLSAaDuuoMzDVuGTwHdccMWcYomh9Xolng2tjT6O/Y83d+0coVGof6tqmA==
5554
5554
 
5555
5555
  meow@^8.0.0, meow@^8.1.2:
5556
5556
  version "8.1.2"
@@ -6313,15 +6313,15 @@ object.values@^1.1.7:
6313
6313
  define-properties "^1.2.0"
6314
6314
  es-abstract "^1.22.1"
6315
6315
 
6316
- oclif@^4.1.0:
6317
- version "4.1.0"
6318
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
6319
- integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
6316
+ oclif@^4.1.3:
6317
+ version "4.1.3"
6318
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.3.tgz#07d3a6b16ff7e2e7c3fd06117fd745655c44abce"
6319
+ integrity sha512-9OmzHaOmn58BZZt8S2USh1gW5RFfa69cDfOtXCWUyYrcRdO4wIJ3DPb0xZ3UxHHbPZKsDImuP/A54weFMH2izw==
6320
6320
  dependencies:
6321
- "@oclif/core" "^3.0.4"
6322
- "@oclif/plugin-help" "^5.2.14"
6323
- "@oclif/plugin-not-found" "^2.3.32"
6324
- "@oclif/plugin-warn-if-update-available" "^3.0.0"
6321
+ "@oclif/core" "^3.16.0"
6322
+ "@oclif/plugin-help" "^6.0.9"
6323
+ "@oclif/plugin-not-found" "^3.0.7"
6324
+ "@oclif/plugin-warn-if-update-available" "^3.0.8"
6325
6325
  async-retry "^1.3.3"
6326
6326
  aws-sdk "^2.1231.0"
6327
6327
  change-case "^4"
@@ -6727,7 +6727,7 @@ pino-std-serializers@^6.0.0:
6727
6727
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
6728
6728
  integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
6729
6729
 
6730
- pino@^8.16.0, pino@^8.16.2:
6730
+ pino@^8.16.0:
6731
6731
  version "8.16.2"
6732
6732
  resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
6733
6733
  integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
@@ -6744,6 +6744,23 @@ pino@^8.16.0, pino@^8.16.2:
6744
6744
  sonic-boom "^3.7.0"
6745
6745
  thread-stream "^2.0.0"
6746
6746
 
6747
+ pino@^8.17.2:
6748
+ version "8.17.2"
6749
+ resolved "https://registry.yarnpkg.com/pino/-/pino-8.17.2.tgz#0ed20175623a69d31664a1e8a5f85476272224be"
6750
+ integrity sha512-LA6qKgeDMLr2ux2y/YiUt47EfgQ+S9LznBWOJdN3q1dx2sv0ziDLUBeVpyVv17TEcGCBuWf0zNtg3M5m1NhhWQ==
6751
+ dependencies:
6752
+ atomic-sleep "^1.0.0"
6753
+ fast-redact "^3.1.1"
6754
+ on-exit-leak-free "^2.1.0"
6755
+ pino-abstract-transport v1.1.0
6756
+ pino-std-serializers "^6.0.0"
6757
+ process-warning "^3.0.0"
6758
+ quick-format-unescaped "^4.0.3"
6759
+ real-require "^0.2.0"
6760
+ safe-stable-stringify "^2.3.1"
6761
+ sonic-boom "^3.7.0"
6762
+ thread-stream "^2.0.0"
6763
+
6747
6764
  pkg-dir@^4.1.0, pkg-dir@^4.2.0:
6748
6765
  version "4.2.0"
6749
6766
  resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
@@ -6820,6 +6837,11 @@ process-warning@^2.0.0:
6820
6837
  resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-2.3.0.tgz#02ccba12fd55c05879cb7ddab31b6a20af2fe4d9"
6821
6838
  integrity sha512-N6mp1+2jpQr3oCFMz6SeHRGbv6Slb20bRhj4v3xR99HqNToAcOe1MFOp4tytyzOfJn+QtN8Rf7U/h2KAn4kC6g==
6822
6839
 
6840
+ process-warning@^3.0.0:
6841
+ version "3.0.0"
6842
+ resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-3.0.0.tgz#96e5b88884187a1dce6f5c3166d611132058710b"
6843
+ integrity sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==
6844
+
6823
6845
  process@^0.11.10:
6824
6846
  version "0.11.10"
6825
6847
  resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
@@ -7986,11 +8008,6 @@ ts-retry-promise@^0.7.0, ts-retry-promise@^0.7.1:
7986
8008
  resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
7987
8009
  integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
7988
8010
 
7989
- tsconfck@^3.0.0:
7990
- version "3.0.0"
7991
- resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
7992
- integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
7993
-
7994
8011
  tsconfig-paths@^3.14.2:
7995
8012
  version "3.14.2"
7996
8013
  resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
@@ -558,5 +558,5 @@
558
558
  ]
559
559
  }
560
560
  },
561
- "version": "2.0.15"
561
+ "version": "2.0.17"
562
562
  }
package/package.json CHANGED
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-settings",
3
3
  "description": "configure the Salesforce CLI",
4
- "version": "2.0.15",
4
+ "version": "2.0.17",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.16.0",
8
+ "@oclif/core": "^3.18.1",
9
9
  "@salesforce/core": "^6.4.4",
10
- "@salesforce/sf-plugins-core": "^7.0.0",
10
+ "@salesforce/sf-plugins-core": "^7.1.1",
11
11
  "fast-levenshtein": "^3.0.0"
12
12
  },
13
13
  "devDependencies": {
14
- "@oclif/plugin-command-snapshot": "^5.0.5",
15
- "@oclif/test": "^3.1.7",
16
- "@salesforce/cli-plugins-testkit": "^5.1.3",
17
- "@salesforce/dev-scripts": "^8.2.0",
14
+ "@oclif/plugin-command-snapshot": "^5.0.6",
15
+ "@oclif/test": "^3.1.8",
16
+ "@salesforce/cli-plugins-testkit": "^5.1.5",
17
+ "@salesforce/dev-scripts": "^8.3.0",
18
18
  "@salesforce/kit": "^3.0.15",
19
- "@salesforce/plugin-command-reference": "^3.0.58",
19
+ "@salesforce/plugin-command-reference": "^3.0.59",
20
20
  "@salesforce/plugin-deploy-retrieve": "^1.20.3",
21
21
  "@salesforce/ts-sinon": "^1.4.17",
22
22
  "@types/fast-levenshtein": "^0.0.4",
23
23
  "eslint-plugin-sf-plugin": "^1.17.0",
24
- "oclif": "^4.1.0",
24
+ "oclif": "^4.1.3",
25
25
  "shx": "0.3.4",
26
26
  "ts-node": "^10.9.2",
27
27
  "typescript": "^5.3.3"
@@ -215,7 +215,7 @@
215
215
  "exports": "./lib/index.js",
216
216
  "type": "module",
217
217
  "sfdx": {
218
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.15.crt",
219
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.15.sig"
218
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.17.crt",
219
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.17.sig"
220
220
  }
221
221
  }