@salesforce/plugin-data 3.2.4 → 3.3.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 +18 -18
- package/lib/bulkOperationCommand.js +0 -1
- package/lib/bulkOperationCommand.js.map +1 -1
- package/lib/commands/data/query/resume.js +0 -1
- package/lib/commands/data/query/resume.js.map +1 -1
- package/lib/commands/data/query.js +2 -5
- package/lib/commands/data/query.js.map +1 -1
- package/lib/commands/force/data/bulk/delete.js +0 -1
- package/lib/commands/force/data/bulk/delete.js.map +1 -1
- package/lib/commands/force/data/bulk/upsert.js +0 -1
- package/lib/commands/force/data/bulk/upsert.js.map +1 -1
- package/lib/resumeBulkCommand.js +0 -1
- package/lib/resumeBulkCommand.js.map +1 -1
- package/npm-shrinkwrap.json +382 -377
- package/oclif.lock +137 -156
- package/oclif.manifest.json +1 -1
- package/package.json +15 -15
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-data",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.3.0",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jsforce/jsforce-node": "^3.
|
|
13
|
-
"@oclif/core": "^3.26.
|
|
14
|
-
"@salesforce/core": "^
|
|
15
|
-
"@salesforce/kit": "^3.0
|
|
16
|
-
"@salesforce/sf-plugins-core": "^
|
|
12
|
+
"@jsforce/jsforce-node": "^3.1.0",
|
|
13
|
+
"@oclif/core": "^3.26.2",
|
|
14
|
+
"@salesforce/core": "^7.0.1",
|
|
15
|
+
"@salesforce/kit": "^3.1.0",
|
|
16
|
+
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
17
17
|
"@salesforce/ts-types": "^2.0.9",
|
|
18
18
|
"chalk": "^5.3.0",
|
|
19
|
-
"change-case": "^5.4.
|
|
19
|
+
"change-case": "^5.4.4",
|
|
20
20
|
"csv-parse": "^4.16.3",
|
|
21
21
|
"csv-stringify": "^6.4.6"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
25
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
26
|
-
"@salesforce/dev-scripts": "^
|
|
27
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
28
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
25
|
+
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
26
|
+
"@salesforce/dev-scripts": "^9.0.0",
|
|
27
|
+
"@salesforce/plugin-command-reference": "^3.0.75",
|
|
28
|
+
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
29
29
|
"oclif": "^4.6.1",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
|
-
"typescript": "^5.4.
|
|
31
|
+
"typescript": "^5.4.4"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
34
34
|
"node": ">=18.0.0"
|
|
@@ -1486,6 +1486,7 @@
|
|
|
1486
1486
|
"version": "7.24.0",
|
|
1487
1487
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz",
|
|
1488
1488
|
"integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==",
|
|
1489
|
+
"dev": true,
|
|
1489
1490
|
"license": "MIT",
|
|
1490
1491
|
"dependencies": {
|
|
1491
1492
|
"regenerator-runtime": "^0.14.0"
|
|
@@ -1498,6 +1499,7 @@
|
|
|
1498
1499
|
"version": "7.24.0",
|
|
1499
1500
|
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.0.tgz",
|
|
1500
1501
|
"integrity": "sha512-HxiRMOncx3ly6f3fcZ1GVKf+/EROcI9qwPgmij8Czqy6Okm/0T37T4y2ZIlLUuEUFjtM7NRsfdCO8Y3tAiJZew==",
|
|
1502
|
+
"dev": true,
|
|
1501
1503
|
"license": "MIT",
|
|
1502
1504
|
"dependencies": {
|
|
1503
1505
|
"core-js-pure": "^3.30.2",
|
|
@@ -1683,30 +1685,6 @@
|
|
|
1683
1685
|
"node": ">=v14"
|
|
1684
1686
|
}
|
|
1685
1687
|
},
|
|
1686
|
-
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
|
1687
|
-
"version": "8.12.0",
|
|
1688
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
1689
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
1690
|
-
"dev": true,
|
|
1691
|
-
"license": "MIT",
|
|
1692
|
-
"dependencies": {
|
|
1693
|
-
"fast-deep-equal": "^3.1.1",
|
|
1694
|
-
"json-schema-traverse": "^1.0.0",
|
|
1695
|
-
"require-from-string": "^2.0.2",
|
|
1696
|
-
"uri-js": "^4.2.2"
|
|
1697
|
-
},
|
|
1698
|
-
"funding": {
|
|
1699
|
-
"type": "github",
|
|
1700
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
1701
|
-
}
|
|
1702
|
-
},
|
|
1703
|
-
"node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
|
|
1704
|
-
"version": "1.0.0",
|
|
1705
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
1706
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
1707
|
-
"dev": true,
|
|
1708
|
-
"license": "MIT"
|
|
1709
|
-
},
|
|
1710
1688
|
"node_modules/@commitlint/ensure": {
|
|
1711
1689
|
"version": "17.8.1",
|
|
1712
1690
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.8.1.tgz",
|
|
@@ -2190,6 +2168,30 @@
|
|
|
2190
2168
|
"url": "https://opencollective.com/eslint"
|
|
2191
2169
|
}
|
|
2192
2170
|
},
|
|
2171
|
+
"node_modules/@eslint/eslintrc/node_modules/ajv": {
|
|
2172
|
+
"version": "6.12.6",
|
|
2173
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
2174
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
2175
|
+
"dev": true,
|
|
2176
|
+
"license": "MIT",
|
|
2177
|
+
"dependencies": {
|
|
2178
|
+
"fast-deep-equal": "^3.1.1",
|
|
2179
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
2180
|
+
"json-schema-traverse": "^0.4.1",
|
|
2181
|
+
"uri-js": "^4.2.2"
|
|
2182
|
+
},
|
|
2183
|
+
"funding": {
|
|
2184
|
+
"type": "github",
|
|
2185
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
2186
|
+
}
|
|
2187
|
+
},
|
|
2188
|
+
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
|
2189
|
+
"version": "0.4.1",
|
|
2190
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
2191
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
2192
|
+
"dev": true,
|
|
2193
|
+
"license": "MIT"
|
|
2194
|
+
},
|
|
2193
2195
|
"node_modules/@eslint/js": {
|
|
2194
2196
|
"version": "8.57.0",
|
|
2195
2197
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
|
@@ -2275,15 +2277,6 @@
|
|
|
2275
2277
|
"node": ">=14.18.0"
|
|
2276
2278
|
}
|
|
2277
2279
|
},
|
|
2278
|
-
"node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
|
|
2279
|
-
"version": "1.2.0",
|
|
2280
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
|
|
2281
|
-
"integrity": "sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==",
|
|
2282
|
-
"license": "MIT",
|
|
2283
|
-
"engines": {
|
|
2284
|
-
"node": ">=18"
|
|
2285
|
-
}
|
|
2286
|
-
},
|
|
2287
2280
|
"node_modules/@inquirer/confirm/node_modules/chalk": {
|
|
2288
2281
|
"version": "4.1.2",
|
|
2289
2282
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -2479,15 +2472,6 @@
|
|
|
2479
2472
|
"node": ">=14.18.0"
|
|
2480
2473
|
}
|
|
2481
2474
|
},
|
|
2482
|
-
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
|
2483
|
-
"version": "1.2.0",
|
|
2484
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
|
|
2485
|
-
"integrity": "sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==",
|
|
2486
|
-
"license": "MIT",
|
|
2487
|
-
"engines": {
|
|
2488
|
-
"node": ">=18"
|
|
2489
|
-
}
|
|
2490
|
-
},
|
|
2491
2475
|
"node_modules/@inquirer/password/node_modules/chalk": {
|
|
2492
2476
|
"version": "4.1.2",
|
|
2493
2477
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -2581,7 +2565,6 @@
|
|
|
2581
2565
|
"version": "1.2.1",
|
|
2582
2566
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.1.tgz",
|
|
2583
2567
|
"integrity": "sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==",
|
|
2584
|
-
"dev": true,
|
|
2585
2568
|
"license": "MIT",
|
|
2586
2569
|
"engines": {
|
|
2587
2570
|
"node": ">=18"
|
|
@@ -2795,9 +2778,9 @@
|
|
|
2795
2778
|
}
|
|
2796
2779
|
},
|
|
2797
2780
|
"node_modules/@jsforce/jsforce-node": {
|
|
2798
|
-
"version": "3.
|
|
2799
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
2800
|
-
"integrity": "sha512-
|
|
2781
|
+
"version": "3.1.0",
|
|
2782
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.1.0.tgz",
|
|
2783
|
+
"integrity": "sha512-xsn6Qj36YyhG7uCL9DOswZhqN/OVIpXm5s8AWD7V9hSJfp5ReebEsjT7a52ztEMmkUAYjWvZC5alBJr7jJCJig==",
|
|
2801
2784
|
"license": "MIT",
|
|
2802
2785
|
"dependencies": {
|
|
2803
2786
|
"@sindresorhus/is": "^4",
|
|
@@ -2820,9 +2803,9 @@
|
|
|
2820
2803
|
}
|
|
2821
2804
|
},
|
|
2822
2805
|
"node_modules/@jsforce/jsforce-node/node_modules/@types/node": {
|
|
2823
|
-
"version": "18.19.
|
|
2824
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
2825
|
-
"integrity": "sha512-
|
|
2806
|
+
"version": "18.19.29",
|
|
2807
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.29.tgz",
|
|
2808
|
+
"integrity": "sha512-5pAX7ggTmWZdhUrhRWLPf+5oM7F80bcKVCBbr0zwEkTNzTJL2CWQjznpFgHYy6GrzkYi2Yjy7DHKoynFxqPV8g==",
|
|
2826
2809
|
"license": "MIT",
|
|
2827
2810
|
"dependencies": {
|
|
2828
2811
|
"undici-types": "~5.26.4"
|
|
@@ -2870,9 +2853,9 @@
|
|
|
2870
2853
|
}
|
|
2871
2854
|
},
|
|
2872
2855
|
"node_modules/@oclif/core": {
|
|
2873
|
-
"version": "3.26.
|
|
2874
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
2875
|
-
"integrity": "sha512-
|
|
2856
|
+
"version": "3.26.2",
|
|
2857
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.2.tgz",
|
|
2858
|
+
"integrity": "sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==",
|
|
2876
2859
|
"license": "MIT",
|
|
2877
2860
|
"dependencies": {
|
|
2878
2861
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -2891,7 +2874,7 @@
|
|
|
2891
2874
|
"indent-string": "^4.0.0",
|
|
2892
2875
|
"is-wsl": "^2.2.0",
|
|
2893
2876
|
"js-yaml": "^3.14.1",
|
|
2894
|
-
"minimatch": "^9.0.
|
|
2877
|
+
"minimatch": "^9.0.4",
|
|
2895
2878
|
"natural-orderby": "^2.0.3",
|
|
2896
2879
|
"object-treeify": "^1.1.33",
|
|
2897
2880
|
"password-prompt": "^1.1.3",
|
|
@@ -2959,9 +2942,9 @@
|
|
|
2959
2942
|
}
|
|
2960
2943
|
},
|
|
2961
2944
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
2962
|
-
"version": "9.0.
|
|
2963
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
2964
|
-
"integrity": "sha512-
|
|
2945
|
+
"version": "9.0.4",
|
|
2946
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
2947
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
2965
2948
|
"license": "ISC",
|
|
2966
2949
|
"dependencies": {
|
|
2967
2950
|
"brace-expansion": "^2.0.1"
|
|
@@ -3006,13 +2989,13 @@
|
|
|
3006
2989
|
}
|
|
3007
2990
|
},
|
|
3008
2991
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3009
|
-
"version": "5.1.
|
|
3010
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
3011
|
-
"integrity": "sha512-
|
|
2992
|
+
"version": "5.1.4",
|
|
2993
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz",
|
|
2994
|
+
"integrity": "sha512-nXrMI/LmnfADgoBtYhdNa6K4BpabH++9iX1k0W0+xQJdcB2yVExYSovzeriRpL/uoVZPtZ92Lw0koo3VH0nmzA==",
|
|
3012
2995
|
"dev": true,
|
|
3013
2996
|
"license": "MIT",
|
|
3014
2997
|
"dependencies": {
|
|
3015
|
-
"@oclif/core": "3.
|
|
2998
|
+
"@oclif/core": "3.26.0",
|
|
3016
2999
|
"@types/lodash.difference": "^4.5.9",
|
|
3017
3000
|
"chalk": "^5.3.0",
|
|
3018
3001
|
"globby": "^14.0.1",
|
|
@@ -3028,9 +3011,9 @@
|
|
|
3028
3011
|
}
|
|
3029
3012
|
},
|
|
3030
3013
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3031
|
-
"version": "3.
|
|
3032
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3033
|
-
"integrity": "sha512-
|
|
3014
|
+
"version": "3.26.0",
|
|
3015
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
|
|
3016
|
+
"integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
|
|
3034
3017
|
"dev": true,
|
|
3035
3018
|
"license": "MIT",
|
|
3036
3019
|
"dependencies": {
|
|
@@ -3050,6 +3033,7 @@
|
|
|
3050
3033
|
"indent-string": "^4.0.0",
|
|
3051
3034
|
"is-wsl": "^2.2.0",
|
|
3052
3035
|
"js-yaml": "^3.14.1",
|
|
3036
|
+
"minimatch": "^9.0.3",
|
|
3053
3037
|
"natural-orderby": "^2.0.3",
|
|
3054
3038
|
"object-treeify": "^1.1.33",
|
|
3055
3039
|
"password-prompt": "^1.1.3",
|
|
@@ -3172,6 +3156,22 @@
|
|
|
3172
3156
|
"js-yaml": "bin/js-yaml.js"
|
|
3173
3157
|
}
|
|
3174
3158
|
},
|
|
3159
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
3160
|
+
"version": "9.0.4",
|
|
3161
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3162
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3163
|
+
"dev": true,
|
|
3164
|
+
"license": "ISC",
|
|
3165
|
+
"dependencies": {
|
|
3166
|
+
"brace-expansion": "^2.0.1"
|
|
3167
|
+
},
|
|
3168
|
+
"engines": {
|
|
3169
|
+
"node": ">=16 || 14 >=14.17"
|
|
3170
|
+
},
|
|
3171
|
+
"funding": {
|
|
3172
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3173
|
+
}
|
|
3174
|
+
},
|
|
3175
3175
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3176
3176
|
"version": "5.0.0",
|
|
3177
3177
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3289,13 +3289,13 @@
|
|
|
3289
3289
|
}
|
|
3290
3290
|
},
|
|
3291
3291
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3292
|
-
"version": "5.
|
|
3293
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
3294
|
-
"integrity": "sha512-
|
|
3292
|
+
"version": "5.2.0",
|
|
3293
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.0.tgz",
|
|
3294
|
+
"integrity": "sha512-b0lHGBycDBmeGcDx0j9SfxlNyCg3WhflNeX1PBitMTxgZ5O9UMiSFvLbqgGeTB8Eoq4JgNgou6RRrNoZHFnqcw==",
|
|
3295
3295
|
"dev": true,
|
|
3296
3296
|
"license": "BSD-3-Clause",
|
|
3297
3297
|
"dependencies": {
|
|
3298
|
-
"@salesforce/core": "^
|
|
3298
|
+
"@salesforce/core": "^7.0.0",
|
|
3299
3299
|
"@salesforce/kit": "^3.1.0",
|
|
3300
3300
|
"@salesforce/ts-types": "^2.0.9",
|
|
3301
3301
|
"@types/shelljs": "^0.8.15",
|
|
@@ -3410,21 +3410,20 @@
|
|
|
3410
3410
|
}
|
|
3411
3411
|
},
|
|
3412
3412
|
"node_modules/@salesforce/core": {
|
|
3413
|
-
"version": "
|
|
3414
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-
|
|
3415
|
-
"integrity": "sha512-
|
|
3413
|
+
"version": "7.1.0",
|
|
3414
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.1.0.tgz",
|
|
3415
|
+
"integrity": "sha512-TfGBjH7tJIgnrKxbbRvh4ujn60gPjqcr2xZBHMffjZVtfvXPoT07kd0TILyDWLFslYMJQFq3KA0GwL51g01WNQ==",
|
|
3416
3416
|
"license": "BSD-3-Clause",
|
|
3417
3417
|
"dependencies": {
|
|
3418
|
-
"@
|
|
3419
|
-
"@salesforce/
|
|
3418
|
+
"@jsforce/jsforce-node": "^3.1.0",
|
|
3419
|
+
"@salesforce/kit": "^3.1.0",
|
|
3420
|
+
"@salesforce/schemas": "^1.7.0",
|
|
3420
3421
|
"@salesforce/ts-types": "^2.0.9",
|
|
3421
|
-
"@types/semver": "^7.5.8",
|
|
3422
3422
|
"ajv": "^8.12.0",
|
|
3423
3423
|
"change-case": "^4.1.2",
|
|
3424
3424
|
"faye": "^1.4.0",
|
|
3425
3425
|
"form-data": "^4.0.0",
|
|
3426
3426
|
"js2xmlparser": "^4.0.1",
|
|
3427
|
-
"jsforce": "^2.0.0-beta.29",
|
|
3428
3427
|
"jsonwebtoken": "9.0.2",
|
|
3429
3428
|
"jszip": "3.10.1",
|
|
3430
3429
|
"pino": "^8.19.0",
|
|
@@ -3438,22 +3437,6 @@
|
|
|
3438
3437
|
"node": ">=18.0.0"
|
|
3439
3438
|
}
|
|
3440
3439
|
},
|
|
3441
|
-
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
3442
|
-
"version": "8.12.0",
|
|
3443
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
3444
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
3445
|
-
"license": "MIT",
|
|
3446
|
-
"dependencies": {
|
|
3447
|
-
"fast-deep-equal": "^3.1.1",
|
|
3448
|
-
"json-schema-traverse": "^1.0.0",
|
|
3449
|
-
"require-from-string": "^2.0.2",
|
|
3450
|
-
"uri-js": "^4.2.2"
|
|
3451
|
-
},
|
|
3452
|
-
"funding": {
|
|
3453
|
-
"type": "github",
|
|
3454
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
3455
|
-
}
|
|
3456
|
-
},
|
|
3457
3440
|
"node_modules/@salesforce/core/node_modules/change-case": {
|
|
3458
3441
|
"version": "4.1.2",
|
|
3459
3442
|
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
@@ -3474,12 +3457,6 @@
|
|
|
3474
3457
|
"tslib": "^2.0.3"
|
|
3475
3458
|
}
|
|
3476
3459
|
},
|
|
3477
|
-
"node_modules/@salesforce/core/node_modules/json-schema-traverse": {
|
|
3478
|
-
"version": "1.0.0",
|
|
3479
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
3480
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
3481
|
-
"license": "MIT"
|
|
3482
|
-
},
|
|
3483
3460
|
"node_modules/@salesforce/dev-config": {
|
|
3484
3461
|
"version": "4.1.0",
|
|
3485
3462
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
|
|
@@ -3488,9 +3465,9 @@
|
|
|
3488
3465
|
"license": "BSD-3-Clause"
|
|
3489
3466
|
},
|
|
3490
3467
|
"node_modules/@salesforce/dev-scripts": {
|
|
3491
|
-
"version": "
|
|
3492
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-
|
|
3493
|
-
"integrity": "sha512-
|
|
3468
|
+
"version": "9.0.0",
|
|
3469
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz",
|
|
3470
|
+
"integrity": "sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==",
|
|
3494
3471
|
"dev": true,
|
|
3495
3472
|
"license": "BSD-3-Clause",
|
|
3496
3473
|
"dependencies": {
|
|
@@ -3498,17 +3475,17 @@
|
|
|
3498
3475
|
"@commitlint/config-conventional": "^17.8.1",
|
|
3499
3476
|
"@salesforce/dev-config": "^4.1.0",
|
|
3500
3477
|
"@salesforce/prettier-config": "^0.0.3",
|
|
3501
|
-
"@types/chai": "^4.3.
|
|
3478
|
+
"@types/chai": "^4.3.14",
|
|
3502
3479
|
"@types/mocha": "^10.0.6",
|
|
3503
|
-
"@types/node": "^18",
|
|
3480
|
+
"@types/node": "^18.19.28",
|
|
3504
3481
|
"@types/sinon": "^10.0.20",
|
|
3505
3482
|
"chai": "^4.3.10",
|
|
3506
3483
|
"chalk": "^4.0.0",
|
|
3507
|
-
"cosmiconfig": "^
|
|
3508
|
-
"eslint-config-salesforce-typescript": "^3.
|
|
3484
|
+
"cosmiconfig": "^8.3.6",
|
|
3485
|
+
"eslint-config-salesforce-typescript": "^3.3.0",
|
|
3509
3486
|
"husky": "^7.0.4",
|
|
3510
3487
|
"linkinator": "^6.0.4",
|
|
3511
|
-
"mocha": "^10.
|
|
3488
|
+
"mocha": "^10.4.0",
|
|
3512
3489
|
"nyc": "^15.1.0",
|
|
3513
3490
|
"prettier": "^2.8.8",
|
|
3514
3491
|
"pretty-quick": "^3.3.1",
|
|
@@ -3516,9 +3493,9 @@
|
|
|
3516
3493
|
"sinon": "10.0.0",
|
|
3517
3494
|
"source-map-support": "^0.5.21",
|
|
3518
3495
|
"ts-node": "^10.9.2",
|
|
3519
|
-
"typedoc": "^0.25.
|
|
3496
|
+
"typedoc": "^0.25.12",
|
|
3520
3497
|
"typedoc-plugin-missing-exports": "0.23.0",
|
|
3521
|
-
"typescript": "^4.
|
|
3498
|
+
"typescript": "^5.4.3",
|
|
3522
3499
|
"wireit": "^0.14.4"
|
|
3523
3500
|
},
|
|
3524
3501
|
"bin": {
|
|
@@ -3529,9 +3506,9 @@
|
|
|
3529
3506
|
}
|
|
3530
3507
|
},
|
|
3531
3508
|
"node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
|
|
3532
|
-
"version": "18.19.
|
|
3533
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
3534
|
-
"integrity": "sha512-
|
|
3509
|
+
"version": "18.19.29",
|
|
3510
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.29.tgz",
|
|
3511
|
+
"integrity": "sha512-5pAX7ggTmWZdhUrhRWLPf+5oM7F80bcKVCBbr0zwEkTNzTJL2CWQjznpFgHYy6GrzkYi2Yjy7DHKoynFxqPV8g==",
|
|
3535
3512
|
"dev": true,
|
|
3536
3513
|
"license": "MIT",
|
|
3537
3514
|
"dependencies": {
|
|
@@ -3555,88 +3532,6 @@
|
|
|
3555
3532
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3556
3533
|
}
|
|
3557
3534
|
},
|
|
3558
|
-
"node_modules/@salesforce/dev-scripts/node_modules/cosmiconfig": {
|
|
3559
|
-
"version": "7.1.0",
|
|
3560
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
|
|
3561
|
-
"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
|
|
3562
|
-
"dev": true,
|
|
3563
|
-
"license": "MIT",
|
|
3564
|
-
"dependencies": {
|
|
3565
|
-
"@types/parse-json": "^4.0.0",
|
|
3566
|
-
"import-fresh": "^3.2.1",
|
|
3567
|
-
"parse-json": "^5.0.0",
|
|
3568
|
-
"path-type": "^4.0.0",
|
|
3569
|
-
"yaml": "^1.10.0"
|
|
3570
|
-
},
|
|
3571
|
-
"engines": {
|
|
3572
|
-
"node": ">=10"
|
|
3573
|
-
}
|
|
3574
|
-
},
|
|
3575
|
-
"node_modules/@salesforce/dev-scripts/node_modules/marked": {
|
|
3576
|
-
"version": "4.3.0",
|
|
3577
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
|
|
3578
|
-
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
|
|
3579
|
-
"dev": true,
|
|
3580
|
-
"license": "MIT",
|
|
3581
|
-
"bin": {
|
|
3582
|
-
"marked": "bin/marked.js"
|
|
3583
|
-
},
|
|
3584
|
-
"engines": {
|
|
3585
|
-
"node": ">= 12"
|
|
3586
|
-
}
|
|
3587
|
-
},
|
|
3588
|
-
"node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
|
|
3589
|
-
"version": "9.0.3",
|
|
3590
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
3591
|
-
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
3592
|
-
"dev": true,
|
|
3593
|
-
"license": "ISC",
|
|
3594
|
-
"dependencies": {
|
|
3595
|
-
"brace-expansion": "^2.0.1"
|
|
3596
|
-
},
|
|
3597
|
-
"engines": {
|
|
3598
|
-
"node": ">=16 || 14 >=14.17"
|
|
3599
|
-
},
|
|
3600
|
-
"funding": {
|
|
3601
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3602
|
-
}
|
|
3603
|
-
},
|
|
3604
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typedoc": {
|
|
3605
|
-
"version": "0.25.10",
|
|
3606
|
-
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.10.tgz",
|
|
3607
|
-
"integrity": "sha512-v10rtOFojrjW9og3T+6wAKeJaGMuojU87DXGZ33sfs+554wgPTRG+s07Ag1BjPZI85Y5QPVouPI63JQ6fcQM5w==",
|
|
3608
|
-
"dev": true,
|
|
3609
|
-
"license": "Apache-2.0",
|
|
3610
|
-
"dependencies": {
|
|
3611
|
-
"lunr": "^2.3.9",
|
|
3612
|
-
"marked": "^4.3.0",
|
|
3613
|
-
"minimatch": "^9.0.3",
|
|
3614
|
-
"shiki": "^0.14.7"
|
|
3615
|
-
},
|
|
3616
|
-
"bin": {
|
|
3617
|
-
"typedoc": "bin/typedoc"
|
|
3618
|
-
},
|
|
3619
|
-
"engines": {
|
|
3620
|
-
"node": ">= 16"
|
|
3621
|
-
},
|
|
3622
|
-
"peerDependencies": {
|
|
3623
|
-
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x"
|
|
3624
|
-
}
|
|
3625
|
-
},
|
|
3626
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typescript": {
|
|
3627
|
-
"version": "4.9.5",
|
|
3628
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
|
|
3629
|
-
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
|
3630
|
-
"dev": true,
|
|
3631
|
-
"license": "Apache-2.0",
|
|
3632
|
-
"bin": {
|
|
3633
|
-
"tsc": "bin/tsc",
|
|
3634
|
-
"tsserver": "bin/tsserver"
|
|
3635
|
-
},
|
|
3636
|
-
"engines": {
|
|
3637
|
-
"node": ">=4.2.0"
|
|
3638
|
-
}
|
|
3639
|
-
},
|
|
3640
3535
|
"node_modules/@salesforce/kit": {
|
|
3641
3536
|
"version": "3.1.0",
|
|
3642
3537
|
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.0.tgz",
|
|
@@ -3648,15 +3543,15 @@
|
|
|
3648
3543
|
}
|
|
3649
3544
|
},
|
|
3650
3545
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3651
|
-
"version": "3.0.
|
|
3652
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
3653
|
-
"integrity": "sha512-
|
|
3546
|
+
"version": "3.0.75",
|
|
3547
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.75.tgz",
|
|
3548
|
+
"integrity": "sha512-tkW3cC9WhCwhuGDZxCp4dEzeKbfrg9CZuVw3FsJiTCEdj65mOI0+tloMU+yOOyOXb4jm956FOtdLFKkZy2pwkA==",
|
|
3654
3549
|
"dev": true,
|
|
3655
3550
|
"license": "BSD-3-Clause",
|
|
3656
3551
|
"dependencies": {
|
|
3657
|
-
"@oclif/core": "^3.
|
|
3658
|
-
"@salesforce/core": "^6.7.
|
|
3659
|
-
"@salesforce/kit": "^3.0
|
|
3552
|
+
"@oclif/core": "^3.26.0",
|
|
3553
|
+
"@salesforce/core": "^6.7.6",
|
|
3554
|
+
"@salesforce/kit": "^3.1.0",
|
|
3660
3555
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
3661
3556
|
"@salesforce/ts-types": "^2.0.9",
|
|
3662
3557
|
"chalk": "^4",
|
|
@@ -3667,6 +3562,35 @@
|
|
|
3667
3562
|
"node": ">=16.0.0"
|
|
3668
3563
|
}
|
|
3669
3564
|
},
|
|
3565
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
|
|
3566
|
+
"version": "6.7.6",
|
|
3567
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.6.tgz",
|
|
3568
|
+
"integrity": "sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==",
|
|
3569
|
+
"dev": true,
|
|
3570
|
+
"license": "BSD-3-Clause",
|
|
3571
|
+
"dependencies": {
|
|
3572
|
+
"@salesforce/kit": "^3.1.0",
|
|
3573
|
+
"@salesforce/schemas": "^1.7.0",
|
|
3574
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
3575
|
+
"ajv": "^8.12.0",
|
|
3576
|
+
"change-case": "^4.1.2",
|
|
3577
|
+
"faye": "^1.4.0",
|
|
3578
|
+
"form-data": "^4.0.0",
|
|
3579
|
+
"js2xmlparser": "^4.0.1",
|
|
3580
|
+
"jsforce": "^2.0.0-beta.29",
|
|
3581
|
+
"jsonwebtoken": "9.0.2",
|
|
3582
|
+
"jszip": "3.10.1",
|
|
3583
|
+
"pino": "^8.19.0",
|
|
3584
|
+
"pino-abstract-transport": "^1.1.0",
|
|
3585
|
+
"pino-pretty": "^10.3.1",
|
|
3586
|
+
"proper-lockfile": "^4.1.2",
|
|
3587
|
+
"semver": "^7.6.0",
|
|
3588
|
+
"ts-retry-promise": "^0.7.1"
|
|
3589
|
+
},
|
|
3590
|
+
"engines": {
|
|
3591
|
+
"node": ">=18.0.0"
|
|
3592
|
+
}
|
|
3593
|
+
},
|
|
3670
3594
|
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
3671
3595
|
"version": "5.0.13",
|
|
3672
3596
|
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz",
|
|
@@ -3703,31 +3627,25 @@
|
|
|
3703
3627
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3704
3628
|
}
|
|
3705
3629
|
},
|
|
3706
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/
|
|
3707
|
-
"version": "
|
|
3708
|
-
"resolved": "https://registry.npmjs.org/
|
|
3709
|
-
"integrity": "sha512-
|
|
3630
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/change-case": {
|
|
3631
|
+
"version": "4.1.2",
|
|
3632
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
3633
|
+
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
3710
3634
|
"dev": true,
|
|
3711
3635
|
"license": "MIT",
|
|
3712
3636
|
"dependencies": {
|
|
3713
|
-
"
|
|
3714
|
-
"
|
|
3715
|
-
"
|
|
3716
|
-
"
|
|
3717
|
-
"
|
|
3718
|
-
"
|
|
3719
|
-
"
|
|
3720
|
-
"
|
|
3721
|
-
"
|
|
3722
|
-
"
|
|
3723
|
-
"
|
|
3724
|
-
"
|
|
3725
|
-
"strip-ansi": "^6.0.0",
|
|
3726
|
-
"through": "^2.3.6",
|
|
3727
|
-
"wrap-ansi": "^6.0.1"
|
|
3728
|
-
},
|
|
3729
|
-
"engines": {
|
|
3730
|
-
"node": ">=12.0.0"
|
|
3637
|
+
"camel-case": "^4.1.2",
|
|
3638
|
+
"capital-case": "^1.0.4",
|
|
3639
|
+
"constant-case": "^3.0.4",
|
|
3640
|
+
"dot-case": "^3.0.4",
|
|
3641
|
+
"header-case": "^2.0.4",
|
|
3642
|
+
"no-case": "^3.0.4",
|
|
3643
|
+
"param-case": "^3.0.4",
|
|
3644
|
+
"pascal-case": "^3.1.2",
|
|
3645
|
+
"path-case": "^3.0.4",
|
|
3646
|
+
"sentence-case": "^3.0.4",
|
|
3647
|
+
"snake-case": "^3.0.4",
|
|
3648
|
+
"tslib": "^2.0.3"
|
|
3731
3649
|
}
|
|
3732
3650
|
},
|
|
3733
3651
|
"node_modules/@salesforce/prettier-config": {
|
|
@@ -3738,22 +3656,22 @@
|
|
|
3738
3656
|
"license": "BSD-3-Clause"
|
|
3739
3657
|
},
|
|
3740
3658
|
"node_modules/@salesforce/schemas": {
|
|
3741
|
-
"version": "1.
|
|
3742
|
-
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.
|
|
3743
|
-
"integrity": "sha512-
|
|
3659
|
+
"version": "1.7.0",
|
|
3660
|
+
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.7.0.tgz",
|
|
3661
|
+
"integrity": "sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==",
|
|
3744
3662
|
"license": "ISC"
|
|
3745
3663
|
},
|
|
3746
3664
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3747
|
-
"version": "
|
|
3748
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
3749
|
-
"integrity": "sha512-
|
|
3665
|
+
"version": "9.0.0",
|
|
3666
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.0.tgz",
|
|
3667
|
+
"integrity": "sha512-Eo1mfq68uVIEFgAE7oSlsfJT3YyShQAHRCiLqKivEcxu/3xOHPU212u2nT9igA81Me/6NZmBSvm6vLdN+L/9og==",
|
|
3750
3668
|
"license": "BSD-3-Clause",
|
|
3751
3669
|
"dependencies": {
|
|
3752
3670
|
"@inquirer/confirm": "^2.0.17",
|
|
3753
3671
|
"@inquirer/password": "^1.1.16",
|
|
3754
|
-
"@oclif/core": "^3.
|
|
3755
|
-
"@salesforce/core": "^
|
|
3756
|
-
"@salesforce/kit": "^3.0
|
|
3672
|
+
"@oclif/core": "^3.26.0",
|
|
3673
|
+
"@salesforce/core": "^7.0.0",
|
|
3674
|
+
"@salesforce/kit": "^3.1.0",
|
|
3757
3675
|
"@salesforce/ts-types": "^2.0.9",
|
|
3758
3676
|
"chalk": "^5.3.0"
|
|
3759
3677
|
},
|
|
@@ -4627,9 +4545,9 @@
|
|
|
4627
4545
|
"license": "MIT"
|
|
4628
4546
|
},
|
|
4629
4547
|
"node_modules/@types/chai": {
|
|
4630
|
-
"version": "4.3.
|
|
4631
|
-
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.
|
|
4632
|
-
"integrity": "sha512-
|
|
4548
|
+
"version": "4.3.14",
|
|
4549
|
+
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.14.tgz",
|
|
4550
|
+
"integrity": "sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==",
|
|
4633
4551
|
"dev": true,
|
|
4634
4552
|
"license": "MIT"
|
|
4635
4553
|
},
|
|
@@ -4748,17 +4666,11 @@
|
|
|
4748
4666
|
"dev": true,
|
|
4749
4667
|
"license": "MIT"
|
|
4750
4668
|
},
|
|
4751
|
-
"node_modules/@types/parse-json": {
|
|
4752
|
-
"version": "4.0.2",
|
|
4753
|
-
"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
|
|
4754
|
-
"integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
|
|
4755
|
-
"dev": true,
|
|
4756
|
-
"license": "MIT"
|
|
4757
|
-
},
|
|
4758
4669
|
"node_modules/@types/semver": {
|
|
4759
4670
|
"version": "7.5.8",
|
|
4760
4671
|
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
|
|
4761
4672
|
"integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
|
|
4673
|
+
"dev": true,
|
|
4762
4674
|
"license": "MIT"
|
|
4763
4675
|
},
|
|
4764
4676
|
"node_modules/@types/shelljs": {
|
|
@@ -5108,15 +5020,14 @@
|
|
|
5108
5020
|
}
|
|
5109
5021
|
},
|
|
5110
5022
|
"node_modules/ajv": {
|
|
5111
|
-
"version": "
|
|
5112
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-
|
|
5113
|
-
"integrity": "sha512-
|
|
5114
|
-
"dev": true,
|
|
5023
|
+
"version": "8.12.0",
|
|
5024
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
5025
|
+
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
5115
5026
|
"license": "MIT",
|
|
5116
5027
|
"dependencies": {
|
|
5117
5028
|
"fast-deep-equal": "^3.1.1",
|
|
5118
|
-
"
|
|
5119
|
-
"
|
|
5029
|
+
"json-schema-traverse": "^1.0.0",
|
|
5030
|
+
"require-from-string": "^2.0.2",
|
|
5120
5031
|
"uri-js": "^4.2.2"
|
|
5121
5032
|
},
|
|
5122
5033
|
"funding": {
|
|
@@ -5886,15 +5797,16 @@
|
|
|
5886
5797
|
}
|
|
5887
5798
|
},
|
|
5888
5799
|
"node_modules/change-case": {
|
|
5889
|
-
"version": "5.4.
|
|
5890
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.
|
|
5891
|
-
"integrity": "sha512-
|
|
5800
|
+
"version": "5.4.4",
|
|
5801
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
5802
|
+
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
5892
5803
|
"license": "MIT"
|
|
5893
5804
|
},
|
|
5894
5805
|
"node_modules/chardet": {
|
|
5895
5806
|
"version": "0.7.0",
|
|
5896
5807
|
"resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
|
|
5897
5808
|
"integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
|
|
5809
|
+
"dev": true,
|
|
5898
5810
|
"license": "MIT"
|
|
5899
5811
|
},
|
|
5900
5812
|
"node_modules/check-error": {
|
|
@@ -5996,6 +5908,7 @@
|
|
|
5996
5908
|
"version": "3.1.0",
|
|
5997
5909
|
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
|
|
5998
5910
|
"integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
|
|
5911
|
+
"dev": true,
|
|
5999
5912
|
"license": "MIT",
|
|
6000
5913
|
"dependencies": {
|
|
6001
5914
|
"restore-cursor": "^3.1.0"
|
|
@@ -6032,6 +5945,7 @@
|
|
|
6032
5945
|
"version": "3.0.0",
|
|
6033
5946
|
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
|
|
6034
5947
|
"integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
|
|
5948
|
+
"dev": true,
|
|
6035
5949
|
"license": "ISC",
|
|
6036
5950
|
"engines": {
|
|
6037
5951
|
"node": ">= 10"
|
|
@@ -6239,6 +6153,7 @@
|
|
|
6239
6153
|
"version": "3.36.0",
|
|
6240
6154
|
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz",
|
|
6241
6155
|
"integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==",
|
|
6156
|
+
"dev": true,
|
|
6242
6157
|
"hasInstallScript": true,
|
|
6243
6158
|
"license": "MIT",
|
|
6244
6159
|
"funding": {
|
|
@@ -6264,6 +6179,7 @@
|
|
|
6264
6179
|
"version": "3.36.0",
|
|
6265
6180
|
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.36.0.tgz",
|
|
6266
6181
|
"integrity": "sha512-cN28qmhRNgbMZZMc/RFu5w8pK9VJzpb2rJVR/lHuZJKwmXnoWOpXmMkxqBB514igkp1Hu8WGROsiOAzUcKdHOQ==",
|
|
6182
|
+
"dev": true,
|
|
6267
6183
|
"hasInstallScript": true,
|
|
6268
6184
|
"license": "MIT",
|
|
6269
6185
|
"funding": {
|
|
@@ -6964,9 +6880,9 @@
|
|
|
6964
6880
|
}
|
|
6965
6881
|
},
|
|
6966
6882
|
"node_modules/eslint-config-salesforce": {
|
|
6967
|
-
"version": "2.0
|
|
6968
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce/-/eslint-config-salesforce-2.0.
|
|
6969
|
-
"integrity": "sha512-
|
|
6883
|
+
"version": "2.2.0",
|
|
6884
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce/-/eslint-config-salesforce-2.2.0.tgz",
|
|
6885
|
+
"integrity": "sha512-0zUEFJ2nNpMvVO3MgKEDUTGtaFZjL3xEIErr5h+BOft+OhGoIvZBNPnBBu12lvv29ylqIAQz5SwoVCCUzBhyPQ==",
|
|
6970
6886
|
"dev": true,
|
|
6971
6887
|
"license": "BSD-3-Clause"
|
|
6972
6888
|
},
|
|
@@ -6978,9 +6894,9 @@
|
|
|
6978
6894
|
"license": "BSD-3-Clause"
|
|
6979
6895
|
},
|
|
6980
6896
|
"node_modules/eslint-config-salesforce-typescript": {
|
|
6981
|
-
"version": "3.
|
|
6982
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.
|
|
6983
|
-
"integrity": "sha512-
|
|
6897
|
+
"version": "3.3.0",
|
|
6898
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.3.0.tgz",
|
|
6899
|
+
"integrity": "sha512-83+zp2Y2h9oz9D3UksjNGCw+xWD7ylIiAJZ58vUbBD10l8FRUMNyn+RDCKn0xCQz7xed5/LcmgUE4T7roe+HBw==",
|
|
6984
6900
|
"dev": true,
|
|
6985
6901
|
"license": "BSD-3-Clause",
|
|
6986
6902
|
"dependencies": {
|
|
@@ -6988,7 +6904,7 @@
|
|
|
6988
6904
|
"@typescript-eslint/parser": "^6.21.0",
|
|
6989
6905
|
"eslint": "^8.56.0",
|
|
6990
6906
|
"eslint-config-prettier": "^9.1.0",
|
|
6991
|
-
"eslint-config-salesforce": "^2.0
|
|
6907
|
+
"eslint-config-salesforce": "^2.2.0",
|
|
6992
6908
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
6993
6909
|
"eslint-plugin-header": "^3.1.1",
|
|
6994
6910
|
"eslint-plugin-import": "^2.29.1",
|
|
@@ -7144,17 +7060,17 @@
|
|
|
7144
7060
|
}
|
|
7145
7061
|
},
|
|
7146
7062
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7147
|
-
"version": "1.
|
|
7148
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
7149
|
-
"integrity": "sha512-
|
|
7063
|
+
"version": "1.18.0",
|
|
7064
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.0.tgz",
|
|
7065
|
+
"integrity": "sha512-5Q4yI6Hr07v/lTaivs8A8re2FUXDEGyzzHzBk2cWi4c6iMxUYf/vaZKO6ZSSsc4eCcP11JY3RkDBQn6P33x58g==",
|
|
7150
7066
|
"dev": true,
|
|
7151
7067
|
"license": "BSD-3-Clause",
|
|
7152
7068
|
"dependencies": {
|
|
7153
|
-
"@salesforce/core": "^
|
|
7069
|
+
"@salesforce/core": "^7.0.0",
|
|
7154
7070
|
"@typescript-eslint/utils": "^6.17.0"
|
|
7155
7071
|
},
|
|
7156
7072
|
"engines": {
|
|
7157
|
-
"node": ">=
|
|
7073
|
+
"node": ">=18.0.0"
|
|
7158
7074
|
}
|
|
7159
7075
|
},
|
|
7160
7076
|
"node_modules/eslint-plugin-unicorn": {
|
|
@@ -7221,6 +7137,23 @@
|
|
|
7221
7137
|
"url": "https://opencollective.com/eslint"
|
|
7222
7138
|
}
|
|
7223
7139
|
},
|
|
7140
|
+
"node_modules/eslint/node_modules/ajv": {
|
|
7141
|
+
"version": "6.12.6",
|
|
7142
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
7143
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
7144
|
+
"dev": true,
|
|
7145
|
+
"license": "MIT",
|
|
7146
|
+
"dependencies": {
|
|
7147
|
+
"fast-deep-equal": "^3.1.1",
|
|
7148
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
7149
|
+
"json-schema-traverse": "^0.4.1",
|
|
7150
|
+
"uri-js": "^4.2.2"
|
|
7151
|
+
},
|
|
7152
|
+
"funding": {
|
|
7153
|
+
"type": "github",
|
|
7154
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
7155
|
+
}
|
|
7156
|
+
},
|
|
7224
7157
|
"node_modules/eslint/node_modules/chalk": {
|
|
7225
7158
|
"version": "4.1.2",
|
|
7226
7159
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -7281,6 +7214,13 @@
|
|
|
7281
7214
|
"node": ">=10.13.0"
|
|
7282
7215
|
}
|
|
7283
7216
|
},
|
|
7217
|
+
"node_modules/eslint/node_modules/json-schema-traverse": {
|
|
7218
|
+
"version": "0.4.1",
|
|
7219
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
7220
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
7221
|
+
"dev": true,
|
|
7222
|
+
"license": "MIT"
|
|
7223
|
+
},
|
|
7284
7224
|
"node_modules/eslint/node_modules/locate-path": {
|
|
7285
7225
|
"version": "6.0.0",
|
|
7286
7226
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -7459,6 +7399,7 @@
|
|
|
7459
7399
|
"version": "3.1.0",
|
|
7460
7400
|
"resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
|
|
7461
7401
|
"integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
|
|
7402
|
+
"dev": true,
|
|
7462
7403
|
"license": "MIT",
|
|
7463
7404
|
"dependencies": {
|
|
7464
7405
|
"chardet": "^0.7.0",
|
|
@@ -8562,6 +8503,7 @@
|
|
|
8562
8503
|
"version": "0.4.24",
|
|
8563
8504
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
8564
8505
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
8506
|
+
"dev": true,
|
|
8565
8507
|
"license": "MIT",
|
|
8566
8508
|
"dependencies": {
|
|
8567
8509
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
@@ -8676,33 +8618,37 @@
|
|
|
8676
8618
|
"license": "ISC"
|
|
8677
8619
|
},
|
|
8678
8620
|
"node_modules/inquirer": {
|
|
8679
|
-
"version": "
|
|
8680
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-
|
|
8681
|
-
"integrity": "sha512-
|
|
8621
|
+
"version": "8.2.6",
|
|
8622
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz",
|
|
8623
|
+
"integrity": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==",
|
|
8624
|
+
"dev": true,
|
|
8682
8625
|
"license": "MIT",
|
|
8683
8626
|
"dependencies": {
|
|
8684
8627
|
"ansi-escapes": "^4.2.1",
|
|
8685
|
-
"chalk": "^4.1.
|
|
8628
|
+
"chalk": "^4.1.1",
|
|
8686
8629
|
"cli-cursor": "^3.1.0",
|
|
8687
8630
|
"cli-width": "^3.0.0",
|
|
8688
8631
|
"external-editor": "^3.0.3",
|
|
8689
8632
|
"figures": "^3.0.0",
|
|
8690
|
-
"lodash": "^4.17.
|
|
8633
|
+
"lodash": "^4.17.21",
|
|
8691
8634
|
"mute-stream": "0.0.8",
|
|
8635
|
+
"ora": "^5.4.1",
|
|
8692
8636
|
"run-async": "^2.4.0",
|
|
8693
|
-
"rxjs": "^
|
|
8637
|
+
"rxjs": "^7.5.5",
|
|
8694
8638
|
"string-width": "^4.1.0",
|
|
8695
8639
|
"strip-ansi": "^6.0.0",
|
|
8696
|
-
"through": "^2.3.6"
|
|
8640
|
+
"through": "^2.3.6",
|
|
8641
|
+
"wrap-ansi": "^6.0.1"
|
|
8697
8642
|
},
|
|
8698
8643
|
"engines": {
|
|
8699
|
-
"node": ">=
|
|
8644
|
+
"node": ">=12.0.0"
|
|
8700
8645
|
}
|
|
8701
8646
|
},
|
|
8702
8647
|
"node_modules/inquirer/node_modules/chalk": {
|
|
8703
8648
|
"version": "4.1.2",
|
|
8704
8649
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
8705
8650
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
8651
|
+
"dev": true,
|
|
8706
8652
|
"license": "MIT",
|
|
8707
8653
|
"dependencies": {
|
|
8708
8654
|
"ansi-styles": "^4.1.0",
|
|
@@ -8715,24 +8661,6 @@
|
|
|
8715
8661
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
8716
8662
|
}
|
|
8717
8663
|
},
|
|
8718
|
-
"node_modules/inquirer/node_modules/rxjs": {
|
|
8719
|
-
"version": "6.6.7",
|
|
8720
|
-
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
|
|
8721
|
-
"integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
|
|
8722
|
-
"license": "Apache-2.0",
|
|
8723
|
-
"dependencies": {
|
|
8724
|
-
"tslib": "^1.9.0"
|
|
8725
|
-
},
|
|
8726
|
-
"engines": {
|
|
8727
|
-
"npm": ">=2.0.0"
|
|
8728
|
-
}
|
|
8729
|
-
},
|
|
8730
|
-
"node_modules/inquirer/node_modules/tslib": {
|
|
8731
|
-
"version": "1.14.1",
|
|
8732
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
8733
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
8734
|
-
"license": "0BSD"
|
|
8735
|
-
},
|
|
8736
8664
|
"node_modules/internal-slot": {
|
|
8737
8665
|
"version": "1.0.6",
|
|
8738
8666
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.6.tgz",
|
|
@@ -9430,6 +9358,7 @@
|
|
|
9430
9358
|
"version": "2.0.0-beta.29",
|
|
9431
9359
|
"resolved": "https://registry.npmjs.org/jsforce/-/jsforce-2.0.0-beta.29.tgz",
|
|
9432
9360
|
"integrity": "sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==",
|
|
9361
|
+
"dev": true,
|
|
9433
9362
|
"license": "MIT",
|
|
9434
9363
|
"dependencies": {
|
|
9435
9364
|
"@babel/runtime": "^7.12.5",
|
|
@@ -9465,12 +9394,31 @@
|
|
|
9465
9394
|
"version": "12.20.55",
|
|
9466
9395
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz",
|
|
9467
9396
|
"integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==",
|
|
9397
|
+
"dev": true,
|
|
9468
9398
|
"license": "MIT"
|
|
9469
9399
|
},
|
|
9400
|
+
"node_modules/jsforce/node_modules/chalk": {
|
|
9401
|
+
"version": "4.1.2",
|
|
9402
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
9403
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
9404
|
+
"dev": true,
|
|
9405
|
+
"license": "MIT",
|
|
9406
|
+
"dependencies": {
|
|
9407
|
+
"ansi-styles": "^4.1.0",
|
|
9408
|
+
"supports-color": "^7.1.0"
|
|
9409
|
+
},
|
|
9410
|
+
"engines": {
|
|
9411
|
+
"node": ">=10"
|
|
9412
|
+
},
|
|
9413
|
+
"funding": {
|
|
9414
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
9415
|
+
}
|
|
9416
|
+
},
|
|
9470
9417
|
"node_modules/jsforce/node_modules/commander": {
|
|
9471
9418
|
"version": "4.1.1",
|
|
9472
9419
|
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
|
|
9473
9420
|
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
|
|
9421
|
+
"dev": true,
|
|
9474
9422
|
"license": "MIT",
|
|
9475
9423
|
"engines": {
|
|
9476
9424
|
"node": ">= 6"
|
|
@@ -9480,18 +9428,66 @@
|
|
|
9480
9428
|
"version": "5.6.5",
|
|
9481
9429
|
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-5.6.5.tgz",
|
|
9482
9430
|
"integrity": "sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==",
|
|
9431
|
+
"dev": true,
|
|
9483
9432
|
"license": "MIT"
|
|
9484
9433
|
},
|
|
9434
|
+
"node_modules/jsforce/node_modules/inquirer": {
|
|
9435
|
+
"version": "7.3.3",
|
|
9436
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz",
|
|
9437
|
+
"integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==",
|
|
9438
|
+
"dev": true,
|
|
9439
|
+
"license": "MIT",
|
|
9440
|
+
"dependencies": {
|
|
9441
|
+
"ansi-escapes": "^4.2.1",
|
|
9442
|
+
"chalk": "^4.1.0",
|
|
9443
|
+
"cli-cursor": "^3.1.0",
|
|
9444
|
+
"cli-width": "^3.0.0",
|
|
9445
|
+
"external-editor": "^3.0.3",
|
|
9446
|
+
"figures": "^3.0.0",
|
|
9447
|
+
"lodash": "^4.17.19",
|
|
9448
|
+
"mute-stream": "0.0.8",
|
|
9449
|
+
"run-async": "^2.4.0",
|
|
9450
|
+
"rxjs": "^6.6.0",
|
|
9451
|
+
"string-width": "^4.1.0",
|
|
9452
|
+
"strip-ansi": "^6.0.0",
|
|
9453
|
+
"through": "^2.3.6"
|
|
9454
|
+
},
|
|
9455
|
+
"engines": {
|
|
9456
|
+
"node": ">=8.0.0"
|
|
9457
|
+
}
|
|
9458
|
+
},
|
|
9485
9459
|
"node_modules/jsforce/node_modules/regenerator-runtime": {
|
|
9486
9460
|
"version": "0.13.11",
|
|
9487
9461
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
|
|
9488
9462
|
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
|
|
9463
|
+
"dev": true,
|
|
9489
9464
|
"license": "MIT"
|
|
9490
9465
|
},
|
|
9466
|
+
"node_modules/jsforce/node_modules/rxjs": {
|
|
9467
|
+
"version": "6.6.7",
|
|
9468
|
+
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
|
|
9469
|
+
"integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
|
|
9470
|
+
"dev": true,
|
|
9471
|
+
"license": "Apache-2.0",
|
|
9472
|
+
"dependencies": {
|
|
9473
|
+
"tslib": "^1.9.0"
|
|
9474
|
+
},
|
|
9475
|
+
"engines": {
|
|
9476
|
+
"npm": ">=2.0.0"
|
|
9477
|
+
}
|
|
9478
|
+
},
|
|
9479
|
+
"node_modules/jsforce/node_modules/tslib": {
|
|
9480
|
+
"version": "1.14.1",
|
|
9481
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
9482
|
+
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
9483
|
+
"dev": true,
|
|
9484
|
+
"license": "0BSD"
|
|
9485
|
+
},
|
|
9491
9486
|
"node_modules/jsforce/node_modules/xml2js": {
|
|
9492
9487
|
"version": "0.5.0",
|
|
9493
9488
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
|
|
9494
9489
|
"integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
|
|
9490
|
+
"dev": true,
|
|
9495
9491
|
"license": "MIT",
|
|
9496
9492
|
"dependencies": {
|
|
9497
9493
|
"sax": ">=0.6.0",
|
|
@@ -9523,10 +9519,9 @@
|
|
|
9523
9519
|
"license": "MIT"
|
|
9524
9520
|
},
|
|
9525
9521
|
"node_modules/json-schema-traverse": {
|
|
9526
|
-
"version": "0.
|
|
9527
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.
|
|
9528
|
-
"integrity": "sha512-
|
|
9529
|
-
"dev": true,
|
|
9522
|
+
"version": "1.0.0",
|
|
9523
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9524
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9530
9525
|
"license": "MIT"
|
|
9531
9526
|
},
|
|
9532
9527
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
@@ -9820,9 +9815,9 @@
|
|
|
9820
9815
|
}
|
|
9821
9816
|
},
|
|
9822
9817
|
"node_modules/linkinator/node_modules/minimatch": {
|
|
9823
|
-
"version": "9.0.
|
|
9824
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
9825
|
-
"integrity": "sha512-
|
|
9818
|
+
"version": "9.0.4",
|
|
9819
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
9820
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
9826
9821
|
"dev": true,
|
|
9827
9822
|
"license": "ISC",
|
|
9828
9823
|
"dependencies": {
|
|
@@ -9865,6 +9860,7 @@
|
|
|
9865
9860
|
"version": "4.17.21",
|
|
9866
9861
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
9867
9862
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
9863
|
+
"dev": true,
|
|
9868
9864
|
"license": "MIT"
|
|
9869
9865
|
},
|
|
9870
9866
|
"node_modules/lodash._reinterpolate": {
|
|
@@ -10278,6 +10274,7 @@
|
|
|
10278
10274
|
"version": "2.1.0",
|
|
10279
10275
|
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
10280
10276
|
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
10277
|
+
"dev": true,
|
|
10281
10278
|
"license": "MIT",
|
|
10282
10279
|
"engines": {
|
|
10283
10280
|
"node": ">=6"
|
|
@@ -10363,9 +10360,9 @@
|
|
|
10363
10360
|
}
|
|
10364
10361
|
},
|
|
10365
10362
|
"node_modules/mocha": {
|
|
10366
|
-
"version": "10.
|
|
10367
|
-
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.
|
|
10368
|
-
"integrity": "sha512-
|
|
10363
|
+
"version": "10.4.0",
|
|
10364
|
+
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
|
|
10365
|
+
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
|
|
10369
10366
|
"dev": true,
|
|
10370
10367
|
"license": "MIT",
|
|
10371
10368
|
"dependencies": {
|
|
@@ -10376,13 +10373,12 @@
|
|
|
10376
10373
|
"diff": "5.0.0",
|
|
10377
10374
|
"escape-string-regexp": "4.0.0",
|
|
10378
10375
|
"find-up": "5.0.0",
|
|
10379
|
-
"glob": "
|
|
10376
|
+
"glob": "8.1.0",
|
|
10380
10377
|
"he": "1.2.0",
|
|
10381
10378
|
"js-yaml": "4.1.0",
|
|
10382
10379
|
"log-symbols": "4.1.0",
|
|
10383
10380
|
"minimatch": "5.0.1",
|
|
10384
10381
|
"ms": "2.1.3",
|
|
10385
|
-
"nanoid": "3.3.3",
|
|
10386
10382
|
"serialize-javascript": "6.0.0",
|
|
10387
10383
|
"strip-json-comments": "3.1.1",
|
|
10388
10384
|
"supports-color": "8.1.1",
|
|
@@ -10397,10 +10393,6 @@
|
|
|
10397
10393
|
},
|
|
10398
10394
|
"engines": {
|
|
10399
10395
|
"node": ">= 14.0.0"
|
|
10400
|
-
},
|
|
10401
|
-
"funding": {
|
|
10402
|
-
"type": "opencollective",
|
|
10403
|
-
"url": "https://opencollective.com/mochajs"
|
|
10404
10396
|
}
|
|
10405
10397
|
},
|
|
10406
10398
|
"node_modules/mocha/node_modules/diff": {
|
|
@@ -10431,48 +10423,36 @@
|
|
|
10431
10423
|
}
|
|
10432
10424
|
},
|
|
10433
10425
|
"node_modules/mocha/node_modules/glob": {
|
|
10434
|
-
"version": "
|
|
10435
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
10436
|
-
"integrity": "sha512-
|
|
10426
|
+
"version": "8.1.0",
|
|
10427
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
10428
|
+
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
|
|
10437
10429
|
"dev": true,
|
|
10438
10430
|
"license": "ISC",
|
|
10439
10431
|
"dependencies": {
|
|
10440
10432
|
"fs.realpath": "^1.0.0",
|
|
10441
10433
|
"inflight": "^1.0.4",
|
|
10442
10434
|
"inherits": "2",
|
|
10443
|
-
"minimatch": "^
|
|
10444
|
-
"once": "^1.3.0"
|
|
10445
|
-
"path-is-absolute": "^1.0.0"
|
|
10435
|
+
"minimatch": "^5.0.1",
|
|
10436
|
+
"once": "^1.3.0"
|
|
10446
10437
|
},
|
|
10447
10438
|
"engines": {
|
|
10448
|
-
"node": "
|
|
10439
|
+
"node": ">=12"
|
|
10449
10440
|
},
|
|
10450
10441
|
"funding": {
|
|
10451
10442
|
"url": "https://github.com/sponsors/isaacs"
|
|
10452
10443
|
}
|
|
10453
10444
|
},
|
|
10454
|
-
"node_modules/mocha/node_modules/glob/node_modules/brace-expansion": {
|
|
10455
|
-
"version": "1.1.11",
|
|
10456
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
10457
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
10458
|
-
"dev": true,
|
|
10459
|
-
"license": "MIT",
|
|
10460
|
-
"dependencies": {
|
|
10461
|
-
"balanced-match": "^1.0.0",
|
|
10462
|
-
"concat-map": "0.0.1"
|
|
10463
|
-
}
|
|
10464
|
-
},
|
|
10465
10445
|
"node_modules/mocha/node_modules/glob/node_modules/minimatch": {
|
|
10466
|
-
"version": "
|
|
10467
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
10468
|
-
"integrity": "sha512-
|
|
10446
|
+
"version": "5.1.6",
|
|
10447
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
10448
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
10469
10449
|
"dev": true,
|
|
10470
10450
|
"license": "ISC",
|
|
10471
10451
|
"dependencies": {
|
|
10472
|
-
"brace-expansion": "^
|
|
10452
|
+
"brace-expansion": "^2.0.1"
|
|
10473
10453
|
},
|
|
10474
10454
|
"engines": {
|
|
10475
|
-
"node": "
|
|
10455
|
+
"node": ">=10"
|
|
10476
10456
|
}
|
|
10477
10457
|
},
|
|
10478
10458
|
"node_modules/mocha/node_modules/locate-path": {
|
|
@@ -10592,20 +10572,8 @@
|
|
|
10592
10572
|
"version": "0.0.8",
|
|
10593
10573
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
10594
10574
|
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
10595
|
-
"license": "ISC"
|
|
10596
|
-
},
|
|
10597
|
-
"node_modules/nanoid": {
|
|
10598
|
-
"version": "3.3.3",
|
|
10599
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz",
|
|
10600
|
-
"integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==",
|
|
10601
10575
|
"dev": true,
|
|
10602
|
-
"license": "
|
|
10603
|
-
"bin": {
|
|
10604
|
-
"nanoid": "bin/nanoid.cjs"
|
|
10605
|
-
},
|
|
10606
|
-
"engines": {
|
|
10607
|
-
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
10608
|
-
}
|
|
10576
|
+
"license": "ISC"
|
|
10609
10577
|
},
|
|
10610
10578
|
"node_modules/natural-compare": {
|
|
10611
10579
|
"version": "1.4.0",
|
|
@@ -11051,6 +11019,7 @@
|
|
|
11051
11019
|
"version": "5.1.2",
|
|
11052
11020
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
11053
11021
|
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
11022
|
+
"dev": true,
|
|
11054
11023
|
"license": "MIT",
|
|
11055
11024
|
"dependencies": {
|
|
11056
11025
|
"mimic-fn": "^2.1.0"
|
|
@@ -11066,6 +11035,7 @@
|
|
|
11066
11035
|
"version": "7.4.2",
|
|
11067
11036
|
"resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
|
|
11068
11037
|
"integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
|
|
11038
|
+
"dev": true,
|
|
11069
11039
|
"license": "MIT",
|
|
11070
11040
|
"dependencies": {
|
|
11071
11041
|
"is-docker": "^2.0.0",
|
|
@@ -11148,6 +11118,7 @@
|
|
|
11148
11118
|
"version": "1.0.2",
|
|
11149
11119
|
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
|
11150
11120
|
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
|
11121
|
+
"dev": true,
|
|
11151
11122
|
"license": "MIT",
|
|
11152
11123
|
"engines": {
|
|
11153
11124
|
"node": ">=0.10.0"
|
|
@@ -11948,6 +11919,7 @@
|
|
|
11948
11919
|
"version": "0.14.1",
|
|
11949
11920
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
|
|
11950
11921
|
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
|
|
11922
|
+
"dev": true,
|
|
11951
11923
|
"license": "MIT"
|
|
11952
11924
|
},
|
|
11953
11925
|
"node_modules/regexp-tree": {
|
|
@@ -12113,6 +12085,7 @@
|
|
|
12113
12085
|
"version": "3.1.0",
|
|
12114
12086
|
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
|
|
12115
12087
|
"integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
|
|
12088
|
+
"dev": true,
|
|
12116
12089
|
"license": "MIT",
|
|
12117
12090
|
"dependencies": {
|
|
12118
12091
|
"onetime": "^5.1.0",
|
|
@@ -12162,6 +12135,7 @@
|
|
|
12162
12135
|
"version": "2.4.1",
|
|
12163
12136
|
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
12164
12137
|
"integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
|
|
12138
|
+
"dev": true,
|
|
12165
12139
|
"license": "MIT",
|
|
12166
12140
|
"engines": {
|
|
12167
12141
|
"node": ">=0.12.0"
|
|
@@ -12274,6 +12248,7 @@
|
|
|
12274
12248
|
"version": "2.1.2",
|
|
12275
12249
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
12276
12250
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
12251
|
+
"dev": true,
|
|
12277
12252
|
"license": "MIT"
|
|
12278
12253
|
},
|
|
12279
12254
|
"node_modules/sax": {
|
|
@@ -12970,6 +12945,7 @@
|
|
|
12970
12945
|
"version": "2.3.8",
|
|
12971
12946
|
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
|
12972
12947
|
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
|
|
12948
|
+
"dev": true,
|
|
12973
12949
|
"license": "MIT"
|
|
12974
12950
|
},
|
|
12975
12951
|
"node_modules/through2": {
|
|
@@ -12986,6 +12962,7 @@
|
|
|
12986
12962
|
"version": "0.0.33",
|
|
12987
12963
|
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
12988
12964
|
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
|
12965
|
+
"dev": true,
|
|
12989
12966
|
"license": "MIT",
|
|
12990
12967
|
"dependencies": {
|
|
12991
12968
|
"os-tmpdir": "~1.0.2"
|
|
@@ -13069,19 +13046,6 @@
|
|
|
13069
13046
|
"typescript": ">=4.2.0"
|
|
13070
13047
|
}
|
|
13071
13048
|
},
|
|
13072
|
-
"node_modules/ts-api-utils/node_modules/typescript": {
|
|
13073
|
-
"version": "4.9.5",
|
|
13074
|
-
"dev": true,
|
|
13075
|
-
"license": "Apache-2.0",
|
|
13076
|
-
"peer": true,
|
|
13077
|
-
"bin": {
|
|
13078
|
-
"tsc": "bin/tsc",
|
|
13079
|
-
"tsserver": "bin/tsserver"
|
|
13080
|
-
},
|
|
13081
|
-
"engines": {
|
|
13082
|
-
"node": ">=4.2.0"
|
|
13083
|
-
}
|
|
13084
|
-
},
|
|
13085
13049
|
"node_modules/ts-json-schema-generator": {
|
|
13086
13050
|
"version": "1.5.0",
|
|
13087
13051
|
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz",
|
|
@@ -13360,6 +13324,28 @@
|
|
|
13360
13324
|
"is-typedarray": "^1.0.0"
|
|
13361
13325
|
}
|
|
13362
13326
|
},
|
|
13327
|
+
"node_modules/typedoc": {
|
|
13328
|
+
"version": "0.25.12",
|
|
13329
|
+
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.12.tgz",
|
|
13330
|
+
"integrity": "sha512-F+qhkK2VoTweDXd1c42GS/By2DvI2uDF4/EpG424dTexSHdtCH52C6IcAvMA6jR3DzAWZjHpUOW+E02kyPNUNw==",
|
|
13331
|
+
"dev": true,
|
|
13332
|
+
"license": "Apache-2.0",
|
|
13333
|
+
"dependencies": {
|
|
13334
|
+
"lunr": "^2.3.9",
|
|
13335
|
+
"marked": "^4.3.0",
|
|
13336
|
+
"minimatch": "^9.0.3",
|
|
13337
|
+
"shiki": "^0.14.7"
|
|
13338
|
+
},
|
|
13339
|
+
"bin": {
|
|
13340
|
+
"typedoc": "bin/typedoc"
|
|
13341
|
+
},
|
|
13342
|
+
"engines": {
|
|
13343
|
+
"node": ">= 16"
|
|
13344
|
+
},
|
|
13345
|
+
"peerDependencies": {
|
|
13346
|
+
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x"
|
|
13347
|
+
}
|
|
13348
|
+
},
|
|
13363
13349
|
"node_modules/typedoc-plugin-missing-exports": {
|
|
13364
13350
|
"version": "0.23.0",
|
|
13365
13351
|
"resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz",
|
|
@@ -13370,10 +13356,39 @@
|
|
|
13370
13356
|
"typedoc": "0.22.x || 0.23.x"
|
|
13371
13357
|
}
|
|
13372
13358
|
},
|
|
13359
|
+
"node_modules/typedoc/node_modules/marked": {
|
|
13360
|
+
"version": "4.3.0",
|
|
13361
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
|
|
13362
|
+
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
|
|
13363
|
+
"dev": true,
|
|
13364
|
+
"license": "MIT",
|
|
13365
|
+
"bin": {
|
|
13366
|
+
"marked": "bin/marked.js"
|
|
13367
|
+
},
|
|
13368
|
+
"engines": {
|
|
13369
|
+
"node": ">= 12"
|
|
13370
|
+
}
|
|
13371
|
+
},
|
|
13372
|
+
"node_modules/typedoc/node_modules/minimatch": {
|
|
13373
|
+
"version": "9.0.4",
|
|
13374
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
13375
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
13376
|
+
"dev": true,
|
|
13377
|
+
"license": "ISC",
|
|
13378
|
+
"dependencies": {
|
|
13379
|
+
"brace-expansion": "^2.0.1"
|
|
13380
|
+
},
|
|
13381
|
+
"engines": {
|
|
13382
|
+
"node": ">=16 || 14 >=14.17"
|
|
13383
|
+
},
|
|
13384
|
+
"funding": {
|
|
13385
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
13386
|
+
}
|
|
13387
|
+
},
|
|
13373
13388
|
"node_modules/typescript": {
|
|
13374
|
-
"version": "5.4.
|
|
13375
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.
|
|
13376
|
-
"integrity": "sha512-
|
|
13389
|
+
"version": "5.4.4",
|
|
13390
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
|
|
13391
|
+
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
|
|
13377
13392
|
"dev": true,
|
|
13378
13393
|
"license": "Apache-2.0",
|
|
13379
13394
|
"bin": {
|
|
@@ -13825,16 +13840,6 @@
|
|
|
13825
13840
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
13826
13841
|
"license": "ISC"
|
|
13827
13842
|
},
|
|
13828
|
-
"node_modules/yaml": {
|
|
13829
|
-
"version": "1.10.2",
|
|
13830
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
|
|
13831
|
-
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
|
|
13832
|
-
"dev": true,
|
|
13833
|
-
"license": "ISC",
|
|
13834
|
-
"engines": {
|
|
13835
|
-
"node": ">= 6"
|
|
13836
|
-
}
|
|
13837
|
-
},
|
|
13838
13843
|
"node_modules/yargs": {
|
|
13839
13844
|
"version": "16.2.0",
|
|
13840
13845
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|