@salesforce/cli 2.14.5 → 2.15.0
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 +121 -121
- package/npm-shrinkwrap.json +237 -276
- package/oclif.manifest.json +1 -1
- package/package.json +30 -27
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.15.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.15.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@oclif/core": "3.0.3",
|
|
14
|
-
"@oclif/plugin-autocomplete": "2.3.
|
|
14
|
+
"@oclif/plugin-autocomplete": "2.3.10",
|
|
15
15
|
"@oclif/plugin-commands": "3.0.3",
|
|
16
16
|
"@oclif/plugin-help": "6.0.3",
|
|
17
17
|
"@oclif/plugin-not-found": "3.0.2",
|
|
18
|
-
"@oclif/plugin-plugins": "3.9.
|
|
18
|
+
"@oclif/plugin-plugins": "3.9.3",
|
|
19
19
|
"@oclif/plugin-search": "1.0.3",
|
|
20
20
|
"@oclif/plugin-update": "4.1.2",
|
|
21
21
|
"@oclif/plugin-version": "2.0.3",
|
|
22
|
-
"@oclif/plugin-warn-if-update-available": "
|
|
23
|
-
"@oclif/plugin-which": "3.0.
|
|
22
|
+
"@oclif/plugin-warn-if-update-available": "3.0.2",
|
|
23
|
+
"@oclif/plugin-which": "3.0.5",
|
|
24
24
|
"@salesforce/core": "^5.2.0",
|
|
25
|
-
"@salesforce/plugin-apex": "2.3.
|
|
26
|
-
"@salesforce/plugin-auth": "2.8.
|
|
27
|
-
"@salesforce/plugin-data": "2.5.
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "1.19.
|
|
25
|
+
"@salesforce/plugin-apex": "2.3.20",
|
|
26
|
+
"@salesforce/plugin-auth": "2.8.22",
|
|
27
|
+
"@salesforce/plugin-data": "2.5.19",
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "1.19.2",
|
|
29
29
|
"@salesforce/plugin-info": "2.6.49",
|
|
30
|
-
"@salesforce/plugin-limits": "2.3.
|
|
31
|
-
"@salesforce/plugin-login": "1.2.
|
|
32
|
-
"@salesforce/plugin-marketplace": "0.3.
|
|
33
|
-
"@salesforce/plugin-org": "2.11.
|
|
34
|
-
"@salesforce/plugin-schema": "2.3.
|
|
35
|
-
"@salesforce/plugin-settings": "1.4.
|
|
36
|
-
"@salesforce/plugin-sobject": "0.2.
|
|
37
|
-
"@salesforce/plugin-source": "2.10.
|
|
38
|
-
"@salesforce/plugin-telemetry": "2.3.
|
|
39
|
-
"@salesforce/plugin-templates": "55.5.
|
|
30
|
+
"@salesforce/plugin-limits": "2.3.39",
|
|
31
|
+
"@salesforce/plugin-login": "1.2.38",
|
|
32
|
+
"@salesforce/plugin-marketplace": "0.3.1",
|
|
33
|
+
"@salesforce/plugin-org": "2.11.4",
|
|
34
|
+
"@salesforce/plugin-schema": "2.3.30",
|
|
35
|
+
"@salesforce/plugin-settings": "1.4.35",
|
|
36
|
+
"@salesforce/plugin-sobject": "0.2.13",
|
|
37
|
+
"@salesforce/plugin-source": "2.10.43",
|
|
38
|
+
"@salesforce/plugin-telemetry": "2.3.7",
|
|
39
|
+
"@salesforce/plugin-templates": "55.5.15",
|
|
40
40
|
"@salesforce/plugin-trust": "2.6.20",
|
|
41
|
-
"@salesforce/plugin-user": "2.3.
|
|
41
|
+
"@salesforce/plugin-user": "2.3.37",
|
|
42
42
|
"@salesforce/sf-plugins-core": "4.0.0",
|
|
43
43
|
"debug": "^4.3.4"
|
|
44
44
|
},
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"husky": "^7.0.4",
|
|
72
72
|
"mocha": "^10",
|
|
73
73
|
"nyc": "^15.1.0",
|
|
74
|
-
"oclif": "^4.0.
|
|
74
|
+
"oclif": "^4.0.2",
|
|
75
75
|
"prettier": "^2.8.8",
|
|
76
76
|
"pretty-quick": "^3.1.3",
|
|
77
77
|
"sinon": "^15.2.0",
|
|
@@ -2295,9 +2295,9 @@
|
|
|
2295
2295
|
}
|
|
2296
2296
|
},
|
|
2297
2297
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
2298
|
-
"version": "2.3.
|
|
2299
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.
|
|
2300
|
-
"integrity": "sha512-
|
|
2298
|
+
"version": "2.3.10",
|
|
2299
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.10.tgz",
|
|
2300
|
+
"integrity": "sha512-Ow1AR8WtjzlyCtiWWPgzMyT8SbcDJFr47009riLioHa+MHX2BCDtVn2DVnN/E6b9JlPV5ptQpjefoRSNWBesmg==",
|
|
2301
2301
|
"license": "MIT",
|
|
2302
2302
|
"dependencies": {
|
|
2303
2303
|
"@oclif/core": "^2.15.0",
|
|
@@ -2454,9 +2454,9 @@
|
|
|
2454
2454
|
}
|
|
2455
2455
|
},
|
|
2456
2456
|
"node_modules/@oclif/plugin-commands/node_modules/@oclif/core": {
|
|
2457
|
-
"version": "3.2
|
|
2458
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.
|
|
2459
|
-
"integrity": "sha512-
|
|
2457
|
+
"version": "3.3.2",
|
|
2458
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
|
|
2459
|
+
"integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
|
|
2460
2460
|
"license": "MIT",
|
|
2461
2461
|
"dependencies": {
|
|
2462
2462
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2517,9 +2517,9 @@
|
|
|
2517
2517
|
}
|
|
2518
2518
|
},
|
|
2519
2519
|
"node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
|
|
2520
|
-
"version": "3.2
|
|
2521
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.
|
|
2522
|
-
"integrity": "sha512-
|
|
2520
|
+
"version": "3.3.2",
|
|
2521
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
|
|
2522
|
+
"integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
|
|
2523
2523
|
"license": "MIT",
|
|
2524
2524
|
"dependencies": {
|
|
2525
2525
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2582,9 +2582,9 @@
|
|
|
2582
2582
|
}
|
|
2583
2583
|
},
|
|
2584
2584
|
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
|
|
2585
|
-
"version": "3.2
|
|
2586
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.
|
|
2587
|
-
"integrity": "sha512-
|
|
2585
|
+
"version": "3.3.2",
|
|
2586
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
|
|
2587
|
+
"integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
|
|
2588
2588
|
"license": "MIT",
|
|
2589
2589
|
"dependencies": {
|
|
2590
2590
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2673,9 +2673,9 @@
|
|
|
2673
2673
|
}
|
|
2674
2674
|
},
|
|
2675
2675
|
"node_modules/@oclif/plugin-plugins": {
|
|
2676
|
-
"version": "3.9.
|
|
2677
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.9.
|
|
2678
|
-
"integrity": "sha512-
|
|
2676
|
+
"version": "3.9.3",
|
|
2677
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.9.3.tgz",
|
|
2678
|
+
"integrity": "sha512-hsm2mTL6uCP79WpltC+G1gkOrn2ckWXUnSi4UmF0eKbddOxJ9vakekuQpj/zlRJkXBNWaXlAskzJmnRoCGT+AQ==",
|
|
2679
2679
|
"license": "MIT",
|
|
2680
2680
|
"dependencies": {
|
|
2681
2681
|
"@oclif/core": "^2.15.0",
|
|
@@ -2788,9 +2788,9 @@
|
|
|
2788
2788
|
}
|
|
2789
2789
|
},
|
|
2790
2790
|
"node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
|
|
2791
|
-
"version": "3.2
|
|
2792
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.
|
|
2793
|
-
"integrity": "sha512-
|
|
2791
|
+
"version": "3.3.2",
|
|
2792
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
|
|
2793
|
+
"integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
|
|
2794
2794
|
"license": "MIT",
|
|
2795
2795
|
"dependencies": {
|
|
2796
2796
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2860,9 +2860,9 @@
|
|
|
2860
2860
|
}
|
|
2861
2861
|
},
|
|
2862
2862
|
"node_modules/@oclif/plugin-update/node_modules/@oclif/core": {
|
|
2863
|
-
"version": "3.2
|
|
2864
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.
|
|
2865
|
-
"integrity": "sha512-
|
|
2863
|
+
"version": "3.3.2",
|
|
2864
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
|
|
2865
|
+
"integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
|
|
2866
2866
|
"license": "MIT",
|
|
2867
2867
|
"dependencies": {
|
|
2868
2868
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3047,9 +3047,9 @@
|
|
|
3047
3047
|
}
|
|
3048
3048
|
},
|
|
3049
3049
|
"node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
|
|
3050
|
-
"version": "3.2
|
|
3051
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.
|
|
3052
|
-
"integrity": "sha512-
|
|
3050
|
+
"version": "3.3.2",
|
|
3051
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
|
|
3052
|
+
"integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
|
|
3053
3053
|
"license": "MIT",
|
|
3054
3054
|
"dependencies": {
|
|
3055
3055
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3098,29 +3098,27 @@
|
|
|
3098
3098
|
}
|
|
3099
3099
|
},
|
|
3100
3100
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
3101
|
-
"version": "
|
|
3102
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-
|
|
3103
|
-
"integrity": "sha512-
|
|
3101
|
+
"version": "3.0.2",
|
|
3102
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.2.tgz",
|
|
3103
|
+
"integrity": "sha512-dUXfRNFtnezS4uqQ+Ap4qb6UP0DWExTvoqghNvvGTIN4PEgfYHogvBORn+rFnDXXE8kgZFuqP4ZQJRP9NyLhOA==",
|
|
3104
3104
|
"license": "MIT",
|
|
3105
3105
|
"dependencies": {
|
|
3106
|
-
"@oclif/core": "^
|
|
3107
|
-
"chalk": "^
|
|
3106
|
+
"@oclif/core": "^3.3.1",
|
|
3107
|
+
"chalk": "^5.3.0",
|
|
3108
3108
|
"debug": "^4.1.0",
|
|
3109
3109
|
"http-call": "^5.2.2",
|
|
3110
|
-
"lodash.template": "^4.5.0"
|
|
3111
|
-
"semver": "^7.5.4"
|
|
3110
|
+
"lodash.template": "^4.5.0"
|
|
3112
3111
|
},
|
|
3113
3112
|
"engines": {
|
|
3114
|
-
"node": ">=
|
|
3113
|
+
"node": ">=18.0.0"
|
|
3115
3114
|
}
|
|
3116
3115
|
},
|
|
3117
3116
|
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
|
|
3118
|
-
"version": "
|
|
3119
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-
|
|
3120
|
-
"integrity": "sha512-
|
|
3117
|
+
"version": "3.3.2",
|
|
3118
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
|
|
3119
|
+
"integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
|
|
3121
3120
|
"license": "MIT",
|
|
3122
3121
|
"dependencies": {
|
|
3123
|
-
"@types/cli-progress": "^3.11.0",
|
|
3124
3122
|
"ansi-escapes": "^4.3.2",
|
|
3125
3123
|
"ansi-styles": "^4.3.0",
|
|
3126
3124
|
"cardinal": "^2.1.1",
|
|
@@ -3128,7 +3126,7 @@
|
|
|
3128
3126
|
"clean-stack": "^3.0.1",
|
|
3129
3127
|
"cli-progress": "^3.12.0",
|
|
3130
3128
|
"debug": "^4.3.4",
|
|
3131
|
-
"ejs": "^3.1.
|
|
3129
|
+
"ejs": "^3.1.9",
|
|
3132
3130
|
"get-package-type": "^0.1.0",
|
|
3133
3131
|
"globby": "^11.1.0",
|
|
3134
3132
|
"hyperlinker": "^1.0.0",
|
|
@@ -3143,14 +3141,52 @@
|
|
|
3143
3141
|
"strip-ansi": "^6.0.1",
|
|
3144
3142
|
"supports-color": "^8.1.1",
|
|
3145
3143
|
"supports-hyperlinks": "^2.2.0",
|
|
3146
|
-
"ts-node": "^10.9.1",
|
|
3147
|
-
"tslib": "^2.5.0",
|
|
3148
3144
|
"widest-line": "^3.1.0",
|
|
3149
3145
|
"wordwrap": "^1.0.0",
|
|
3150
3146
|
"wrap-ansi": "^7.0.0"
|
|
3151
3147
|
},
|
|
3152
3148
|
"engines": {
|
|
3153
|
-
"node": ">=
|
|
3149
|
+
"node": ">=18.0.0"
|
|
3150
|
+
}
|
|
3151
|
+
},
|
|
3152
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core/node_modules/chalk": {
|
|
3153
|
+
"version": "4.1.2",
|
|
3154
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3155
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3156
|
+
"license": "MIT",
|
|
3157
|
+
"dependencies": {
|
|
3158
|
+
"ansi-styles": "^4.1.0",
|
|
3159
|
+
"supports-color": "^7.1.0"
|
|
3160
|
+
},
|
|
3161
|
+
"engines": {
|
|
3162
|
+
"node": ">=10"
|
|
3163
|
+
},
|
|
3164
|
+
"funding": {
|
|
3165
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3166
|
+
}
|
|
3167
|
+
},
|
|
3168
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3169
|
+
"version": "7.2.0",
|
|
3170
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3171
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3172
|
+
"license": "MIT",
|
|
3173
|
+
"dependencies": {
|
|
3174
|
+
"has-flag": "^4.0.0"
|
|
3175
|
+
},
|
|
3176
|
+
"engines": {
|
|
3177
|
+
"node": ">=8"
|
|
3178
|
+
}
|
|
3179
|
+
},
|
|
3180
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/chalk": {
|
|
3181
|
+
"version": "5.3.0",
|
|
3182
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
3183
|
+
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
3184
|
+
"license": "MIT",
|
|
3185
|
+
"engines": {
|
|
3186
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
3187
|
+
},
|
|
3188
|
+
"funding": {
|
|
3189
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3154
3190
|
}
|
|
3155
3191
|
},
|
|
3156
3192
|
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/supports-color": {
|
|
@@ -3169,9 +3205,9 @@
|
|
|
3169
3205
|
}
|
|
3170
3206
|
},
|
|
3171
3207
|
"node_modules/@oclif/plugin-which": {
|
|
3172
|
-
"version": "3.0.
|
|
3173
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.
|
|
3174
|
-
"integrity": "sha512-
|
|
3208
|
+
"version": "3.0.5",
|
|
3209
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.5.tgz",
|
|
3210
|
+
"integrity": "sha512-dqJb+SvpL9aey205yHTPoEhnd+v2eyreD1cNKXfI1RIdw86WCCZysfPc/clXq2l5dhd37XU+LiCesCcQOZvtSQ==",
|
|
3175
3211
|
"license": "MIT",
|
|
3176
3212
|
"dependencies": {
|
|
3177
3213
|
"@oclif/core": "^3.2.1"
|
|
@@ -3181,9 +3217,9 @@
|
|
|
3181
3217
|
}
|
|
3182
3218
|
},
|
|
3183
3219
|
"node_modules/@oclif/plugin-which/node_modules/@oclif/core": {
|
|
3184
|
-
"version": "3.2
|
|
3185
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.
|
|
3186
|
-
"integrity": "sha512-
|
|
3220
|
+
"version": "3.3.2",
|
|
3221
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
|
|
3222
|
+
"integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
|
|
3187
3223
|
"license": "MIT",
|
|
3188
3224
|
"dependencies": {
|
|
3189
3225
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4120,9 +4156,9 @@
|
|
|
4120
4156
|
}
|
|
4121
4157
|
},
|
|
4122
4158
|
"node_modules/@salesforce/plugin-apex": {
|
|
4123
|
-
"version": "2.3.
|
|
4124
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-2.3.
|
|
4125
|
-
"integrity": "sha512-
|
|
4159
|
+
"version": "2.3.20",
|
|
4160
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-2.3.20.tgz",
|
|
4161
|
+
"integrity": "sha512-f9cwwM3uY1nh3lOVtoGDOFpmzum2NGj9Zi/gCfF3VLtfTjFd1z1hIn6LPOtTPOzsLYTlDkLg29UIXdF8+H866w==",
|
|
4126
4162
|
"license": "BSD-3-Clause",
|
|
4127
4163
|
"dependencies": {
|
|
4128
4164
|
"@oclif/core": "^2.15.0",
|
|
@@ -4208,9 +4244,9 @@
|
|
|
4208
4244
|
}
|
|
4209
4245
|
},
|
|
4210
4246
|
"node_modules/@salesforce/plugin-auth": {
|
|
4211
|
-
"version": "2.8.
|
|
4212
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.
|
|
4213
|
-
"integrity": "sha512-
|
|
4247
|
+
"version": "2.8.22",
|
|
4248
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.22.tgz",
|
|
4249
|
+
"integrity": "sha512-Pw/tC2R9ZYepTYwK3DeFNYwm7zwifhKaAdem82fGyNKSdFq7pz5VL/i/H7tP+HvvD07QtX8lRUlovMRMMAOOqg==",
|
|
4214
4250
|
"license": "BSD-3-Clause",
|
|
4215
4251
|
"dependencies": {
|
|
4216
4252
|
"@oclif/core": "^2.15.0",
|
|
@@ -4393,13 +4429,13 @@
|
|
|
4393
4429
|
}
|
|
4394
4430
|
},
|
|
4395
4431
|
"node_modules/@salesforce/plugin-data": {
|
|
4396
|
-
"version": "2.5.
|
|
4397
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.5.
|
|
4398
|
-
"integrity": "sha512
|
|
4432
|
+
"version": "2.5.19",
|
|
4433
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.5.19.tgz",
|
|
4434
|
+
"integrity": "sha512-+hRGNGeYETE0xSVPhDa29eCRa5uKTK5VE0RqjO+tJABfrM3LhhJQQzrJt1WVHGY86vlddMiF1f3FG+GUbHpXzg==",
|
|
4399
4435
|
"license": "BSD-3-Clause",
|
|
4400
4436
|
"dependencies": {
|
|
4401
4437
|
"@oclif/core": "^2.15.0",
|
|
4402
|
-
"@salesforce/core": "^5.3.
|
|
4438
|
+
"@salesforce/core": "^5.3.9",
|
|
4403
4439
|
"@salesforce/kit": "^3.0.9",
|
|
4404
4440
|
"@salesforce/sf-plugins-core": "^3.1.23",
|
|
4405
4441
|
"@salesforce/ts-types": "^2.0.8",
|
|
@@ -4485,18 +4521,18 @@
|
|
|
4485
4521
|
}
|
|
4486
4522
|
},
|
|
4487
4523
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4488
|
-
"version": "1.19.
|
|
4489
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.19.
|
|
4490
|
-
"integrity": "sha512-
|
|
4524
|
+
"version": "1.19.2",
|
|
4525
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.19.2.tgz",
|
|
4526
|
+
"integrity": "sha512-y8I7Pcc36EcZSziNBlFNkZSCDMw1nyiixh+LGXQsn5CVmL1eXq/PiExVGTxwkyVTNc2NO+q5sNzPCKIhcn+rIA==",
|
|
4491
4527
|
"license": "BSD-3-Clause",
|
|
4492
4528
|
"dependencies": {
|
|
4493
4529
|
"@oclif/core": "^2.15.0",
|
|
4494
4530
|
"@salesforce/apex-node": "^2.1.0",
|
|
4495
|
-
"@salesforce/core": "^5.3.
|
|
4496
|
-
"@salesforce/kit": "^3.0.
|
|
4531
|
+
"@salesforce/core": "^5.3.9",
|
|
4532
|
+
"@salesforce/kit": "^3.0.13",
|
|
4497
4533
|
"@salesforce/sf-plugins-core": "^3.1.22",
|
|
4498
|
-
"@salesforce/source-deploy-retrieve": "^9.7.
|
|
4499
|
-
"@salesforce/source-tracking": "^4.2.
|
|
4534
|
+
"@salesforce/source-deploy-retrieve": "^9.7.27",
|
|
4535
|
+
"@salesforce/source-tracking": "^4.2.17",
|
|
4500
4536
|
"chalk": "^4.1.2",
|
|
4501
4537
|
"shelljs": "^0.8.5",
|
|
4502
4538
|
"tslib": "^2"
|
|
@@ -4670,9 +4706,9 @@
|
|
|
4670
4706
|
}
|
|
4671
4707
|
},
|
|
4672
4708
|
"node_modules/@salesforce/plugin-limits": {
|
|
4673
|
-
"version": "2.3.
|
|
4674
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-2.3.
|
|
4675
|
-
"integrity": "sha512-
|
|
4709
|
+
"version": "2.3.39",
|
|
4710
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-2.3.39.tgz",
|
|
4711
|
+
"integrity": "sha512-NMPKmFq4me5eefAqnnNLASy2djlBdDJLbzlqlfD/fjkXznOd4Xxuk2zHrS5L3RPLcGtRXsX0BGyklrSt2XLTHA==",
|
|
4676
4712
|
"license": "BSD-3-Clause",
|
|
4677
4713
|
"dependencies": {
|
|
4678
4714
|
"@oclif/core": "^2.15.0",
|
|
@@ -4758,9 +4794,9 @@
|
|
|
4758
4794
|
}
|
|
4759
4795
|
},
|
|
4760
4796
|
"node_modules/@salesforce/plugin-login": {
|
|
4761
|
-
"version": "1.2.
|
|
4762
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.
|
|
4763
|
-
"integrity": "sha512-
|
|
4797
|
+
"version": "1.2.38",
|
|
4798
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.38.tgz",
|
|
4799
|
+
"integrity": "sha512-btTLKn1NmrBm2SoSj4ZO8zqC9+9jZ2gxJ4VPV6ERyhetQQQtCgES56OlP79NTOEi+6K2fUrF2/Pm0Pwmtydk0g==",
|
|
4764
4800
|
"license": "BSD-3-Clause",
|
|
4765
4801
|
"dependencies": {
|
|
4766
4802
|
"@oclif/core": "^2.15.0",
|
|
@@ -4846,9 +4882,9 @@
|
|
|
4846
4882
|
}
|
|
4847
4883
|
},
|
|
4848
4884
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
4849
|
-
"version": "0.3.
|
|
4850
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.3.
|
|
4851
|
-
"integrity": "sha512-
|
|
4885
|
+
"version": "0.3.1",
|
|
4886
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.3.1.tgz",
|
|
4887
|
+
"integrity": "sha512-rnmDDxQo34ZTaiujobWxlGddO61z91Bww7tIgQ0mQE8daY1lUf4uNcIV7k5Hc3P0qDp1hEgzJm6xL2g0ycqD5Q==",
|
|
4852
4888
|
"license": "BSD-3-Clause",
|
|
4853
4889
|
"dependencies": {
|
|
4854
4890
|
"@oclif/core": "^2.15.0",
|
|
@@ -4935,16 +4971,16 @@
|
|
|
4935
4971
|
}
|
|
4936
4972
|
},
|
|
4937
4973
|
"node_modules/@salesforce/plugin-org": {
|
|
4938
|
-
"version": "2.11.
|
|
4939
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.11.
|
|
4940
|
-
"integrity": "sha512-
|
|
4974
|
+
"version": "2.11.4",
|
|
4975
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.11.4.tgz",
|
|
4976
|
+
"integrity": "sha512-l/qH4l7v9RVQ813y0OPu5+lpOEl4EjMRB/fQZPOra/dhSMTEfakf/jo5qyW/N3AF1ejv3+4v7R7SQehzmU+tLQ==",
|
|
4941
4977
|
"license": "BSD-3-Clause",
|
|
4942
4978
|
"dependencies": {
|
|
4943
4979
|
"@oclif/core": "^2.15.0",
|
|
4944
4980
|
"@salesforce/core": "^5.3.9",
|
|
4945
4981
|
"@salesforce/kit": "^3.0.9",
|
|
4946
4982
|
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
4947
|
-
"@salesforce/source-deploy-retrieve": "^9.7.
|
|
4983
|
+
"@salesforce/source-deploy-retrieve": "^9.7.25",
|
|
4948
4984
|
"open": "^8.4.2",
|
|
4949
4985
|
"tslib": "^2"
|
|
4950
4986
|
},
|
|
@@ -5279,9 +5315,9 @@
|
|
|
5279
5315
|
}
|
|
5280
5316
|
},
|
|
5281
5317
|
"node_modules/@salesforce/plugin-schema": {
|
|
5282
|
-
"version": "2.3.
|
|
5283
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.
|
|
5284
|
-
"integrity": "sha512-
|
|
5318
|
+
"version": "2.3.30",
|
|
5319
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.30.tgz",
|
|
5320
|
+
"integrity": "sha512-t2UphrcAeozDAec1W7WjxaAzMDvB0DMKh2ZFxP9Hv3yg2Bqesk+i3wZIT6rXAccQzHFkeHpfabgLz67xpbDtlQ==",
|
|
5285
5321
|
"license": "BSD-3-Clause",
|
|
5286
5322
|
"dependencies": {
|
|
5287
5323
|
"@oclif/core": "^2.15.0",
|
|
@@ -5365,9 +5401,9 @@
|
|
|
5365
5401
|
}
|
|
5366
5402
|
},
|
|
5367
5403
|
"node_modules/@salesforce/plugin-settings": {
|
|
5368
|
-
"version": "1.4.
|
|
5369
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.
|
|
5370
|
-
"integrity": "sha512-
|
|
5404
|
+
"version": "1.4.35",
|
|
5405
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.35.tgz",
|
|
5406
|
+
"integrity": "sha512-BKimSUDwLiDzW4/SZjXvQVg1hFIKmYAQRonwk8rUzQgGyCx33fmwZivBGnpXiBaZwXPScM9IAIl7kI3OWY1veA==",
|
|
5371
5407
|
"license": "BSD-3-Clause",
|
|
5372
5408
|
"dependencies": {
|
|
5373
5409
|
"@oclif/core": "^2.15.0",
|
|
@@ -5452,9 +5488,9 @@
|
|
|
5452
5488
|
}
|
|
5453
5489
|
},
|
|
5454
5490
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5455
|
-
"version": "0.2.
|
|
5456
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.
|
|
5457
|
-
"integrity": "sha512-
|
|
5491
|
+
"version": "0.2.13",
|
|
5492
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.13.tgz",
|
|
5493
|
+
"integrity": "sha512-3yOIzEFfhldxTDUxId29SncrvoY8noK1Ixlja7vcXszHxp1RjgAxVN3nLKxmCbGzrkWuv5kF+6gF3VLoCB4q+w==",
|
|
5458
5494
|
"license": "BSD-3-Clause",
|
|
5459
5495
|
"dependencies": {
|
|
5460
5496
|
"@oclif/core": "^2.15.0",
|
|
@@ -5544,9 +5580,9 @@
|
|
|
5544
5580
|
}
|
|
5545
5581
|
},
|
|
5546
5582
|
"node_modules/@salesforce/plugin-source": {
|
|
5547
|
-
"version": "2.10.
|
|
5548
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.
|
|
5549
|
-
"integrity": "sha512-
|
|
5583
|
+
"version": "2.10.43",
|
|
5584
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.43.tgz",
|
|
5585
|
+
"integrity": "sha512-dxlW7tRgniMZ/uFfOnzkemB3nt3l+yopIm+rMwFQGbIV5bhJ7tDxCG5/eLL1uCt+ykZIKP2814hB3azW7nOlCw==",
|
|
5550
5586
|
"license": "BSD-3-Clause",
|
|
5551
5587
|
"dependencies": {
|
|
5552
5588
|
"@oclif/core": "^2.15.0",
|
|
@@ -5554,8 +5590,8 @@
|
|
|
5554
5590
|
"@salesforce/core": "^5.2.0",
|
|
5555
5591
|
"@salesforce/kit": "^3.0.12",
|
|
5556
5592
|
"@salesforce/sf-plugins-core": "^3.1.25",
|
|
5557
|
-
"@salesforce/source-deploy-retrieve": "^9.7.
|
|
5558
|
-
"@salesforce/source-tracking": "^4.2.
|
|
5593
|
+
"@salesforce/source-deploy-retrieve": "^9.7.27",
|
|
5594
|
+
"@salesforce/source-tracking": "^4.2.17",
|
|
5559
5595
|
"chalk": "^4.1.2",
|
|
5560
5596
|
"got": "^11.8.6",
|
|
5561
5597
|
"proxy-agent": "^6.3.1",
|
|
@@ -5637,9 +5673,9 @@
|
|
|
5637
5673
|
}
|
|
5638
5674
|
},
|
|
5639
5675
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5640
|
-
"version": "2.3.
|
|
5641
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.3.
|
|
5642
|
-
"integrity": "sha512-
|
|
5676
|
+
"version": "2.3.7",
|
|
5677
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.3.7.tgz",
|
|
5678
|
+
"integrity": "sha512-Uptk/mdhrJXwJy8uYxErqKC0eLt0R+xf1shBaRk9Zmn/KRhcdITrM/W4hS5hjZG6i0mpcxz6BIDDYd7oSW9gew==",
|
|
5643
5679
|
"license": "BSD-3-Clause",
|
|
5644
5680
|
"dependencies": {
|
|
5645
5681
|
"@oclif/core": "^2.15.0",
|
|
@@ -5725,9 +5761,9 @@
|
|
|
5725
5761
|
}
|
|
5726
5762
|
},
|
|
5727
5763
|
"node_modules/@salesforce/plugin-templates": {
|
|
5728
|
-
"version": "55.5.
|
|
5729
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.
|
|
5730
|
-
"integrity": "sha512-
|
|
5764
|
+
"version": "55.5.15",
|
|
5765
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.15.tgz",
|
|
5766
|
+
"integrity": "sha512-4LaP0oYT6Izk9FT0QY/s0x3wUyCpRBHjPQtVs2ul3eu5PgW2+v5+0PIOucM0731mbsMZAxdCK+1ktxvh9UMeQw==",
|
|
5731
5767
|
"license": "BSD-3-Clause",
|
|
5732
5768
|
"dependencies": {
|
|
5733
5769
|
"@oclif/core": "^2.15.0",
|
|
@@ -5908,9 +5944,9 @@
|
|
|
5908
5944
|
}
|
|
5909
5945
|
},
|
|
5910
5946
|
"node_modules/@salesforce/plugin-user": {
|
|
5911
|
-
"version": "2.3.
|
|
5912
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.
|
|
5913
|
-
"integrity": "sha512-
|
|
5947
|
+
"version": "2.3.37",
|
|
5948
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.37.tgz",
|
|
5949
|
+
"integrity": "sha512-FdsHaRm3ZSMqqlhV7CXIllJOrfZ292ss8hPCz3/oNTVNaZn8l8ZXZEA1HMRKjcZGeYGPVD78i7o4s6BjgjwmLw==",
|
|
5914
5950
|
"license": "BSD-3-Clause",
|
|
5915
5951
|
"dependencies": {
|
|
5916
5952
|
"@oclif/core": "^2.15.0",
|
|
@@ -6026,9 +6062,9 @@
|
|
|
6026
6062
|
}
|
|
6027
6063
|
},
|
|
6028
6064
|
"node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
|
|
6029
|
-
"version": "3.2
|
|
6030
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.
|
|
6031
|
-
"integrity": "sha512-
|
|
6065
|
+
"version": "3.3.2",
|
|
6066
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
|
|
6067
|
+
"integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
|
|
6032
6068
|
"license": "MIT",
|
|
6033
6069
|
"dependencies": {
|
|
6034
6070
|
"ansi-escapes": "^4.3.2",
|
|
@@ -6077,13 +6113,13 @@
|
|
|
6077
6113
|
}
|
|
6078
6114
|
},
|
|
6079
6115
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6080
|
-
"version": "9.7.
|
|
6081
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.
|
|
6082
|
-
"integrity": "sha512-
|
|
6116
|
+
"version": "9.7.27",
|
|
6117
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.27.tgz",
|
|
6118
|
+
"integrity": "sha512-ot0TpibH8OZVOJpMo10TuZ6acqpV7T04qNCpEcjrcpGVolCahMzFtpiJ4TjBxL+MPY/efuWWBj3YELjy9hgFxw==",
|
|
6083
6119
|
"license": "BSD-3-Clause",
|
|
6084
6120
|
"dependencies": {
|
|
6085
6121
|
"@salesforce/core": "^5.3.1",
|
|
6086
|
-
"@salesforce/kit": "^3.0.
|
|
6122
|
+
"@salesforce/kit": "^3.0.13",
|
|
6087
6123
|
"@salesforce/ts-types": "^2.0.7",
|
|
6088
6124
|
"fast-levenshtein": "^3.0.0",
|
|
6089
6125
|
"fast-xml-parser": "^4.3.2",
|
|
@@ -6113,15 +6149,15 @@
|
|
|
6113
6149
|
}
|
|
6114
6150
|
},
|
|
6115
6151
|
"node_modules/@salesforce/source-tracking": {
|
|
6116
|
-
"version": "4.2.
|
|
6117
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.2.
|
|
6118
|
-
"integrity": "sha512-
|
|
6152
|
+
"version": "4.2.18",
|
|
6153
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.2.18.tgz",
|
|
6154
|
+
"integrity": "sha512-pBirDh/94q5YhbUeHNL7u6sa6LkQPU6jvpcpcFBUV+xp/TZNQX8ViLOQP4/OctH9P/C69AfMHygLhw5FqK/n7A==",
|
|
6119
6155
|
"license": "BSD-3-Clause",
|
|
6120
6156
|
"dependencies": {
|
|
6121
6157
|
"@salesforce/core": "^5.3.9",
|
|
6122
6158
|
"@salesforce/kit": "^3.0.13",
|
|
6123
|
-
"@salesforce/source-deploy-retrieve": "^9.7.
|
|
6124
|
-
"@salesforce/ts-types": "^2.0.
|
|
6159
|
+
"@salesforce/source-deploy-retrieve": "^9.7.27",
|
|
6160
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
6125
6161
|
"fast-xml-parser": "^4.2.5",
|
|
6126
6162
|
"graceful-fs": "^4.2.11",
|
|
6127
6163
|
"isomorphic-git": "1.23.0",
|
|
@@ -6282,9 +6318,9 @@
|
|
|
6282
6318
|
}
|
|
6283
6319
|
},
|
|
6284
6320
|
"node_modules/@salesforce/ts-types": {
|
|
6285
|
-
"version": "2.0.
|
|
6286
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.
|
|
6287
|
-
"integrity": "sha512-
|
|
6321
|
+
"version": "2.0.9",
|
|
6322
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.9.tgz",
|
|
6323
|
+
"integrity": "sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==",
|
|
6288
6324
|
"license": "BSD-3-Clause",
|
|
6289
6325
|
"dependencies": {
|
|
6290
6326
|
"tslib": "^2.6.2"
|
|
@@ -8761,94 +8797,6 @@
|
|
|
8761
8797
|
"typedarray": "^0.0.6"
|
|
8762
8798
|
}
|
|
8763
8799
|
},
|
|
8764
|
-
"node_modules/concurrently": {
|
|
8765
|
-
"version": "7.6.0",
|
|
8766
|
-
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.6.0.tgz",
|
|
8767
|
-
"integrity": "sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==",
|
|
8768
|
-
"dev": true,
|
|
8769
|
-
"license": "MIT",
|
|
8770
|
-
"dependencies": {
|
|
8771
|
-
"chalk": "^4.1.0",
|
|
8772
|
-
"date-fns": "^2.29.1",
|
|
8773
|
-
"lodash": "^4.17.21",
|
|
8774
|
-
"rxjs": "^7.0.0",
|
|
8775
|
-
"shell-quote": "^1.7.3",
|
|
8776
|
-
"spawn-command": "^0.0.2-1",
|
|
8777
|
-
"supports-color": "^8.1.0",
|
|
8778
|
-
"tree-kill": "^1.2.2",
|
|
8779
|
-
"yargs": "^17.3.1"
|
|
8780
|
-
},
|
|
8781
|
-
"bin": {
|
|
8782
|
-
"conc": "dist/bin/concurrently.js",
|
|
8783
|
-
"concurrently": "dist/bin/concurrently.js"
|
|
8784
|
-
},
|
|
8785
|
-
"engines": {
|
|
8786
|
-
"node": "^12.20.0 || ^14.13.0 || >=16.0.0"
|
|
8787
|
-
},
|
|
8788
|
-
"funding": {
|
|
8789
|
-
"url": "https://github.com/open-cli-tools/concurrently?sponsor=1"
|
|
8790
|
-
}
|
|
8791
|
-
},
|
|
8792
|
-
"node_modules/concurrently/node_modules/cliui": {
|
|
8793
|
-
"version": "8.0.1",
|
|
8794
|
-
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
8795
|
-
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
8796
|
-
"dev": true,
|
|
8797
|
-
"license": "ISC",
|
|
8798
|
-
"dependencies": {
|
|
8799
|
-
"string-width": "^4.2.0",
|
|
8800
|
-
"strip-ansi": "^6.0.1",
|
|
8801
|
-
"wrap-ansi": "^7.0.0"
|
|
8802
|
-
},
|
|
8803
|
-
"engines": {
|
|
8804
|
-
"node": ">=12"
|
|
8805
|
-
}
|
|
8806
|
-
},
|
|
8807
|
-
"node_modules/concurrently/node_modules/supports-color": {
|
|
8808
|
-
"version": "8.1.1",
|
|
8809
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
8810
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
8811
|
-
"dev": true,
|
|
8812
|
-
"license": "MIT",
|
|
8813
|
-
"dependencies": {
|
|
8814
|
-
"has-flag": "^4.0.0"
|
|
8815
|
-
},
|
|
8816
|
-
"engines": {
|
|
8817
|
-
"node": ">=10"
|
|
8818
|
-
},
|
|
8819
|
-
"funding": {
|
|
8820
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
8821
|
-
}
|
|
8822
|
-
},
|
|
8823
|
-
"node_modules/concurrently/node_modules/yargs": {
|
|
8824
|
-
"version": "17.7.2",
|
|
8825
|
-
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
8826
|
-
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
|
8827
|
-
"dev": true,
|
|
8828
|
-
"license": "MIT",
|
|
8829
|
-
"dependencies": {
|
|
8830
|
-
"cliui": "^8.0.1",
|
|
8831
|
-
"escalade": "^3.1.1",
|
|
8832
|
-
"get-caller-file": "^2.0.5",
|
|
8833
|
-
"require-directory": "^2.1.1",
|
|
8834
|
-
"string-width": "^4.2.3",
|
|
8835
|
-
"y18n": "^5.0.5",
|
|
8836
|
-
"yargs-parser": "^21.1.1"
|
|
8837
|
-
},
|
|
8838
|
-
"engines": {
|
|
8839
|
-
"node": ">=12"
|
|
8840
|
-
}
|
|
8841
|
-
},
|
|
8842
|
-
"node_modules/concurrently/node_modules/yargs-parser": {
|
|
8843
|
-
"version": "21.1.1",
|
|
8844
|
-
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
|
8845
|
-
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
|
8846
|
-
"dev": true,
|
|
8847
|
-
"license": "ISC",
|
|
8848
|
-
"engines": {
|
|
8849
|
-
"node": ">=12"
|
|
8850
|
-
}
|
|
8851
|
-
},
|
|
8852
8800
|
"node_modules/confusing-browser-globals": {
|
|
8853
8801
|
"version": "1.0.11",
|
|
8854
8802
|
"resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
|
|
@@ -9462,23 +9410,6 @@
|
|
|
9462
9410
|
"node": ">= 14"
|
|
9463
9411
|
}
|
|
9464
9412
|
},
|
|
9465
|
-
"node_modules/date-fns": {
|
|
9466
|
-
"version": "2.30.0",
|
|
9467
|
-
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz",
|
|
9468
|
-
"integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
|
|
9469
|
-
"dev": true,
|
|
9470
|
-
"license": "MIT",
|
|
9471
|
-
"dependencies": {
|
|
9472
|
-
"@babel/runtime": "^7.21.0"
|
|
9473
|
-
},
|
|
9474
|
-
"engines": {
|
|
9475
|
-
"node": ">=0.11"
|
|
9476
|
-
},
|
|
9477
|
-
"funding": {
|
|
9478
|
-
"type": "opencollective",
|
|
9479
|
-
"url": "https://opencollective.com/date-fns"
|
|
9480
|
-
}
|
|
9481
|
-
},
|
|
9482
9413
|
"node_modules/dateformat": {
|
|
9483
9414
|
"version": "3.0.3",
|
|
9484
9415
|
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz",
|
|
@@ -20149,20 +20080,19 @@
|
|
|
20149
20080
|
}
|
|
20150
20081
|
},
|
|
20151
20082
|
"node_modules/oclif": {
|
|
20152
|
-
"version": "4.0.
|
|
20153
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.0.
|
|
20154
|
-
"integrity": "sha512-
|
|
20083
|
+
"version": "4.0.2",
|
|
20084
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.0.2.tgz",
|
|
20085
|
+
"integrity": "sha512-yTlNy6bMPKJ4OPPeARg2GIV1PyFT4saIkePvl2q5Ca6hu9B5xmJSimn9XyjxQe1SSldp+L9LOhyzEUkEFB5I6A==",
|
|
20155
20086
|
"dev": true,
|
|
20156
20087
|
"license": "MIT",
|
|
20157
20088
|
"dependencies": {
|
|
20158
|
-
"@oclif/core": "^3.0.
|
|
20089
|
+
"@oclif/core": "^3.0.4",
|
|
20159
20090
|
"@oclif/plugin-help": "^5.2.14",
|
|
20160
20091
|
"@oclif/plugin-not-found": "^2.3.32",
|
|
20161
20092
|
"@oclif/plugin-warn-if-update-available": "^2.0.44",
|
|
20162
20093
|
"async-retry": "^1.3.3",
|
|
20163
20094
|
"aws-sdk": "^2.1231.0",
|
|
20164
20095
|
"change-case": "^4",
|
|
20165
|
-
"concurrently": "^7.6.0",
|
|
20166
20096
|
"debug": "^4.3.3",
|
|
20167
20097
|
"eslint-plugin-perfectionist": "^2.1.0",
|
|
20168
20098
|
"find-yarn-workspace-root": "^2.0.0",
|
|
@@ -20183,9 +20113,9 @@
|
|
|
20183
20113
|
}
|
|
20184
20114
|
},
|
|
20185
20115
|
"node_modules/oclif/node_modules/@oclif/core": {
|
|
20186
|
-
"version": "3.2
|
|
20187
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.2.
|
|
20188
|
-
"integrity": "sha512-
|
|
20116
|
+
"version": "3.3.2",
|
|
20117
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
|
|
20118
|
+
"integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
|
|
20189
20119
|
"dev": true,
|
|
20190
20120
|
"license": "MIT",
|
|
20191
20121
|
"dependencies": {
|
|
@@ -20327,6 +20257,64 @@
|
|
|
20327
20257
|
"node": ">=14.0.0"
|
|
20328
20258
|
}
|
|
20329
20259
|
},
|
|
20260
|
+
"node_modules/oclif/node_modules/@oclif/plugin-warn-if-update-available": {
|
|
20261
|
+
"version": "2.1.1",
|
|
20262
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.1.1.tgz",
|
|
20263
|
+
"integrity": "sha512-y7eSzT6R5bmTIJbiMMXgOlbBpcWXGlVhNeQJBLBCCy1+90Wbjyqf6uvY0i2WcO4sh/THTJ20qCW80j3XUlgDTA==",
|
|
20264
|
+
"dev": true,
|
|
20265
|
+
"license": "MIT",
|
|
20266
|
+
"dependencies": {
|
|
20267
|
+
"@oclif/core": "^2.15.0",
|
|
20268
|
+
"chalk": "^4.1.0",
|
|
20269
|
+
"debug": "^4.1.0",
|
|
20270
|
+
"http-call": "^5.2.2",
|
|
20271
|
+
"lodash.template": "^4.5.0",
|
|
20272
|
+
"semver": "^7.5.4"
|
|
20273
|
+
},
|
|
20274
|
+
"engines": {
|
|
20275
|
+
"node": ">=12.0.0"
|
|
20276
|
+
}
|
|
20277
|
+
},
|
|
20278
|
+
"node_modules/oclif/node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
|
|
20279
|
+
"version": "2.15.0",
|
|
20280
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
20281
|
+
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
20282
|
+
"dev": true,
|
|
20283
|
+
"license": "MIT",
|
|
20284
|
+
"dependencies": {
|
|
20285
|
+
"@types/cli-progress": "^3.11.0",
|
|
20286
|
+
"ansi-escapes": "^4.3.2",
|
|
20287
|
+
"ansi-styles": "^4.3.0",
|
|
20288
|
+
"cardinal": "^2.1.1",
|
|
20289
|
+
"chalk": "^4.1.2",
|
|
20290
|
+
"clean-stack": "^3.0.1",
|
|
20291
|
+
"cli-progress": "^3.12.0",
|
|
20292
|
+
"debug": "^4.3.4",
|
|
20293
|
+
"ejs": "^3.1.8",
|
|
20294
|
+
"get-package-type": "^0.1.0",
|
|
20295
|
+
"globby": "^11.1.0",
|
|
20296
|
+
"hyperlinker": "^1.0.0",
|
|
20297
|
+
"indent-string": "^4.0.0",
|
|
20298
|
+
"is-wsl": "^2.2.0",
|
|
20299
|
+
"js-yaml": "^3.14.1",
|
|
20300
|
+
"natural-orderby": "^2.0.3",
|
|
20301
|
+
"object-treeify": "^1.1.33",
|
|
20302
|
+
"password-prompt": "^1.1.2",
|
|
20303
|
+
"slice-ansi": "^4.0.0",
|
|
20304
|
+
"string-width": "^4.2.3",
|
|
20305
|
+
"strip-ansi": "^6.0.1",
|
|
20306
|
+
"supports-color": "^8.1.1",
|
|
20307
|
+
"supports-hyperlinks": "^2.2.0",
|
|
20308
|
+
"ts-node": "^10.9.1",
|
|
20309
|
+
"tslib": "^2.5.0",
|
|
20310
|
+
"widest-line": "^3.1.0",
|
|
20311
|
+
"wordwrap": "^1.0.0",
|
|
20312
|
+
"wrap-ansi": "^7.0.0"
|
|
20313
|
+
},
|
|
20314
|
+
"engines": {
|
|
20315
|
+
"node": ">=14.0.0"
|
|
20316
|
+
}
|
|
20317
|
+
},
|
|
20330
20318
|
"node_modules/oclif/node_modules/supports-color": {
|
|
20331
20319
|
"version": "8.1.1",
|
|
20332
20320
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -22634,16 +22622,6 @@
|
|
|
22634
22622
|
"node": ">=8"
|
|
22635
22623
|
}
|
|
22636
22624
|
},
|
|
22637
|
-
"node_modules/shell-quote": {
|
|
22638
|
-
"version": "1.8.1",
|
|
22639
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
|
|
22640
|
-
"integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
|
|
22641
|
-
"dev": true,
|
|
22642
|
-
"license": "MIT",
|
|
22643
|
-
"funding": {
|
|
22644
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
22645
|
-
}
|
|
22646
|
-
},
|
|
22647
22625
|
"node_modules/shelljs": {
|
|
22648
22626
|
"version": "0.8.5",
|
|
22649
22627
|
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
|
|
@@ -22924,13 +22902,6 @@
|
|
|
22924
22902
|
"source-map": "^0.6.0"
|
|
22925
22903
|
}
|
|
22926
22904
|
},
|
|
22927
|
-
"node_modules/spawn-command": {
|
|
22928
|
-
"version": "0.0.2-1",
|
|
22929
|
-
"resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2-1.tgz",
|
|
22930
|
-
"integrity": "sha512-n98l9E2RMSJ9ON1AKisHzz7V42VDiBQGY6PB1BwRglz99wpVsSuGzQ+jOi6lFXBGVTCrRpltvjm+/XA+tpeJrg==",
|
|
22931
|
-
"dev": true,
|
|
22932
|
-
"license": "MIT"
|
|
22933
|
-
},
|
|
22934
22905
|
"node_modules/spawn-wrap": {
|
|
22935
22906
|
"version": "2.0.0",
|
|
22936
22907
|
"resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-2.0.0.tgz",
|
|
@@ -23624,16 +23595,6 @@
|
|
|
23624
23595
|
"integrity": "sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==",
|
|
23625
23596
|
"license": "MIT/X11"
|
|
23626
23597
|
},
|
|
23627
|
-
"node_modules/tree-kill": {
|
|
23628
|
-
"version": "1.2.2",
|
|
23629
|
-
"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
|
|
23630
|
-
"integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
|
|
23631
|
-
"dev": true,
|
|
23632
|
-
"license": "MIT",
|
|
23633
|
-
"bin": {
|
|
23634
|
-
"tree-kill": "cli.js"
|
|
23635
|
-
}
|
|
23636
|
-
},
|
|
23637
23598
|
"node_modules/treeverse": {
|
|
23638
23599
|
"version": "3.0.0",
|
|
23639
23600
|
"resolved": "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz",
|