@salesforce/cli 2.17.4 → 2.17.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +62 -62
- package/npm-shrinkwrap.json +247 -251
- package/oclif.manifest.json +1 -1
- package/package.json +18 -18
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.17.
|
|
9
|
+
"version": "2.17.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@oclif/core": "3.10.1",
|
|
14
14
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
15
|
-
"@oclif/plugin-commands": "3.0.
|
|
15
|
+
"@oclif/plugin-commands": "3.0.6",
|
|
16
16
|
"@oclif/plugin-help": "6.0.5",
|
|
17
|
-
"@oclif/plugin-not-found": "3.0.
|
|
17
|
+
"@oclif/plugin-not-found": "3.0.3",
|
|
18
18
|
"@oclif/plugin-plugins": "4.0.2",
|
|
19
|
-
"@oclif/plugin-search": "1.0.
|
|
19
|
+
"@oclif/plugin-search": "1.0.6",
|
|
20
20
|
"@oclif/plugin-update": "4.1.3",
|
|
21
|
-
"@oclif/plugin-version": "2.0.
|
|
21
|
+
"@oclif/plugin-version": "2.0.6",
|
|
22
22
|
"@oclif/plugin-warn-if-update-available": "3.0.2",
|
|
23
|
-
"@oclif/plugin-which": "3.0.
|
|
23
|
+
"@oclif/plugin-which": "3.0.8",
|
|
24
24
|
"@salesforce/core": "^5.2.0",
|
|
25
25
|
"@salesforce/plugin-apex": "2.3.20",
|
|
26
|
-
"@salesforce/plugin-auth": "2.8.
|
|
27
|
-
"@salesforce/plugin-data": "2.6.
|
|
26
|
+
"@salesforce/plugin-auth": "2.8.26",
|
|
27
|
+
"@salesforce/plugin-data": "2.6.3",
|
|
28
28
|
"@salesforce/plugin-deploy-retrieve": "1.19.3",
|
|
29
29
|
"@salesforce/plugin-info": "2.6.51",
|
|
30
30
|
"@salesforce/plugin-limits": "3.0.1",
|
|
31
|
-
"@salesforce/plugin-login": "
|
|
32
|
-
"@salesforce/plugin-marketplace": "1.0.
|
|
31
|
+
"@salesforce/plugin-login": "2.0.1",
|
|
32
|
+
"@salesforce/plugin-marketplace": "1.0.2",
|
|
33
33
|
"@salesforce/plugin-org": "2.11.7",
|
|
34
34
|
"@salesforce/plugin-schema": "2.3.33",
|
|
35
|
-
"@salesforce/plugin-settings": "2.0.
|
|
36
|
-
"@salesforce/plugin-sobject": "0.2.
|
|
35
|
+
"@salesforce/plugin-settings": "2.0.2",
|
|
36
|
+
"@salesforce/plugin-sobject": "0.2.15",
|
|
37
37
|
"@salesforce/plugin-source": "2.10.46",
|
|
38
38
|
"@salesforce/plugin-telemetry": "3.1.0",
|
|
39
|
-
"@salesforce/plugin-templates": "55.5.
|
|
40
|
-
"@salesforce/plugin-trust": "
|
|
41
|
-
"@salesforce/plugin-user": "2.3.
|
|
39
|
+
"@salesforce/plugin-templates": "55.5.18",
|
|
40
|
+
"@salesforce/plugin-trust": "3.0.1",
|
|
41
|
+
"@salesforce/plugin-user": "2.3.42",
|
|
42
42
|
"@salesforce/sf-plugins-core": "4.0.0",
|
|
43
43
|
"debug": "^4.3.4"
|
|
44
44
|
},
|
|
@@ -2306,12 +2306,12 @@
|
|
|
2306
2306
|
}
|
|
2307
2307
|
},
|
|
2308
2308
|
"node_modules/@oclif/plugin-commands": {
|
|
2309
|
-
"version": "3.0.
|
|
2310
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.
|
|
2311
|
-
"integrity": "sha512-
|
|
2309
|
+
"version": "3.0.6",
|
|
2310
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.6.tgz",
|
|
2311
|
+
"integrity": "sha512-OSUlyGU+aB6S0ANNzFT3F3DbOYX69dqYzU/Aw0ZFFS2pcCdkX0kiw0a27oBMizQHNo/+ttzJwgPRKRkW2cuyZg==",
|
|
2312
2312
|
"license": "MIT",
|
|
2313
2313
|
"dependencies": {
|
|
2314
|
-
"@oclif/core": "^3.
|
|
2314
|
+
"@oclif/core": "^3.10.1",
|
|
2315
2315
|
"lodash.pickby": "^4.6.0",
|
|
2316
2316
|
"lodash.sortby": "^4.7.0",
|
|
2317
2317
|
"lodash.template": "^4.5.0",
|
|
@@ -2334,12 +2334,12 @@
|
|
|
2334
2334
|
}
|
|
2335
2335
|
},
|
|
2336
2336
|
"node_modules/@oclif/plugin-not-found": {
|
|
2337
|
-
"version": "3.0.
|
|
2338
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.
|
|
2339
|
-
"integrity": "sha512-
|
|
2337
|
+
"version": "3.0.3",
|
|
2338
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.3.tgz",
|
|
2339
|
+
"integrity": "sha512-L/Xca1VZaFSFZM8Hp5wdfKEvfEioNSTFu3bHlWaGeYR2ao0bGXaOKQU8AtmqQz2QzZ8EPA5vxbeofkGbxxtQwA==",
|
|
2340
2340
|
"license": "MIT",
|
|
2341
2341
|
"dependencies": {
|
|
2342
|
-
"@oclif/core": "^3.
|
|
2342
|
+
"@oclif/core": "^3.10.1",
|
|
2343
2343
|
"chalk": "^5.3.0",
|
|
2344
2344
|
"fast-levenshtein": "^3.0.0"
|
|
2345
2345
|
},
|
|
@@ -2392,12 +2392,12 @@
|
|
|
2392
2392
|
}
|
|
2393
2393
|
},
|
|
2394
2394
|
"node_modules/@oclif/plugin-search": {
|
|
2395
|
-
"version": "1.0.
|
|
2396
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.
|
|
2397
|
-
"integrity": "sha512-
|
|
2395
|
+
"version": "1.0.6",
|
|
2396
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.6.tgz",
|
|
2397
|
+
"integrity": "sha512-sWvxGRp2hCqnsj2yAWnCPgIwWorjxgzT/C3aFwhgJzbXy7onv3OwXqjCEbb56Es+NrMgTy7LYsbCeXxG40rn1A==",
|
|
2398
2398
|
"license": "MIT",
|
|
2399
2399
|
"dependencies": {
|
|
2400
|
-
"@oclif/core": "^3.
|
|
2400
|
+
"@oclif/core": "^3.10.1",
|
|
2401
2401
|
"inquirer-autocomplete-standalone": "^0.8.1"
|
|
2402
2402
|
},
|
|
2403
2403
|
"engines": {
|
|
@@ -2522,12 +2522,12 @@
|
|
|
2522
2522
|
}
|
|
2523
2523
|
},
|
|
2524
2524
|
"node_modules/@oclif/plugin-version": {
|
|
2525
|
-
"version": "2.0.
|
|
2526
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.
|
|
2527
|
-
"integrity": "sha512-
|
|
2525
|
+
"version": "2.0.6",
|
|
2526
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.6.tgz",
|
|
2527
|
+
"integrity": "sha512-EthZyik36gUsBK3TDE3Qk+LraKJbs02zHKNQAxhw0164W6rrIfEyGJBbB4bdV78AsmFwlvZXHrB3G5EYiA2hnA==",
|
|
2528
2528
|
"license": "MIT",
|
|
2529
2529
|
"dependencies": {
|
|
2530
|
-
"@oclif/core": "^3.
|
|
2530
|
+
"@oclif/core": "^3.10.1"
|
|
2531
2531
|
},
|
|
2532
2532
|
"engines": {
|
|
2533
2533
|
"node": ">=18.0.0"
|
|
@@ -2562,12 +2562,12 @@
|
|
|
2562
2562
|
}
|
|
2563
2563
|
},
|
|
2564
2564
|
"node_modules/@oclif/plugin-which": {
|
|
2565
|
-
"version": "3.0.
|
|
2566
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.
|
|
2567
|
-
"integrity": "sha512-
|
|
2565
|
+
"version": "3.0.8",
|
|
2566
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.8.tgz",
|
|
2567
|
+
"integrity": "sha512-DReQbbSii9vapcz4xrTSRvhqGsl6jZ/90PGDJmWeA1wZjd4oiSNLEZuafBfXcQjMFk18tF8/y/rzMIBiSM88Zw==",
|
|
2568
2568
|
"license": "MIT",
|
|
2569
2569
|
"dependencies": {
|
|
2570
|
-
"@oclif/core": "^3.
|
|
2570
|
+
"@oclif/core": "^3.10.1"
|
|
2571
2571
|
},
|
|
2572
2572
|
"engines": {
|
|
2573
2573
|
"node": ">=18.0.0"
|
|
@@ -2878,15 +2878,15 @@
|
|
|
2878
2878
|
}
|
|
2879
2879
|
},
|
|
2880
2880
|
"node_modules/@salesforce/core": {
|
|
2881
|
-
"version": "5.3.
|
|
2882
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.
|
|
2883
|
-
"integrity": "sha512
|
|
2881
|
+
"version": "5.3.18",
|
|
2882
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.18.tgz",
|
|
2883
|
+
"integrity": "sha512-/Ag7elFngTT13PRblSPJPB2Q+xk3jR2SX8bYa83fcQljVF7ApGB5qtFpauXmUv8lgRnN+F01HNqM16iszAMP9w==",
|
|
2884
2884
|
"license": "BSD-3-Clause",
|
|
2885
2885
|
"dependencies": {
|
|
2886
2886
|
"@salesforce/kit": "^3.0.15",
|
|
2887
2887
|
"@salesforce/schemas": "^1.6.1",
|
|
2888
2888
|
"@salesforce/ts-types": "^2.0.9",
|
|
2889
|
-
"@types/semver": "^7.5.
|
|
2889
|
+
"@types/semver": "^7.5.4",
|
|
2890
2890
|
"ajv": "^8.12.0",
|
|
2891
2891
|
"change-case": "^4.1.2",
|
|
2892
2892
|
"faye": "^1.4.0",
|
|
@@ -3526,13 +3526,13 @@
|
|
|
3526
3526
|
}
|
|
3527
3527
|
},
|
|
3528
3528
|
"node_modules/@salesforce/plugin-auth": {
|
|
3529
|
-
"version": "2.8.
|
|
3530
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.
|
|
3531
|
-
"integrity": "sha512-
|
|
3529
|
+
"version": "2.8.26",
|
|
3530
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.26.tgz",
|
|
3531
|
+
"integrity": "sha512-ZuXg537zDyQioGec4T2oIWCerrkNgrr0OgFgFyrNz2gGWLUw3h7eYxdE+7SzTvPj2lTG2eg2OZ/+1vx5JcSxeQ==",
|
|
3532
3532
|
"license": "BSD-3-Clause",
|
|
3533
3533
|
"dependencies": {
|
|
3534
3534
|
"@oclif/core": "^2.15.0",
|
|
3535
|
-
"@salesforce/core": "^5.3.
|
|
3535
|
+
"@salesforce/core": "^5.3.17",
|
|
3536
3536
|
"@salesforce/kit": "^3.0.15",
|
|
3537
3537
|
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
3538
3538
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -3757,19 +3757,19 @@
|
|
|
3757
3757
|
}
|
|
3758
3758
|
},
|
|
3759
3759
|
"node_modules/@salesforce/plugin-data": {
|
|
3760
|
-
"version": "2.6.
|
|
3761
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.6.
|
|
3762
|
-
"integrity": "sha512-
|
|
3760
|
+
"version": "2.6.3",
|
|
3761
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.6.3.tgz",
|
|
3762
|
+
"integrity": "sha512-Qunrw7pHIWtX5NcKUKjiMV6H89vPxTVgmi2Bw69nlvUimtc3UX3zG7dcQ4vOooeDa2UjZrMvM4R8Z0Drk7Lwaw==",
|
|
3763
3763
|
"license": "BSD-3-Clause",
|
|
3764
3764
|
"dependencies": {
|
|
3765
3765
|
"@oclif/core": "^2.15.0",
|
|
3766
3766
|
"@salesforce/core": "^5.3.10",
|
|
3767
|
-
"@salesforce/kit": "^3.0.
|
|
3767
|
+
"@salesforce/kit": "^3.0.15",
|
|
3768
3768
|
"@salesforce/sf-plugins-core": "^3.1.23",
|
|
3769
3769
|
"@salesforce/ts-types": "^2.0.8",
|
|
3770
3770
|
"chalk": "^4.1.0",
|
|
3771
3771
|
"csv-parse": "^4.16.3",
|
|
3772
|
-
"csv-stringify": "^6.4.
|
|
3772
|
+
"csv-stringify": "^6.4.4",
|
|
3773
3773
|
"jsforce": "^2.0.0-beta.27",
|
|
3774
3774
|
"tslib": "^2"
|
|
3775
3775
|
},
|
|
@@ -4116,122 +4116,39 @@
|
|
|
4116
4116
|
}
|
|
4117
4117
|
},
|
|
4118
4118
|
"node_modules/@salesforce/plugin-login": {
|
|
4119
|
-
"version": "
|
|
4120
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-
|
|
4121
|
-
"integrity": "sha512-
|
|
4122
|
-
"license": "BSD-3-Clause",
|
|
4123
|
-
"dependencies": {
|
|
4124
|
-
"@oclif/core": "^2.15.0",
|
|
4125
|
-
"@salesforce/core": "^5.3.14",
|
|
4126
|
-
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
4127
|
-
"chalk": "^4.1.2",
|
|
4128
|
-
"inquirer": "^8.2.6",
|
|
4129
|
-
"tslib": "^2"
|
|
4130
|
-
},
|
|
4131
|
-
"engines": {
|
|
4132
|
-
"node": ">=16.0.0"
|
|
4133
|
-
}
|
|
4134
|
-
},
|
|
4135
|
-
"node_modules/@salesforce/plugin-login/node_modules/@oclif/core": {
|
|
4136
|
-
"version": "2.15.0",
|
|
4137
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
4138
|
-
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
4139
|
-
"license": "MIT",
|
|
4140
|
-
"dependencies": {
|
|
4141
|
-
"@types/cli-progress": "^3.11.0",
|
|
4142
|
-
"ansi-escapes": "^4.3.2",
|
|
4143
|
-
"ansi-styles": "^4.3.0",
|
|
4144
|
-
"cardinal": "^2.1.1",
|
|
4145
|
-
"chalk": "^4.1.2",
|
|
4146
|
-
"clean-stack": "^3.0.1",
|
|
4147
|
-
"cli-progress": "^3.12.0",
|
|
4148
|
-
"debug": "^4.3.4",
|
|
4149
|
-
"ejs": "^3.1.8",
|
|
4150
|
-
"get-package-type": "^0.1.0",
|
|
4151
|
-
"globby": "^11.1.0",
|
|
4152
|
-
"hyperlinker": "^1.0.0",
|
|
4153
|
-
"indent-string": "^4.0.0",
|
|
4154
|
-
"is-wsl": "^2.2.0",
|
|
4155
|
-
"js-yaml": "^3.14.1",
|
|
4156
|
-
"natural-orderby": "^2.0.3",
|
|
4157
|
-
"object-treeify": "^1.1.33",
|
|
4158
|
-
"password-prompt": "^1.1.2",
|
|
4159
|
-
"slice-ansi": "^4.0.0",
|
|
4160
|
-
"string-width": "^4.2.3",
|
|
4161
|
-
"strip-ansi": "^6.0.1",
|
|
4162
|
-
"supports-color": "^8.1.1",
|
|
4163
|
-
"supports-hyperlinks": "^2.2.0",
|
|
4164
|
-
"ts-node": "^10.9.1",
|
|
4165
|
-
"tslib": "^2.5.0",
|
|
4166
|
-
"widest-line": "^3.1.0",
|
|
4167
|
-
"wordwrap": "^1.0.0",
|
|
4168
|
-
"wrap-ansi": "^7.0.0"
|
|
4169
|
-
},
|
|
4170
|
-
"engines": {
|
|
4171
|
-
"node": ">=14.0.0"
|
|
4172
|
-
}
|
|
4173
|
-
},
|
|
4174
|
-
"node_modules/@salesforce/plugin-login/node_modules/@salesforce/sf-plugins-core": {
|
|
4175
|
-
"version": "3.1.28",
|
|
4176
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
|
|
4177
|
-
"integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
|
|
4119
|
+
"version": "2.0.1",
|
|
4120
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-2.0.1.tgz",
|
|
4121
|
+
"integrity": "sha512-HNweq3M3TeFYku38Xrj0j6xMhVvzJV30W+vxFtNWdeQFqSOyHtzziFBJhhSlvUMODBoEbmqNzqwG9VLucvJDVg==",
|
|
4178
4122
|
"license": "BSD-3-Clause",
|
|
4179
4123
|
"dependencies": {
|
|
4180
|
-
"@oclif/core": "^
|
|
4181
|
-
"@salesforce/core": "^5.3.
|
|
4182
|
-
"@salesforce/
|
|
4183
|
-
"
|
|
4184
|
-
"chalk": "^4",
|
|
4185
|
-
"inquirer": "^8.2.5"
|
|
4124
|
+
"@oclif/core": "^3.9.0",
|
|
4125
|
+
"@salesforce/core": "^5.3.18",
|
|
4126
|
+
"@salesforce/sf-plugins-core": "^4.0.0",
|
|
4127
|
+
"chalk": "^5.3.0"
|
|
4186
4128
|
},
|
|
4187
4129
|
"engines": {
|
|
4188
|
-
"node": ">=
|
|
4189
|
-
}
|
|
4190
|
-
},
|
|
4191
|
-
"node_modules/@salesforce/plugin-login/node_modules/argparse": {
|
|
4192
|
-
"version": "1.0.10",
|
|
4193
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4194
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4195
|
-
"license": "MIT",
|
|
4196
|
-
"dependencies": {
|
|
4197
|
-
"sprintf-js": "~1.0.2"
|
|
4198
|
-
}
|
|
4199
|
-
},
|
|
4200
|
-
"node_modules/@salesforce/plugin-login/node_modules/js-yaml": {
|
|
4201
|
-
"version": "3.14.1",
|
|
4202
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4203
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4204
|
-
"license": "MIT",
|
|
4205
|
-
"dependencies": {
|
|
4206
|
-
"argparse": "^1.0.7",
|
|
4207
|
-
"esprima": "^4.0.0"
|
|
4208
|
-
},
|
|
4209
|
-
"bin": {
|
|
4210
|
-
"js-yaml": "bin/js-yaml.js"
|
|
4130
|
+
"node": ">=18.0.0"
|
|
4211
4131
|
}
|
|
4212
4132
|
},
|
|
4213
|
-
"node_modules/@salesforce/plugin-login/node_modules/
|
|
4214
|
-
"version": "
|
|
4215
|
-
"resolved": "https://registry.npmjs.org/
|
|
4216
|
-
"integrity": "sha512-
|
|
4133
|
+
"node_modules/@salesforce/plugin-login/node_modules/chalk": {
|
|
4134
|
+
"version": "5.3.0",
|
|
4135
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
4136
|
+
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
4217
4137
|
"license": "MIT",
|
|
4218
|
-
"dependencies": {
|
|
4219
|
-
"has-flag": "^4.0.0"
|
|
4220
|
-
},
|
|
4221
4138
|
"engines": {
|
|
4222
|
-
"node": ">=
|
|
4139
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
4223
4140
|
},
|
|
4224
4141
|
"funding": {
|
|
4225
|
-
"url": "https://github.com/chalk/
|
|
4142
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4226
4143
|
}
|
|
4227
4144
|
},
|
|
4228
4145
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
4229
|
-
"version": "1.0.
|
|
4230
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.0.
|
|
4231
|
-
"integrity": "sha512-
|
|
4146
|
+
"version": "1.0.2",
|
|
4147
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.0.2.tgz",
|
|
4148
|
+
"integrity": "sha512-LotraNFq7XE4YzzDilmthcYYsAfmn3B3HmJ+O9KE9rkkgebAbKsJntiRFurj863+v981sybqwIGSWuovA1Klmg==",
|
|
4232
4149
|
"license": "BSD-3-Clause",
|
|
4233
4150
|
"dependencies": {
|
|
4234
|
-
"@oclif/core": "^3.10.
|
|
4151
|
+
"@oclif/core": "^3.10.1",
|
|
4235
4152
|
"@salesforce/core": "^5.3.17",
|
|
4236
4153
|
"@salesforce/kit": "^3.0.15",
|
|
4237
4154
|
"@salesforce/sf-plugins-core": "^4.0.0",
|
|
@@ -4723,6 +4640,30 @@
|
|
|
4723
4640
|
"@octokit/openapi-types": "^18.0.0"
|
|
4724
4641
|
}
|
|
4725
4642
|
},
|
|
4643
|
+
"node_modules/@salesforce/plugin-release-management/node_modules/@salesforce/plugin-trust": {
|
|
4644
|
+
"version": "2.6.22",
|
|
4645
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.22.tgz",
|
|
4646
|
+
"integrity": "sha512-UqG0LoMrQmnIw/yGbmwukQ5nlg3Fo0zxu/QsINuyjNWpLKgj75Ll+oYoZMf74JiCbgAHpwNhrgTUe7Zfqoy9oA==",
|
|
4647
|
+
"dev": true,
|
|
4648
|
+
"license": "BSD-3-Clause",
|
|
4649
|
+
"dependencies": {
|
|
4650
|
+
"@oclif/core": "^2.15.0",
|
|
4651
|
+
"@salesforce/core": "^5.3.10",
|
|
4652
|
+
"@salesforce/sf-plugins-core": "^3.1.23",
|
|
4653
|
+
"got": "^11",
|
|
4654
|
+
"npm": "9.8.1",
|
|
4655
|
+
"npm-run-path": "^4.0.1",
|
|
4656
|
+
"proxy-agent": "^6.3.1",
|
|
4657
|
+
"shelljs": "^0.8.4",
|
|
4658
|
+
"tslib": "^2"
|
|
4659
|
+
},
|
|
4660
|
+
"bin": {
|
|
4661
|
+
"sf-trust": "bin/dev"
|
|
4662
|
+
},
|
|
4663
|
+
"engines": {
|
|
4664
|
+
"node": ">=16.0.0"
|
|
4665
|
+
}
|
|
4666
|
+
},
|
|
4726
4667
|
"node_modules/@salesforce/plugin-release-management/node_modules/@salesforce/sf-plugins-core": {
|
|
4727
4668
|
"version": "3.1.28",
|
|
4728
4669
|
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
|
|
@@ -4890,12 +4831,12 @@
|
|
|
4890
4831
|
}
|
|
4891
4832
|
},
|
|
4892
4833
|
"node_modules/@salesforce/plugin-settings": {
|
|
4893
|
-
"version": "2.0.
|
|
4894
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.
|
|
4895
|
-
"integrity": "sha512-
|
|
4834
|
+
"version": "2.0.2",
|
|
4835
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.2.tgz",
|
|
4836
|
+
"integrity": "sha512-n2uO2xlMs0w4pGLWX+3j6+b13nnYYR0mLcFFArYvbNgFEUqAaUrR2e8cCvEv9ijJYwm4h397cEJSw4AFycwk5Q==",
|
|
4896
4837
|
"license": "BSD-3-Clause",
|
|
4897
4838
|
"dependencies": {
|
|
4898
|
-
"@oclif/core": "^3.
|
|
4839
|
+
"@oclif/core": "^3.10.1",
|
|
4899
4840
|
"@salesforce/core": "^5.3.14",
|
|
4900
4841
|
"@salesforce/sf-plugins-core": "^4.0.0",
|
|
4901
4842
|
"fast-levenshtein": "^3.0.0"
|
|
@@ -4905,13 +4846,13 @@
|
|
|
4905
4846
|
}
|
|
4906
4847
|
},
|
|
4907
4848
|
"node_modules/@salesforce/plugin-sobject": {
|
|
4908
|
-
"version": "0.2.
|
|
4909
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.
|
|
4910
|
-
"integrity": "sha512-
|
|
4849
|
+
"version": "0.2.15",
|
|
4850
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.15.tgz",
|
|
4851
|
+
"integrity": "sha512-unP0USyOXYKfCWv9BK/C7PRxxG+p7GpSgSwcOva/zyLgckO0PpSrChuKWjStcG4lPdFPELoI2bhMKP5BTx8njA==",
|
|
4911
4852
|
"license": "BSD-3-Clause",
|
|
4912
4853
|
"dependencies": {
|
|
4913
4854
|
"@oclif/core": "^2.15.0",
|
|
4914
|
-
"@salesforce/core": "^5.3.
|
|
4855
|
+
"@salesforce/core": "^5.3.17",
|
|
4915
4856
|
"@salesforce/kit": "^3.0.15",
|
|
4916
4857
|
"@salesforce/sf-plugins-core": "^3.1.22",
|
|
4917
4858
|
"change-case": "^4.1.2",
|
|
@@ -5150,13 +5091,13 @@
|
|
|
5150
5091
|
}
|
|
5151
5092
|
},
|
|
5152
5093
|
"node_modules/@salesforce/plugin-templates": {
|
|
5153
|
-
"version": "55.5.
|
|
5154
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.
|
|
5155
|
-
"integrity": "sha512-
|
|
5094
|
+
"version": "55.5.18",
|
|
5095
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.18.tgz",
|
|
5096
|
+
"integrity": "sha512-BQgnDF+syn4Kg4tgB8QGMTkuSpOW2b8JRbS/I94YB/dFr28puuOD9NgyfQ8+P7meIOgdZ0XFeGBTOlFzSUvWvw==",
|
|
5156
5097
|
"license": "BSD-3-Clause",
|
|
5157
5098
|
"dependencies": {
|
|
5158
5099
|
"@oclif/core": "^2.15.0",
|
|
5159
|
-
"@salesforce/core": "^5.3.
|
|
5100
|
+
"@salesforce/core": "^5.3.17",
|
|
5160
5101
|
"@salesforce/sf-plugins-core": "^3.1.23",
|
|
5161
5102
|
"@salesforce/templates": "^59.0.1",
|
|
5162
5103
|
"tslib": "^2",
|
|
@@ -5261,129 +5202,184 @@
|
|
|
5261
5202
|
}
|
|
5262
5203
|
},
|
|
5263
5204
|
"node_modules/@salesforce/plugin-trust": {
|
|
5264
|
-
"version": "
|
|
5265
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-
|
|
5266
|
-
"integrity": "sha512-
|
|
5205
|
+
"version": "3.0.1",
|
|
5206
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.0.1.tgz",
|
|
5207
|
+
"integrity": "sha512-Y3JZj97BFtItc7oDITYIn1I9e6KQM4TX+rgF0dMweVtk0ILag1nNNCBgUibukFeTjzk0ZYR9tEb5/DkOWAGXvA==",
|
|
5267
5208
|
"license": "BSD-3-Clause",
|
|
5268
5209
|
"dependencies": {
|
|
5269
|
-
"@oclif/core": "^
|
|
5270
|
-
"@salesforce/core": "^5.3.
|
|
5271
|
-
"@salesforce/sf-plugins-core": "^
|
|
5272
|
-
"got": "^
|
|
5210
|
+
"@oclif/core": "^3.10.1",
|
|
5211
|
+
"@salesforce/core": "^5.3.16",
|
|
5212
|
+
"@salesforce/sf-plugins-core": "^4.0.0",
|
|
5213
|
+
"got": "^13.0.0",
|
|
5273
5214
|
"npm": "9.8.1",
|
|
5274
5215
|
"npm-run-path": "^4.0.1",
|
|
5275
5216
|
"proxy-agent": "^6.3.1",
|
|
5276
|
-
"shelljs": "^0.8.4"
|
|
5277
|
-
"tslib": "^2"
|
|
5217
|
+
"shelljs": "^0.8.4"
|
|
5278
5218
|
},
|
|
5279
5219
|
"bin": {
|
|
5280
5220
|
"sf-trust": "bin/dev"
|
|
5281
5221
|
},
|
|
5282
5222
|
"engines": {
|
|
5283
|
-
"node": ">=
|
|
5223
|
+
"node": ">=18.0.0"
|
|
5284
5224
|
}
|
|
5285
5225
|
},
|
|
5286
|
-
"node_modules/@salesforce/plugin-trust/node_modules/@
|
|
5287
|
-
"version": "
|
|
5288
|
-
"resolved": "https://registry.npmjs.org/@
|
|
5289
|
-
"integrity": "sha512-
|
|
5226
|
+
"node_modules/@salesforce/plugin-trust/node_modules/@sindresorhus/is": {
|
|
5227
|
+
"version": "5.6.0",
|
|
5228
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
5229
|
+
"integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
|
|
5230
|
+
"license": "MIT",
|
|
5231
|
+
"engines": {
|
|
5232
|
+
"node": ">=14.16"
|
|
5233
|
+
},
|
|
5234
|
+
"funding": {
|
|
5235
|
+
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
5236
|
+
}
|
|
5237
|
+
},
|
|
5238
|
+
"node_modules/@salesforce/plugin-trust/node_modules/@szmarczak/http-timer": {
|
|
5239
|
+
"version": "5.0.1",
|
|
5240
|
+
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
|
|
5241
|
+
"integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
|
|
5290
5242
|
"license": "MIT",
|
|
5291
5243
|
"dependencies": {
|
|
5292
|
-
"
|
|
5293
|
-
"ansi-escapes": "^4.3.2",
|
|
5294
|
-
"ansi-styles": "^4.3.0",
|
|
5295
|
-
"cardinal": "^2.1.1",
|
|
5296
|
-
"chalk": "^4.1.2",
|
|
5297
|
-
"clean-stack": "^3.0.1",
|
|
5298
|
-
"cli-progress": "^3.12.0",
|
|
5299
|
-
"debug": "^4.3.4",
|
|
5300
|
-
"ejs": "^3.1.8",
|
|
5301
|
-
"get-package-type": "^0.1.0",
|
|
5302
|
-
"globby": "^11.1.0",
|
|
5303
|
-
"hyperlinker": "^1.0.0",
|
|
5304
|
-
"indent-string": "^4.0.0",
|
|
5305
|
-
"is-wsl": "^2.2.0",
|
|
5306
|
-
"js-yaml": "^3.14.1",
|
|
5307
|
-
"natural-orderby": "^2.0.3",
|
|
5308
|
-
"object-treeify": "^1.1.33",
|
|
5309
|
-
"password-prompt": "^1.1.2",
|
|
5310
|
-
"slice-ansi": "^4.0.0",
|
|
5311
|
-
"string-width": "^4.2.3",
|
|
5312
|
-
"strip-ansi": "^6.0.1",
|
|
5313
|
-
"supports-color": "^8.1.1",
|
|
5314
|
-
"supports-hyperlinks": "^2.2.0",
|
|
5315
|
-
"ts-node": "^10.9.1",
|
|
5316
|
-
"tslib": "^2.5.0",
|
|
5317
|
-
"widest-line": "^3.1.0",
|
|
5318
|
-
"wordwrap": "^1.0.0",
|
|
5319
|
-
"wrap-ansi": "^7.0.0"
|
|
5244
|
+
"defer-to-connect": "^2.0.1"
|
|
5320
5245
|
},
|
|
5321
5246
|
"engines": {
|
|
5322
|
-
"node": ">=14.
|
|
5247
|
+
"node": ">=14.16"
|
|
5323
5248
|
}
|
|
5324
5249
|
},
|
|
5325
|
-
"node_modules/@salesforce/plugin-trust/node_modules
|
|
5326
|
-
"version": "
|
|
5327
|
-
"resolved": "https://registry.npmjs.org
|
|
5328
|
-
"integrity": "sha512
|
|
5329
|
-
"license": "
|
|
5250
|
+
"node_modules/@salesforce/plugin-trust/node_modules/cacheable-lookup": {
|
|
5251
|
+
"version": "7.0.0",
|
|
5252
|
+
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
5253
|
+
"integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
|
|
5254
|
+
"license": "MIT",
|
|
5255
|
+
"engines": {
|
|
5256
|
+
"node": ">=14.16"
|
|
5257
|
+
}
|
|
5258
|
+
},
|
|
5259
|
+
"node_modules/@salesforce/plugin-trust/node_modules/cacheable-request": {
|
|
5260
|
+
"version": "10.2.14",
|
|
5261
|
+
"resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
|
|
5262
|
+
"integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
|
|
5263
|
+
"license": "MIT",
|
|
5330
5264
|
"dependencies": {
|
|
5331
|
-
"@
|
|
5332
|
-
"
|
|
5333
|
-
"
|
|
5334
|
-
"
|
|
5335
|
-
"
|
|
5336
|
-
"
|
|
5265
|
+
"@types/http-cache-semantics": "^4.0.2",
|
|
5266
|
+
"get-stream": "^6.0.1",
|
|
5267
|
+
"http-cache-semantics": "^4.1.1",
|
|
5268
|
+
"keyv": "^4.5.3",
|
|
5269
|
+
"mimic-response": "^4.0.0",
|
|
5270
|
+
"normalize-url": "^8.0.0",
|
|
5271
|
+
"responselike": "^3.0.0"
|
|
5337
5272
|
},
|
|
5338
5273
|
"engines": {
|
|
5339
|
-
"node": ">=16
|
|
5274
|
+
"node": ">=14.16"
|
|
5340
5275
|
}
|
|
5341
5276
|
},
|
|
5342
|
-
"node_modules/@salesforce/plugin-trust/node_modules/
|
|
5343
|
-
"version": "
|
|
5344
|
-
"resolved": "https://registry.npmjs.org/
|
|
5345
|
-
"integrity": "sha512-
|
|
5277
|
+
"node_modules/@salesforce/plugin-trust/node_modules/got": {
|
|
5278
|
+
"version": "13.0.0",
|
|
5279
|
+
"resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
|
|
5280
|
+
"integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
|
|
5346
5281
|
"license": "MIT",
|
|
5347
5282
|
"dependencies": {
|
|
5348
|
-
"
|
|
5283
|
+
"@sindresorhus/is": "^5.2.0",
|
|
5284
|
+
"@szmarczak/http-timer": "^5.0.1",
|
|
5285
|
+
"cacheable-lookup": "^7.0.0",
|
|
5286
|
+
"cacheable-request": "^10.2.8",
|
|
5287
|
+
"decompress-response": "^6.0.0",
|
|
5288
|
+
"form-data-encoder": "^2.1.2",
|
|
5289
|
+
"get-stream": "^6.0.1",
|
|
5290
|
+
"http2-wrapper": "^2.1.10",
|
|
5291
|
+
"lowercase-keys": "^3.0.0",
|
|
5292
|
+
"p-cancelable": "^3.0.0",
|
|
5293
|
+
"responselike": "^3.0.0"
|
|
5294
|
+
},
|
|
5295
|
+
"engines": {
|
|
5296
|
+
"node": ">=16"
|
|
5297
|
+
},
|
|
5298
|
+
"funding": {
|
|
5299
|
+
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
5349
5300
|
}
|
|
5350
5301
|
},
|
|
5351
|
-
"node_modules/@salesforce/plugin-trust/node_modules/
|
|
5352
|
-
"version": "
|
|
5353
|
-
"resolved": "https://registry.npmjs.org/
|
|
5354
|
-
"integrity": "sha512-
|
|
5302
|
+
"node_modules/@salesforce/plugin-trust/node_modules/http2-wrapper": {
|
|
5303
|
+
"version": "2.2.0",
|
|
5304
|
+
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.0.tgz",
|
|
5305
|
+
"integrity": "sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==",
|
|
5355
5306
|
"license": "MIT",
|
|
5356
5307
|
"dependencies": {
|
|
5357
|
-
"
|
|
5358
|
-
"
|
|
5308
|
+
"quick-lru": "^5.1.1",
|
|
5309
|
+
"resolve-alpn": "^1.2.0"
|
|
5359
5310
|
},
|
|
5360
|
-
"
|
|
5361
|
-
"
|
|
5311
|
+
"engines": {
|
|
5312
|
+
"node": ">=10.19.0"
|
|
5362
5313
|
}
|
|
5363
5314
|
},
|
|
5364
|
-
"node_modules/@salesforce/plugin-trust/node_modules/
|
|
5365
|
-
"version": "
|
|
5366
|
-
"resolved": "https://registry.npmjs.org/
|
|
5367
|
-
"integrity": "sha512-
|
|
5315
|
+
"node_modules/@salesforce/plugin-trust/node_modules/lowercase-keys": {
|
|
5316
|
+
"version": "3.0.0",
|
|
5317
|
+
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
5318
|
+
"integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
|
|
5319
|
+
"license": "MIT",
|
|
5320
|
+
"engines": {
|
|
5321
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
5322
|
+
},
|
|
5323
|
+
"funding": {
|
|
5324
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5325
|
+
}
|
|
5326
|
+
},
|
|
5327
|
+
"node_modules/@salesforce/plugin-trust/node_modules/mimic-response": {
|
|
5328
|
+
"version": "4.0.0",
|
|
5329
|
+
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
|
|
5330
|
+
"integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
|
|
5331
|
+
"license": "MIT",
|
|
5332
|
+
"engines": {
|
|
5333
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
5334
|
+
},
|
|
5335
|
+
"funding": {
|
|
5336
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5337
|
+
}
|
|
5338
|
+
},
|
|
5339
|
+
"node_modules/@salesforce/plugin-trust/node_modules/normalize-url": {
|
|
5340
|
+
"version": "8.0.0",
|
|
5341
|
+
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
|
|
5342
|
+
"integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==",
|
|
5343
|
+
"license": "MIT",
|
|
5344
|
+
"engines": {
|
|
5345
|
+
"node": ">=14.16"
|
|
5346
|
+
},
|
|
5347
|
+
"funding": {
|
|
5348
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5349
|
+
}
|
|
5350
|
+
},
|
|
5351
|
+
"node_modules/@salesforce/plugin-trust/node_modules/p-cancelable": {
|
|
5352
|
+
"version": "3.0.0",
|
|
5353
|
+
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
5354
|
+
"integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
|
|
5355
|
+
"license": "MIT",
|
|
5356
|
+
"engines": {
|
|
5357
|
+
"node": ">=12.20"
|
|
5358
|
+
}
|
|
5359
|
+
},
|
|
5360
|
+
"node_modules/@salesforce/plugin-trust/node_modules/responselike": {
|
|
5361
|
+
"version": "3.0.0",
|
|
5362
|
+
"resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
|
|
5363
|
+
"integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
|
|
5368
5364
|
"license": "MIT",
|
|
5369
5365
|
"dependencies": {
|
|
5370
|
-
"
|
|
5366
|
+
"lowercase-keys": "^3.0.0"
|
|
5371
5367
|
},
|
|
5372
5368
|
"engines": {
|
|
5373
|
-
"node": ">=
|
|
5369
|
+
"node": ">=14.16"
|
|
5374
5370
|
},
|
|
5375
5371
|
"funding": {
|
|
5376
|
-
"url": "https://github.com/
|
|
5372
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5377
5373
|
}
|
|
5378
5374
|
},
|
|
5379
5375
|
"node_modules/@salesforce/plugin-user": {
|
|
5380
|
-
"version": "2.3.
|
|
5381
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.
|
|
5382
|
-
"integrity": "sha512-
|
|
5376
|
+
"version": "2.3.42",
|
|
5377
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.42.tgz",
|
|
5378
|
+
"integrity": "sha512-aeDeBDKTt2TpXL6OYSz+yLYL2YwqvIXWdu0qy8mcUsDSMW3AZUKlK1WS2MVwjCzLA3MnQ7Dmi80R5c5XejOBxA==",
|
|
5383
5379
|
"license": "BSD-3-Clause",
|
|
5384
5380
|
"dependencies": {
|
|
5385
5381
|
"@oclif/core": "^2.15.0",
|
|
5386
|
-
"@salesforce/core": "^5.3.
|
|
5382
|
+
"@salesforce/core": "^5.3.17",
|
|
5387
5383
|
"@salesforce/kit": "^3.0.15",
|
|
5388
5384
|
"@salesforce/sf-plugins-core": "^3.1.20",
|
|
5389
5385
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -5517,12 +5513,12 @@
|
|
|
5517
5513
|
}
|
|
5518
5514
|
},
|
|
5519
5515
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5520
|
-
"version": "9.8.
|
|
5521
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.8.
|
|
5522
|
-
"integrity": "sha512
|
|
5516
|
+
"version": "9.8.4",
|
|
5517
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.8.4.tgz",
|
|
5518
|
+
"integrity": "sha512-/g/WkUFCogCANnKkeHmQyXpAbIy+A2htEYliVaoxg3UccDqHCZd5Gmlk6Gwsd03YsLAt249bay5mAokD7y39sQ==",
|
|
5523
5519
|
"license": "BSD-3-Clause",
|
|
5524
5520
|
"dependencies": {
|
|
5525
|
-
"@salesforce/core": "^5.3.
|
|
5521
|
+
"@salesforce/core": "^5.3.17",
|
|
5526
5522
|
"@salesforce/kit": "^3.0.15",
|
|
5527
5523
|
"@salesforce/ts-types": "^2.0.9",
|
|
5528
5524
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -6132,9 +6128,9 @@
|
|
|
6132
6128
|
}
|
|
6133
6129
|
},
|
|
6134
6130
|
"node_modules/@types/semver": {
|
|
6135
|
-
"version": "7.5.
|
|
6136
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.
|
|
6137
|
-
"integrity": "sha512-
|
|
6131
|
+
"version": "7.5.4",
|
|
6132
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.4.tgz",
|
|
6133
|
+
"integrity": "sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==",
|
|
6138
6134
|
"license": "MIT"
|
|
6139
6135
|
},
|
|
6140
6136
|
"node_modules/@types/shelljs": {
|
|
@@ -8643,9 +8639,9 @@
|
|
|
8643
8639
|
"license": "MIT"
|
|
8644
8640
|
},
|
|
8645
8641
|
"node_modules/csv-stringify": {
|
|
8646
|
-
"version": "6.4.
|
|
8647
|
-
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.
|
|
8648
|
-
"integrity": "sha512-
|
|
8642
|
+
"version": "6.4.4",
|
|
8643
|
+
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.4.tgz",
|
|
8644
|
+
"integrity": "sha512-NDshLupGa7gp4UG4sSNIqwYJqgSwvds0SvENntxoVoVvTzXcrHvd5gG2MWpbRpSNvk59dlmIe1IwNvSxN4IVmg==",
|
|
8649
8645
|
"license": "MIT"
|
|
8650
8646
|
},
|
|
8651
8647
|
"node_modules/dargs": {
|