@jayree/sfdx-plugin-manifest 3.1.31 → 3.1.33

Sign up to get free protection for your applications and to get access to all the features.
package/oclif.lock CHANGED
@@ -22,6 +22,14 @@
22
22
  dependencies:
23
23
  "@babel/highlight" "^7.18.6"
24
24
 
25
+ "@babel/code-frame@^7.22.13":
26
+ version "7.22.13"
27
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
28
+ integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
29
+ dependencies:
30
+ "@babel/highlight" "^7.22.13"
31
+ chalk "^2.4.2"
32
+
25
33
  "@babel/compat-data@^7.21.4":
26
34
  version "7.21.4"
27
35
  resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
@@ -58,6 +66,16 @@
58
66
  "@jridgewell/trace-mapping" "^0.3.17"
59
67
  jsesc "^2.5.1"
60
68
 
69
+ "@babel/generator@^7.23.0":
70
+ version "7.23.0"
71
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
72
+ integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
73
+ dependencies:
74
+ "@babel/types" "^7.23.0"
75
+ "@jridgewell/gen-mapping" "^0.3.2"
76
+ "@jridgewell/trace-mapping" "^0.3.17"
77
+ jsesc "^2.5.1"
78
+
61
79
  "@babel/helper-compilation-targets@^7.21.4":
62
80
  version "7.21.4"
63
81
  resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656"
@@ -74,20 +92,25 @@
74
92
  resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
75
93
  integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
76
94
 
77
- "@babel/helper-function-name@^7.21.0":
78
- version "7.21.0"
79
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
80
- integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==
95
+ "@babel/helper-environment-visitor@^7.22.20":
96
+ version "7.22.20"
97
+ resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
98
+ integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
99
+
100
+ "@babel/helper-function-name@^7.23.0":
101
+ version "7.23.0"
102
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
103
+ integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
81
104
  dependencies:
82
- "@babel/template" "^7.20.7"
83
- "@babel/types" "^7.21.0"
105
+ "@babel/template" "^7.22.15"
106
+ "@babel/types" "^7.23.0"
84
107
 
85
- "@babel/helper-hoist-variables@^7.18.6":
86
- version "7.18.6"
87
- resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
88
- integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
108
+ "@babel/helper-hoist-variables@^7.22.5":
109
+ version "7.22.5"
110
+ resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
111
+ integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
89
112
  dependencies:
90
- "@babel/types" "^7.18.6"
113
+ "@babel/types" "^7.22.5"
91
114
 
92
115
  "@babel/helper-module-imports@^7.18.6":
93
116
  version "7.21.4"
@@ -124,17 +147,29 @@
124
147
  dependencies:
125
148
  "@babel/types" "^7.18.6"
126
149
 
150
+ "@babel/helper-split-export-declaration@^7.22.6":
151
+ version "7.22.6"
152
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
153
+ integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
154
+ dependencies:
155
+ "@babel/types" "^7.22.5"
156
+
127
157
  "@babel/helper-string-parser@^7.19.4":
128
158
  version "7.19.4"
129
159
  resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
130
160
  integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
131
161
 
162
+ "@babel/helper-string-parser@^7.22.5":
163
+ version "7.22.5"
164
+ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
165
+ integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
166
+
132
167
  "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
133
168
  version "7.19.1"
134
169
  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
135
170
  integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
136
171
 
137
- "@babel/helper-validator-identifier@^7.22.5":
172
+ "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5":
138
173
  version "7.22.20"
139
174
  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
140
175
  integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
@@ -162,11 +197,25 @@
162
197
  chalk "^2.0.0"
163
198
  js-tokens "^4.0.0"
164
199
 
200
+ "@babel/highlight@^7.22.13":
201
+ version "7.22.20"
202
+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
203
+ integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
204
+ dependencies:
205
+ "@babel/helper-validator-identifier" "^7.22.20"
206
+ chalk "^2.4.2"
207
+ js-tokens "^4.0.0"
208
+
165
209
  "@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
166
210
  version "7.21.4"
167
211
  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
168
212
  integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
169
213
 
214
+ "@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
215
+ version "7.23.0"
216
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
217
+ integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
218
+
170
219
  "@babel/runtime-corejs3@^7.12.5":
171
220
  version "7.21.0"
172
221
  resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.21.0.tgz#6e4939d9d9789ff63e2dc58e88f13a3913a24eba"
@@ -191,19 +240,28 @@
191
240
  "@babel/parser" "^7.20.7"
192
241
  "@babel/types" "^7.20.7"
193
242
 
194
- "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4":
195
- version "7.21.4"
196
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
197
- integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
243
+ "@babel/template@^7.22.15":
244
+ version "7.22.15"
245
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
246
+ integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
198
247
  dependencies:
199
- "@babel/code-frame" "^7.21.4"
200
- "@babel/generator" "^7.21.4"
201
- "@babel/helper-environment-visitor" "^7.18.9"
202
- "@babel/helper-function-name" "^7.21.0"
203
- "@babel/helper-hoist-variables" "^7.18.6"
204
- "@babel/helper-split-export-declaration" "^7.18.6"
205
- "@babel/parser" "^7.21.4"
206
- "@babel/types" "^7.21.4"
248
+ "@babel/code-frame" "^7.22.13"
249
+ "@babel/parser" "^7.22.15"
250
+ "@babel/types" "^7.22.15"
251
+
252
+ "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4":
253
+ version "7.23.2"
254
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
255
+ integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
256
+ dependencies:
257
+ "@babel/code-frame" "^7.22.13"
258
+ "@babel/generator" "^7.23.0"
259
+ "@babel/helper-environment-visitor" "^7.22.20"
260
+ "@babel/helper-function-name" "^7.23.0"
261
+ "@babel/helper-hoist-variables" "^7.22.5"
262
+ "@babel/helper-split-export-declaration" "^7.22.6"
263
+ "@babel/parser" "^7.23.0"
264
+ "@babel/types" "^7.23.0"
207
265
  debug "^4.1.0"
208
266
  globals "^11.1.0"
209
267
 
@@ -216,6 +274,15 @@
216
274
  "@babel/helper-validator-identifier" "^7.19.1"
217
275
  to-fast-properties "^2.0.0"
218
276
 
277
+ "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
278
+ version "7.23.0"
279
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
280
+ integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
281
+ dependencies:
282
+ "@babel/helper-string-parser" "^7.22.5"
283
+ "@babel/helper-validator-identifier" "^7.22.20"
284
+ to-fast-properties "^2.0.0"
285
+
219
286
  "@bcoe/v8-coverage@^0.2.3":
220
287
  version "0.2.3"
221
288
  resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -763,10 +830,10 @@
763
830
  wordwrap "^1.0.0"
764
831
  wrap-ansi "^7.0.0"
765
832
 
766
- "@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.0.9":
767
- version "3.0.9"
768
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.9.tgz#655fcb2bf675b4ef0f673f2c4b39962b2c71cba8"
769
- integrity sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==
833
+ "@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.0.9", "@oclif/core@^3.2.1", "@oclif/core@^3.3.1":
834
+ version "3.5.0"
835
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.5.0.tgz#ce12e264f6eab051391489bf4df0340a133fc3fb"
836
+ integrity sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==
770
837
  dependencies:
771
838
  ansi-escapes "^4.3.2"
772
839
  ansi-styles "^4.3.0"
@@ -775,7 +842,7 @@
775
842
  clean-stack "^3.0.1"
776
843
  cli-progress "^3.12.0"
777
844
  debug "^4.3.4"
778
- ejs "^3.1.8"
845
+ ejs "^3.1.9"
779
846
  get-package-type "^0.1.0"
780
847
  globby "^11.1.0"
781
848
  hyperlinker "^1.0.0"
@@ -814,12 +881,12 @@
814
881
  dependencies:
815
882
  "@oclif/core" "^2.15.0"
816
883
 
817
- "@oclif/plugin-help@^6.0.2":
818
- version "6.0.2"
819
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.2.tgz#f9cf0ac668e5ffabdebec33d374350495e981830"
820
- integrity sha512-rHe19ySqU+sIA1qJYQrnB8Jh+LvdMxIN2cIQPSsMobhdOThW5R7jRpMDe9iZwO+okQmvXiP/gIx/vEnWST33HQ==
884
+ "@oclif/plugin-help@^6.0.3":
885
+ version "6.0.3"
886
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.3.tgz#6c267215a8e1d6cc07aac2be8e9cc50432a839bb"
887
+ integrity sha512-4oJ/rqf9kIzNyNZ4R5dmOXSC5S8kKxn2NHMW2kRIBHzQBg2R0RCrY7aHPHqFWCArPUk4K+YlRyhsiSgdslkV4A==
821
888
  dependencies:
822
- "@oclif/core" "^3.0.9"
889
+ "@oclif/core" "^3.2.1"
823
890
 
824
891
  "@oclif/plugin-not-found@^2.3.32":
825
892
  version "2.3.32"
@@ -830,18 +897,16 @@
830
897
  "@oclif/core" "^2.9.3"
831
898
  fast-levenshtein "^3.0.0"
832
899
 
833
- "@oclif/plugin-warn-if-update-available@^2.0.44":
834
- version "2.0.44"
835
- resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.44.tgz#1693e5be181fba5ef6cd68ba3653a4209283a011"
836
- integrity sha512-52Ww0B4F1tMhwjw2fe73lhmfDI/F4ynf3ur7/xnpnVBEvj5JG4sqolbEJV/0lV85+4dJNsYJRxubbPYjxcbCcA==
900
+ "@oclif/plugin-warn-if-update-available@^3.0.0":
901
+ version "3.0.2"
902
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.2.tgz#76d02069c0d5545b5000660460edb6085272cbcd"
903
+ integrity sha512-dUXfRNFtnezS4uqQ+Ap4qb6UP0DWExTvoqghNvvGTIN4PEgfYHogvBORn+rFnDXXE8kgZFuqP4ZQJRP9NyLhOA==
837
904
  dependencies:
838
- "@oclif/core" "^2.9.3"
839
- chalk "^4.1.0"
905
+ "@oclif/core" "^3.3.1"
906
+ chalk "^5.3.0"
840
907
  debug "^4.1.0"
841
- fs-extra "^9.0.1"
842
908
  http-call "^5.2.2"
843
- lodash "^4.17.21"
844
- semver "^7.5.4"
909
+ lodash.template "^4.5.0"
845
910
 
846
911
  "@octokit/auth-token@^2.4.4":
847
912
  version "2.5.0"
@@ -956,10 +1021,10 @@
956
1021
  picocolors "^1.0.0"
957
1022
  tslib "^2.6.0"
958
1023
 
959
- "@salesforce/cli-plugins-testkit@^4.4.7":
960
- version "4.4.7"
961
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-4.4.7.tgz#dced302efd8415b9f96df639755e279f13d6d220"
962
- integrity sha512-QKxQEdYvV8hcqGfpxmYFtPBRwejLA7bhnbNNWYugEAKdsxXS12Zi1TyiUetzifQngVgvoxEDjcU+v8SRKCb96Q==
1024
+ "@salesforce/cli-plugins-testkit@^4.4.8":
1025
+ version "4.4.8"
1026
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-4.4.8.tgz#0c4a7e371f319f63c27b23ba6b89e3341655ff87"
1027
+ integrity sha512-8IuVupRX8APj9FEx8HjfRxYXeTrq78/Nstch2S6FhZXbDShzqBbVfQ3DVf2uDejxgU7rehah0mwcVyWYjTcBGA==
963
1028
  dependencies:
964
1029
  "@salesforce/core" "^5.3.5"
965
1030
  "@salesforce/kit" "^3.0.13"
@@ -971,7 +1036,7 @@
971
1036
  strip-ansi "6.0.1"
972
1037
  ts-retry-promise "^0.7.1"
973
1038
 
974
- "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.5":
1039
+ "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.5", "@salesforce/core@^5.3.9":
975
1040
  version "5.3.9"
976
1041
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.9.tgz#1c8f793ce1a0798c5c7767a5a370a5926d3298de"
977
1042
  integrity sha512-/HX0PiXq3Sjc5eVJ0EaYetcDGsKU9O9Nj8jFGw5qYlITx8zogfxc0j07liH67tQXS1KbTysYoj/MQ2zbHSNkPA==
@@ -1039,7 +1104,7 @@
1039
1104
  typescript "^4.9.5"
1040
1105
  wireit "^0.9.5"
1041
1106
 
1042
- "@salesforce/kit@^3.0.11", "@salesforce/kit@^3.0.13":
1107
+ "@salesforce/kit@^3.0.13":
1043
1108
  version "3.0.13"
1044
1109
  resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.13.tgz#10b47ad6e0e27c3a9f97eb6a5cdcfffa9ba1f163"
1045
1110
  integrity sha512-HLQ5L5bBi0tsMeH5ZHJAhHUpvNUNPQoNJt2O82Jf6C60GGsrlzwzQ5ONAHGNBgKSZ7HLr0UGL5xaA+hE9uOcgw==
@@ -1069,13 +1134,13 @@
1069
1134
  chalk "^4"
1070
1135
  inquirer "^8.2.5"
1071
1136
 
1072
- "@salesforce/source-deploy-retrieve@^9.7.24":
1073
- version "9.7.24"
1074
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.24.tgz#6a200b830311b0db08a86026ece98c734d56f8c2"
1075
- integrity sha512-nkP9KgzuCoV6LtdDxgxt7KRnoQ6ZS12DJgXErCBXm7Swmr0dnbo1LhxrH05C4UFFe0JuvSta+u+Oor8jxSGaCQ==
1137
+ "@salesforce/source-deploy-retrieve@^9.7.27":
1138
+ version "9.7.27"
1139
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.27.tgz#1d88eb237361bab62c3a4c683be178ca3cc77e4c"
1140
+ integrity sha512-ot0TpibH8OZVOJpMo10TuZ6acqpV7T04qNCpEcjrcpGVolCahMzFtpiJ4TjBxL+MPY/efuWWBj3YELjy9hgFxw==
1076
1141
  dependencies:
1077
1142
  "@salesforce/core" "^5.3.1"
1078
- "@salesforce/kit" "^3.0.11"
1143
+ "@salesforce/kit" "^3.0.13"
1079
1144
  "@salesforce/ts-types" "^2.0.7"
1080
1145
  fast-levenshtein "^3.0.0"
1081
1146
  fast-xml-parser "^4.3.2"
@@ -1088,10 +1153,10 @@
1088
1153
  proxy-agent "^6.3.1"
1089
1154
  unzipper "0.10.14"
1090
1155
 
1091
- "@salesforce/ts-sinon@^1.4.17":
1092
- version "1.4.17"
1093
- resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.17.tgz#e4454cd6f2edb54425a6336c5f8a7062b9e6d22c"
1094
- integrity sha512-hJi+0oE7F70AFtru+KF1AKSin1lzvrU/aXkxPzqJ3obR6Q86Q4LgIl/ekiXv2u2k4GN21KPpkhBEQJuf3qiI8Q==
1156
+ "@salesforce/ts-sinon@^1.4.18":
1157
+ version "1.4.18"
1158
+ resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.18.tgz#a9ff91370bc3f682fbf964afcbc0fcf5f04d2912"
1159
+ integrity sha512-YR+L5JEZRfZmPGYvamPs+urd753PfS/K6foygYdR9F6MM+e0VMbAQ8Zq2lmJKoZy4aDEencspmp+72wtZKJJpg==
1095
1160
  dependencies:
1096
1161
  "@salesforce/ts-types" "^2.0.8"
1097
1162
  sinon "^5.1.1"
@@ -1260,10 +1325,10 @@
1260
1325
  dependencies:
1261
1326
  "@types/node" "*"
1262
1327
 
1263
- "@types/debug@^4.1.9":
1264
- version "4.1.9"
1265
- resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.9.tgz#906996938bc672aaf2fb8c0d3733ae1dda05b005"
1266
- integrity sha512-8Hz50m2eoS56ldRlepxSBa6PWEVCtzUo/92HgLc2qTMnotJNIm7xP+UZhyWoYsyOdd5dxZ+NZLb24rsKyFs2ow==
1328
+ "@types/debug@^4.1.10":
1329
+ version "4.1.10"
1330
+ resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.10.tgz#f23148a6eb771a34c466a4fc28379d8101e84494"
1331
+ integrity sha512-tOSCru6s732pofZ+sMv9o4o3Zc+Sa8l3bxd/tweTQudFn06vAzb13ZX46Zi6m6EJ+RUbRTHvgQJ1gBtSgkaUYA==
1267
1332
  dependencies:
1268
1333
  "@types/ms" "*"
1269
1334
 
@@ -1272,10 +1337,10 @@
1272
1337
  resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
1273
1338
  integrity sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==
1274
1339
 
1275
- "@types/fs-extra@^11.0.2":
1276
- version "11.0.2"
1277
- resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.2.tgz#23dc1ed7b2eba8ccd75568ac34e7a4e48aa2d087"
1278
- integrity sha512-c0hrgAOVYr21EX8J0jBMXGLMgJqVf/v6yxi0dLaJboW9aQPh16Id+z6w2Tx1hm+piJOLv8xPfVKZCLfjPw/IMQ==
1340
+ "@types/fs-extra@^11.0.3":
1341
+ version "11.0.3"
1342
+ resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.3.tgz#72c3a247c8dd5703c93d900c584e006476146866"
1343
+ integrity sha512-sF59BlXtUdzEAL1u0MSvuzWd7PdZvZEtnaVkzX5mjpdWTJ8brG0jUqve3jPCzSzvAKKMHTG8F8o/WMQLtleZdQ==
1279
1344
  dependencies:
1280
1345
  "@types/jsonfile" "*"
1281
1346
  "@types/node" "*"
@@ -1288,10 +1353,10 @@
1288
1353
  "@types/minimatch" "*"
1289
1354
  "@types/node" "*"
1290
1355
 
1291
- "@types/graceful-fs@^4.1.7":
1292
- version "4.1.7"
1293
- resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.7.tgz#30443a2e64fd51113bc3e2ba0914d47109695e2a"
1294
- integrity sha512-MhzcwU8aUygZroVwL2jeYk6JisJrPl/oov/gsgGCue9mkgl9wjGbzReYQClxiUgFDnib9FuHqTndccKeZKxTRw==
1356
+ "@types/graceful-fs@^4.1.8":
1357
+ version "4.1.8"
1358
+ resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.8.tgz#417e461e4dc79d957dc3107f45fe4973b09c2915"
1359
+ integrity sha512-NhRH7YzWq8WiNKVavKPBmtLYZHxNY19Hh+az28O/phfp68CF45pMFud+ZzJ8ewnxnC5smIdF3dqFeiSUQ5I+pw==
1295
1360
  dependencies:
1296
1361
  "@types/node" "*"
1297
1362
 
@@ -1300,10 +1365,10 @@
1300
1365
  resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
1301
1366
  integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
1302
1367
 
1303
- "@types/inquirer@^9.0.4":
1304
- version "9.0.4"
1305
- resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-9.0.4.tgz#f20d6bce87c2aef4fabe8de9e3a397e80aea309f"
1306
- integrity sha512-x8UgutCLm5tsp995aeYB8dlT+sGBCtv0zE43tHvo7OljtlA2Rn4+COyLKe9+YjB20uy0G14y0C9vCD2KtNtyGA==
1368
+ "@types/inquirer@^9.0.6":
1369
+ version "9.0.6"
1370
+ resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-9.0.6.tgz#24e61f8ccdcddc5d34c30034368b8ddd0c101769"
1371
+ integrity sha512-1Go1AAP/yOy3Pth5Xf1DC3nfZ03cJLCPx6E2YnSN/5I3w1jHBVH4170DkZ+JxfmA7c9kL9+bf9z3FRGa4kNAqg==
1307
1372
  dependencies:
1308
1373
  "@types/through" "*"
1309
1374
  rxjs "^7.2.0"
@@ -1449,16 +1514,16 @@
1449
1514
  "@types/expect" "^1.20.4"
1450
1515
  "@types/node" "*"
1451
1516
 
1452
- "@typescript-eslint/eslint-plugin@^6.7.5":
1453
- version "6.7.5"
1454
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.5.tgz#f4024b9f63593d0c2b5bd6e4ca027e6f30934d4f"
1455
- integrity sha512-JhtAwTRhOUcP96D0Y6KYnwig/MRQbOoLGXTON2+LlyB/N35SP9j1boai2zzwXb7ypKELXMx3DVk9UTaEq1vHEw==
1517
+ "@typescript-eslint/eslint-plugin@^6.8.0":
1518
+ version "6.8.0"
1519
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.8.0.tgz#06abe4265e7c82f20ade2dcc0e3403c32d4f148b"
1520
+ integrity sha512-GosF4238Tkes2SHPQ1i8f6rMtG6zlKwMEB0abqSJ3Npvos+doIlc/ATG+vX1G9coDF3Ex78zM3heXHLyWEwLUw==
1456
1521
  dependencies:
1457
1522
  "@eslint-community/regexpp" "^4.5.1"
1458
- "@typescript-eslint/scope-manager" "6.7.5"
1459
- "@typescript-eslint/type-utils" "6.7.5"
1460
- "@typescript-eslint/utils" "6.7.5"
1461
- "@typescript-eslint/visitor-keys" "6.7.5"
1523
+ "@typescript-eslint/scope-manager" "6.8.0"
1524
+ "@typescript-eslint/type-utils" "6.8.0"
1525
+ "@typescript-eslint/utils" "6.8.0"
1526
+ "@typescript-eslint/visitor-keys" "6.8.0"
1462
1527
  debug "^4.3.4"
1463
1528
  graphemer "^1.4.0"
1464
1529
  ignore "^5.2.4"
@@ -1466,15 +1531,15 @@
1466
1531
  semver "^7.5.4"
1467
1532
  ts-api-utils "^1.0.1"
1468
1533
 
1469
- "@typescript-eslint/parser@^6.7.5":
1470
- version "6.7.5"
1471
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.5.tgz#8d7ca3d1fbd9d5a58cc4d30b2aa797a760137886"
1472
- integrity sha512-bIZVSGx2UME/lmhLcjdVc7ePBwn7CLqKarUBL4me1C5feOd663liTGjMBGVcGr+BhnSLeP4SgwdvNnnkbIdkCw==
1534
+ "@typescript-eslint/parser@^6.8.0":
1535
+ version "6.8.0"
1536
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.8.0.tgz#bb2a969d583db242f1ee64467542f8b05c2e28cb"
1537
+ integrity sha512-5tNs6Bw0j6BdWuP8Fx+VH4G9fEPDxnVI7yH1IAPkQH5RUtvKwRoqdecAPdQXv4rSOADAaz1LFBZvZG7VbXivSg==
1473
1538
  dependencies:
1474
- "@typescript-eslint/scope-manager" "6.7.5"
1475
- "@typescript-eslint/types" "6.7.5"
1476
- "@typescript-eslint/typescript-estree" "6.7.5"
1477
- "@typescript-eslint/visitor-keys" "6.7.5"
1539
+ "@typescript-eslint/scope-manager" "6.8.0"
1540
+ "@typescript-eslint/types" "6.8.0"
1541
+ "@typescript-eslint/typescript-estree" "6.8.0"
1542
+ "@typescript-eslint/visitor-keys" "6.8.0"
1478
1543
  debug "^4.3.4"
1479
1544
 
1480
1545
  "@typescript-eslint/scope-manager@5.62.0":
@@ -1485,21 +1550,21 @@
1485
1550
  "@typescript-eslint/types" "5.62.0"
1486
1551
  "@typescript-eslint/visitor-keys" "5.62.0"
1487
1552
 
1488
- "@typescript-eslint/scope-manager@6.7.5":
1489
- version "6.7.5"
1490
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.5.tgz#1cf33b991043886cd67f4f3600b8e122fc14e711"
1491
- integrity sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==
1553
+ "@typescript-eslint/scope-manager@6.8.0":
1554
+ version "6.8.0"
1555
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.8.0.tgz#5cac7977385cde068ab30686889dd59879811efd"
1556
+ integrity sha512-xe0HNBVwCph7rak+ZHcFD6A+q50SMsFwcmfdjs9Kz4qDh5hWhaPhFjRs/SODEhroBI5Ruyvyz9LfwUJ624O40g==
1492
1557
  dependencies:
1493
- "@typescript-eslint/types" "6.7.5"
1494
- "@typescript-eslint/visitor-keys" "6.7.5"
1558
+ "@typescript-eslint/types" "6.8.0"
1559
+ "@typescript-eslint/visitor-keys" "6.8.0"
1495
1560
 
1496
- "@typescript-eslint/type-utils@6.7.5":
1497
- version "6.7.5"
1498
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.5.tgz#0a65949ec16588d8956f6d967f7d9c84ddb2d72a"
1499
- integrity sha512-Gs0qos5wqxnQrvpYv+pf3XfcRXW6jiAn9zE/K+DlmYf6FcpxeNYN0AIETaPR7rHO4K2UY+D0CIbDP9Ut0U4m1g==
1561
+ "@typescript-eslint/type-utils@6.8.0":
1562
+ version "6.8.0"
1563
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.8.0.tgz#50365e44918ca0fd159844b5d6ea96789731e11f"
1564
+ integrity sha512-RYOJdlkTJIXW7GSldUIHqc/Hkto8E+fZN96dMIFhuTJcQwdRoGN2rEWA8U6oXbLo0qufH7NPElUb+MceHtz54g==
1500
1565
  dependencies:
1501
- "@typescript-eslint/typescript-estree" "6.7.5"
1502
- "@typescript-eslint/utils" "6.7.5"
1566
+ "@typescript-eslint/typescript-estree" "6.8.0"
1567
+ "@typescript-eslint/utils" "6.8.0"
1503
1568
  debug "^4.3.4"
1504
1569
  ts-api-utils "^1.0.1"
1505
1570
 
@@ -1508,10 +1573,10 @@
1508
1573
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1509
1574
  integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1510
1575
 
1511
- "@typescript-eslint/types@6.7.5":
1512
- version "6.7.5"
1513
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.5.tgz#4571320fb9cf669de9a95d9849f922c3af809790"
1514
- integrity sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==
1576
+ "@typescript-eslint/types@6.8.0":
1577
+ version "6.8.0"
1578
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.8.0.tgz#1ab5d4fe1d613e3f65f6684026ade6b94f7e3ded"
1579
+ integrity sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==
1515
1580
 
1516
1581
  "@typescript-eslint/typescript-estree@5.62.0":
1517
1582
  version "5.62.0"
@@ -1526,30 +1591,30 @@
1526
1591
  semver "^7.3.7"
1527
1592
  tsutils "^3.21.0"
1528
1593
 
1529
- "@typescript-eslint/typescript-estree@6.7.5":
1530
- version "6.7.5"
1531
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.5.tgz#4578de1a26e9f24950f029a4f00d1bfe41f15a39"
1532
- integrity sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==
1594
+ "@typescript-eslint/typescript-estree@6.8.0":
1595
+ version "6.8.0"
1596
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.8.0.tgz#9565f15e0cd12f55cf5aa0dfb130a6cb0d436ba1"
1597
+ integrity sha512-ISgV0lQ8XgW+mvv5My/+iTUdRmGspducmQcDw5JxznasXNnZn3SKNrTRuMsEXv+V/O+Lw9AGcQCfVaOPCAk/Zg==
1533
1598
  dependencies:
1534
- "@typescript-eslint/types" "6.7.5"
1535
- "@typescript-eslint/visitor-keys" "6.7.5"
1599
+ "@typescript-eslint/types" "6.8.0"
1600
+ "@typescript-eslint/visitor-keys" "6.8.0"
1536
1601
  debug "^4.3.4"
1537
1602
  globby "^11.1.0"
1538
1603
  is-glob "^4.0.3"
1539
1604
  semver "^7.5.4"
1540
1605
  ts-api-utils "^1.0.1"
1541
1606
 
1542
- "@typescript-eslint/utils@6.7.5", "@typescript-eslint/utils@^6.6.0":
1543
- version "6.7.5"
1544
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.5.tgz#ab847b53d6b65e029314b8247c2336843dba81ab"
1545
- integrity sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA==
1607
+ "@typescript-eslint/utils@6.8.0", "@typescript-eslint/utils@^6.6.0":
1608
+ version "6.8.0"
1609
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.8.0.tgz#d42939c2074c6b59844d0982ce26a51d136c4029"
1610
+ integrity sha512-dKs1itdE2qFG4jr0dlYLQVppqTE+Itt7GmIf/vX6CSvsW+3ov8PbWauVKyyfNngokhIO9sKZeRGCUo1+N7U98Q==
1546
1611
  dependencies:
1547
1612
  "@eslint-community/eslint-utils" "^4.4.0"
1548
1613
  "@types/json-schema" "^7.0.12"
1549
1614
  "@types/semver" "^7.5.0"
1550
- "@typescript-eslint/scope-manager" "6.7.5"
1551
- "@typescript-eslint/types" "6.7.5"
1552
- "@typescript-eslint/typescript-estree" "6.7.5"
1615
+ "@typescript-eslint/scope-manager" "6.8.0"
1616
+ "@typescript-eslint/types" "6.8.0"
1617
+ "@typescript-eslint/typescript-estree" "6.8.0"
1553
1618
  semver "^7.5.4"
1554
1619
 
1555
1620
  "@typescript-eslint/utils@^5.59.11":
@@ -1574,12 +1639,12 @@
1574
1639
  "@typescript-eslint/types" "5.62.0"
1575
1640
  eslint-visitor-keys "^3.3.0"
1576
1641
 
1577
- "@typescript-eslint/visitor-keys@6.7.5":
1578
- version "6.7.5"
1579
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.5.tgz#84c68d6ceb5b12d5246b918b84f2b79affd6c2f1"
1580
- integrity sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==
1642
+ "@typescript-eslint/visitor-keys@6.8.0":
1643
+ version "6.8.0"
1644
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.8.0.tgz#cffebed56ae99c45eba901c378a6447b06be58b8"
1645
+ integrity sha512-oqAnbA7c+pgOhW2OhGvxm0t1BULX5peQI/rLsNDpGM78EebV3C9IGbX5HNZabuZ6UQrYveCLjKo8Iy/lLlBkkg==
1581
1646
  dependencies:
1582
- "@typescript-eslint/types" "6.7.5"
1647
+ "@typescript-eslint/types" "6.8.0"
1583
1648
  eslint-visitor-keys "^3.4.1"
1584
1649
 
1585
1650
  "@ungap/promise-all-settled@1.1.2":
@@ -2322,7 +2387,7 @@ chainsaw@~0.1.0:
2322
2387
  dependencies:
2323
2388
  traverse ">=0.3.0 <0.4"
2324
2389
 
2325
- chalk@^2.0.0:
2390
+ chalk@^2.0.0, chalk@^2.4.2:
2326
2391
  version "2.4.2"
2327
2392
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2328
2393
  integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -3031,7 +3096,7 @@ ecdsa-sig-formatter@1.0.11:
3031
3096
  dependencies:
3032
3097
  safe-buffer "^5.0.1"
3033
3098
 
3034
- ejs@^3.1.8:
3099
+ ejs@^3.1.8, ejs@^3.1.9:
3035
3100
  version "3.1.9"
3036
3101
  resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
3037
3102
  integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
@@ -3402,12 +3467,12 @@ eslint-plugin-prettier@^5.0.1:
3402
3467
  prettier-linter-helpers "^1.0.0"
3403
3468
  synckit "^0.8.5"
3404
3469
 
3405
- eslint-plugin-sf-plugin@^1.16.9:
3406
- version "1.16.9"
3407
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.9.tgz#0c8bfa7b51b52c716bf8cecbb271237931bffa3b"
3408
- integrity sha512-VOAA1OEieGCzimavNvI1OP2AnlR5SZfxi4Q+WDahxJcedh5/SP0DEynW8ww+begy4Nt0APdLzwXN1JJTZQCemA==
3470
+ eslint-plugin-sf-plugin@^1.16.11:
3471
+ version "1.16.11"
3472
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.11.tgz#cc30f8b3ac42d1ca3b33bec9b9d0d0eba1913e37"
3473
+ integrity sha512-BjqiSahGVuYTVpbk4snbniIDQZeZIZzbnDpiwkfliTQKK/FOqzoDPPOEMHNGT9cVXQBC1xKkCedWYHNpTPAbaQ==
3409
3474
  dependencies:
3410
- "@salesforce/core" "^5.3.5"
3475
+ "@salesforce/core" "^5.3.9"
3411
3476
  "@typescript-eslint/utils" "^5.59.11"
3412
3477
 
3413
3478
  eslint-plugin-unicorn@^48.0.1:
@@ -3867,7 +3932,7 @@ fs-extra@^8.1, fs-extra@^8.1.0:
3867
3932
  jsonfile "^4.0.0"
3868
3933
  universalify "^0.1.0"
3869
3934
 
3870
- fs-extra@^9.0.0, fs-extra@^9.0.1:
3935
+ fs-extra@^9.0.0:
3871
3936
  version "9.1.0"
3872
3937
  resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
3873
3938
  integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
@@ -6215,15 +6280,15 @@ object.values@^1.1.6:
6215
6280
  define-properties "^1.1.4"
6216
6281
  es-abstract "^1.20.4"
6217
6282
 
6218
- oclif@^4.0.2:
6219
- version "4.0.2"
6220
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.2.tgz#5ac35eb42ac14de17c43b9ac4e34980320144c10"
6221
- integrity sha512-yTlNy6bMPKJ4OPPeARg2GIV1PyFT4saIkePvl2q5Ca6hu9B5xmJSimn9XyjxQe1SSldp+L9LOhyzEUkEFB5I6A==
6283
+ oclif@^4.0.3:
6284
+ version "4.0.3"
6285
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.3.tgz#2ff8fab10c29b2cd0bbf8e9c87640a64151b65ff"
6286
+ integrity sha512-Bq7t1bJvAKYwW3DKQIzok3jkXv7yUIMneoSec1qUr9wfSqzRTZQB0UUDovwlT/L+3TBMVoRyw1WeX+YDvfRJNA==
6222
6287
  dependencies:
6223
6288
  "@oclif/core" "^3.0.4"
6224
6289
  "@oclif/plugin-help" "^5.2.14"
6225
6290
  "@oclif/plugin-not-found" "^2.3.32"
6226
- "@oclif/plugin-warn-if-update-available" "^2.0.44"
6291
+ "@oclif/plugin-warn-if-update-available" "^3.0.0"
6227
6292
  async-retry "^1.3.3"
6228
6293
  aws-sdk "^2.1231.0"
6229
6294
  change-case "^4"
@@ -7405,10 +7470,10 @@ sinon@10.0.0:
7405
7470
  nise "^4.1.0"
7406
7471
  supports-color "^7.1.0"
7407
7472
 
7408
- sinon@16.1.0:
7409
- version "16.1.0"
7410
- resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2"
7411
- integrity sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==
7473
+ sinon@16.1.3:
7474
+ version "16.1.3"
7475
+ resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.3.tgz#b760ddafe785356e2847502657b4a0da5501fba8"
7476
+ integrity sha512-mjnWWeyxcAf9nC0bXcPmiDut+oE8HYridTNzBbF98AYVLmWwGRp2ISEpyhYflG1ifILT+eNn3BmKUJPxjXUPlA==
7412
7477
  dependencies:
7413
7478
  "@sinonjs/commons" "^3.0.0"
7414
7479
  "@sinonjs/fake-timers" "^10.3.0"