sfdx-jayree 4.8.33 → 4.8.35
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/CHANGELOG.md +17 -0
- package/README.md +15 -15
- package/oclif.lock +352 -227
- package/oclif.manifest.json +2 -2
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [4.8.35](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.34...v4.8.35) (2023-10-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @babel/traverse from 7.21.4 to 7.23.2 ([#1048](https://github.com/jayree/sfdx-jayree-plugin/issues/1048)) ([bfc6344](https://github.com/jayree/sfdx-jayree-plugin/commit/bfc6344bd0976ecaeb6eea7ead81cda82349a83c))
|
|
7
|
+
|
|
8
|
+
## [4.8.34](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.33...v4.8.34) (2023-10-13)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.30 to 3.1.31 ([#1044](https://github.com/jayree/sfdx-jayree-plugin/issues/1044)) ([9a79cea](https://github.com/jayree/sfdx-jayree-plugin/commit/9a79ceacfb737ef1b5b3a4c0cac226b3ea14c53c))
|
|
14
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.13 to 1.2.14 ([#1047](https://github.com/jayree/sfdx-jayree-plugin/issues/1047)) ([7c938db](https://github.com/jayree/sfdx-jayree-plugin/commit/7c938db5738f896024fd8b42758c4676a91b85dd))
|
|
15
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.25 to 1.3.26 ([#1046](https://github.com/jayree/sfdx-jayree-plugin/issues/1046)) ([8ba6f43](https://github.com/jayree/sfdx-jayree-plugin/commit/8ba6f43d4ca86ab4e4932d0ab886066ecdfe1b57))
|
|
16
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.21 to 1.3.22 ([#1045](https://github.com/jayree/sfdx-jayree-plugin/issues/1045)) ([9dad22d](https://github.com/jayree/sfdx-jayree-plugin/commit/9dad22dbb5f0b80752d813016655b4fc620cb703))
|
|
17
|
+
|
|
1
18
|
## [4.8.33](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.32...v4.8.33) (2023-10-06)
|
|
2
19
|
|
|
3
20
|
|
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ EXAMPLES
|
|
|
59
59
|
...
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
62
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/flow/get/coverage.ts)_
|
|
63
63
|
|
|
64
64
|
### `sfdx jayree:manifest:cleanup`
|
|
65
65
|
|
|
@@ -87,7 +87,7 @@ EXAMPLES
|
|
|
87
87
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
90
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.31/src/commands/jayree/manifest/cleanup.ts)_
|
|
91
91
|
|
|
92
92
|
### `sfdx jayree:manifest:generate`
|
|
93
93
|
|
|
@@ -123,7 +123,7 @@ EXAMPLES
|
|
|
123
123
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
126
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.31/src/commands/jayree/manifest/generate.ts)_
|
|
127
127
|
|
|
128
128
|
### `sfdx jayree:manifest:git:diff`
|
|
129
129
|
|
|
@@ -205,7 +205,7 @@ FLAG DESCRIPTIONS
|
|
|
205
205
|
The location can be an absolute path or relative to the current working directory.
|
|
206
206
|
```
|
|
207
207
|
|
|
208
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
208
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.31/src/commands/jayree/manifest/git/diff.ts)_
|
|
209
209
|
|
|
210
210
|
### `sfdx jayree:org:configure`
|
|
211
211
|
|
|
@@ -232,7 +232,7 @@ EXAMPLES
|
|
|
232
232
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
233
233
|
```
|
|
234
234
|
|
|
235
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
235
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/configure/index.ts)_
|
|
236
236
|
|
|
237
237
|
### `sfdx jayree:org:configure:country`
|
|
238
238
|
|
|
@@ -250,7 +250,7 @@ GLOBAL FLAGS
|
|
|
250
250
|
--json Format output as json.
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
253
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/configure/country.ts)_
|
|
254
254
|
|
|
255
255
|
### `sfdx jayree:org:configure:state`
|
|
256
256
|
|
|
@@ -273,7 +273,7 @@ GLOBAL FLAGS
|
|
|
273
273
|
--json Format output as json.
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
276
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/configure/state.ts)_
|
|
277
277
|
|
|
278
278
|
### `sfdx jayree:org:get:settings`
|
|
279
279
|
|
|
@@ -301,7 +301,7 @@ EXAMPLES
|
|
|
301
301
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
302
302
|
```
|
|
303
303
|
|
|
304
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
304
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/get/settings.ts)_
|
|
305
305
|
|
|
306
306
|
### `sfdx jayree:org:stream`
|
|
307
307
|
|
|
@@ -331,7 +331,7 @@ EXAMPLES
|
|
|
331
331
|
...
|
|
332
332
|
```
|
|
333
333
|
|
|
334
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
334
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/stream.ts)_
|
|
335
335
|
|
|
336
336
|
### `sfdx jayree:project:compare:snapshot`
|
|
337
337
|
|
|
@@ -351,7 +351,7 @@ ALIASES
|
|
|
351
351
|
$ sfdx jayree:source:snapshot:compare
|
|
352
352
|
```
|
|
353
353
|
|
|
354
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
354
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.22/src/commands/jayree/project/compare/snapshot.ts)_
|
|
355
355
|
|
|
356
356
|
### `sfdx jayree:project:fix`
|
|
357
357
|
|
|
@@ -372,7 +372,7 @@ ALIASES
|
|
|
372
372
|
$ sfdx jayree:source:fix
|
|
373
373
|
```
|
|
374
374
|
|
|
375
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
375
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.22/src/commands/jayree/project/fix.ts)_
|
|
376
376
|
|
|
377
377
|
### `sfdx jayree:project:generate:snapshot`
|
|
378
378
|
|
|
@@ -392,7 +392,7 @@ ALIASES
|
|
|
392
392
|
$ sfdx jayree:source:snapshot:generate
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
395
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.22/src/commands/jayree/project/generate/snapshot.ts)_
|
|
396
396
|
|
|
397
397
|
### `sfdx jayree:project:list:tracking`
|
|
398
398
|
|
|
@@ -419,7 +419,7 @@ EXAMPLES
|
|
|
419
419
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
422
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.22/src/commands/jayree/project/list/tracking.ts)_
|
|
423
423
|
|
|
424
424
|
### `sfdx jayree:project:store:tracking:get`
|
|
425
425
|
|
|
@@ -443,7 +443,7 @@ EXAMPLES
|
|
|
443
443
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
444
444
|
```
|
|
445
445
|
|
|
446
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
446
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.22/src/commands/jayree/project/store/tracking/get.ts)_
|
|
447
447
|
|
|
448
448
|
### `sfdx jayree:project:store:tracking:set`
|
|
449
449
|
|
|
@@ -470,7 +470,7 @@ EXAMPLES
|
|
|
470
470
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
471
471
|
```
|
|
472
472
|
|
|
473
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
473
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.22/src/commands/jayree/project/store/tracking/set.ts)_
|
|
474
474
|
<!-- commandsstop -->
|
|
475
475
|
|
|
476
476
|
## Hooks
|
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-
|
|
78
|
-
version "7.
|
|
79
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
|
80
|
-
integrity sha512-
|
|
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.
|
|
83
|
-
"@babel/types" "^7.
|
|
105
|
+
"@babel/template" "^7.22.15"
|
|
106
|
+
"@babel/types" "^7.23.0"
|
|
84
107
|
|
|
85
|
-
"@babel/helper-hoist-variables@^7.
|
|
86
|
-
version "7.
|
|
87
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.
|
|
88
|
-
integrity sha512-
|
|
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.
|
|
113
|
+
"@babel/types" "^7.22.5"
|
|
91
114
|
|
|
92
115
|
"@babel/helper-module-imports@^7.18.6":
|
|
93
116
|
version "7.21.4"
|
|
@@ -124,16 +147,33 @@
|
|
|
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
|
|
|
172
|
+
"@babel/helper-validator-identifier@^7.22.20":
|
|
173
|
+
version "7.22.20"
|
|
174
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
|
175
|
+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
|
176
|
+
|
|
137
177
|
"@babel/helper-validator-option@^7.21.0":
|
|
138
178
|
version "7.21.0"
|
|
139
179
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
@@ -157,11 +197,25 @@
|
|
|
157
197
|
chalk "^2.0.0"
|
|
158
198
|
js-tokens "^4.0.0"
|
|
159
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
|
+
|
|
160
209
|
"@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
|
|
161
210
|
version "7.21.4"
|
|
162
211
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
|
|
163
212
|
integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
|
|
164
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
|
+
|
|
165
219
|
"@babel/runtime-corejs3@^7.12.5":
|
|
166
220
|
version "7.21.0"
|
|
167
221
|
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.21.0.tgz#6e4939d9d9789ff63e2dc58e88f13a3913a24eba"
|
|
@@ -186,19 +240,28 @@
|
|
|
186
240
|
"@babel/parser" "^7.20.7"
|
|
187
241
|
"@babel/types" "^7.20.7"
|
|
188
242
|
|
|
189
|
-
"@babel/
|
|
190
|
-
version "7.
|
|
191
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
192
|
-
integrity sha512-
|
|
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==
|
|
193
247
|
dependencies:
|
|
194
|
-
"@babel/code-frame" "^7.
|
|
195
|
-
"@babel/
|
|
196
|
-
"@babel/
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
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"
|
|
202
265
|
debug "^4.1.0"
|
|
203
266
|
globals "^11.1.0"
|
|
204
267
|
|
|
@@ -211,6 +274,15 @@
|
|
|
211
274
|
"@babel/helper-validator-identifier" "^7.19.1"
|
|
212
275
|
to-fast-properties "^2.0.0"
|
|
213
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
|
+
|
|
214
286
|
"@bcoe/v8-coverage@^0.2.3":
|
|
215
287
|
version "0.2.3"
|
|
216
288
|
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
@@ -434,10 +506,10 @@
|
|
|
434
506
|
minimatch "^3.1.2"
|
|
435
507
|
strip-json-comments "^3.1.1"
|
|
436
508
|
|
|
437
|
-
"@eslint/js@8.
|
|
438
|
-
version "8.
|
|
439
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
|
440
|
-
integrity sha512-
|
|
509
|
+
"@eslint/js@8.51.0":
|
|
510
|
+
version "8.51.0"
|
|
511
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.51.0.tgz#6d419c240cfb2b66da37df230f7e7eef801c32fa"
|
|
512
|
+
integrity sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==
|
|
441
513
|
|
|
442
514
|
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
|
|
443
515
|
version "1.1.3"
|
|
@@ -496,7 +568,7 @@
|
|
|
496
568
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
497
569
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
498
570
|
|
|
499
|
-
"@jayree/changelog@^1.1.
|
|
571
|
+
"@jayree/changelog@^1.1.7":
|
|
500
572
|
version "1.1.7"
|
|
501
573
|
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.7.tgz#3b2175e25b8d2624c9214a7776925140f813fd8a"
|
|
502
574
|
integrity sha512-YxTlf2c5uoqrIcEg7AwNT/Pn60h5RSbqK15PhElTX5d+R7/SHle2OV1ZBmlJR/S3gUFSY0MILcUpYJa6eeiuGg==
|
|
@@ -508,14 +580,15 @@
|
|
|
508
580
|
semver "^7.5.4"
|
|
509
581
|
semver-compare "^1.0.0"
|
|
510
582
|
|
|
511
|
-
"@jayree/sfdx-plugin-manifest@^3.1.
|
|
512
|
-
version "3.1.
|
|
513
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.
|
|
514
|
-
integrity sha512-
|
|
583
|
+
"@jayree/sfdx-plugin-manifest@^3.1.31":
|
|
584
|
+
version "3.1.31"
|
|
585
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.31.tgz#e0e7d2be61e4b9edc2a4b2ad28ab754fe19e8ec2"
|
|
586
|
+
integrity sha512-41MIZUaGC4d8ozOnwGajjKUhLzp6hP917jpxxDBfXnVz6ujkorjIDc2dyptzGsjNAqznGU/ZxLdvhieOZCh/NA==
|
|
515
587
|
dependencies:
|
|
516
|
-
"@jayree/changelog" "^1.1.
|
|
517
|
-
"@
|
|
518
|
-
"@salesforce/
|
|
588
|
+
"@jayree/changelog" "^1.1.7"
|
|
589
|
+
"@oclif/core" "^3.0.9"
|
|
590
|
+
"@salesforce/sf-plugins-core" "^4.0.0"
|
|
591
|
+
"@salesforce/source-deploy-retrieve" "^9.7.24"
|
|
519
592
|
debug "^4.3.4"
|
|
520
593
|
fast-deep-equal "^3.1.3"
|
|
521
594
|
fast-xml-parser "^4.3.2"
|
|
@@ -524,14 +597,15 @@
|
|
|
524
597
|
isomorphic-git "1.24.5"
|
|
525
598
|
tslib "^2.6.2"
|
|
526
599
|
|
|
527
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
528
|
-
version "1.2.
|
|
529
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
530
|
-
integrity sha512-
|
|
600
|
+
"@jayree/sfdx-plugin-org@^1.2.14":
|
|
601
|
+
version "1.2.14"
|
|
602
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.14.tgz#74cabf8841c6ff7e9bed446b47b4b6d18c9adab6"
|
|
603
|
+
integrity sha512-JszBMfCoQv1jQuFZon2m9VKjeAHQqYoFo8Q79TmmB98pH+Cmon4ENcFj9QQzLxuyb6Z5U1ChB4NAV6WT4JXkPQ==
|
|
531
604
|
dependencies:
|
|
532
|
-
"@jayree/changelog" "^1.1.
|
|
533
|
-
"@
|
|
534
|
-
"@salesforce/
|
|
605
|
+
"@jayree/changelog" "^1.1.7"
|
|
606
|
+
"@oclif/core" "^3.0.9"
|
|
607
|
+
"@salesforce/sf-plugins-core" "^4.0.0"
|
|
608
|
+
"@salesforce/source-deploy-retrieve" "^9.7.24"
|
|
535
609
|
"@salesforce/ts-types" "^2.0.8"
|
|
536
610
|
cli-truncate "^3.1.0"
|
|
537
611
|
debug "^4.3.4"
|
|
@@ -541,20 +615,20 @@
|
|
|
541
615
|
is-wsl "^3.1.0"
|
|
542
616
|
listr2 "^6.6.1"
|
|
543
617
|
log-update "^5.0.1"
|
|
544
|
-
playwright-chromium "^1.
|
|
618
|
+
playwright-chromium "^1.39.0"
|
|
545
619
|
tabletojson "2.0.7"
|
|
546
620
|
tslib "^2.6.1"
|
|
547
621
|
wrap-ansi "^8.1.0"
|
|
548
622
|
|
|
549
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
550
|
-
version "1.3.
|
|
551
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
552
|
-
integrity sha512-
|
|
623
|
+
"@jayree/sfdx-plugin-prettier@^1.3.26":
|
|
624
|
+
version "1.3.26"
|
|
625
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.26.tgz#08735c0facad3a59f28b071cfe3f4804c941ab74"
|
|
626
|
+
integrity sha512-6MY6bOppkC9z5iQKwdokhMqEM/1m96OCm28ZOGxRYvckQT+14KPKvfhLsn28oWqYHDOeongAvjXzPcNcbwdSJw==
|
|
553
627
|
dependencies:
|
|
554
|
-
"@jayree/changelog" "^1.1.
|
|
628
|
+
"@jayree/changelog" "^1.1.7"
|
|
555
629
|
"@prettier/plugin-xml" "^3.2.1"
|
|
556
|
-
"@salesforce/sf-plugins-core" "^
|
|
557
|
-
"@salesforce/source-deploy-retrieve" "^9.7.
|
|
630
|
+
"@salesforce/sf-plugins-core" "^4.0.0"
|
|
631
|
+
"@salesforce/source-deploy-retrieve" "^9.7.24"
|
|
558
632
|
cli-progress "^3.12.0"
|
|
559
633
|
debug "^4.3.4"
|
|
560
634
|
fs-extra "^11.1.1"
|
|
@@ -563,13 +637,14 @@
|
|
|
563
637
|
prettier-plugin-apex "^2.0.1"
|
|
564
638
|
tslib "^2.6.1"
|
|
565
639
|
|
|
566
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
567
|
-
version "1.3.
|
|
568
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
569
|
-
integrity sha512-
|
|
640
|
+
"@jayree/sfdx-plugin-source@^1.3.22":
|
|
641
|
+
version "1.3.22"
|
|
642
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.22.tgz#535c5f550239a7aaf836fb5e1c1b18794f5c445c"
|
|
643
|
+
integrity sha512-lc+8h8m/Y3zLuRXLOyDZBx7DpNzKH+W5plga5dUInRBvFMztDq2fjTiaEJR7OArP6PpCuzO2byFTjB9u6Q49ng==
|
|
570
644
|
dependencies:
|
|
571
|
-
"@jayree/changelog" "^1.1.
|
|
572
|
-
"@
|
|
645
|
+
"@jayree/changelog" "^1.1.7"
|
|
646
|
+
"@oclif/core" "^3.0.9"
|
|
647
|
+
"@salesforce/sf-plugins-core" "^4.0.0"
|
|
573
648
|
"@salesforce/source-tracking" "^4.2.16"
|
|
574
649
|
debug "^4.3.4"
|
|
575
650
|
deep-object-diff "^1.1.9"
|
|
@@ -808,7 +883,7 @@
|
|
|
808
883
|
supports-color "^8.1.1"
|
|
809
884
|
tslib "^2"
|
|
810
885
|
|
|
811
|
-
"@oclif/core@^2.
|
|
886
|
+
"@oclif/core@^2.15.0", "@oclif/core@^2.9.3":
|
|
812
887
|
version "2.15.0"
|
|
813
888
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a"
|
|
814
889
|
integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==
|
|
@@ -842,13 +917,51 @@
|
|
|
842
917
|
wordwrap "^1.0.0"
|
|
843
918
|
wrap-ansi "^7.0.0"
|
|
844
919
|
|
|
845
|
-
"@oclif/
|
|
920
|
+
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.0.9":
|
|
921
|
+
version "3.0.9"
|
|
922
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.9.tgz#655fcb2bf675b4ef0f673f2c4b39962b2c71cba8"
|
|
923
|
+
integrity sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==
|
|
924
|
+
dependencies:
|
|
925
|
+
ansi-escapes "^4.3.2"
|
|
926
|
+
ansi-styles "^4.3.0"
|
|
927
|
+
cardinal "^2.1.1"
|
|
928
|
+
chalk "^4.1.2"
|
|
929
|
+
clean-stack "^3.0.1"
|
|
930
|
+
cli-progress "^3.12.0"
|
|
931
|
+
debug "^4.3.4"
|
|
932
|
+
ejs "^3.1.8"
|
|
933
|
+
get-package-type "^0.1.0"
|
|
934
|
+
globby "^11.1.0"
|
|
935
|
+
hyperlinker "^1.0.0"
|
|
936
|
+
indent-string "^4.0.0"
|
|
937
|
+
is-wsl "^2.2.0"
|
|
938
|
+
js-yaml "^3.14.1"
|
|
939
|
+
natural-orderby "^2.0.3"
|
|
940
|
+
object-treeify "^1.1.33"
|
|
941
|
+
password-prompt "^1.1.2"
|
|
942
|
+
slice-ansi "^4.0.0"
|
|
943
|
+
string-width "^4.2.3"
|
|
944
|
+
strip-ansi "^6.0.1"
|
|
945
|
+
supports-color "^8.1.1"
|
|
946
|
+
supports-hyperlinks "^2.2.0"
|
|
947
|
+
widest-line "^3.1.0"
|
|
948
|
+
wordwrap "^1.0.0"
|
|
949
|
+
wrap-ansi "^7.0.0"
|
|
950
|
+
|
|
951
|
+
"@oclif/plugin-help@^5.2.14":
|
|
846
952
|
version "5.2.20"
|
|
847
953
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.20.tgz#4035a0ac231f95fb8e334da342175e3ca00f6abc"
|
|
848
954
|
integrity sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ==
|
|
849
955
|
dependencies:
|
|
850
956
|
"@oclif/core" "^2.15.0"
|
|
851
957
|
|
|
958
|
+
"@oclif/plugin-help@^6.0.2":
|
|
959
|
+
version "6.0.2"
|
|
960
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.2.tgz#f9cf0ac668e5ffabdebec33d374350495e981830"
|
|
961
|
+
integrity sha512-rHe19ySqU+sIA1qJYQrnB8Jh+LvdMxIN2cIQPSsMobhdOThW5R7jRpMDe9iZwO+okQmvXiP/gIx/vEnWST33HQ==
|
|
962
|
+
dependencies:
|
|
963
|
+
"@oclif/core" "^3.0.9"
|
|
964
|
+
|
|
852
965
|
"@oclif/plugin-not-found@^2.3.32":
|
|
853
966
|
version "2.3.32"
|
|
854
967
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-2.3.32.tgz#4b9371b028ed6a74238a5ea7c12cfa7d30d7d0a8"
|
|
@@ -991,15 +1104,15 @@
|
|
|
991
1104
|
dependencies:
|
|
992
1105
|
"@xml-tools/parser" "^1.0.11"
|
|
993
1106
|
|
|
994
|
-
"@salesforce/core@^5.
|
|
995
|
-
version "5.3.
|
|
996
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.
|
|
997
|
-
integrity sha512
|
|
1107
|
+
"@salesforce/core@^5.3.1", "@salesforce/core@^5.3.3", "@salesforce/core@^5.3.5":
|
|
1108
|
+
version "5.3.9"
|
|
1109
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.9.tgz#1c8f793ce1a0798c5c7767a5a370a5926d3298de"
|
|
1110
|
+
integrity sha512-/HX0PiXq3Sjc5eVJ0EaYetcDGsKU9O9Nj8jFGw5qYlITx8zogfxc0j07liH67tQXS1KbTysYoj/MQ2zbHSNkPA==
|
|
998
1111
|
dependencies:
|
|
999
|
-
"@salesforce/kit" "^3.0.
|
|
1112
|
+
"@salesforce/kit" "^3.0.13"
|
|
1000
1113
|
"@salesforce/schemas" "^1.6.0"
|
|
1001
1114
|
"@salesforce/ts-types" "^2.0.8"
|
|
1002
|
-
"@types/semver" "^7.5.
|
|
1115
|
+
"@types/semver" "^7.5.3"
|
|
1003
1116
|
ajv "^8.12.0"
|
|
1004
1117
|
change-case "^4.1.2"
|
|
1005
1118
|
faye "^1.4.0"
|
|
@@ -1008,9 +1121,9 @@
|
|
|
1008
1121
|
jsforce "^2.0.0-beta.27"
|
|
1009
1122
|
jsonwebtoken "9.0.2"
|
|
1010
1123
|
jszip "3.10.1"
|
|
1011
|
-
pino "^8.15.
|
|
1124
|
+
pino "^8.15.6"
|
|
1012
1125
|
pino-abstract-transport "^1.0.0"
|
|
1013
|
-
pino-pretty "^10.2.
|
|
1126
|
+
pino-pretty "^10.2.3"
|
|
1014
1127
|
proper-lockfile "^4.1.2"
|
|
1015
1128
|
semver "^7.5.4"
|
|
1016
1129
|
ts-retry-promise "^0.7.1"
|
|
@@ -1020,10 +1133,10 @@
|
|
|
1020
1133
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.0.1.tgz#662ffaa4409713553aaf68eed93e7d2429c3ff0e"
|
|
1021
1134
|
integrity sha512-0zMjXG4Vjlu/mB7zbuKSXfXiP7CEZBwsPtYqNgburk/wZIU9KcMspLwVBDUxmUj9ltRksD9o1ubRUblN5M3Z0g==
|
|
1022
1135
|
|
|
1023
|
-
"@salesforce/dev-scripts@^5.
|
|
1024
|
-
version "5.
|
|
1025
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-5.
|
|
1026
|
-
integrity sha512-
|
|
1136
|
+
"@salesforce/dev-scripts@^5.11.0":
|
|
1137
|
+
version "5.11.0"
|
|
1138
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-5.11.0.tgz#e5632f0e46f2d821710ca06bb6d60378399b17cd"
|
|
1139
|
+
integrity sha512-DLgjqBsYc0AiBb5BPiSMSJrwoP9ceAFePPcB6xvLrH9gas+8X3z79vc4xzlBhwzsF1WJsSOoVVTtJbPDwxvF0g==
|
|
1027
1140
|
dependencies:
|
|
1028
1141
|
"@commitlint/cli" "^17.1.2"
|
|
1029
1142
|
"@commitlint/config-conventional" "^17.1.0"
|
|
@@ -1033,7 +1146,7 @@
|
|
|
1033
1146
|
"@types/mocha" "^9.0.0"
|
|
1034
1147
|
"@types/node" "^15.6.1"
|
|
1035
1148
|
"@types/sinon" "10.0.11"
|
|
1036
|
-
chai "^4.3.
|
|
1149
|
+
chai "^4.3.8"
|
|
1037
1150
|
chalk "^4.0.0"
|
|
1038
1151
|
cosmiconfig "^7.0.0"
|
|
1039
1152
|
eslint "^8.41.0"
|
|
@@ -1067,7 +1180,7 @@
|
|
|
1067
1180
|
"@salesforce/ts-types" "^2.0.7"
|
|
1068
1181
|
tslib "^2.6.2"
|
|
1069
1182
|
|
|
1070
|
-
"@salesforce/kit@^3.0.
|
|
1183
|
+
"@salesforce/kit@^3.0.13":
|
|
1071
1184
|
version "3.0.13"
|
|
1072
1185
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.13.tgz#10b47ad6e0e27c3a9f97eb6a5cdcfffa9ba1f163"
|
|
1073
1186
|
integrity sha512-HLQ5L5bBi0tsMeH5ZHJAhHUpvNUNPQoNJt2O82Jf6C60GGsrlzwzQ5ONAHGNBgKSZ7HLr0UGL5xaA+hE9uOcgw==
|
|
@@ -1085,28 +1198,28 @@
|
|
|
1085
1198
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.0.tgz#14505ebad2fb2d4f7b14837545d662766d293561"
|
|
1086
1199
|
integrity sha512-SwhDTLucj/GRbPpxlEoDZeqlX22o+G6fiebTXTu1cZKmd1oE0W2L7SlTTgJnWck8bhTeBIgQi9cpD8c2t5ISKA==
|
|
1087
1200
|
|
|
1088
|
-
"@salesforce/sf-plugins-core@^
|
|
1089
|
-
version "
|
|
1090
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1091
|
-
integrity sha512-
|
|
1201
|
+
"@salesforce/sf-plugins-core@^4.0.0":
|
|
1202
|
+
version "4.0.0"
|
|
1203
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.0.0.tgz#587d8131531b7a53392d73bc4d6d0b0fd75b7e08"
|
|
1204
|
+
integrity sha512-rg0HeqJ4GsyJjow+Rs7icicm7c3Tp43XmwfVUurN/8mKdtG8vR0d5DmZapKP7+r45Mqtlgpkzp2fSjr5fjadNg==
|
|
1092
1205
|
dependencies:
|
|
1093
|
-
"@oclif/core" "^
|
|
1094
|
-
"@salesforce/core" "^5.
|
|
1095
|
-
"@salesforce/kit" "^3.0.
|
|
1206
|
+
"@oclif/core" "^3.0.0"
|
|
1207
|
+
"@salesforce/core" "^5.3.1"
|
|
1208
|
+
"@salesforce/kit" "^3.0.13"
|
|
1096
1209
|
"@salesforce/ts-types" "^2.0.7"
|
|
1097
1210
|
chalk "^4"
|
|
1098
1211
|
inquirer "^8.2.5"
|
|
1099
1212
|
|
|
1100
|
-
"@salesforce/source-deploy-retrieve@^9.7.20", "@salesforce/source-deploy-retrieve@^9.7.
|
|
1101
|
-
version "9.7.
|
|
1102
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.
|
|
1103
|
-
integrity sha512-
|
|
1213
|
+
"@salesforce/source-deploy-retrieve@^9.7.20", "@salesforce/source-deploy-retrieve@^9.7.24":
|
|
1214
|
+
version "9.7.24"
|
|
1215
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.24.tgz#6a200b830311b0db08a86026ece98c734d56f8c2"
|
|
1216
|
+
integrity sha512-nkP9KgzuCoV6LtdDxgxt7KRnoQ6ZS12DJgXErCBXm7Swmr0dnbo1LhxrH05C4UFFe0JuvSta+u+Oor8jxSGaCQ==
|
|
1104
1217
|
dependencies:
|
|
1105
1218
|
"@salesforce/core" "^5.3.1"
|
|
1106
1219
|
"@salesforce/kit" "^3.0.11"
|
|
1107
1220
|
"@salesforce/ts-types" "^2.0.7"
|
|
1108
1221
|
fast-levenshtein "^3.0.0"
|
|
1109
|
-
fast-xml-parser "^4.2
|
|
1222
|
+
fast-xml-parser "^4.3.2"
|
|
1110
1223
|
got "^11.8.6"
|
|
1111
1224
|
graceful-fs "^4.2.11"
|
|
1112
1225
|
ignore "^5.2.4"
|
|
@@ -1413,10 +1526,10 @@
|
|
|
1413
1526
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
|
|
1414
1527
|
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
|
|
1415
1528
|
|
|
1416
|
-
"@types/semver@^7.5.
|
|
1417
|
-
version "7.5.
|
|
1418
|
-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.
|
|
1419
|
-
integrity sha512-
|
|
1529
|
+
"@types/semver@^7.5.3":
|
|
1530
|
+
version "7.5.3"
|
|
1531
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
|
|
1532
|
+
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==
|
|
1420
1533
|
|
|
1421
1534
|
"@types/sinon@10.0.11":
|
|
1422
1535
|
version "10.0.11"
|
|
@@ -1438,16 +1551,16 @@
|
|
|
1438
1551
|
"@types/expect" "^1.20.4"
|
|
1439
1552
|
"@types/node" "*"
|
|
1440
1553
|
|
|
1441
|
-
"@typescript-eslint/eslint-plugin@^6.7.
|
|
1442
|
-
version "6.7.
|
|
1443
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.
|
|
1444
|
-
integrity sha512-
|
|
1554
|
+
"@typescript-eslint/eslint-plugin@^6.7.5":
|
|
1555
|
+
version "6.7.5"
|
|
1556
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.5.tgz#f4024b9f63593d0c2b5bd6e4ca027e6f30934d4f"
|
|
1557
|
+
integrity sha512-JhtAwTRhOUcP96D0Y6KYnwig/MRQbOoLGXTON2+LlyB/N35SP9j1boai2zzwXb7ypKELXMx3DVk9UTaEq1vHEw==
|
|
1445
1558
|
dependencies:
|
|
1446
1559
|
"@eslint-community/regexpp" "^4.5.1"
|
|
1447
|
-
"@typescript-eslint/scope-manager" "6.7.
|
|
1448
|
-
"@typescript-eslint/type-utils" "6.7.
|
|
1449
|
-
"@typescript-eslint/utils" "6.7.
|
|
1450
|
-
"@typescript-eslint/visitor-keys" "6.7.
|
|
1560
|
+
"@typescript-eslint/scope-manager" "6.7.5"
|
|
1561
|
+
"@typescript-eslint/type-utils" "6.7.5"
|
|
1562
|
+
"@typescript-eslint/utils" "6.7.5"
|
|
1563
|
+
"@typescript-eslint/visitor-keys" "6.7.5"
|
|
1451
1564
|
debug "^4.3.4"
|
|
1452
1565
|
graphemer "^1.4.0"
|
|
1453
1566
|
ignore "^5.2.4"
|
|
@@ -1455,15 +1568,15 @@
|
|
|
1455
1568
|
semver "^7.5.4"
|
|
1456
1569
|
ts-api-utils "^1.0.1"
|
|
1457
1570
|
|
|
1458
|
-
"@typescript-eslint/parser@^6.7.
|
|
1459
|
-
version "6.7.
|
|
1460
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.
|
|
1461
|
-
integrity sha512-
|
|
1571
|
+
"@typescript-eslint/parser@^6.7.5":
|
|
1572
|
+
version "6.7.5"
|
|
1573
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.5.tgz#8d7ca3d1fbd9d5a58cc4d30b2aa797a760137886"
|
|
1574
|
+
integrity sha512-bIZVSGx2UME/lmhLcjdVc7ePBwn7CLqKarUBL4me1C5feOd663liTGjMBGVcGr+BhnSLeP4SgwdvNnnkbIdkCw==
|
|
1462
1575
|
dependencies:
|
|
1463
|
-
"@typescript-eslint/scope-manager" "6.7.
|
|
1464
|
-
"@typescript-eslint/types" "6.7.
|
|
1465
|
-
"@typescript-eslint/typescript-estree" "6.7.
|
|
1466
|
-
"@typescript-eslint/visitor-keys" "6.7.
|
|
1576
|
+
"@typescript-eslint/scope-manager" "6.7.5"
|
|
1577
|
+
"@typescript-eslint/types" "6.7.5"
|
|
1578
|
+
"@typescript-eslint/typescript-estree" "6.7.5"
|
|
1579
|
+
"@typescript-eslint/visitor-keys" "6.7.5"
|
|
1467
1580
|
debug "^4.3.4"
|
|
1468
1581
|
|
|
1469
1582
|
"@typescript-eslint/scope-manager@5.62.0":
|
|
@@ -1474,21 +1587,21 @@
|
|
|
1474
1587
|
"@typescript-eslint/types" "5.62.0"
|
|
1475
1588
|
"@typescript-eslint/visitor-keys" "5.62.0"
|
|
1476
1589
|
|
|
1477
|
-
"@typescript-eslint/scope-manager@6.7.
|
|
1478
|
-
version "6.7.
|
|
1479
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.
|
|
1480
|
-
integrity sha512-
|
|
1590
|
+
"@typescript-eslint/scope-manager@6.7.5":
|
|
1591
|
+
version "6.7.5"
|
|
1592
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.5.tgz#1cf33b991043886cd67f4f3600b8e122fc14e711"
|
|
1593
|
+
integrity sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==
|
|
1481
1594
|
dependencies:
|
|
1482
|
-
"@typescript-eslint/types" "6.7.
|
|
1483
|
-
"@typescript-eslint/visitor-keys" "6.7.
|
|
1595
|
+
"@typescript-eslint/types" "6.7.5"
|
|
1596
|
+
"@typescript-eslint/visitor-keys" "6.7.5"
|
|
1484
1597
|
|
|
1485
|
-
"@typescript-eslint/type-utils@6.7.
|
|
1486
|
-
version "6.7.
|
|
1487
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.
|
|
1488
|
-
integrity sha512-
|
|
1598
|
+
"@typescript-eslint/type-utils@6.7.5":
|
|
1599
|
+
version "6.7.5"
|
|
1600
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.5.tgz#0a65949ec16588d8956f6d967f7d9c84ddb2d72a"
|
|
1601
|
+
integrity sha512-Gs0qos5wqxnQrvpYv+pf3XfcRXW6jiAn9zE/K+DlmYf6FcpxeNYN0AIETaPR7rHO4K2UY+D0CIbDP9Ut0U4m1g==
|
|
1489
1602
|
dependencies:
|
|
1490
|
-
"@typescript-eslint/typescript-estree" "6.7.
|
|
1491
|
-
"@typescript-eslint/utils" "6.7.
|
|
1603
|
+
"@typescript-eslint/typescript-estree" "6.7.5"
|
|
1604
|
+
"@typescript-eslint/utils" "6.7.5"
|
|
1492
1605
|
debug "^4.3.4"
|
|
1493
1606
|
ts-api-utils "^1.0.1"
|
|
1494
1607
|
|
|
@@ -1497,10 +1610,10 @@
|
|
|
1497
1610
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
|
1498
1611
|
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
|
1499
1612
|
|
|
1500
|
-
"@typescript-eslint/types@6.7.
|
|
1501
|
-
version "6.7.
|
|
1502
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.
|
|
1503
|
-
integrity sha512-
|
|
1613
|
+
"@typescript-eslint/types@6.7.5":
|
|
1614
|
+
version "6.7.5"
|
|
1615
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.5.tgz#4571320fb9cf669de9a95d9849f922c3af809790"
|
|
1616
|
+
integrity sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==
|
|
1504
1617
|
|
|
1505
1618
|
"@typescript-eslint/typescript-estree@5.62.0":
|
|
1506
1619
|
version "5.62.0"
|
|
@@ -1515,30 +1628,30 @@
|
|
|
1515
1628
|
semver "^7.3.7"
|
|
1516
1629
|
tsutils "^3.21.0"
|
|
1517
1630
|
|
|
1518
|
-
"@typescript-eslint/typescript-estree@6.7.
|
|
1519
|
-
version "6.7.
|
|
1520
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.
|
|
1521
|
-
integrity sha512-
|
|
1631
|
+
"@typescript-eslint/typescript-estree@6.7.5":
|
|
1632
|
+
version "6.7.5"
|
|
1633
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.5.tgz#4578de1a26e9f24950f029a4f00d1bfe41f15a39"
|
|
1634
|
+
integrity sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==
|
|
1522
1635
|
dependencies:
|
|
1523
|
-
"@typescript-eslint/types" "6.7.
|
|
1524
|
-
"@typescript-eslint/visitor-keys" "6.7.
|
|
1636
|
+
"@typescript-eslint/types" "6.7.5"
|
|
1637
|
+
"@typescript-eslint/visitor-keys" "6.7.5"
|
|
1525
1638
|
debug "^4.3.4"
|
|
1526
1639
|
globby "^11.1.0"
|
|
1527
1640
|
is-glob "^4.0.3"
|
|
1528
1641
|
semver "^7.5.4"
|
|
1529
1642
|
ts-api-utils "^1.0.1"
|
|
1530
1643
|
|
|
1531
|
-
"@typescript-eslint/utils@6.7.
|
|
1532
|
-
version "6.7.
|
|
1533
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.
|
|
1534
|
-
integrity sha512-
|
|
1644
|
+
"@typescript-eslint/utils@6.7.5", "@typescript-eslint/utils@^6.6.0":
|
|
1645
|
+
version "6.7.5"
|
|
1646
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.5.tgz#ab847b53d6b65e029314b8247c2336843dba81ab"
|
|
1647
|
+
integrity sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA==
|
|
1535
1648
|
dependencies:
|
|
1536
1649
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1537
1650
|
"@types/json-schema" "^7.0.12"
|
|
1538
1651
|
"@types/semver" "^7.5.0"
|
|
1539
|
-
"@typescript-eslint/scope-manager" "6.7.
|
|
1540
|
-
"@typescript-eslint/types" "6.7.
|
|
1541
|
-
"@typescript-eslint/typescript-estree" "6.7.
|
|
1652
|
+
"@typescript-eslint/scope-manager" "6.7.5"
|
|
1653
|
+
"@typescript-eslint/types" "6.7.5"
|
|
1654
|
+
"@typescript-eslint/typescript-estree" "6.7.5"
|
|
1542
1655
|
semver "^7.5.4"
|
|
1543
1656
|
|
|
1544
1657
|
"@typescript-eslint/utils@^5.59.11":
|
|
@@ -1563,12 +1676,12 @@
|
|
|
1563
1676
|
"@typescript-eslint/types" "5.62.0"
|
|
1564
1677
|
eslint-visitor-keys "^3.3.0"
|
|
1565
1678
|
|
|
1566
|
-
"@typescript-eslint/visitor-keys@6.7.
|
|
1567
|
-
version "6.7.
|
|
1568
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.
|
|
1569
|
-
integrity sha512-
|
|
1679
|
+
"@typescript-eslint/visitor-keys@6.7.5":
|
|
1680
|
+
version "6.7.5"
|
|
1681
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.5.tgz#84c68d6ceb5b12d5246b918b84f2b79affd6c2f1"
|
|
1682
|
+
integrity sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==
|
|
1570
1683
|
dependencies:
|
|
1571
|
-
"@typescript-eslint/types" "6.7.
|
|
1684
|
+
"@typescript-eslint/types" "6.7.5"
|
|
1572
1685
|
eslint-visitor-keys "^3.4.1"
|
|
1573
1686
|
|
|
1574
1687
|
"@ungap/promise-all-settled@1.1.2":
|
|
@@ -2328,7 +2441,7 @@ cardinal@^2.1.1:
|
|
|
2328
2441
|
ansicolors "~0.3.2"
|
|
2329
2442
|
redeyed "~2.1.0"
|
|
2330
2443
|
|
|
2331
|
-
chai@^4.3.10, chai@^4.3.
|
|
2444
|
+
chai@^4.3.10, chai@^4.3.8:
|
|
2332
2445
|
version "4.3.10"
|
|
2333
2446
|
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.10.tgz#d784cec635e3b7e2ffb66446a63b4e33bd390384"
|
|
2334
2447
|
integrity sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==
|
|
@@ -2348,7 +2461,7 @@ chainsaw@~0.1.0:
|
|
|
2348
2461
|
dependencies:
|
|
2349
2462
|
traverse ">=0.3.0 <0.4"
|
|
2350
2463
|
|
|
2351
|
-
chalk@^2.0.0:
|
|
2464
|
+
chalk@^2.0.0, chalk@^2.4.2:
|
|
2352
2465
|
version "2.4.2"
|
|
2353
2466
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
|
2354
2467
|
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
@@ -2378,7 +2491,7 @@ chalk@^5.3.0:
|
|
|
2378
2491
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
|
|
2379
2492
|
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
|
|
2380
2493
|
|
|
2381
|
-
change-case@^4.1.2:
|
|
2494
|
+
change-case@^4, change-case@^4.1.2:
|
|
2382
2495
|
version "4.1.2"
|
|
2383
2496
|
resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12"
|
|
2384
2497
|
integrity sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==
|
|
@@ -2701,21 +2814,6 @@ concat-map@0.0.1:
|
|
|
2701
2814
|
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
|
|
2702
2815
|
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
|
|
2703
2816
|
|
|
2704
|
-
concurrently@^7.6.0:
|
|
2705
|
-
version "7.6.0"
|
|
2706
|
-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.6.0.tgz#531a6f5f30cf616f355a4afb8f8fcb2bba65a49a"
|
|
2707
|
-
integrity sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==
|
|
2708
|
-
dependencies:
|
|
2709
|
-
chalk "^4.1.0"
|
|
2710
|
-
date-fns "^2.29.1"
|
|
2711
|
-
lodash "^4.17.21"
|
|
2712
|
-
rxjs "^7.0.0"
|
|
2713
|
-
shell-quote "^1.7.3"
|
|
2714
|
-
spawn-command "^0.0.2-1"
|
|
2715
|
-
supports-color "^8.1.0"
|
|
2716
|
-
tree-kill "^1.2.2"
|
|
2717
|
-
yargs "^17.3.1"
|
|
2718
|
-
|
|
2719
2817
|
console-control-strings@^1.0.0, console-control-strings@^1.1.0:
|
|
2720
2818
|
version "1.1.0"
|
|
2721
2819
|
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
|
|
@@ -2883,11 +2981,6 @@ data-uri-to-buffer@^5.0.1:
|
|
|
2883
2981
|
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-5.0.1.tgz#db89a9e279c2ffe74f50637a59a32fb23b3e4d7c"
|
|
2884
2982
|
integrity sha512-a9l6T1qqDogvvnw0nKlfZzqsyikEBZBClF39V3TFoKhDtGBqHu2HkuomJc02j5zft8zrUaXEuoicLeW54RkzPg==
|
|
2885
2983
|
|
|
2886
|
-
date-fns@^2.29.1:
|
|
2887
|
-
version "2.29.3"
|
|
2888
|
-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.3.tgz#27402d2fc67eb442b511b70bbdf98e6411cd68a8"
|
|
2889
|
-
integrity sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==
|
|
2890
|
-
|
|
2891
2984
|
dateformat@^4.5.0, dateformat@^4.6.3:
|
|
2892
2985
|
version "4.6.3"
|
|
2893
2986
|
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
|
|
@@ -3483,25 +3576,34 @@ eslint-plugin-jsdoc@^46.8.2:
|
|
|
3483
3576
|
semver "^7.5.4"
|
|
3484
3577
|
spdx-expression-parse "^3.0.1"
|
|
3485
3578
|
|
|
3579
|
+
eslint-plugin-perfectionist@^2.1.0:
|
|
3580
|
+
version "2.1.0"
|
|
3581
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.1.0.tgz#08809661661d98010cd69de3b6a1e19c8a977cce"
|
|
3582
|
+
integrity sha512-KVA7H6J/qfmZH/WopNKFgYbKoX+ozKAOIeQvo/+jibn6k9e71Et+giIHEHrMICZ043CeGpRKrCRRhlmD7pjeRg==
|
|
3583
|
+
dependencies:
|
|
3584
|
+
"@typescript-eslint/utils" "^6.6.0"
|
|
3585
|
+
minimatch "^9.0.3"
|
|
3586
|
+
natural-compare-lite "^1.4.0"
|
|
3587
|
+
|
|
3486
3588
|
eslint-plugin-prefer-arrow@^1.2.1:
|
|
3487
3589
|
version "1.2.3"
|
|
3488
3590
|
resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz#e7fbb3fa4cd84ff1015b9c51ad86550e55041041"
|
|
3489
3591
|
integrity sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==
|
|
3490
3592
|
|
|
3491
|
-
eslint-plugin-prettier@^5.0.
|
|
3492
|
-
version "5.0.
|
|
3493
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.
|
|
3494
|
-
integrity sha512-
|
|
3593
|
+
eslint-plugin-prettier@^5.0.1:
|
|
3594
|
+
version "5.0.1"
|
|
3595
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
|
|
3596
|
+
integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==
|
|
3495
3597
|
dependencies:
|
|
3496
3598
|
prettier-linter-helpers "^1.0.0"
|
|
3497
3599
|
synckit "^0.8.5"
|
|
3498
3600
|
|
|
3499
|
-
eslint-plugin-sf-plugin@^1.16.
|
|
3500
|
-
version "1.16.
|
|
3501
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.
|
|
3502
|
-
integrity sha512-
|
|
3601
|
+
eslint-plugin-sf-plugin@^1.16.9:
|
|
3602
|
+
version "1.16.9"
|
|
3603
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.9.tgz#0c8bfa7b51b52c716bf8cecbb271237931bffa3b"
|
|
3604
|
+
integrity sha512-VOAA1OEieGCzimavNvI1OP2AnlR5SZfxi4Q+WDahxJcedh5/SP0DEynW8ww+begy4Nt0APdLzwXN1JJTZQCemA==
|
|
3503
3605
|
dependencies:
|
|
3504
|
-
"@salesforce/core" "^5.3.
|
|
3606
|
+
"@salesforce/core" "^5.3.5"
|
|
3505
3607
|
"@typescript-eslint/utils" "^5.59.11"
|
|
3506
3608
|
|
|
3507
3609
|
eslint-scope@^5.1.1:
|
|
@@ -3525,15 +3627,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
|
|
3525
3627
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
|
3526
3628
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
|
3527
3629
|
|
|
3528
|
-
eslint@^8.41.0, eslint@^8.
|
|
3529
|
-
version "8.
|
|
3530
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
|
3531
|
-
integrity sha512-
|
|
3630
|
+
eslint@^8.41.0, eslint@^8.51.0:
|
|
3631
|
+
version "8.51.0"
|
|
3632
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.51.0.tgz#4a82dae60d209ac89a5cff1604fea978ba4950f3"
|
|
3633
|
+
integrity sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==
|
|
3532
3634
|
dependencies:
|
|
3533
3635
|
"@eslint-community/eslint-utils" "^4.2.0"
|
|
3534
3636
|
"@eslint-community/regexpp" "^4.6.1"
|
|
3535
3637
|
"@eslint/eslintrc" "^2.1.2"
|
|
3536
|
-
"@eslint/js" "8.
|
|
3638
|
+
"@eslint/js" "8.51.0"
|
|
3537
3639
|
"@humanwhocodes/config-array" "^0.11.11"
|
|
3538
3640
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
3539
3641
|
"@nodelib/fs.walk" "^1.2.8"
|
|
@@ -3743,7 +3845,7 @@ fast-safe-stringify@^2.1.1:
|
|
|
3743
3845
|
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
|
|
3744
3846
|
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
|
3745
3847
|
|
|
3746
|
-
fast-xml-parser@^4.2.5, fast-xml-parser@^4.
|
|
3848
|
+
fast-xml-parser@^4.2.5, fast-xml-parser@^4.3.2:
|
|
3747
3849
|
version "4.3.2"
|
|
3748
3850
|
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz#761e641260706d6e13251c4ef8e3f5694d4b0d79"
|
|
3749
3851
|
integrity sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==
|
|
@@ -5344,6 +5446,11 @@ locate-path@^6.0.0:
|
|
|
5344
5446
|
dependencies:
|
|
5345
5447
|
p-locate "^5.0.0"
|
|
5346
5448
|
|
|
5449
|
+
lodash._reinterpolate@^3.0.0:
|
|
5450
|
+
version "3.0.0"
|
|
5451
|
+
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
|
|
5452
|
+
integrity sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==
|
|
5453
|
+
|
|
5347
5454
|
lodash.camelcase@^4.3.0:
|
|
5348
5455
|
version "4.3.0"
|
|
5349
5456
|
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
|
|
@@ -5424,6 +5531,21 @@ lodash.startcase@^4.4.0:
|
|
|
5424
5531
|
resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8"
|
|
5425
5532
|
integrity sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==
|
|
5426
5533
|
|
|
5534
|
+
lodash.template@^4.5.0:
|
|
5535
|
+
version "4.5.0"
|
|
5536
|
+
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
|
|
5537
|
+
integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==
|
|
5538
|
+
dependencies:
|
|
5539
|
+
lodash._reinterpolate "^3.0.0"
|
|
5540
|
+
lodash.templatesettings "^4.0.0"
|
|
5541
|
+
|
|
5542
|
+
lodash.templatesettings@^4.0.0:
|
|
5543
|
+
version "4.2.0"
|
|
5544
|
+
resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz#e481310f049d3cf6d47e912ad09313b154f0fb33"
|
|
5545
|
+
integrity sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==
|
|
5546
|
+
dependencies:
|
|
5547
|
+
lodash._reinterpolate "^3.0.0"
|
|
5548
|
+
|
|
5427
5549
|
lodash.uniq@^4.5.0:
|
|
5428
5550
|
version "4.5.0"
|
|
5429
5551
|
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
|
@@ -5746,6 +5868,13 @@ minimatch@^7.2.0:
|
|
|
5746
5868
|
dependencies:
|
|
5747
5869
|
brace-expansion "^2.0.1"
|
|
5748
5870
|
|
|
5871
|
+
minimatch@^9.0.3:
|
|
5872
|
+
version "9.0.3"
|
|
5873
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
|
5874
|
+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
|
5875
|
+
dependencies:
|
|
5876
|
+
brace-expansion "^2.0.1"
|
|
5877
|
+
|
|
5749
5878
|
minimist-options@4.1.0:
|
|
5750
5879
|
version "4.1.0"
|
|
5751
5880
|
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
|
@@ -5983,6 +6112,11 @@ nanoid@3.3.3:
|
|
|
5983
6112
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
|
|
5984
6113
|
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
|
|
5985
6114
|
|
|
6115
|
+
natural-compare-lite@^1.4.0:
|
|
6116
|
+
version "1.4.0"
|
|
6117
|
+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
|
|
6118
|
+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
|
|
6119
|
+
|
|
5986
6120
|
natural-compare@^1.4.0:
|
|
5987
6121
|
version "1.4.0"
|
|
5988
6122
|
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
|
|
@@ -6049,10 +6183,10 @@ no-case@^3.0.4:
|
|
|
6049
6183
|
lower-case "^2.0.2"
|
|
6050
6184
|
tslib "^2.0.3"
|
|
6051
6185
|
|
|
6052
|
-
nock@^13.3.
|
|
6053
|
-
version "13.3.
|
|
6054
|
-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.
|
|
6055
|
-
integrity sha512-
|
|
6186
|
+
nock@^13.3.4:
|
|
6187
|
+
version "13.3.4"
|
|
6188
|
+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.4.tgz#4ed3ed1465a75c87833044a881dbdd6546337e8d"
|
|
6189
|
+
integrity sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==
|
|
6056
6190
|
dependencies:
|
|
6057
6191
|
debug "^4.1.0"
|
|
6058
6192
|
json-stringify-safe "^5.0.1"
|
|
@@ -6343,28 +6477,27 @@ object.values@^1.1.6:
|
|
|
6343
6477
|
define-properties "^1.1.4"
|
|
6344
6478
|
es-abstract "^1.20.4"
|
|
6345
6479
|
|
|
6346
|
-
oclif@^
|
|
6347
|
-
version "
|
|
6348
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-
|
|
6349
|
-
integrity sha512
|
|
6480
|
+
oclif@^4.0.2:
|
|
6481
|
+
version "4.0.2"
|
|
6482
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.2.tgz#5ac35eb42ac14de17c43b9ac4e34980320144c10"
|
|
6483
|
+
integrity sha512-yTlNy6bMPKJ4OPPeARg2GIV1PyFT4saIkePvl2q5Ca6hu9B5xmJSimn9XyjxQe1SSldp+L9LOhyzEUkEFB5I6A==
|
|
6350
6484
|
dependencies:
|
|
6351
|
-
"@oclif/core" "^
|
|
6485
|
+
"@oclif/core" "^3.0.4"
|
|
6352
6486
|
"@oclif/plugin-help" "^5.2.14"
|
|
6353
6487
|
"@oclif/plugin-not-found" "^2.3.32"
|
|
6354
6488
|
"@oclif/plugin-warn-if-update-available" "^2.0.44"
|
|
6355
6489
|
async-retry "^1.3.3"
|
|
6356
6490
|
aws-sdk "^2.1231.0"
|
|
6357
|
-
|
|
6491
|
+
change-case "^4"
|
|
6358
6492
|
debug "^4.3.3"
|
|
6493
|
+
eslint-plugin-perfectionist "^2.1.0"
|
|
6359
6494
|
find-yarn-workspace-root "^2.0.0"
|
|
6360
6495
|
fs-extra "^8.1"
|
|
6361
6496
|
github-slugger "^1.5.0"
|
|
6362
6497
|
got "^11"
|
|
6363
|
-
lodash "^4.
|
|
6498
|
+
lodash.template "^4.5.0"
|
|
6364
6499
|
normalize-package-data "^3.0.3"
|
|
6365
6500
|
semver "^7.3.8"
|
|
6366
|
-
shelljs "^0.8.5"
|
|
6367
|
-
tslib "^2.3.1"
|
|
6368
6501
|
yeoman-environment "^3.15.1"
|
|
6369
6502
|
yeoman-generator "^5.8.0"
|
|
6370
6503
|
|
|
@@ -6772,10 +6905,10 @@ pino-abstract-transport@v1.1.0:
|
|
|
6772
6905
|
readable-stream "^4.0.0"
|
|
6773
6906
|
split2 "^4.0.0"
|
|
6774
6907
|
|
|
6775
|
-
pino-pretty@^10.2.
|
|
6776
|
-
version "10.2.
|
|
6777
|
-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.
|
|
6778
|
-
integrity sha512-
|
|
6908
|
+
pino-pretty@^10.2.3:
|
|
6909
|
+
version "10.2.3"
|
|
6910
|
+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.3.tgz#db539c796a1421fd4d130734fa994f5a26027783"
|
|
6911
|
+
integrity sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==
|
|
6779
6912
|
dependencies:
|
|
6780
6913
|
colorette "^2.0.7"
|
|
6781
6914
|
dateformat "^4.6.3"
|
|
@@ -6797,10 +6930,10 @@ pino-std-serializers@^6.0.0:
|
|
|
6797
6930
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6798
6931
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6799
6932
|
|
|
6800
|
-
pino@^8.15.
|
|
6801
|
-
version "8.
|
|
6802
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
6803
|
-
integrity sha512-
|
|
6933
|
+
pino@^8.15.6:
|
|
6934
|
+
version "8.16.0"
|
|
6935
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.0.tgz#2465012a1d11fa2e7a0545032f636e203990ae26"
|
|
6936
|
+
integrity sha512-UUmvQ/7KTZt/vHjhRrnyS7h+J7qPBQnpG80V56xmIC+o9IqYmQOw/UIny9S9zYDfRBR0ClouCr464EkBMIT7Fw==
|
|
6804
6937
|
dependencies:
|
|
6805
6938
|
atomic-sleep "^1.0.0"
|
|
6806
6939
|
fast-redact "^3.1.1"
|
|
@@ -6811,7 +6944,7 @@ pino@^8.15.1:
|
|
|
6811
6944
|
quick-format-unescaped "^4.0.3"
|
|
6812
6945
|
real-require "^0.2.0"
|
|
6813
6946
|
safe-stable-stringify "^2.3.1"
|
|
6814
|
-
sonic-boom "^3.
|
|
6947
|
+
sonic-boom "^3.7.0"
|
|
6815
6948
|
thread-stream "^2.0.0"
|
|
6816
6949
|
|
|
6817
6950
|
pinst@^3.0.0:
|
|
@@ -6826,17 +6959,17 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
|
|
|
6826
6959
|
dependencies:
|
|
6827
6960
|
find-up "^4.0.0"
|
|
6828
6961
|
|
|
6829
|
-
playwright-chromium@^1.
|
|
6830
|
-
version "1.
|
|
6831
|
-
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.
|
|
6832
|
-
integrity sha512-
|
|
6962
|
+
playwright-chromium@^1.39.0:
|
|
6963
|
+
version "1.39.0"
|
|
6964
|
+
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.39.0.tgz#18066603043e076ec0c88873a01f5fd811665ef8"
|
|
6965
|
+
integrity sha512-0WVmvn9ppPbcyb2PQherIpzsvJlyjqziCZiAiexTEYSz8k6/+/3wljmFaMRMP1lcv2xKyHDn9yWd/lHb7IzYyA==
|
|
6833
6966
|
dependencies:
|
|
6834
|
-
playwright-core "1.
|
|
6967
|
+
playwright-core "1.39.0"
|
|
6835
6968
|
|
|
6836
|
-
playwright-core@1.
|
|
6837
|
-
version "1.
|
|
6838
|
-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.
|
|
6839
|
-
integrity sha512
|
|
6969
|
+
playwright-core@1.39.0:
|
|
6970
|
+
version "1.39.0"
|
|
6971
|
+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.39.0.tgz#efeaea754af4fb170d11845b8da30b2323287c63"
|
|
6972
|
+
integrity sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==
|
|
6840
6973
|
|
|
6841
6974
|
preferred-pm@^3.0.3:
|
|
6842
6975
|
version "3.0.3"
|
|
@@ -7331,7 +7464,7 @@ rxjs@^6.6.0:
|
|
|
7331
7464
|
dependencies:
|
|
7332
7465
|
tslib "^1.9.0"
|
|
7333
7466
|
|
|
7334
|
-
rxjs@^7.
|
|
7467
|
+
rxjs@^7.5.5, rxjs@^7.8.0:
|
|
7335
7468
|
version "7.8.0"
|
|
7336
7469
|
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4"
|
|
7337
7470
|
integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==
|
|
@@ -7494,11 +7627,6 @@ shebang-regex@^3.0.0:
|
|
|
7494
7627
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
7495
7628
|
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
|
7496
7629
|
|
|
7497
|
-
shell-quote@^1.7.3:
|
|
7498
|
-
version "1.8.1"
|
|
7499
|
-
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680"
|
|
7500
|
-
integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==
|
|
7501
|
-
|
|
7502
7630
|
shelljs@^0.8.5, shelljs@~0.8.4:
|
|
7503
7631
|
version "0.8.5"
|
|
7504
7632
|
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
|
|
@@ -7677,13 +7805,20 @@ socks@^2.6.2, socks@^2.7.1:
|
|
|
7677
7805
|
ip "^2.0.0"
|
|
7678
7806
|
smart-buffer "^4.2.0"
|
|
7679
7807
|
|
|
7680
|
-
sonic-boom@^3.0.0
|
|
7808
|
+
sonic-boom@^3.0.0:
|
|
7681
7809
|
version "3.3.0"
|
|
7682
7810
|
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.3.0.tgz#cffab6dafee3b2bcb88d08d589394198bee1838c"
|
|
7683
7811
|
integrity sha512-LYxp34KlZ1a2Jb8ZQgFCK3niIHzibdwtwNUWKg0qQRzsDoJ3Gfgkf8KdBTFU3SkejDEIlWwnSnpVdOZIhFMl/g==
|
|
7684
7812
|
dependencies:
|
|
7685
7813
|
atomic-sleep "^1.0.0"
|
|
7686
7814
|
|
|
7815
|
+
sonic-boom@^3.7.0:
|
|
7816
|
+
version "3.7.0"
|
|
7817
|
+
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.7.0.tgz#b4b7b8049a912986f4a92c51d4660b721b11f2f2"
|
|
7818
|
+
integrity sha512-IudtNvSqA/ObjN97tfgNmOKyDOs4dNcg4cUUsHDebqsgb8wGBBwb31LIgShNO8fye0dFI52X1+tFoKKI6Rq1Gg==
|
|
7819
|
+
dependencies:
|
|
7820
|
+
atomic-sleep "^1.0.0"
|
|
7821
|
+
|
|
7687
7822
|
sort-keys@^4.2.0:
|
|
7688
7823
|
version "4.2.0"
|
|
7689
7824
|
resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-4.2.0.tgz#6b7638cee42c506fff8c1cecde7376d21315be18"
|
|
@@ -7704,11 +7839,6 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
|
|
|
7704
7839
|
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
|
|
7705
7840
|
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
|
|
7706
7841
|
|
|
7707
|
-
spawn-command@^0.0.2-1:
|
|
7708
|
-
version "0.0.2-1"
|
|
7709
|
-
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2-1.tgz#62f5e9466981c1b796dc5929937e11c9c6921bd0"
|
|
7710
|
-
integrity sha512-n98l9E2RMSJ9ON1AKisHzz7V42VDiBQGY6PB1BwRglz99wpVsSuGzQ+jOi6lFXBGVTCrRpltvjm+/XA+tpeJrg==
|
|
7711
|
-
|
|
7712
7842
|
spawn-wrap@^2.0.0:
|
|
7713
7843
|
version "2.0.0"
|
|
7714
7844
|
resolved "https://registry.yarnpkg.com/spawn-wrap/-/spawn-wrap-2.0.0.tgz#103685b8b8f9b79771318827aa78650a610d457e"
|
|
@@ -7910,7 +8040,7 @@ strnum@^1.0.5:
|
|
|
7910
8040
|
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db"
|
|
7911
8041
|
integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
|
|
7912
8042
|
|
|
7913
|
-
supports-color@8.1.1, supports-color@^8.1.
|
|
8043
|
+
supports-color@8.1.1, supports-color@^8.1.1:
|
|
7914
8044
|
version "8.1.1"
|
|
7915
8045
|
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
|
|
7916
8046
|
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
|
|
@@ -8067,11 +8197,6 @@ tr46@~0.0.3:
|
|
|
8067
8197
|
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9"
|
|
8068
8198
|
integrity sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==
|
|
8069
8199
|
|
|
8070
|
-
tree-kill@^1.2.2:
|
|
8071
|
-
version "1.2.2"
|
|
8072
|
-
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
|
|
8073
|
-
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
|
|
8074
|
-
|
|
8075
8200
|
treeverse@^1.0.4:
|
|
8076
8201
|
version "1.0.4"
|
|
8077
8202
|
resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-1.0.4.tgz#a6b0ebf98a1bca6846ddc7ecbc900df08cb9cd5f"
|
|
@@ -8131,7 +8256,7 @@ tslib@^1.8.1, tslib@^1.9.0:
|
|
|
8131
8256
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
|
8132
8257
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
|
8133
8258
|
|
|
8134
|
-
tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.
|
|
8259
|
+
tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.0, tslib@^2.6.1, tslib@^2.6.2:
|
|
8135
8260
|
version "2.6.2"
|
|
8136
8261
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
|
8137
8262
|
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
|
@@ -8808,7 +8933,7 @@ yargs@^15.0.2:
|
|
|
8808
8933
|
y18n "^4.0.0"
|
|
8809
8934
|
yargs-parser "^18.1.2"
|
|
8810
8935
|
|
|
8811
|
-
yargs@^17.0.0, yargs@^17.
|
|
8936
|
+
yargs@^17.0.0, yargs@^17.7.2:
|
|
8812
8937
|
version "17.7.2"
|
|
8813
8938
|
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
|
|
8814
8939
|
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
|
|
4
|
-
"version": "4.8.
|
|
4
|
+
"version": "4.8.35",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/sfdx-plugin-manifest": "^3.1.
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^3.1.31",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.14",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.26",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.22"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-help": "^
|
|
15
|
+
"@oclif/plugin-help": "^6.0.2",
|
|
16
16
|
"@salesforce/dev-config": "^4.0.1",
|
|
17
|
-
"@salesforce/dev-scripts": "^5.
|
|
17
|
+
"@salesforce/dev-scripts": "^5.11.0",
|
|
18
18
|
"@salesforce/prettier-config": "^0.0.3",
|
|
19
19
|
"@salesforce/ts-sinon": "^1.4.17",
|
|
20
|
-
"@typescript-eslint/eslint-plugin": "^6.7.
|
|
21
|
-
"@typescript-eslint/parser": "^6.7.
|
|
20
|
+
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
|
21
|
+
"@typescript-eslint/parser": "^6.7.5",
|
|
22
22
|
"c8": "^8.0.1",
|
|
23
23
|
"chai": "^4.3.10",
|
|
24
|
-
"eslint": "^8.
|
|
24
|
+
"eslint": "^8.51.0",
|
|
25
25
|
"eslint-config-prettier": "^9.0.0",
|
|
26
26
|
"eslint-config-salesforce": "^2.0.2",
|
|
27
27
|
"eslint-config-salesforce-typescript": "^1.1.2",
|
|
28
28
|
"eslint-plugin-header": "^3.1.1",
|
|
29
29
|
"eslint-plugin-import": "^2.28.1",
|
|
30
30
|
"eslint-plugin-jsdoc": "^46.8.2",
|
|
31
|
-
"eslint-plugin-prettier": "^5.0.
|
|
32
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
31
|
+
"eslint-plugin-prettier": "^5.0.1",
|
|
32
|
+
"eslint-plugin-sf-plugin": "^1.16.9",
|
|
33
33
|
"husky": "^8.0.3",
|
|
34
34
|
"mocha": "^10.2.0",
|
|
35
|
-
"nock": "^13.3.
|
|
35
|
+
"nock": "^13.3.4",
|
|
36
36
|
"nyc": "^15.1.0",
|
|
37
|
-
"oclif": "^
|
|
37
|
+
"oclif": "^4.0.2",
|
|
38
38
|
"patch-package": "^8.0.0",
|
|
39
39
|
"pinst": "^3.0.0",
|
|
40
40
|
"prettier": "^3.0.3",
|