@salesforce/plugin-signups 3.0.4 → 3.0.6
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 +7 -7
- package/npm-shrinkwrap.json +707 -567
- package/oclif.lock +265 -288
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-signups",
|
|
9
|
-
"version": "3.0.
|
|
9
|
+
"version": "3.0.6",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^
|
|
13
|
-
"@salesforce/core": "^9.1.
|
|
12
|
+
"@oclif/core": "^5.0.0",
|
|
13
|
+
"@salesforce/core": "^9.1.9",
|
|
14
14
|
"@salesforce/kit": "^4.0.0",
|
|
15
|
-
"@salesforce/sf-plugins-core": "^13.0.
|
|
15
|
+
"@salesforce/sf-plugins-core": "^13.0.4",
|
|
16
16
|
"change-case": "^5.4.4"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^
|
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^6.0.0",
|
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.3.66",
|
|
21
21
|
"@salesforce/dev-scripts": "^13.0.2",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.132",
|
|
23
23
|
"@salesforce/ts-types": "^3.0.1",
|
|
24
24
|
"@types/chai": "^4.3.17",
|
|
25
25
|
"@types/chai-as-promised": "^7.1.8",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"chai-string": "^1.6.0",
|
|
32
32
|
"eslint": "^10.4.0",
|
|
33
33
|
"eslint-config-salesforce-typescript": "^6.0.0",
|
|
34
|
-
"eslint-plugin-sf-plugin": "^
|
|
35
|
-
"jsforce": "^
|
|
36
|
-
"oclif": "^
|
|
34
|
+
"eslint-plugin-sf-plugin": "^3.0.0",
|
|
35
|
+
"jsforce": "^3.10.24",
|
|
36
|
+
"oclif": "^5.0.0",
|
|
37
37
|
"ts-node": "^10.9.2",
|
|
38
38
|
"typescript": "^5.5.4"
|
|
39
39
|
},
|
|
@@ -770,27 +770,23 @@
|
|
|
770
770
|
}
|
|
771
771
|
},
|
|
772
772
|
"node_modules/@babel/runtime": {
|
|
773
|
-
"version": "7.
|
|
774
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.
|
|
775
|
-
"integrity": "sha512-
|
|
773
|
+
"version": "7.29.7",
|
|
774
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
|
|
775
|
+
"integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
|
|
776
776
|
"dev": true,
|
|
777
777
|
"license": "MIT",
|
|
778
|
-
"dependencies": {
|
|
779
|
-
"regenerator-runtime": "^0.14.0"
|
|
780
|
-
},
|
|
781
778
|
"engines": {
|
|
782
779
|
"node": ">=6.9.0"
|
|
783
780
|
}
|
|
784
781
|
},
|
|
785
782
|
"node_modules/@babel/runtime-corejs3": {
|
|
786
|
-
"version": "7.
|
|
787
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.
|
|
788
|
-
"integrity": "sha512-
|
|
783
|
+
"version": "7.29.7",
|
|
784
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.29.7.tgz",
|
|
785
|
+
"integrity": "sha512-ppj9ouYku+RX0ljtgZd+KMO5mkM2bCqg8H2PYAFWnLsHEIKIdRojqbJ2i3eVHrisuxy7nOFCmngTDdWtUCdXUQ==",
|
|
789
786
|
"dev": true,
|
|
790
787
|
"license": "MIT",
|
|
791
788
|
"dependencies": {
|
|
792
|
-
"core-js-pure": "^3.
|
|
793
|
-
"regenerator-runtime": "^0.14.0"
|
|
789
|
+
"core-js-pure": "^3.48.0"
|
|
794
790
|
},
|
|
795
791
|
"engines": {
|
|
796
792
|
"node": ">=6.9.0"
|
|
@@ -1858,30 +1854,6 @@
|
|
|
1858
1854
|
}
|
|
1859
1855
|
}
|
|
1860
1856
|
},
|
|
1861
|
-
"node_modules/@inquirer/external-editor/node_modules/chardet": {
|
|
1862
|
-
"version": "2.1.1",
|
|
1863
|
-
"resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.1.tgz",
|
|
1864
|
-
"integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==",
|
|
1865
|
-
"dev": true,
|
|
1866
|
-
"license": "MIT"
|
|
1867
|
-
},
|
|
1868
|
-
"node_modules/@inquirer/external-editor/node_modules/iconv-lite": {
|
|
1869
|
-
"version": "0.7.0",
|
|
1870
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
|
|
1871
|
-
"integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
|
|
1872
|
-
"dev": true,
|
|
1873
|
-
"license": "MIT",
|
|
1874
|
-
"dependencies": {
|
|
1875
|
-
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
1876
|
-
},
|
|
1877
|
-
"engines": {
|
|
1878
|
-
"node": ">=0.10.0"
|
|
1879
|
-
},
|
|
1880
|
-
"funding": {
|
|
1881
|
-
"type": "opencollective",
|
|
1882
|
-
"url": "https://opencollective.com/express"
|
|
1883
|
-
}
|
|
1884
|
-
},
|
|
1885
1857
|
"node_modules/@inquirer/figures": {
|
|
1886
1858
|
"version": "1.0.15",
|
|
1887
1859
|
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz",
|
|
@@ -2591,9 +2563,9 @@
|
|
|
2591
2563
|
}
|
|
2592
2564
|
},
|
|
2593
2565
|
"node_modules/@jsforce/jsforce-node": {
|
|
2594
|
-
"version": "3.10.
|
|
2595
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
2596
|
-
"integrity": "sha512-
|
|
2566
|
+
"version": "3.10.24",
|
|
2567
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.24.tgz",
|
|
2568
|
+
"integrity": "sha512-EejRrqFmn5No4lCiHYPlN5UFRCLo7gEoflNNisxca8AMZFzEO+sdj/aUHGzjzXf4a9K2cbXNZ+4eL4lkiIEsGw==",
|
|
2597
2569
|
"license": "MIT",
|
|
2598
2570
|
"dependencies": {
|
|
2599
2571
|
"@sindresorhus/is": "^4",
|
|
@@ -2610,31 +2582,6 @@
|
|
|
2610
2582
|
"node": ">=22"
|
|
2611
2583
|
}
|
|
2612
2584
|
},
|
|
2613
|
-
"node_modules/@jsforce/jsforce-node/node_modules/csv-parse": {
|
|
2614
|
-
"version": "5.5.5",
|
|
2615
|
-
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.5.tgz",
|
|
2616
|
-
"integrity": "sha512-erCk7tyU3yLWAhk6wvKxnyPtftuy/6Ak622gOO7BCJ05+TYffnPCJF905wmOQm+BpkX54OdAl8pveJwUdpnCXQ==",
|
|
2617
|
-
"license": "MIT"
|
|
2618
|
-
},
|
|
2619
|
-
"node_modules/@jsforce/jsforce-node/node_modules/csv-stringify": {
|
|
2620
|
-
"version": "6.6.0",
|
|
2621
|
-
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.6.0.tgz",
|
|
2622
|
-
"integrity": "sha512-YW32lKOmIBgbxtu3g5SaiqWNwa/9ISQt2EcgOq0+RAIFufFp9is6tqNnKahqE5kuKvrnYAzs28r+s6pXJR8Vcw==",
|
|
2623
|
-
"license": "MIT"
|
|
2624
|
-
},
|
|
2625
|
-
"node_modules/@jsforce/jsforce-node/node_modules/xml2js": {
|
|
2626
|
-
"version": "0.6.2",
|
|
2627
|
-
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
|
2628
|
-
"integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
|
|
2629
|
-
"license": "MIT",
|
|
2630
|
-
"dependencies": {
|
|
2631
|
-
"sax": ">=0.6.0",
|
|
2632
|
-
"xmlbuilder": "~11.0.0"
|
|
2633
|
-
},
|
|
2634
|
-
"engines": {
|
|
2635
|
-
"node": ">=4.0.0"
|
|
2636
|
-
}
|
|
2637
|
-
},
|
|
2638
2585
|
"node_modules/@jsonjoy.com/base64": {
|
|
2639
2586
|
"version": "1.1.2",
|
|
2640
2587
|
"resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz",
|
|
@@ -2788,9 +2735,9 @@
|
|
|
2788
2735
|
}
|
|
2789
2736
|
},
|
|
2790
2737
|
"node_modules/@oclif/core": {
|
|
2791
|
-
"version": "
|
|
2792
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-
|
|
2793
|
-
"integrity": "sha512-
|
|
2738
|
+
"version": "5.0.0",
|
|
2739
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-5.0.0.tgz",
|
|
2740
|
+
"integrity": "sha512-24ZsN528VButCtvqjBoHw7cEpqXZZILH7Zp0d8oFKrWbqU2BqYrxLd5aGU8LyqRev7CCjAHg+/m1Bewz4V7AmQ==",
|
|
2794
2741
|
"license": "MIT",
|
|
2795
2742
|
"dependencies": {
|
|
2796
2743
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2798,10 +2745,9 @@
|
|
|
2798
2745
|
"clean-stack": "^3.0.1",
|
|
2799
2746
|
"cli-spinners": "^2.9.2",
|
|
2800
2747
|
"debug": "^4.4.3",
|
|
2801
|
-
"ejs": "^
|
|
2748
|
+
"ejs": "^6",
|
|
2802
2749
|
"get-package-type": "^0.1.0",
|
|
2803
2750
|
"indent-string": "^4.0.0",
|
|
2804
|
-
"is-wsl": "^2.2.0",
|
|
2805
2751
|
"lilconfig": "^3.1.3",
|
|
2806
2752
|
"minimatch": "^10.2.5",
|
|
2807
2753
|
"semver": "^7.8.1",
|
|
@@ -2810,10 +2756,11 @@
|
|
|
2810
2756
|
"tinyglobby": "^0.2.17",
|
|
2811
2757
|
"widest-line": "^3.1.0",
|
|
2812
2758
|
"wordwrap": "^1.0.0",
|
|
2813
|
-
"wrap-ansi": "^7.0.0"
|
|
2759
|
+
"wrap-ansi": "^7.0.0",
|
|
2760
|
+
"wsl-utils": "^0.4.0"
|
|
2814
2761
|
},
|
|
2815
2762
|
"engines": {
|
|
2816
|
-
"node": ">=
|
|
2763
|
+
"node": ">=22.0.0"
|
|
2817
2764
|
}
|
|
2818
2765
|
},
|
|
2819
2766
|
"node_modules/@oclif/core/node_modules/ansi-styles": {
|
|
@@ -2831,6 +2778,18 @@
|
|
|
2831
2778
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2832
2779
|
}
|
|
2833
2780
|
},
|
|
2781
|
+
"node_modules/@oclif/core/node_modules/ejs": {
|
|
2782
|
+
"version": "6.0.1",
|
|
2783
|
+
"resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
|
|
2784
|
+
"integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
|
|
2785
|
+
"license": "Apache-2.0",
|
|
2786
|
+
"bin": {
|
|
2787
|
+
"ejs": "bin/cli.js"
|
|
2788
|
+
},
|
|
2789
|
+
"engines": {
|
|
2790
|
+
"node": ">=0.12.18"
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2834
2793
|
"node_modules/@oclif/core/node_modules/supports-color": {
|
|
2835
2794
|
"version": "8.1.1",
|
|
2836
2795
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -2864,13 +2823,13 @@
|
|
|
2864
2823
|
}
|
|
2865
2824
|
},
|
|
2866
2825
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
2867
|
-
"version": "
|
|
2868
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-
|
|
2869
|
-
"integrity": "sha512-
|
|
2826
|
+
"version": "6.0.0",
|
|
2827
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-6.0.0.tgz",
|
|
2828
|
+
"integrity": "sha512-bBrWiGIWBaV3FPUmMA/zPlNPJCWN5xTGHFhOomkfshaXyxeeJSkklVAnWWslmBtzYSf/LBslhaC249wVjbmI4Q==",
|
|
2870
2829
|
"dev": true,
|
|
2871
2830
|
"license": "MIT",
|
|
2872
2831
|
"dependencies": {
|
|
2873
|
-
"@oclif/core": "^
|
|
2832
|
+
"@oclif/core": "^5.0.0",
|
|
2874
2833
|
"ansis": "^3.17.0",
|
|
2875
2834
|
"globby": "^14.1.0",
|
|
2876
2835
|
"just-diff": "^5.2.0",
|
|
@@ -2884,46 +2843,46 @@
|
|
|
2884
2843
|
"oclif-snapshot": "bin/run.js"
|
|
2885
2844
|
},
|
|
2886
2845
|
"engines": {
|
|
2887
|
-
"node": ">=
|
|
2846
|
+
"node": ">=22.0.0"
|
|
2888
2847
|
}
|
|
2889
2848
|
},
|
|
2890
2849
|
"node_modules/@oclif/plugin-help": {
|
|
2891
|
-
"version": "
|
|
2892
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-
|
|
2893
|
-
"integrity": "sha512-
|
|
2850
|
+
"version": "7.0.0",
|
|
2851
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-7.0.0.tgz",
|
|
2852
|
+
"integrity": "sha512-lJVCS6E0FrBRQ7jkLK9pUwUo52WmNLD7zOAu7P28WkQ6G+8zBUbv5lq/IyakNTOTNO7oD5EJkLVYQLmwChetpg==",
|
|
2894
2853
|
"dev": true,
|
|
2895
2854
|
"license": "MIT",
|
|
2896
2855
|
"dependencies": {
|
|
2897
|
-
"@oclif/core": "^
|
|
2856
|
+
"@oclif/core": "^5.0.0"
|
|
2898
2857
|
},
|
|
2899
2858
|
"engines": {
|
|
2900
|
-
"node": ">=
|
|
2859
|
+
"node": ">=22.0.0"
|
|
2901
2860
|
}
|
|
2902
2861
|
},
|
|
2903
2862
|
"node_modules/@oclif/plugin-not-found": {
|
|
2904
|
-
"version": "
|
|
2905
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-
|
|
2906
|
-
"integrity": "sha512-
|
|
2863
|
+
"version": "4.0.0",
|
|
2864
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-4.0.0.tgz",
|
|
2865
|
+
"integrity": "sha512-67I+eJKTmDkY8hJiuaA7Ir+Ba0tUZxrXsq3WnnGOywn3Gi6++9Q+zaWmbOImy1U25XTSIAm8kJhaTl57Xg57XQ==",
|
|
2907
2866
|
"dev": true,
|
|
2908
2867
|
"license": "MIT",
|
|
2909
2868
|
"dependencies": {
|
|
2910
2869
|
"@inquirer/prompts": "^7.10.1",
|
|
2911
|
-
"@oclif/core": "^
|
|
2870
|
+
"@oclif/core": "^5.0.0",
|
|
2912
2871
|
"ansis": "^3.17.0",
|
|
2913
2872
|
"fast-levenshtein": "^3.0.0"
|
|
2914
2873
|
},
|
|
2915
2874
|
"engines": {
|
|
2916
|
-
"node": ">=
|
|
2875
|
+
"node": ">=22.0.0"
|
|
2917
2876
|
}
|
|
2918
2877
|
},
|
|
2919
2878
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
2920
|
-
"version": "
|
|
2921
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-
|
|
2922
|
-
"integrity": "sha512-
|
|
2879
|
+
"version": "4.0.0",
|
|
2880
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-4.0.0.tgz",
|
|
2881
|
+
"integrity": "sha512-F6VnIkO3xBEawTuaOjWQIOsOePZL3s4vDVbBqQgC+NYU+oBnFaJoGB8mJ+mtpdo/7H0lQ1YsKsMwCNb7EbsIZg==",
|
|
2923
2882
|
"dev": true,
|
|
2924
2883
|
"license": "MIT",
|
|
2925
2884
|
"dependencies": {
|
|
2926
|
-
"@oclif/core": "^
|
|
2885
|
+
"@oclif/core": "^5.0.0",
|
|
2927
2886
|
"ansis": "^3.17.0",
|
|
2928
2887
|
"debug": "^4.4.3",
|
|
2929
2888
|
"http-call": "^5.2.2",
|
|
@@ -2931,13 +2890,13 @@
|
|
|
2931
2890
|
"registry-auth-token": "^5.1.1"
|
|
2932
2891
|
},
|
|
2933
2892
|
"engines": {
|
|
2934
|
-
"node": ">=
|
|
2893
|
+
"node": ">=22.0.0"
|
|
2935
2894
|
}
|
|
2936
2895
|
},
|
|
2937
2896
|
"node_modules/@oclif/table": {
|
|
2938
|
-
"version": "0.
|
|
2939
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.
|
|
2940
|
-
"integrity": "sha512
|
|
2897
|
+
"version": "1.0.0",
|
|
2898
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-1.0.0.tgz",
|
|
2899
|
+
"integrity": "sha512-+Mggw/KHkdH0NxLFS4y0E5gZyy6CmDlOHh/wkwkF+RYnOEvneZ6E5BAJ+VqXXDZmRHNw6Mei7L19VHEQYgKooQ==",
|
|
2941
2900
|
"license": "MIT",
|
|
2942
2901
|
"dependencies": {
|
|
2943
2902
|
"@types/react": "^18.3.12",
|
|
@@ -2952,7 +2911,7 @@
|
|
|
2952
2911
|
"wrap-ansi": "^9.0.2"
|
|
2953
2912
|
},
|
|
2954
2913
|
"engines": {
|
|
2955
|
-
"node": ">=
|
|
2914
|
+
"node": ">=22.0.0"
|
|
2956
2915
|
}
|
|
2957
2916
|
},
|
|
2958
2917
|
"node_modules/@oclif/table/node_modules/ansi-regex": {
|
|
@@ -3095,13 +3054,13 @@
|
|
|
3095
3054
|
}
|
|
3096
3055
|
},
|
|
3097
3056
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3098
|
-
"version": "5.3.
|
|
3099
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
3100
|
-
"integrity": "sha512-
|
|
3057
|
+
"version": "5.3.66",
|
|
3058
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.66.tgz",
|
|
3059
|
+
"integrity": "sha512-xmco8MRlrpPmj2n9LZ8hkp0aWWDXbFDvNzTOC6h/z756PSu+g3ERNsW+HwXiyrirMd7rH7IalKSMcNXgWS/f3w==",
|
|
3101
3060
|
"dev": true,
|
|
3102
3061
|
"license": "Apache-2.0",
|
|
3103
3062
|
"dependencies": {
|
|
3104
|
-
"@salesforce/core": "^8.
|
|
3063
|
+
"@salesforce/core": "^8.32.6",
|
|
3105
3064
|
"@salesforce/kit": "^3.2.6",
|
|
3106
3065
|
"@salesforce/ts-types": "^2.0.11",
|
|
3107
3066
|
"@types/shelljs": "^0.10.0",
|
|
@@ -3116,6 +3075,27 @@
|
|
|
3116
3075
|
"node": ">=16.0.0"
|
|
3117
3076
|
}
|
|
3118
3077
|
},
|
|
3078
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@jsforce/jsforce-node": {
|
|
3079
|
+
"version": "3.10.17",
|
|
3080
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.17.tgz",
|
|
3081
|
+
"integrity": "sha512-gYWiK0Y68dMUTdlPjkF+Bw3r7pmfTbqzs7/6ZChg2Md14NyzXk/usp+y8hHj6vc1SF3s7e6j5OUzUasYF5RJWQ==",
|
|
3082
|
+
"dev": true,
|
|
3083
|
+
"license": "MIT",
|
|
3084
|
+
"dependencies": {
|
|
3085
|
+
"@sindresorhus/is": "^4",
|
|
3086
|
+
"base64url": "^3.0.1",
|
|
3087
|
+
"csv-parse": "^5.5.2",
|
|
3088
|
+
"csv-stringify": "^6.6.0",
|
|
3089
|
+
"faye": "^1.4.0",
|
|
3090
|
+
"form-data": "^4.0.4",
|
|
3091
|
+
"multistream": "^3.1.0",
|
|
3092
|
+
"undici": "^8.5.0",
|
|
3093
|
+
"xml2js": "^0.6.2"
|
|
3094
|
+
},
|
|
3095
|
+
"engines": {
|
|
3096
|
+
"node": ">=22"
|
|
3097
|
+
}
|
|
3098
|
+
},
|
|
3119
3099
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@salesforce/core": {
|
|
3120
3100
|
"version": "8.32.6",
|
|
3121
3101
|
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.32.6.tgz",
|
|
@@ -3308,12 +3288,12 @@
|
|
|
3308
3288
|
}
|
|
3309
3289
|
},
|
|
3310
3290
|
"node_modules/@salesforce/core": {
|
|
3311
|
-
"version": "9.1.
|
|
3312
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.
|
|
3313
|
-
"integrity": "sha512-
|
|
3291
|
+
"version": "9.1.9",
|
|
3292
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.9.tgz",
|
|
3293
|
+
"integrity": "sha512-miwUrBMzoNSquTXUsNKoAMnENj6XjSXSUJJgB2NsMf9g/jOeremiDRiSNTtTmo6E7oX3CU1wTq2lsO7r5RP09Q==",
|
|
3314
3294
|
"license": "Apache-2.0",
|
|
3315
3295
|
"dependencies": {
|
|
3316
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
3296
|
+
"@jsforce/jsforce-node": "^3.10.24",
|
|
3317
3297
|
"@salesforce/kit": "^4.0.0",
|
|
3318
3298
|
"@salesforce/ts-types": "^3.0.0",
|
|
3319
3299
|
"ajv": "^8.18.0",
|
|
@@ -3422,9 +3402,9 @@
|
|
|
3422
3402
|
}
|
|
3423
3403
|
},
|
|
3424
3404
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3425
|
-
"version": "3.1.
|
|
3426
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
3427
|
-
"integrity": "sha512-
|
|
3405
|
+
"version": "3.1.132",
|
|
3406
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.132.tgz",
|
|
3407
|
+
"integrity": "sha512-khxcwV+djsdN7pa2gRQjy3Xvn5RJ4/AqCdvsIfU70bZKo2LqjHK9O+Pkz0F7ci2ao4nyamRlyL9C6rpKPg+N+g==",
|
|
3428
3408
|
"dev": true,
|
|
3429
3409
|
"license": "Apache-2.0",
|
|
3430
3410
|
"dependencies": {
|
|
@@ -3441,101 +3421,292 @@
|
|
|
3441
3421
|
"node": ">=18.0.0"
|
|
3442
3422
|
}
|
|
3443
3423
|
},
|
|
3444
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@
|
|
3445
|
-
"version": "
|
|
3446
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3447
|
-
"integrity": "sha512-
|
|
3424
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@jsforce/jsforce-node": {
|
|
3425
|
+
"version": "3.10.17",
|
|
3426
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.17.tgz",
|
|
3427
|
+
"integrity": "sha512-gYWiK0Y68dMUTdlPjkF+Bw3r7pmfTbqzs7/6ZChg2Md14NyzXk/usp+y8hHj6vc1SF3s7e6j5OUzUasYF5RJWQ==",
|
|
3448
3428
|
"dev": true,
|
|
3449
|
-
"license": "
|
|
3429
|
+
"license": "MIT",
|
|
3450
3430
|
"dependencies": {
|
|
3451
|
-
"@
|
|
3452
|
-
"
|
|
3453
|
-
"
|
|
3454
|
-
"
|
|
3455
|
-
"
|
|
3456
|
-
"
|
|
3457
|
-
"
|
|
3458
|
-
"
|
|
3459
|
-
"
|
|
3460
|
-
"jsonwebtoken": "9.0.3",
|
|
3461
|
-
"jszip": "3.10.1",
|
|
3462
|
-
"memfs": "4.38.1",
|
|
3463
|
-
"pino": "^9.7.0",
|
|
3464
|
-
"pino-abstract-transport": "^1.2.0",
|
|
3465
|
-
"pino-pretty": "^11.3.0",
|
|
3466
|
-
"proper-lockfile": "^4.1.2",
|
|
3467
|
-
"semver": "^7.8.0",
|
|
3468
|
-
"ts-retry-promise": "^0.8.1",
|
|
3469
|
-
"zod": "^4.1.12"
|
|
3431
|
+
"@sindresorhus/is": "^4",
|
|
3432
|
+
"base64url": "^3.0.1",
|
|
3433
|
+
"csv-parse": "^5.5.2",
|
|
3434
|
+
"csv-stringify": "^6.6.0",
|
|
3435
|
+
"faye": "^1.4.0",
|
|
3436
|
+
"form-data": "^4.0.4",
|
|
3437
|
+
"multistream": "^3.1.0",
|
|
3438
|
+
"undici": "^8.5.0",
|
|
3439
|
+
"xml2js": "^0.6.2"
|
|
3470
3440
|
},
|
|
3471
3441
|
"engines": {
|
|
3472
|
-
"node": ">=
|
|
3442
|
+
"node": ">=22"
|
|
3473
3443
|
}
|
|
3474
3444
|
},
|
|
3475
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@
|
|
3476
|
-
"version": "
|
|
3477
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3478
|
-
"integrity": "sha512-
|
|
3445
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core": {
|
|
3446
|
+
"version": "4.13.3",
|
|
3447
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.3.tgz",
|
|
3448
|
+
"integrity": "sha512-wBp2igI2KVwq2ZmpnfmGtOROo7aXZIr3OEtAS16g1wHFBqyEuswL+9K50NJWJvlpAmxd+4dVj/ycawXESU3wQQ==",
|
|
3479
3449
|
"dev": true,
|
|
3480
|
-
"license": "
|
|
3450
|
+
"license": "MIT",
|
|
3481
3451
|
"dependencies": {
|
|
3482
|
-
"
|
|
3452
|
+
"ansi-escapes": "^4.3.2",
|
|
3453
|
+
"ansis": "^3.17.0",
|
|
3454
|
+
"clean-stack": "^3.0.1",
|
|
3455
|
+
"cli-spinners": "^2.9.2",
|
|
3456
|
+
"debug": "^4.4.3",
|
|
3457
|
+
"ejs": "^3.1.10",
|
|
3458
|
+
"get-package-type": "^0.1.0",
|
|
3459
|
+
"indent-string": "^4.0.0",
|
|
3460
|
+
"is-wsl": "^2.2.0",
|
|
3461
|
+
"lilconfig": "^3.1.3",
|
|
3462
|
+
"minimatch": "^10.2.5",
|
|
3463
|
+
"semver": "^7.8.1",
|
|
3464
|
+
"string-width": "^4.2.3",
|
|
3465
|
+
"supports-color": "^8",
|
|
3466
|
+
"tinyglobby": "^0.2.17",
|
|
3467
|
+
"widest-line": "^3.1.0",
|
|
3468
|
+
"wordwrap": "^1.0.0",
|
|
3469
|
+
"wrap-ansi": "^7.0.0"
|
|
3470
|
+
},
|
|
3471
|
+
"engines": {
|
|
3472
|
+
"node": ">=18.0.0"
|
|
3483
3473
|
}
|
|
3484
3474
|
},
|
|
3485
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@
|
|
3486
|
-
"version": "
|
|
3487
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3488
|
-
"integrity": "sha512
|
|
3475
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table": {
|
|
3476
|
+
"version": "0.5.9",
|
|
3477
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.9.tgz",
|
|
3478
|
+
"integrity": "sha512-/bvSRF38rrZ8O3hsChEKb98bEpmY7GAMeMU5hRkt73RCEoAo1UuRKX4IO0zlkD6UooSs30LfEMJeSU2NZOkndA==",
|
|
3489
3479
|
"dev": true,
|
|
3490
|
-
"license": "
|
|
3480
|
+
"license": "MIT",
|
|
3491
3481
|
"dependencies": {
|
|
3492
|
-
"@
|
|
3493
|
-
"
|
|
3494
|
-
"
|
|
3495
|
-
"
|
|
3496
|
-
"
|
|
3497
|
-
"
|
|
3498
|
-
"
|
|
3499
|
-
"
|
|
3500
|
-
"
|
|
3501
|
-
"
|
|
3482
|
+
"@types/react": "^18.3.12",
|
|
3483
|
+
"change-case": "^5.4.4",
|
|
3484
|
+
"cli-truncate": "^4.0.0",
|
|
3485
|
+
"ink": "5.0.1",
|
|
3486
|
+
"natural-orderby": "^3.0.2",
|
|
3487
|
+
"object-hash": "^3.0.0",
|
|
3488
|
+
"react": "^18.3.1",
|
|
3489
|
+
"string-width": "^8.2.1",
|
|
3490
|
+
"strip-ansi": "^7.2.0",
|
|
3491
|
+
"wrap-ansi": "^9.0.2"
|
|
3502
3492
|
},
|
|
3503
3493
|
"engines": {
|
|
3504
3494
|
"node": ">=18.0.0"
|
|
3505
3495
|
}
|
|
3506
3496
|
},
|
|
3507
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@
|
|
3508
|
-
"version": "2.
|
|
3509
|
-
"resolved": "https://registry.npmjs.org
|
|
3510
|
-
"integrity": "sha512-
|
|
3497
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/ansi-styles": {
|
|
3498
|
+
"version": "6.2.1",
|
|
3499
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
3500
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
3511
3501
|
"dev": true,
|
|
3512
|
-
"license": "
|
|
3502
|
+
"license": "MIT",
|
|
3513
3503
|
"engines": {
|
|
3514
|
-
"node": ">=
|
|
3504
|
+
"node": ">=12"
|
|
3505
|
+
},
|
|
3506
|
+
"funding": {
|
|
3507
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3515
3508
|
}
|
|
3516
3509
|
},
|
|
3517
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/
|
|
3518
|
-
"version": "5.
|
|
3519
|
-
"resolved": "https://registry.npmjs.org/
|
|
3520
|
-
"integrity": "sha512-
|
|
3510
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/change-case": {
|
|
3511
|
+
"version": "5.4.4",
|
|
3512
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
3513
|
+
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
3514
|
+
"dev": true,
|
|
3515
|
+
"license": "MIT"
|
|
3516
|
+
},
|
|
3517
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/string-width": {
|
|
3518
|
+
"version": "8.2.1",
|
|
3519
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
|
|
3520
|
+
"integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
|
|
3521
3521
|
"dev": true,
|
|
3522
3522
|
"license": "MIT",
|
|
3523
|
+
"dependencies": {
|
|
3524
|
+
"get-east-asian-width": "^1.5.0",
|
|
3525
|
+
"strip-ansi": "^7.1.2"
|
|
3526
|
+
},
|
|
3523
3527
|
"engines": {
|
|
3524
|
-
"node": "
|
|
3528
|
+
"node": ">=20"
|
|
3525
3529
|
},
|
|
3526
3530
|
"funding": {
|
|
3527
|
-
"url": "https://github.com/
|
|
3531
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3528
3532
|
}
|
|
3529
3533
|
},
|
|
3530
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/
|
|
3531
|
-
"version": "
|
|
3532
|
-
"resolved": "https://registry.npmjs.org/
|
|
3533
|
-
"integrity": "sha512-
|
|
3534
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/strip-ansi": {
|
|
3535
|
+
"version": "7.2.0",
|
|
3536
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
3537
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
3534
3538
|
"dev": true,
|
|
3535
3539
|
"license": "MIT",
|
|
3536
3540
|
"dependencies": {
|
|
3537
|
-
"
|
|
3538
|
-
|
|
3541
|
+
"ansi-regex": "^6.2.2"
|
|
3542
|
+
},
|
|
3543
|
+
"engines": {
|
|
3544
|
+
"node": ">=12"
|
|
3545
|
+
},
|
|
3546
|
+
"funding": {
|
|
3547
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
3548
|
+
}
|
|
3549
|
+
},
|
|
3550
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/wrap-ansi": {
|
|
3551
|
+
"version": "9.0.2",
|
|
3552
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
3553
|
+
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
3554
|
+
"dev": true,
|
|
3555
|
+
"license": "MIT",
|
|
3556
|
+
"dependencies": {
|
|
3557
|
+
"ansi-styles": "^6.2.1",
|
|
3558
|
+
"string-width": "^7.0.0",
|
|
3559
|
+
"strip-ansi": "^7.1.0"
|
|
3560
|
+
},
|
|
3561
|
+
"engines": {
|
|
3562
|
+
"node": ">=18"
|
|
3563
|
+
},
|
|
3564
|
+
"funding": {
|
|
3565
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3566
|
+
}
|
|
3567
|
+
},
|
|
3568
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/string-width": {
|
|
3569
|
+
"version": "7.2.0",
|
|
3570
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
3571
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
3572
|
+
"dev": true,
|
|
3573
|
+
"license": "MIT",
|
|
3574
|
+
"dependencies": {
|
|
3575
|
+
"emoji-regex": "^10.3.0",
|
|
3576
|
+
"get-east-asian-width": "^1.0.0",
|
|
3577
|
+
"strip-ansi": "^7.1.0"
|
|
3578
|
+
},
|
|
3579
|
+
"engines": {
|
|
3580
|
+
"node": ">=18"
|
|
3581
|
+
},
|
|
3582
|
+
"funding": {
|
|
3583
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3584
|
+
}
|
|
3585
|
+
},
|
|
3586
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
|
|
3587
|
+
"version": "8.32.6",
|
|
3588
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.32.6.tgz",
|
|
3589
|
+
"integrity": "sha512-ZR973WoqCgi6cR58WhgokbHVZOaADNKHiuM1FAwS5pTLQnC91xYi04i2e/gpAX2AUf7Ya6zjbusYtZNpSyKKAQ==",
|
|
3590
|
+
"dev": true,
|
|
3591
|
+
"license": "BSD-3-Clause",
|
|
3592
|
+
"dependencies": {
|
|
3593
|
+
"@jsforce/jsforce-node": "^3.10.17",
|
|
3594
|
+
"@salesforce/kit": "^3.2.4",
|
|
3595
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
3596
|
+
"ajv": "^8.18.0",
|
|
3597
|
+
"change-case": "^4.1.2",
|
|
3598
|
+
"fast-levenshtein": "^3.0.0",
|
|
3599
|
+
"faye": "^1.4.1",
|
|
3600
|
+
"form-data": "^4.0.5",
|
|
3601
|
+
"js2xmlparser": "^4.0.1",
|
|
3602
|
+
"jsonwebtoken": "9.0.3",
|
|
3603
|
+
"jszip": "3.10.1",
|
|
3604
|
+
"memfs": "4.38.1",
|
|
3605
|
+
"pino": "^9.7.0",
|
|
3606
|
+
"pino-abstract-transport": "^1.2.0",
|
|
3607
|
+
"pino-pretty": "^11.3.0",
|
|
3608
|
+
"proper-lockfile": "^4.1.2",
|
|
3609
|
+
"semver": "^7.8.0",
|
|
3610
|
+
"ts-retry-promise": "^0.8.1",
|
|
3611
|
+
"zod": "^4.1.12"
|
|
3612
|
+
},
|
|
3613
|
+
"engines": {
|
|
3614
|
+
"node": ">=18.0.0"
|
|
3615
|
+
}
|
|
3616
|
+
},
|
|
3617
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/kit": {
|
|
3618
|
+
"version": "3.2.6",
|
|
3619
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.6.tgz",
|
|
3620
|
+
"integrity": "sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==",
|
|
3621
|
+
"dev": true,
|
|
3622
|
+
"license": "Apache-2.0",
|
|
3623
|
+
"dependencies": {
|
|
3624
|
+
"@salesforce/ts-types": "^2.0.12"
|
|
3625
|
+
}
|
|
3626
|
+
},
|
|
3627
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
3628
|
+
"version": "12.2.28",
|
|
3629
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.28.tgz",
|
|
3630
|
+
"integrity": "sha512-amfPBfdlgYoM9LCQewtoLWOe29kY7urLnYH1a5G7QLWN74tJeXEkvc1OyM18n+f2MHmpK0/ICAg5Wq276HwxHQ==",
|
|
3631
|
+
"dev": true,
|
|
3632
|
+
"license": "Apache-2.0",
|
|
3633
|
+
"dependencies": {
|
|
3634
|
+
"@inquirer/confirm": "^6.1.1",
|
|
3635
|
+
"@inquirer/password": "^5.1.1",
|
|
3636
|
+
"@oclif/core": "^4.11.4",
|
|
3637
|
+
"@oclif/table": "^0.5.9",
|
|
3638
|
+
"@salesforce/core": "^8.31.4",
|
|
3639
|
+
"@salesforce/kit": "^3.2.3",
|
|
3640
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
3641
|
+
"ansis": "^3.3.2",
|
|
3642
|
+
"cli-progress": "^3.12.0",
|
|
3643
|
+
"terminal-link": "^3.0.0"
|
|
3644
|
+
},
|
|
3645
|
+
"engines": {
|
|
3646
|
+
"node": ">=18.0.0"
|
|
3647
|
+
}
|
|
3648
|
+
},
|
|
3649
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/ts-types": {
|
|
3650
|
+
"version": "2.0.12",
|
|
3651
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.12.tgz",
|
|
3652
|
+
"integrity": "sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==",
|
|
3653
|
+
"dev": true,
|
|
3654
|
+
"license": "BSD-3-Clause",
|
|
3655
|
+
"engines": {
|
|
3656
|
+
"node": ">=18.0.0"
|
|
3657
|
+
}
|
|
3658
|
+
},
|
|
3659
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/ansi-regex": {
|
|
3660
|
+
"version": "6.2.2",
|
|
3661
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
3662
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
3663
|
+
"dev": true,
|
|
3664
|
+
"license": "MIT",
|
|
3665
|
+
"engines": {
|
|
3666
|
+
"node": ">=12"
|
|
3667
|
+
},
|
|
3668
|
+
"funding": {
|
|
3669
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
3670
|
+
}
|
|
3671
|
+
},
|
|
3672
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/ansi-styles": {
|
|
3673
|
+
"version": "4.3.0",
|
|
3674
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3675
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3676
|
+
"dev": true,
|
|
3677
|
+
"license": "MIT",
|
|
3678
|
+
"dependencies": {
|
|
3679
|
+
"color-convert": "^2.0.1"
|
|
3680
|
+
},
|
|
3681
|
+
"engines": {
|
|
3682
|
+
"node": ">=8"
|
|
3683
|
+
},
|
|
3684
|
+
"funding": {
|
|
3685
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3686
|
+
}
|
|
3687
|
+
},
|
|
3688
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
|
|
3689
|
+
"version": "5.6.2",
|
|
3690
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
3691
|
+
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
3692
|
+
"dev": true,
|
|
3693
|
+
"license": "MIT",
|
|
3694
|
+
"engines": {
|
|
3695
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
3696
|
+
},
|
|
3697
|
+
"funding": {
|
|
3698
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3699
|
+
}
|
|
3700
|
+
},
|
|
3701
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/change-case": {
|
|
3702
|
+
"version": "4.1.2",
|
|
3703
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
3704
|
+
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
3705
|
+
"dev": true,
|
|
3706
|
+
"license": "MIT",
|
|
3707
|
+
"dependencies": {
|
|
3708
|
+
"camel-case": "^4.1.2",
|
|
3709
|
+
"capital-case": "^1.0.4",
|
|
3539
3710
|
"constant-case": "^3.0.4",
|
|
3540
3711
|
"dot-case": "^3.0.4",
|
|
3541
3712
|
"header-case": "^2.0.4",
|
|
@@ -3548,6 +3719,47 @@
|
|
|
3548
3719
|
"tslib": "^2.0.3"
|
|
3549
3720
|
}
|
|
3550
3721
|
},
|
|
3722
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/emoji-regex": {
|
|
3723
|
+
"version": "10.3.0",
|
|
3724
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
3725
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
3726
|
+
"dev": true,
|
|
3727
|
+
"license": "MIT"
|
|
3728
|
+
},
|
|
3729
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/supports-color": {
|
|
3730
|
+
"version": "8.1.1",
|
|
3731
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3732
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3733
|
+
"dev": true,
|
|
3734
|
+
"license": "MIT",
|
|
3735
|
+
"dependencies": {
|
|
3736
|
+
"has-flag": "^4.0.0"
|
|
3737
|
+
},
|
|
3738
|
+
"engines": {
|
|
3739
|
+
"node": ">=10"
|
|
3740
|
+
},
|
|
3741
|
+
"funding": {
|
|
3742
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3743
|
+
}
|
|
3744
|
+
},
|
|
3745
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/wrap-ansi": {
|
|
3746
|
+
"version": "7.0.0",
|
|
3747
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3748
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3749
|
+
"dev": true,
|
|
3750
|
+
"license": "MIT",
|
|
3751
|
+
"dependencies": {
|
|
3752
|
+
"ansi-styles": "^4.0.0",
|
|
3753
|
+
"string-width": "^4.1.0",
|
|
3754
|
+
"strip-ansi": "^6.0.0"
|
|
3755
|
+
},
|
|
3756
|
+
"engines": {
|
|
3757
|
+
"node": ">=10"
|
|
3758
|
+
},
|
|
3759
|
+
"funding": {
|
|
3760
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3761
|
+
}
|
|
3762
|
+
},
|
|
3551
3763
|
"node_modules/@salesforce/prettier-config": {
|
|
3552
3764
|
"version": "0.0.4",
|
|
3553
3765
|
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.4.tgz",
|
|
@@ -3556,16 +3768,16 @@
|
|
|
3556
3768
|
"license": "Apache-2.0"
|
|
3557
3769
|
},
|
|
3558
3770
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3559
|
-
"version": "13.0.
|
|
3560
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-13.0.
|
|
3561
|
-
"integrity": "sha512-
|
|
3771
|
+
"version": "13.0.4",
|
|
3772
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-13.0.4.tgz",
|
|
3773
|
+
"integrity": "sha512-AChjRg6dx2/njPjvGTa+leY4i1oBfQb6pIgLaP0EXVNKA1aByAzLZIhcnMS0Z2mr38vFzD4IySBMcYg3fupunA==",
|
|
3562
3774
|
"license": "Apache-2.0",
|
|
3563
3775
|
"dependencies": {
|
|
3564
3776
|
"@inquirer/confirm": "^6.1.1",
|
|
3565
3777
|
"@inquirer/password": "^5.1.1",
|
|
3566
|
-
"@oclif/core": "^
|
|
3567
|
-
"@oclif/table": "^0.
|
|
3568
|
-
"@salesforce/core": "^9.
|
|
3778
|
+
"@oclif/core": "^5.0.0",
|
|
3779
|
+
"@oclif/table": "^1.0.0",
|
|
3780
|
+
"@salesforce/core": "^9.1.4",
|
|
3569
3781
|
"@salesforce/kit": "^4.0.0",
|
|
3570
3782
|
"@salesforce/ts-types": "^3.0.0",
|
|
3571
3783
|
"ansis": "^3.3.2",
|
|
@@ -4425,16 +4637,16 @@
|
|
|
4425
4637
|
}
|
|
4426
4638
|
},
|
|
4427
4639
|
"node_modules/agent-base": {
|
|
4428
|
-
"version": "
|
|
4429
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-
|
|
4430
|
-
"integrity": "sha512-
|
|
4640
|
+
"version": "7.1.0",
|
|
4641
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
|
|
4642
|
+
"integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
|
|
4431
4643
|
"dev": true,
|
|
4432
4644
|
"license": "MIT",
|
|
4433
4645
|
"dependencies": {
|
|
4434
|
-
"debug": "4"
|
|
4646
|
+
"debug": "^4.3.4"
|
|
4435
4647
|
},
|
|
4436
4648
|
"engines": {
|
|
4437
|
-
"node": ">=
|
|
4649
|
+
"node": ">= 14"
|
|
4438
4650
|
}
|
|
4439
4651
|
},
|
|
4440
4652
|
"node_modules/aggregate-error": {
|
|
@@ -4609,16 +4821,6 @@
|
|
|
4609
4821
|
"dev": true,
|
|
4610
4822
|
"license": "MIT"
|
|
4611
4823
|
},
|
|
4612
|
-
"node_modules/array-union": {
|
|
4613
|
-
"version": "2.1.0",
|
|
4614
|
-
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|
|
4615
|
-
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
|
|
4616
|
-
"dev": true,
|
|
4617
|
-
"license": "MIT",
|
|
4618
|
-
"engines": {
|
|
4619
|
-
"node": ">=8"
|
|
4620
|
-
}
|
|
4621
|
-
},
|
|
4622
4824
|
"node_modules/arrify": {
|
|
4623
4825
|
"version": "1.0.1",
|
|
4624
4826
|
"resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
|
|
@@ -4649,6 +4851,7 @@
|
|
|
4649
4851
|
"version": "3.2.4",
|
|
4650
4852
|
"resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
|
|
4651
4853
|
"integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==",
|
|
4854
|
+
"dev": true,
|
|
4652
4855
|
"license": "MIT"
|
|
4653
4856
|
},
|
|
4654
4857
|
"node_modules/async-retry": {
|
|
@@ -4692,6 +4895,7 @@
|
|
|
4692
4895
|
"version": "1.0.2",
|
|
4693
4896
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
4694
4897
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
4898
|
+
"dev": true,
|
|
4695
4899
|
"license": "MIT"
|
|
4696
4900
|
},
|
|
4697
4901
|
"node_modules/base64-js": {
|
|
@@ -4746,6 +4950,43 @@
|
|
|
4746
4950
|
"node": ">=8"
|
|
4747
4951
|
}
|
|
4748
4952
|
},
|
|
4953
|
+
"node_modules/bl": {
|
|
4954
|
+
"version": "4.1.0",
|
|
4955
|
+
"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
|
|
4956
|
+
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
4957
|
+
"dev": true,
|
|
4958
|
+
"license": "MIT",
|
|
4959
|
+
"dependencies": {
|
|
4960
|
+
"buffer": "^5.5.0",
|
|
4961
|
+
"inherits": "^2.0.4",
|
|
4962
|
+
"readable-stream": "^3.4.0"
|
|
4963
|
+
}
|
|
4964
|
+
},
|
|
4965
|
+
"node_modules/bl/node_modules/buffer": {
|
|
4966
|
+
"version": "5.7.1",
|
|
4967
|
+
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
4968
|
+
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
4969
|
+
"dev": true,
|
|
4970
|
+
"funding": [
|
|
4971
|
+
{
|
|
4972
|
+
"type": "github",
|
|
4973
|
+
"url": "https://github.com/sponsors/feross"
|
|
4974
|
+
},
|
|
4975
|
+
{
|
|
4976
|
+
"type": "patreon",
|
|
4977
|
+
"url": "https://www.patreon.com/feross"
|
|
4978
|
+
},
|
|
4979
|
+
{
|
|
4980
|
+
"type": "consulting",
|
|
4981
|
+
"url": "https://feross.org/support"
|
|
4982
|
+
}
|
|
4983
|
+
],
|
|
4984
|
+
"license": "MIT",
|
|
4985
|
+
"dependencies": {
|
|
4986
|
+
"base64-js": "^1.3.1",
|
|
4987
|
+
"ieee754": "^1.1.13"
|
|
4988
|
+
}
|
|
4989
|
+
},
|
|
4749
4990
|
"node_modules/bowser": {
|
|
4750
4991
|
"version": "2.11.0",
|
|
4751
4992
|
"resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz",
|
|
@@ -4757,6 +4998,7 @@
|
|
|
4757
4998
|
"version": "2.0.1",
|
|
4758
4999
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
4759
5000
|
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
5001
|
+
"dev": true,
|
|
4760
5002
|
"license": "MIT",
|
|
4761
5003
|
"dependencies": {
|
|
4762
5004
|
"balanced-match": "^1.0.0"
|
|
@@ -5087,6 +5329,7 @@
|
|
|
5087
5329
|
"version": "4.1.2",
|
|
5088
5330
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
5089
5331
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
5332
|
+
"dev": true,
|
|
5090
5333
|
"license": "MIT",
|
|
5091
5334
|
"dependencies": {
|
|
5092
5335
|
"ansi-styles": "^4.1.0",
|
|
@@ -5103,6 +5346,7 @@
|
|
|
5103
5346
|
"version": "4.3.0",
|
|
5104
5347
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
5105
5348
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
5349
|
+
"dev": true,
|
|
5106
5350
|
"license": "MIT",
|
|
5107
5351
|
"dependencies": {
|
|
5108
5352
|
"color-convert": "^2.0.1"
|
|
@@ -5143,9 +5387,9 @@
|
|
|
5143
5387
|
}
|
|
5144
5388
|
},
|
|
5145
5389
|
"node_modules/chardet": {
|
|
5146
|
-
"version": "
|
|
5147
|
-
"resolved": "https://registry.npmjs.org/chardet/-/chardet-
|
|
5148
|
-
"integrity": "sha512-
|
|
5390
|
+
"version": "2.1.1",
|
|
5391
|
+
"resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.1.tgz",
|
|
5392
|
+
"integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==",
|
|
5149
5393
|
"dev": true,
|
|
5150
5394
|
"license": "MIT"
|
|
5151
5395
|
},
|
|
@@ -5357,6 +5601,16 @@
|
|
|
5357
5601
|
"wrap-ansi": "^6.2.0"
|
|
5358
5602
|
}
|
|
5359
5603
|
},
|
|
5604
|
+
"node_modules/clone": {
|
|
5605
|
+
"version": "1.0.4",
|
|
5606
|
+
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
5607
|
+
"integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
|
|
5608
|
+
"dev": true,
|
|
5609
|
+
"license": "MIT",
|
|
5610
|
+
"engines": {
|
|
5611
|
+
"node": ">=0.8"
|
|
5612
|
+
}
|
|
5613
|
+
},
|
|
5360
5614
|
"node_modules/code-excerpt": {
|
|
5361
5615
|
"version": "4.0.0",
|
|
5362
5616
|
"resolved": "https://registry.npmjs.org/code-excerpt/-/code-excerpt-4.0.0.tgz",
|
|
@@ -5458,6 +5712,7 @@
|
|
|
5458
5712
|
"version": "0.0.1",
|
|
5459
5713
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
5460
5714
|
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
5715
|
+
"dev": true,
|
|
5461
5716
|
"license": "MIT"
|
|
5462
5717
|
},
|
|
5463
5718
|
"node_modules/config-chain": {
|
|
@@ -5567,12 +5822,15 @@
|
|
|
5567
5822
|
}
|
|
5568
5823
|
},
|
|
5569
5824
|
"node_modules/core-js": {
|
|
5570
|
-
"version": "3.
|
|
5571
|
-
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.
|
|
5572
|
-
"integrity": "sha512-
|
|
5825
|
+
"version": "3.50.0",
|
|
5826
|
+
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.50.0.tgz",
|
|
5827
|
+
"integrity": "sha512-BRWgOLKkFeCgRudR6zrs8p9XJZcE14grzKMMssoYrk6krtuEZ7MTKPIY5RzOnqsEKIR9kst7wNzphttraT+Yqw==",
|
|
5573
5828
|
"dev": true,
|
|
5574
5829
|
"hasInstallScript": true,
|
|
5575
5830
|
"license": "MIT",
|
|
5831
|
+
"engines": {
|
|
5832
|
+
"node": "*"
|
|
5833
|
+
},
|
|
5576
5834
|
"funding": {
|
|
5577
5835
|
"type": "opencollective",
|
|
5578
5836
|
"url": "https://opencollective.com/core-js"
|
|
@@ -5596,12 +5854,15 @@
|
|
|
5596
5854
|
}
|
|
5597
5855
|
},
|
|
5598
5856
|
"node_modules/core-js-pure": {
|
|
5599
|
-
"version": "3.
|
|
5600
|
-
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.
|
|
5601
|
-
"integrity": "sha512-
|
|
5857
|
+
"version": "3.50.0",
|
|
5858
|
+
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.50.0.tgz",
|
|
5859
|
+
"integrity": "sha512-6GP3Pxz4IKyWjAfa747vIu/jilB5z29JWROLqH/b+pXVcpgh6tM06ZIBwSuglgVqzDYURhOK6oEzTrG0bCHitA==",
|
|
5602
5860
|
"dev": true,
|
|
5603
5861
|
"hasInstallScript": true,
|
|
5604
5862
|
"license": "MIT",
|
|
5863
|
+
"engines": {
|
|
5864
|
+
"node": "*"
|
|
5865
|
+
},
|
|
5605
5866
|
"funding": {
|
|
5606
5867
|
"type": "opencollective",
|
|
5607
5868
|
"url": "https://opencollective.com/core-js"
|
|
@@ -5681,17 +5942,15 @@
|
|
|
5681
5942
|
"license": "MIT"
|
|
5682
5943
|
},
|
|
5683
5944
|
"node_modules/csv-parse": {
|
|
5684
|
-
"version": "
|
|
5685
|
-
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-
|
|
5686
|
-
"integrity": "sha512-
|
|
5687
|
-
"dev": true,
|
|
5945
|
+
"version": "5.5.5",
|
|
5946
|
+
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.5.tgz",
|
|
5947
|
+
"integrity": "sha512-erCk7tyU3yLWAhk6wvKxnyPtftuy/6Ak622gOO7BCJ05+TYffnPCJF905wmOQm+BpkX54OdAl8pveJwUdpnCXQ==",
|
|
5688
5948
|
"license": "MIT"
|
|
5689
5949
|
},
|
|
5690
5950
|
"node_modules/csv-stringify": {
|
|
5691
|
-
"version": "
|
|
5692
|
-
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-
|
|
5693
|
-
"integrity": "sha512-
|
|
5694
|
-
"dev": true,
|
|
5951
|
+
"version": "6.6.0",
|
|
5952
|
+
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.6.0.tgz",
|
|
5953
|
+
"integrity": "sha512-YW32lKOmIBgbxtu3g5SaiqWNwa/9ISQt2EcgOq0+RAIFufFp9is6tqNnKahqE5kuKvrnYAzs28r+s6pXJR8Vcw==",
|
|
5695
5954
|
"license": "MIT"
|
|
5696
5955
|
},
|
|
5697
5956
|
"node_modules/dargs": {
|
|
@@ -5809,6 +6068,19 @@
|
|
|
5809
6068
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5810
6069
|
}
|
|
5811
6070
|
},
|
|
6071
|
+
"node_modules/defaults": {
|
|
6072
|
+
"version": "1.0.4",
|
|
6073
|
+
"resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
|
|
6074
|
+
"integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
|
|
6075
|
+
"dev": true,
|
|
6076
|
+
"license": "MIT",
|
|
6077
|
+
"dependencies": {
|
|
6078
|
+
"clone": "^1.0.2"
|
|
6079
|
+
},
|
|
6080
|
+
"funding": {
|
|
6081
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6082
|
+
}
|
|
6083
|
+
},
|
|
5812
6084
|
"node_modules/defer-to-connect": {
|
|
5813
6085
|
"version": "2.0.1",
|
|
5814
6086
|
"resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz",
|
|
@@ -5875,19 +6147,6 @@
|
|
|
5875
6147
|
"node": ">=0.3.1"
|
|
5876
6148
|
}
|
|
5877
6149
|
},
|
|
5878
|
-
"node_modules/dir-glob": {
|
|
5879
|
-
"version": "3.0.1",
|
|
5880
|
-
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
|
|
5881
|
-
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
|
|
5882
|
-
"dev": true,
|
|
5883
|
-
"license": "MIT",
|
|
5884
|
-
"dependencies": {
|
|
5885
|
-
"path-type": "^4.0.0"
|
|
5886
|
-
},
|
|
5887
|
-
"engines": {
|
|
5888
|
-
"node": ">=8"
|
|
5889
|
-
}
|
|
5890
|
-
},
|
|
5891
6150
|
"node_modules/dom-serializer": {
|
|
5892
6151
|
"version": "2.0.0",
|
|
5893
6152
|
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
|
|
@@ -6004,6 +6263,7 @@
|
|
|
6004
6263
|
"version": "3.1.10",
|
|
6005
6264
|
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
|
|
6006
6265
|
"integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
|
|
6266
|
+
"dev": true,
|
|
6007
6267
|
"license": "Apache-2.0",
|
|
6008
6268
|
"dependencies": {
|
|
6009
6269
|
"jake": "^10.8.5"
|
|
@@ -6369,17 +6629,41 @@
|
|
|
6369
6629
|
}
|
|
6370
6630
|
},
|
|
6371
6631
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
6372
|
-
"version": "
|
|
6373
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-
|
|
6374
|
-
"integrity": "sha512-
|
|
6632
|
+
"version": "3.0.0",
|
|
6633
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-3.0.0.tgz",
|
|
6634
|
+
"integrity": "sha512-38S/HF1etacvkVp2uD0xqF4jclr3kIGbCpd7ccUTGnMh6MM6GFaVDX3WoQBJ28S1xAyBBPF5cZrKzgWsEJizOA==",
|
|
6375
6635
|
"dev": true,
|
|
6376
6636
|
"license": "BSD-3-Clause",
|
|
6377
6637
|
"dependencies": {
|
|
6378
6638
|
"@salesforce/core": "^8.23.1",
|
|
6379
|
-
"@typescript-eslint/utils": "^
|
|
6639
|
+
"@typescript-eslint/utils": "^8.33.1"
|
|
6380
6640
|
},
|
|
6381
6641
|
"engines": {
|
|
6382
|
-
"node": ">=
|
|
6642
|
+
"node": ">=22.0.0"
|
|
6643
|
+
},
|
|
6644
|
+
"peerDependencies": {
|
|
6645
|
+
"eslint": ">=9"
|
|
6646
|
+
}
|
|
6647
|
+
},
|
|
6648
|
+
"node_modules/eslint-plugin-sf-plugin/node_modules/@jsforce/jsforce-node": {
|
|
6649
|
+
"version": "3.10.17",
|
|
6650
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.17.tgz",
|
|
6651
|
+
"integrity": "sha512-gYWiK0Y68dMUTdlPjkF+Bw3r7pmfTbqzs7/6ZChg2Md14NyzXk/usp+y8hHj6vc1SF3s7e6j5OUzUasYF5RJWQ==",
|
|
6652
|
+
"dev": true,
|
|
6653
|
+
"license": "MIT",
|
|
6654
|
+
"dependencies": {
|
|
6655
|
+
"@sindresorhus/is": "^4",
|
|
6656
|
+
"base64url": "^3.0.1",
|
|
6657
|
+
"csv-parse": "^5.5.2",
|
|
6658
|
+
"csv-stringify": "^6.6.0",
|
|
6659
|
+
"faye": "^1.4.0",
|
|
6660
|
+
"form-data": "^4.0.4",
|
|
6661
|
+
"multistream": "^3.1.0",
|
|
6662
|
+
"undici": "^8.5.0",
|
|
6663
|
+
"xml2js": "^0.6.2"
|
|
6664
|
+
},
|
|
6665
|
+
"engines": {
|
|
6666
|
+
"node": ">=22"
|
|
6383
6667
|
}
|
|
6384
6668
|
},
|
|
6385
6669
|
"node_modules/eslint-plugin-sf-plugin/node_modules/@salesforce/core": {
|
|
@@ -6415,124 +6699,22 @@
|
|
|
6415
6699
|
},
|
|
6416
6700
|
"node_modules/eslint-plugin-sf-plugin/node_modules/@salesforce/kit": {
|
|
6417
6701
|
"version": "3.2.6",
|
|
6418
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.6.tgz",
|
|
6419
|
-
"integrity": "sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==",
|
|
6420
|
-
"dev": true,
|
|
6421
|
-
"license": "Apache-2.0",
|
|
6422
|
-
"dependencies": {
|
|
6423
|
-
"@salesforce/ts-types": "^2.0.12"
|
|
6424
|
-
}
|
|
6425
|
-
},
|
|
6426
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@salesforce/ts-types": {
|
|
6427
|
-
"version": "2.0.12",
|
|
6428
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.12.tgz",
|
|
6429
|
-
"integrity": "sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==",
|
|
6430
|
-
"dev": true,
|
|
6431
|
-
"license": "BSD-3-Clause",
|
|
6432
|
-
"engines": {
|
|
6433
|
-
"node": ">=18.0.0"
|
|
6434
|
-
}
|
|
6435
|
-
},
|
|
6436
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
6437
|
-
"version": "7.18.0",
|
|
6438
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz",
|
|
6439
|
-
"integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==",
|
|
6440
|
-
"dev": true,
|
|
6441
|
-
"license": "MIT",
|
|
6442
|
-
"dependencies": {
|
|
6443
|
-
"@typescript-eslint/types": "7.18.0",
|
|
6444
|
-
"@typescript-eslint/visitor-keys": "7.18.0"
|
|
6445
|
-
},
|
|
6446
|
-
"engines": {
|
|
6447
|
-
"node": "^18.18.0 || >=20.0.0"
|
|
6448
|
-
},
|
|
6449
|
-
"funding": {
|
|
6450
|
-
"type": "opencollective",
|
|
6451
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
6452
|
-
}
|
|
6453
|
-
},
|
|
6454
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/types": {
|
|
6455
|
-
"version": "7.18.0",
|
|
6456
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz",
|
|
6457
|
-
"integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==",
|
|
6458
|
-
"dev": true,
|
|
6459
|
-
"license": "MIT",
|
|
6460
|
-
"engines": {
|
|
6461
|
-
"node": "^18.18.0 || >=20.0.0"
|
|
6462
|
-
},
|
|
6463
|
-
"funding": {
|
|
6464
|
-
"type": "opencollective",
|
|
6465
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
6466
|
-
}
|
|
6467
|
-
},
|
|
6468
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
|
6469
|
-
"version": "7.18.0",
|
|
6470
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz",
|
|
6471
|
-
"integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==",
|
|
6472
|
-
"dev": true,
|
|
6473
|
-
"license": "BSD-2-Clause",
|
|
6474
|
-
"dependencies": {
|
|
6475
|
-
"@typescript-eslint/types": "7.18.0",
|
|
6476
|
-
"@typescript-eslint/visitor-keys": "7.18.0",
|
|
6477
|
-
"debug": "^4.3.4",
|
|
6478
|
-
"globby": "^11.1.0",
|
|
6479
|
-
"is-glob": "^4.0.3",
|
|
6480
|
-
"minimatch": "^9.0.4",
|
|
6481
|
-
"semver": "^7.6.0",
|
|
6482
|
-
"ts-api-utils": "^1.3.0"
|
|
6483
|
-
},
|
|
6484
|
-
"engines": {
|
|
6485
|
-
"node": "^18.18.0 || >=20.0.0"
|
|
6486
|
-
},
|
|
6487
|
-
"funding": {
|
|
6488
|
-
"type": "opencollective",
|
|
6489
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
6490
|
-
},
|
|
6491
|
-
"peerDependenciesMeta": {
|
|
6492
|
-
"typescript": {
|
|
6493
|
-
"optional": true
|
|
6494
|
-
}
|
|
6495
|
-
}
|
|
6496
|
-
},
|
|
6497
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/utils": {
|
|
6498
|
-
"version": "7.18.0",
|
|
6499
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz",
|
|
6500
|
-
"integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==",
|
|
6501
|
-
"dev": true,
|
|
6502
|
-
"license": "MIT",
|
|
6503
|
-
"dependencies": {
|
|
6504
|
-
"@eslint-community/eslint-utils": "^4.4.0",
|
|
6505
|
-
"@typescript-eslint/scope-manager": "7.18.0",
|
|
6506
|
-
"@typescript-eslint/types": "7.18.0",
|
|
6507
|
-
"@typescript-eslint/typescript-estree": "7.18.0"
|
|
6508
|
-
},
|
|
6509
|
-
"engines": {
|
|
6510
|
-
"node": "^18.18.0 || >=20.0.0"
|
|
6511
|
-
},
|
|
6512
|
-
"funding": {
|
|
6513
|
-
"type": "opencollective",
|
|
6514
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
6515
|
-
},
|
|
6516
|
-
"peerDependencies": {
|
|
6517
|
-
"eslint": "^8.56.0"
|
|
6702
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.6.tgz",
|
|
6703
|
+
"integrity": "sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==",
|
|
6704
|
+
"dev": true,
|
|
6705
|
+
"license": "Apache-2.0",
|
|
6706
|
+
"dependencies": {
|
|
6707
|
+
"@salesforce/ts-types": "^2.0.12"
|
|
6518
6708
|
}
|
|
6519
6709
|
},
|
|
6520
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@
|
|
6521
|
-
"version": "
|
|
6522
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6523
|
-
"integrity": "sha512-
|
|
6710
|
+
"node_modules/eslint-plugin-sf-plugin/node_modules/@salesforce/ts-types": {
|
|
6711
|
+
"version": "2.0.12",
|
|
6712
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.12.tgz",
|
|
6713
|
+
"integrity": "sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==",
|
|
6524
6714
|
"dev": true,
|
|
6525
|
-
"license": "
|
|
6526
|
-
"dependencies": {
|
|
6527
|
-
"@typescript-eslint/types": "7.18.0",
|
|
6528
|
-
"eslint-visitor-keys": "^3.4.3"
|
|
6529
|
-
},
|
|
6715
|
+
"license": "BSD-3-Clause",
|
|
6530
6716
|
"engines": {
|
|
6531
|
-
"node": "
|
|
6532
|
-
},
|
|
6533
|
-
"funding": {
|
|
6534
|
-
"type": "opencollective",
|
|
6535
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
6717
|
+
"node": ">=18.0.0"
|
|
6536
6718
|
}
|
|
6537
6719
|
},
|
|
6538
6720
|
"node_modules/eslint-plugin-sf-plugin/node_modules/change-case": {
|
|
@@ -6556,79 +6738,6 @@
|
|
|
6556
6738
|
"tslib": "^2.0.3"
|
|
6557
6739
|
}
|
|
6558
6740
|
},
|
|
6559
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/eslint-visitor-keys": {
|
|
6560
|
-
"version": "3.4.3",
|
|
6561
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
6562
|
-
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
6563
|
-
"dev": true,
|
|
6564
|
-
"license": "Apache-2.0",
|
|
6565
|
-
"engines": {
|
|
6566
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6567
|
-
},
|
|
6568
|
-
"funding": {
|
|
6569
|
-
"url": "https://opencollective.com/eslint"
|
|
6570
|
-
}
|
|
6571
|
-
},
|
|
6572
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/globby": {
|
|
6573
|
-
"version": "11.1.0",
|
|
6574
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
6575
|
-
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
6576
|
-
"dev": true,
|
|
6577
|
-
"license": "MIT",
|
|
6578
|
-
"dependencies": {
|
|
6579
|
-
"array-union": "^2.1.0",
|
|
6580
|
-
"dir-glob": "^3.0.1",
|
|
6581
|
-
"fast-glob": "^3.2.9",
|
|
6582
|
-
"ignore": "^5.2.0",
|
|
6583
|
-
"merge2": "^1.4.1",
|
|
6584
|
-
"slash": "^3.0.0"
|
|
6585
|
-
},
|
|
6586
|
-
"engines": {
|
|
6587
|
-
"node": ">=10"
|
|
6588
|
-
},
|
|
6589
|
-
"funding": {
|
|
6590
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6591
|
-
}
|
|
6592
|
-
},
|
|
6593
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/minimatch": {
|
|
6594
|
-
"version": "9.0.5",
|
|
6595
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
6596
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
6597
|
-
"dev": true,
|
|
6598
|
-
"license": "ISC",
|
|
6599
|
-
"dependencies": {
|
|
6600
|
-
"brace-expansion": "^2.0.1"
|
|
6601
|
-
},
|
|
6602
|
-
"engines": {
|
|
6603
|
-
"node": ">=16 || 14 >=14.17"
|
|
6604
|
-
},
|
|
6605
|
-
"funding": {
|
|
6606
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
6607
|
-
}
|
|
6608
|
-
},
|
|
6609
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/slash": {
|
|
6610
|
-
"version": "3.0.0",
|
|
6611
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
6612
|
-
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
6613
|
-
"dev": true,
|
|
6614
|
-
"license": "MIT",
|
|
6615
|
-
"engines": {
|
|
6616
|
-
"node": ">=8"
|
|
6617
|
-
}
|
|
6618
|
-
},
|
|
6619
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/ts-api-utils": {
|
|
6620
|
-
"version": "1.3.0",
|
|
6621
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
|
|
6622
|
-
"integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
|
|
6623
|
-
"dev": true,
|
|
6624
|
-
"license": "MIT",
|
|
6625
|
-
"engines": {
|
|
6626
|
-
"node": ">=16"
|
|
6627
|
-
},
|
|
6628
|
-
"peerDependencies": {
|
|
6629
|
-
"typescript": ">=4.2.0"
|
|
6630
|
-
}
|
|
6631
|
-
},
|
|
6632
6741
|
"node_modules/eslint-plugin-unicorn": {
|
|
6633
6742
|
"version": "72.0.0",
|
|
6634
6743
|
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-72.0.0.tgz",
|
|
@@ -6967,21 +7076,6 @@
|
|
|
6967
7076
|
"dev": true,
|
|
6968
7077
|
"license": "MIT"
|
|
6969
7078
|
},
|
|
6970
|
-
"node_modules/external-editor": {
|
|
6971
|
-
"version": "3.1.0",
|
|
6972
|
-
"resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
|
|
6973
|
-
"integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
|
|
6974
|
-
"dev": true,
|
|
6975
|
-
"license": "MIT",
|
|
6976
|
-
"dependencies": {
|
|
6977
|
-
"chardet": "^0.7.0",
|
|
6978
|
-
"iconv-lite": "^0.4.24",
|
|
6979
|
-
"tmp": "^0.0.33"
|
|
6980
|
-
},
|
|
6981
|
-
"engines": {
|
|
6982
|
-
"node": ">=4"
|
|
6983
|
-
}
|
|
6984
|
-
},
|
|
6985
7079
|
"node_modules/fast-copy": {
|
|
6986
7080
|
"version": "3.0.2",
|
|
6987
7081
|
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.2.tgz",
|
|
@@ -7163,6 +7257,7 @@
|
|
|
7163
7257
|
"version": "1.0.4",
|
|
7164
7258
|
"resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
|
|
7165
7259
|
"integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
|
|
7260
|
+
"dev": true,
|
|
7166
7261
|
"license": "Apache-2.0",
|
|
7167
7262
|
"dependencies": {
|
|
7168
7263
|
"minimatch": "^5.0.1"
|
|
@@ -7172,6 +7267,7 @@
|
|
|
7172
7267
|
"version": "5.1.6",
|
|
7173
7268
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
7174
7269
|
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
7270
|
+
"dev": true,
|
|
7175
7271
|
"license": "ISC",
|
|
7176
7272
|
"dependencies": {
|
|
7177
7273
|
"brace-expansion": "^2.0.1"
|
|
@@ -7426,33 +7522,6 @@
|
|
|
7426
7522
|
"node": ">=14"
|
|
7427
7523
|
}
|
|
7428
7524
|
},
|
|
7429
|
-
"node_modules/gaxios/node_modules/agent-base": {
|
|
7430
|
-
"version": "7.1.0",
|
|
7431
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
|
|
7432
|
-
"integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
|
|
7433
|
-
"dev": true,
|
|
7434
|
-
"license": "MIT",
|
|
7435
|
-
"dependencies": {
|
|
7436
|
-
"debug": "^4.3.4"
|
|
7437
|
-
},
|
|
7438
|
-
"engines": {
|
|
7439
|
-
"node": ">= 14"
|
|
7440
|
-
}
|
|
7441
|
-
},
|
|
7442
|
-
"node_modules/gaxios/node_modules/https-proxy-agent": {
|
|
7443
|
-
"version": "7.0.2",
|
|
7444
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz",
|
|
7445
|
-
"integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==",
|
|
7446
|
-
"dev": true,
|
|
7447
|
-
"license": "MIT",
|
|
7448
|
-
"dependencies": {
|
|
7449
|
-
"agent-base": "^7.0.2",
|
|
7450
|
-
"debug": "4"
|
|
7451
|
-
},
|
|
7452
|
-
"engines": {
|
|
7453
|
-
"node": ">= 14"
|
|
7454
|
-
}
|
|
7455
|
-
},
|
|
7456
7525
|
"node_modules/gensync": {
|
|
7457
7526
|
"version": "1.0.0-beta.2",
|
|
7458
7527
|
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
@@ -8123,17 +8192,17 @@
|
|
|
8123
8192
|
}
|
|
8124
8193
|
},
|
|
8125
8194
|
"node_modules/https-proxy-agent": {
|
|
8126
|
-
"version": "
|
|
8127
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-
|
|
8128
|
-
"integrity": "sha512-
|
|
8195
|
+
"version": "7.0.2",
|
|
8196
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz",
|
|
8197
|
+
"integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==",
|
|
8129
8198
|
"dev": true,
|
|
8130
8199
|
"license": "MIT",
|
|
8131
8200
|
"dependencies": {
|
|
8132
|
-
"agent-base": "
|
|
8201
|
+
"agent-base": "^7.0.2",
|
|
8133
8202
|
"debug": "4"
|
|
8134
8203
|
},
|
|
8135
8204
|
"engines": {
|
|
8136
|
-
"node": ">=
|
|
8205
|
+
"node": ">= 14"
|
|
8137
8206
|
}
|
|
8138
8207
|
},
|
|
8139
8208
|
"node_modules/human-signals": {
|
|
@@ -8172,16 +8241,20 @@
|
|
|
8172
8241
|
}
|
|
8173
8242
|
},
|
|
8174
8243
|
"node_modules/iconv-lite": {
|
|
8175
|
-
"version": "0.
|
|
8176
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.
|
|
8177
|
-
"integrity": "sha512-
|
|
8244
|
+
"version": "0.7.0",
|
|
8245
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
|
|
8246
|
+
"integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
|
|
8178
8247
|
"dev": true,
|
|
8179
8248
|
"license": "MIT",
|
|
8180
8249
|
"dependencies": {
|
|
8181
|
-
"safer-buffer": ">= 2.1.2 < 3"
|
|
8250
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
8182
8251
|
},
|
|
8183
8252
|
"engines": {
|
|
8184
8253
|
"node": ">=0.10.0"
|
|
8254
|
+
},
|
|
8255
|
+
"funding": {
|
|
8256
|
+
"type": "opencollective",
|
|
8257
|
+
"url": "https://opencollective.com/express"
|
|
8185
8258
|
}
|
|
8186
8259
|
},
|
|
8187
8260
|
"node_modules/identifier-regex": {
|
|
@@ -8550,28 +8623,30 @@
|
|
|
8550
8623
|
}
|
|
8551
8624
|
},
|
|
8552
8625
|
"node_modules/inquirer": {
|
|
8553
|
-
"version": "
|
|
8554
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-
|
|
8555
|
-
"integrity": "sha512-
|
|
8626
|
+
"version": "8.2.7",
|
|
8627
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.7.tgz",
|
|
8628
|
+
"integrity": "sha512-UjOaSel/iddGZJ5xP/Eixh6dY1XghiBw4XK13rCCIJcJfyhhoul/7KhLLUGtebEj6GDYM6Vnx/mVsjx2L/mFIA==",
|
|
8556
8629
|
"dev": true,
|
|
8557
8630
|
"license": "MIT",
|
|
8558
8631
|
"dependencies": {
|
|
8632
|
+
"@inquirer/external-editor": "^1.0.0",
|
|
8559
8633
|
"ansi-escapes": "^4.2.1",
|
|
8560
|
-
"chalk": "^4.1.
|
|
8634
|
+
"chalk": "^4.1.1",
|
|
8561
8635
|
"cli-cursor": "^3.1.0",
|
|
8562
8636
|
"cli-width": "^3.0.0",
|
|
8563
|
-
"external-editor": "^3.0.3",
|
|
8564
8637
|
"figures": "^3.0.0",
|
|
8565
|
-
"lodash": "^4.17.
|
|
8638
|
+
"lodash": "^4.17.21",
|
|
8566
8639
|
"mute-stream": "0.0.8",
|
|
8640
|
+
"ora": "^5.4.1",
|
|
8567
8641
|
"run-async": "^2.4.0",
|
|
8568
|
-
"rxjs": "^
|
|
8642
|
+
"rxjs": "^7.5.5",
|
|
8569
8643
|
"string-width": "^4.1.0",
|
|
8570
8644
|
"strip-ansi": "^6.0.0",
|
|
8571
|
-
"through": "^2.3.6"
|
|
8645
|
+
"through": "^2.3.6",
|
|
8646
|
+
"wrap-ansi": "^6.0.1"
|
|
8572
8647
|
},
|
|
8573
8648
|
"engines": {
|
|
8574
|
-
"node": ">=
|
|
8649
|
+
"node": ">=12.0.0"
|
|
8575
8650
|
}
|
|
8576
8651
|
},
|
|
8577
8652
|
"node_modules/inquirer/node_modules/cli-width": {
|
|
@@ -8644,6 +8719,7 @@
|
|
|
8644
8719
|
"version": "2.2.1",
|
|
8645
8720
|
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
|
|
8646
8721
|
"integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
|
|
8722
|
+
"dev": true,
|
|
8647
8723
|
"license": "MIT",
|
|
8648
8724
|
"bin": {
|
|
8649
8725
|
"is-docker": "cli.js"
|
|
@@ -8719,6 +8795,49 @@
|
|
|
8719
8795
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8720
8796
|
}
|
|
8721
8797
|
},
|
|
8798
|
+
"node_modules/is-inside-container": {
|
|
8799
|
+
"version": "1.0.0",
|
|
8800
|
+
"resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
|
|
8801
|
+
"integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
|
|
8802
|
+
"license": "MIT",
|
|
8803
|
+
"dependencies": {
|
|
8804
|
+
"is-docker": "^3.0.0"
|
|
8805
|
+
},
|
|
8806
|
+
"bin": {
|
|
8807
|
+
"is-inside-container": "cli.js"
|
|
8808
|
+
},
|
|
8809
|
+
"engines": {
|
|
8810
|
+
"node": ">=14.16"
|
|
8811
|
+
},
|
|
8812
|
+
"funding": {
|
|
8813
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8814
|
+
}
|
|
8815
|
+
},
|
|
8816
|
+
"node_modules/is-inside-container/node_modules/is-docker": {
|
|
8817
|
+
"version": "3.0.0",
|
|
8818
|
+
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
|
|
8819
|
+
"integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
|
|
8820
|
+
"license": "MIT",
|
|
8821
|
+
"bin": {
|
|
8822
|
+
"is-docker": "cli.js"
|
|
8823
|
+
},
|
|
8824
|
+
"engines": {
|
|
8825
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
8826
|
+
},
|
|
8827
|
+
"funding": {
|
|
8828
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8829
|
+
}
|
|
8830
|
+
},
|
|
8831
|
+
"node_modules/is-interactive": {
|
|
8832
|
+
"version": "1.0.0",
|
|
8833
|
+
"resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
|
|
8834
|
+
"integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
|
|
8835
|
+
"dev": true,
|
|
8836
|
+
"license": "MIT",
|
|
8837
|
+
"engines": {
|
|
8838
|
+
"node": ">=8"
|
|
8839
|
+
}
|
|
8840
|
+
},
|
|
8722
8841
|
"node_modules/is-number": {
|
|
8723
8842
|
"version": "7.0.0",
|
|
8724
8843
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
@@ -8819,6 +8938,7 @@
|
|
|
8819
8938
|
"version": "2.2.0",
|
|
8820
8939
|
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
|
|
8821
8940
|
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
|
8941
|
+
"dev": true,
|
|
8822
8942
|
"license": "MIT",
|
|
8823
8943
|
"dependencies": {
|
|
8824
8944
|
"is-docker": "^2.0.0"
|
|
@@ -8965,6 +9085,7 @@
|
|
|
8965
9085
|
"version": "10.8.5",
|
|
8966
9086
|
"resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz",
|
|
8967
9087
|
"integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==",
|
|
9088
|
+
"dev": true,
|
|
8968
9089
|
"license": "Apache-2.0",
|
|
8969
9090
|
"dependencies": {
|
|
8970
9091
|
"async": "^3.2.3",
|
|
@@ -8983,6 +9104,7 @@
|
|
|
8983
9104
|
"version": "1.1.11",
|
|
8984
9105
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
8985
9106
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
9107
|
+
"dev": true,
|
|
8986
9108
|
"license": "MIT",
|
|
8987
9109
|
"dependencies": {
|
|
8988
9110
|
"balanced-match": "^1.0.0",
|
|
@@ -8993,6 +9115,7 @@
|
|
|
8993
9115
|
"version": "3.1.2",
|
|
8994
9116
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
8995
9117
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
9118
|
+
"dev": true,
|
|
8996
9119
|
"license": "ISC",
|
|
8997
9120
|
"dependencies": {
|
|
8998
9121
|
"brace-expansion": "^1.1.7"
|
|
@@ -9062,55 +9185,36 @@
|
|
|
9062
9185
|
}
|
|
9063
9186
|
},
|
|
9064
9187
|
"node_modules/jsforce": {
|
|
9065
|
-
"version": "
|
|
9066
|
-
"resolved": "https://registry.npmjs.org/jsforce/-/jsforce-
|
|
9067
|
-
"integrity": "sha512-
|
|
9188
|
+
"version": "3.10.24",
|
|
9189
|
+
"resolved": "https://registry.npmjs.org/jsforce/-/jsforce-3.10.24.tgz",
|
|
9190
|
+
"integrity": "sha512-3nLmTDenNDUD/JSFvDSKGmveFBnFfxD44fIYj/LAShAvDNuANZZQenDPyI2JGrF/oTNe2unNIQcXt/TBY6URog==",
|
|
9068
9191
|
"dev": true,
|
|
9069
9192
|
"license": "MIT",
|
|
9070
9193
|
"dependencies": {
|
|
9071
|
-
"@babel/runtime": "^7.
|
|
9072
|
-
"@babel/runtime-corejs3": "^7.
|
|
9073
|
-
"@
|
|
9074
|
-
"abort-controller": "^3.0.0",
|
|
9194
|
+
"@babel/runtime": "^7.27.0",
|
|
9195
|
+
"@babel/runtime-corejs3": "^7.28.3",
|
|
9196
|
+
"@sindresorhus/is": "^4",
|
|
9075
9197
|
"base64url": "^3.0.1",
|
|
9076
9198
|
"commander": "^4.0.1",
|
|
9077
|
-
"core-js": "^3.
|
|
9078
|
-
"csv-parse": "^
|
|
9079
|
-
"csv-stringify": "^
|
|
9199
|
+
"core-js": "^3.45.0",
|
|
9200
|
+
"csv-parse": "^5.5.2",
|
|
9201
|
+
"csv-stringify": "^6.6.0",
|
|
9080
9202
|
"faye": "^1.4.0",
|
|
9081
|
-
"form-data": "^4.0.
|
|
9082
|
-
"
|
|
9083
|
-
"https-proxy-agent": "^5.0.0",
|
|
9084
|
-
"inquirer": "^7.0.0",
|
|
9203
|
+
"form-data": "^4.0.4",
|
|
9204
|
+
"inquirer": "^8.2.7",
|
|
9085
9205
|
"multistream": "^3.1.0",
|
|
9086
|
-
"node-fetch": "^2.6.1",
|
|
9087
9206
|
"open": "^7.0.0",
|
|
9088
|
-
"
|
|
9089
|
-
"
|
|
9090
|
-
"xml2js": "^0.5.0"
|
|
9207
|
+
"undici": "^8.5.0",
|
|
9208
|
+
"xml2js": "^0.6.2"
|
|
9091
9209
|
},
|
|
9092
9210
|
"bin": {
|
|
9093
9211
|
"jsforce": "bin/jsforce",
|
|
9094
9212
|
"jsforce-gen-schema": "bin/jsforce-gen-schema"
|
|
9095
9213
|
},
|
|
9096
9214
|
"engines": {
|
|
9097
|
-
"node": ">=
|
|
9215
|
+
"node": ">=22"
|
|
9098
9216
|
}
|
|
9099
9217
|
},
|
|
9100
|
-
"node_modules/jsforce/node_modules/@types/node": {
|
|
9101
|
-
"version": "12.20.55",
|
|
9102
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz",
|
|
9103
|
-
"integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==",
|
|
9104
|
-
"dev": true,
|
|
9105
|
-
"license": "MIT"
|
|
9106
|
-
},
|
|
9107
|
-
"node_modules/jsforce/node_modules/regenerator-runtime": {
|
|
9108
|
-
"version": "0.13.11",
|
|
9109
|
-
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
|
|
9110
|
-
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
|
|
9111
|
-
"dev": true,
|
|
9112
|
-
"license": "MIT"
|
|
9113
|
-
},
|
|
9114
9218
|
"node_modules/json-buffer": {
|
|
9115
9219
|
"version": "3.0.1",
|
|
9116
9220
|
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
|
|
@@ -10656,9 +10760,9 @@
|
|
|
10656
10760
|
}
|
|
10657
10761
|
},
|
|
10658
10762
|
"node_modules/oclif": {
|
|
10659
|
-
"version": "
|
|
10660
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-
|
|
10661
|
-
"integrity": "sha512-
|
|
10763
|
+
"version": "5.0.0",
|
|
10764
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-5.0.0.tgz",
|
|
10765
|
+
"integrity": "sha512-7ALiRsTbrjegcFqOWw2Fu4SjTWPBKfN+ZqcdHTEy4wL57jnz6D0gyEGhz9DRq5pXSWdGfYngY6wb6Pj7Bain1A==",
|
|
10662
10766
|
"dev": true,
|
|
10663
10767
|
"license": "MIT",
|
|
10664
10768
|
"dependencies": {
|
|
@@ -10667,10 +10771,10 @@
|
|
|
10667
10771
|
"@inquirer/confirm": "^3.1.22",
|
|
10668
10772
|
"@inquirer/input": "^2.2.4",
|
|
10669
10773
|
"@inquirer/select": "^2.5.0",
|
|
10670
|
-
"@oclif/core": "^
|
|
10671
|
-
"@oclif/plugin-help": "^
|
|
10672
|
-
"@oclif/plugin-not-found": "^
|
|
10673
|
-
"@oclif/plugin-warn-if-update-available": "^
|
|
10774
|
+
"@oclif/core": "^5.0.0",
|
|
10775
|
+
"@oclif/plugin-help": "^7.0.0",
|
|
10776
|
+
"@oclif/plugin-not-found": "^4.0.0",
|
|
10777
|
+
"@oclif/plugin-warn-if-update-available": "^4.0.0",
|
|
10674
10778
|
"ansis": "^3.16.0",
|
|
10675
10779
|
"async-retry": "^1.3.3",
|
|
10676
10780
|
"change-case": "^4",
|
|
@@ -10690,7 +10794,7 @@
|
|
|
10690
10794
|
"oclif": "bin/run.js"
|
|
10691
10795
|
},
|
|
10692
10796
|
"engines": {
|
|
10693
|
-
"node": ">=
|
|
10797
|
+
"node": ">=22.0.0"
|
|
10694
10798
|
}
|
|
10695
10799
|
},
|
|
10696
10800
|
"node_modules/oclif/node_modules/@inquirer/confirm": {
|
|
@@ -10921,14 +11025,28 @@
|
|
|
10921
11025
|
"dev": true,
|
|
10922
11026
|
"license": "MIT"
|
|
10923
11027
|
},
|
|
10924
|
-
"node_modules/
|
|
10925
|
-
"version": "
|
|
10926
|
-
"resolved": "https://registry.npmjs.org/
|
|
10927
|
-
"integrity": "sha512-
|
|
11028
|
+
"node_modules/ora": {
|
|
11029
|
+
"version": "5.4.1",
|
|
11030
|
+
"resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
|
|
11031
|
+
"integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
|
|
10928
11032
|
"dev": true,
|
|
10929
11033
|
"license": "MIT",
|
|
11034
|
+
"dependencies": {
|
|
11035
|
+
"bl": "^4.1.0",
|
|
11036
|
+
"chalk": "^4.1.0",
|
|
11037
|
+
"cli-cursor": "^3.1.0",
|
|
11038
|
+
"cli-spinners": "^2.5.0",
|
|
11039
|
+
"is-interactive": "^1.0.0",
|
|
11040
|
+
"is-unicode-supported": "^0.1.0",
|
|
11041
|
+
"log-symbols": "^4.1.0",
|
|
11042
|
+
"strip-ansi": "^6.0.0",
|
|
11043
|
+
"wcwidth": "^1.0.1"
|
|
11044
|
+
},
|
|
10930
11045
|
"engines": {
|
|
10931
|
-
"node": ">=
|
|
11046
|
+
"node": ">=10"
|
|
11047
|
+
},
|
|
11048
|
+
"funding": {
|
|
11049
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
10932
11050
|
}
|
|
10933
11051
|
},
|
|
10934
11052
|
"node_modules/p-cancelable": {
|
|
@@ -11406,6 +11524,18 @@
|
|
|
11406
11524
|
"node": ">=4"
|
|
11407
11525
|
}
|
|
11408
11526
|
},
|
|
11527
|
+
"node_modules/powershell-utils": {
|
|
11528
|
+
"version": "0.1.0",
|
|
11529
|
+
"resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
|
|
11530
|
+
"integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
|
|
11531
|
+
"license": "MIT",
|
|
11532
|
+
"engines": {
|
|
11533
|
+
"node": ">=20"
|
|
11534
|
+
},
|
|
11535
|
+
"funding": {
|
|
11536
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
11537
|
+
}
|
|
11538
|
+
},
|
|
11409
11539
|
"node_modules/prelude-ls": {
|
|
11410
11540
|
"version": "1.2.1",
|
|
11411
11541
|
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
@@ -11855,13 +11985,6 @@
|
|
|
11855
11985
|
"node": ">=8"
|
|
11856
11986
|
}
|
|
11857
11987
|
},
|
|
11858
|
-
"node_modules/regenerator-runtime": {
|
|
11859
|
-
"version": "0.14.0",
|
|
11860
|
-
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz",
|
|
11861
|
-
"integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==",
|
|
11862
|
-
"dev": true,
|
|
11863
|
-
"license": "MIT"
|
|
11864
|
-
},
|
|
11865
11988
|
"node_modules/regex": {
|
|
11866
11989
|
"version": "5.1.1",
|
|
11867
11990
|
"resolved": "https://registry.npmjs.org/regex/-/regex-5.1.1.tgz",
|
|
@@ -12134,25 +12257,15 @@
|
|
|
12134
12257
|
}
|
|
12135
12258
|
},
|
|
12136
12259
|
"node_modules/rxjs": {
|
|
12137
|
-
"version": "
|
|
12138
|
-
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-
|
|
12139
|
-
"integrity": "sha512-
|
|
12260
|
+
"version": "7.8.2",
|
|
12261
|
+
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
|
|
12262
|
+
"integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
|
|
12140
12263
|
"dev": true,
|
|
12141
12264
|
"license": "Apache-2.0",
|
|
12142
12265
|
"dependencies": {
|
|
12143
|
-
"tslib": "^1.
|
|
12144
|
-
},
|
|
12145
|
-
"engines": {
|
|
12146
|
-
"npm": ">=2.0.0"
|
|
12266
|
+
"tslib": "^2.1.0"
|
|
12147
12267
|
}
|
|
12148
12268
|
},
|
|
12149
|
-
"node_modules/rxjs/node_modules/tslib": {
|
|
12150
|
-
"version": "1.14.1",
|
|
12151
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
12152
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
12153
|
-
"dev": true,
|
|
12154
|
-
"license": "0BSD"
|
|
12155
|
-
},
|
|
12156
12269
|
"node_modules/safe-buffer": {
|
|
12157
12270
|
"version": "5.2.1",
|
|
12158
12271
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
@@ -12975,19 +13088,6 @@
|
|
|
12975
13088
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
12976
13089
|
}
|
|
12977
13090
|
},
|
|
12978
|
-
"node_modules/tmp": {
|
|
12979
|
-
"version": "0.0.33",
|
|
12980
|
-
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
12981
|
-
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
|
12982
|
-
"dev": true,
|
|
12983
|
-
"license": "MIT",
|
|
12984
|
-
"dependencies": {
|
|
12985
|
-
"os-tmpdir": "~1.0.2"
|
|
12986
|
-
},
|
|
12987
|
-
"engines": {
|
|
12988
|
-
"node": ">=0.6.0"
|
|
12989
|
-
}
|
|
12990
|
-
},
|
|
12991
13091
|
"node_modules/to-fast-properties": {
|
|
12992
13092
|
"version": "2.0.0",
|
|
12993
13093
|
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
|
@@ -13702,6 +13802,16 @@
|
|
|
13702
13802
|
"url": "https://opencollective.com/unified"
|
|
13703
13803
|
}
|
|
13704
13804
|
},
|
|
13805
|
+
"node_modules/wcwidth": {
|
|
13806
|
+
"version": "1.0.1",
|
|
13807
|
+
"resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
|
|
13808
|
+
"integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
|
|
13809
|
+
"dev": true,
|
|
13810
|
+
"license": "MIT",
|
|
13811
|
+
"dependencies": {
|
|
13812
|
+
"defaults": "^1.0.3"
|
|
13813
|
+
}
|
|
13814
|
+
},
|
|
13705
13815
|
"node_modules/web-worker": {
|
|
13706
13816
|
"version": "1.5.0",
|
|
13707
13817
|
"resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.5.0.tgz",
|
|
@@ -13960,11 +14070,41 @@
|
|
|
13960
14070
|
}
|
|
13961
14071
|
}
|
|
13962
14072
|
},
|
|
14073
|
+
"node_modules/wsl-utils": {
|
|
14074
|
+
"version": "0.4.0",
|
|
14075
|
+
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.4.0.tgz",
|
|
14076
|
+
"integrity": "sha512-9YmF+2sFEd+T7TkwlmE337F0IVzfDvDknhtpBQxxXzEOfgPphGlFYpyx0cTuCIFj8/p+sqwBYAeGxOMNSzPPDA==",
|
|
14077
|
+
"license": "MIT",
|
|
14078
|
+
"dependencies": {
|
|
14079
|
+
"is-wsl": "^3.1.0",
|
|
14080
|
+
"powershell-utils": "^0.1.0"
|
|
14081
|
+
},
|
|
14082
|
+
"engines": {
|
|
14083
|
+
"node": ">=20"
|
|
14084
|
+
},
|
|
14085
|
+
"funding": {
|
|
14086
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
14087
|
+
}
|
|
14088
|
+
},
|
|
14089
|
+
"node_modules/wsl-utils/node_modules/is-wsl": {
|
|
14090
|
+
"version": "3.1.1",
|
|
14091
|
+
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz",
|
|
14092
|
+
"integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
|
|
14093
|
+
"license": "MIT",
|
|
14094
|
+
"dependencies": {
|
|
14095
|
+
"is-inside-container": "^1.0.0"
|
|
14096
|
+
},
|
|
14097
|
+
"engines": {
|
|
14098
|
+
"node": ">=16"
|
|
14099
|
+
},
|
|
14100
|
+
"funding": {
|
|
14101
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
14102
|
+
}
|
|
14103
|
+
},
|
|
13963
14104
|
"node_modules/xml2js": {
|
|
13964
|
-
"version": "0.
|
|
13965
|
-
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.
|
|
13966
|
-
"integrity": "sha512-
|
|
13967
|
-
"dev": true,
|
|
14105
|
+
"version": "0.6.2",
|
|
14106
|
+
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
|
14107
|
+
"integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
|
|
13968
14108
|
"license": "MIT",
|
|
13969
14109
|
"dependencies": {
|
|
13970
14110
|
"sax": ">=0.6.0",
|