@salesforce/plugin-custom-metadata 3.2.3 → 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 +5 -5
- package/npm-shrinkwrap.json +386 -105
- package/oclif.lock +157 -30
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
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-custom-metadata",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.3.0",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.26.
|
|
13
|
-
"@salesforce/core": "^
|
|
14
|
-
"@salesforce/sf-plugins-core": "^
|
|
12
|
+
"@oclif/core": "^3.26.2",
|
|
13
|
+
"@salesforce/core": "^7.0.1",
|
|
14
|
+
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
15
15
|
"csv-parse": "^5.5.5",
|
|
16
16
|
"fast-xml-parser": "^4.3.6"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
21
|
-
"@salesforce/dev-scripts": "^
|
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
21
|
+
"@salesforce/dev-scripts": "^9.0.0",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.0.74",
|
|
23
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
23
|
+
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
24
24
|
"jsforce": "^2.0.0-beta.29",
|
|
25
25
|
"oclif": "^4.7.3",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
@@ -1516,6 +1516,7 @@
|
|
|
1516
1516
|
"version": "7.21.0",
|
|
1517
1517
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.21.0.tgz",
|
|
1518
1518
|
"integrity": "sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==",
|
|
1519
|
+
"dev": true,
|
|
1519
1520
|
"license": "MIT",
|
|
1520
1521
|
"dependencies": {
|
|
1521
1522
|
"regenerator-runtime": "^0.13.11"
|
|
@@ -1528,6 +1529,7 @@
|
|
|
1528
1529
|
"version": "7.21.0",
|
|
1529
1530
|
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.21.0.tgz",
|
|
1530
1531
|
"integrity": "sha512-TDD4UJzos3JJtM+tHX+w2Uc+KWj7GV+VKKFdMVd2Rx8sdA19hcc3P3AHFYd5LVOw+pYuSd5lICC3gm52B6Rwxw==",
|
|
1532
|
+
"dev": true,
|
|
1531
1533
|
"license": "MIT",
|
|
1532
1534
|
"dependencies": {
|
|
1533
1535
|
"core-js-pure": "^3.25.1",
|
|
@@ -1695,30 +1697,6 @@
|
|
|
1695
1697
|
"node": ">=v14"
|
|
1696
1698
|
}
|
|
1697
1699
|
},
|
|
1698
|
-
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
|
1699
|
-
"version": "8.12.0",
|
|
1700
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
1701
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
1702
|
-
"dev": true,
|
|
1703
|
-
"license": "MIT",
|
|
1704
|
-
"dependencies": {
|
|
1705
|
-
"fast-deep-equal": "^3.1.1",
|
|
1706
|
-
"json-schema-traverse": "^1.0.0",
|
|
1707
|
-
"require-from-string": "^2.0.2",
|
|
1708
|
-
"uri-js": "^4.2.2"
|
|
1709
|
-
},
|
|
1710
|
-
"funding": {
|
|
1711
|
-
"type": "github",
|
|
1712
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
1713
|
-
}
|
|
1714
|
-
},
|
|
1715
|
-
"node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
|
|
1716
|
-
"version": "1.0.0",
|
|
1717
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
1718
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
1719
|
-
"dev": true,
|
|
1720
|
-
"license": "MIT"
|
|
1721
|
-
},
|
|
1722
1700
|
"node_modules/@commitlint/ensure": {
|
|
1723
1701
|
"version": "17.4.4",
|
|
1724
1702
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.4.4.tgz",
|
|
@@ -2128,6 +2106,30 @@
|
|
|
2128
2106
|
"url": "https://opencollective.com/eslint"
|
|
2129
2107
|
}
|
|
2130
2108
|
},
|
|
2109
|
+
"node_modules/@eslint/eslintrc/node_modules/ajv": {
|
|
2110
|
+
"version": "6.12.6",
|
|
2111
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
2112
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
2113
|
+
"dev": true,
|
|
2114
|
+
"license": "MIT",
|
|
2115
|
+
"dependencies": {
|
|
2116
|
+
"fast-deep-equal": "^3.1.1",
|
|
2117
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
2118
|
+
"json-schema-traverse": "^0.4.1",
|
|
2119
|
+
"uri-js": "^4.2.2"
|
|
2120
|
+
},
|
|
2121
|
+
"funding": {
|
|
2122
|
+
"type": "github",
|
|
2123
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
2124
|
+
}
|
|
2125
|
+
},
|
|
2126
|
+
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
|
2127
|
+
"version": "0.4.1",
|
|
2128
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
2129
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
2130
|
+
"dev": true,
|
|
2131
|
+
"license": "MIT"
|
|
2132
|
+
},
|
|
2131
2133
|
"node_modules/@eslint/js": {
|
|
2132
2134
|
"version": "8.57.0",
|
|
2133
2135
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
|
@@ -2678,6 +2680,59 @@
|
|
|
2678
2680
|
"@jridgewell/sourcemap-codec": "1.4.14"
|
|
2679
2681
|
}
|
|
2680
2682
|
},
|
|
2683
|
+
"node_modules/@jsforce/jsforce-node": {
|
|
2684
|
+
"version": "3.1.0",
|
|
2685
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.1.0.tgz",
|
|
2686
|
+
"integrity": "sha512-xsn6Qj36YyhG7uCL9DOswZhqN/OVIpXm5s8AWD7V9hSJfp5ReebEsjT7a52ztEMmkUAYjWvZC5alBJr7jJCJig==",
|
|
2687
|
+
"license": "MIT",
|
|
2688
|
+
"dependencies": {
|
|
2689
|
+
"@sindresorhus/is": "^4",
|
|
2690
|
+
"@types/node": "^18.15.3",
|
|
2691
|
+
"abort-controller": "^3.0.0",
|
|
2692
|
+
"base64url": "^3.0.1",
|
|
2693
|
+
"csv-parse": "^5.5.2",
|
|
2694
|
+
"csv-stringify": "^6.4.4",
|
|
2695
|
+
"faye": "^1.4.0",
|
|
2696
|
+
"form-data": "^4.0.0",
|
|
2697
|
+
"fs-extra": "^8.1.0",
|
|
2698
|
+
"https-proxy-agent": "^5.0.0",
|
|
2699
|
+
"multistream": "^3.1.0",
|
|
2700
|
+
"node-fetch": "^2.6.1",
|
|
2701
|
+
"strip-ansi": "^6.0.0",
|
|
2702
|
+
"xml2js": "^0.6.2"
|
|
2703
|
+
},
|
|
2704
|
+
"engines": {
|
|
2705
|
+
"node": ">=18"
|
|
2706
|
+
}
|
|
2707
|
+
},
|
|
2708
|
+
"node_modules/@jsforce/jsforce-node/node_modules/@types/node": {
|
|
2709
|
+
"version": "18.19.31",
|
|
2710
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz",
|
|
2711
|
+
"integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==",
|
|
2712
|
+
"license": "MIT",
|
|
2713
|
+
"dependencies": {
|
|
2714
|
+
"undici-types": "~5.26.4"
|
|
2715
|
+
}
|
|
2716
|
+
},
|
|
2717
|
+
"node_modules/@jsforce/jsforce-node/node_modules/csv-stringify": {
|
|
2718
|
+
"version": "6.4.6",
|
|
2719
|
+
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.6.tgz",
|
|
2720
|
+
"integrity": "sha512-h2V2XZ3uOTLilF5dPIptgUfN/o2ia/80Ie0Lly18LAnw5s8Eb7kt8rfxSUy24AztJZas9f6DPZpVlzDUtFt/ag==",
|
|
2721
|
+
"license": "MIT"
|
|
2722
|
+
},
|
|
2723
|
+
"node_modules/@jsforce/jsforce-node/node_modules/xml2js": {
|
|
2724
|
+
"version": "0.6.2",
|
|
2725
|
+
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
|
2726
|
+
"integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
|
|
2727
|
+
"license": "MIT",
|
|
2728
|
+
"dependencies": {
|
|
2729
|
+
"sax": ">=0.6.0",
|
|
2730
|
+
"xmlbuilder": "~11.0.0"
|
|
2731
|
+
},
|
|
2732
|
+
"engines": {
|
|
2733
|
+
"node": ">=4.0.0"
|
|
2734
|
+
}
|
|
2735
|
+
},
|
|
2681
2736
|
"node_modules/@nodelib/fs.scandir": {
|
|
2682
2737
|
"version": "2.1.5",
|
|
2683
2738
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
@@ -2714,9 +2769,9 @@
|
|
|
2714
2769
|
}
|
|
2715
2770
|
},
|
|
2716
2771
|
"node_modules/@oclif/core": {
|
|
2717
|
-
"version": "3.26.
|
|
2718
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
2719
|
-
"integrity": "sha512-
|
|
2772
|
+
"version": "3.26.2",
|
|
2773
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.2.tgz",
|
|
2774
|
+
"integrity": "sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==",
|
|
2720
2775
|
"license": "MIT",
|
|
2721
2776
|
"dependencies": {
|
|
2722
2777
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -2735,7 +2790,7 @@
|
|
|
2735
2790
|
"indent-string": "^4.0.0",
|
|
2736
2791
|
"is-wsl": "^2.2.0",
|
|
2737
2792
|
"js-yaml": "^3.14.1",
|
|
2738
|
-
"minimatch": "^9.0.
|
|
2793
|
+
"minimatch": "^9.0.4",
|
|
2739
2794
|
"natural-orderby": "^2.0.3",
|
|
2740
2795
|
"object-treeify": "^1.1.33",
|
|
2741
2796
|
"password-prompt": "^1.1.3",
|
|
@@ -2775,9 +2830,9 @@
|
|
|
2775
2830
|
}
|
|
2776
2831
|
},
|
|
2777
2832
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
2778
|
-
"version": "9.0.
|
|
2779
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
2780
|
-
"integrity": "sha512-
|
|
2833
|
+
"version": "9.0.4",
|
|
2834
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
2835
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
2781
2836
|
"license": "ISC",
|
|
2782
2837
|
"dependencies": {
|
|
2783
2838
|
"brace-expansion": "^2.0.1"
|
|
@@ -2826,6 +2881,117 @@
|
|
|
2826
2881
|
"node": ">=18.0.0"
|
|
2827
2882
|
}
|
|
2828
2883
|
},
|
|
2884
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
2885
|
+
"version": "3.26.0",
|
|
2886
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
|
|
2887
|
+
"integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
|
|
2888
|
+
"dev": true,
|
|
2889
|
+
"license": "MIT",
|
|
2890
|
+
"dependencies": {
|
|
2891
|
+
"@types/cli-progress": "^3.11.5",
|
|
2892
|
+
"ansi-escapes": "^4.3.2",
|
|
2893
|
+
"ansi-styles": "^4.3.0",
|
|
2894
|
+
"cardinal": "^2.1.1",
|
|
2895
|
+
"chalk": "^4.1.2",
|
|
2896
|
+
"clean-stack": "^3.0.1",
|
|
2897
|
+
"cli-progress": "^3.12.0",
|
|
2898
|
+
"color": "^4.2.3",
|
|
2899
|
+
"debug": "^4.3.4",
|
|
2900
|
+
"ejs": "^3.1.9",
|
|
2901
|
+
"get-package-type": "^0.1.0",
|
|
2902
|
+
"globby": "^11.1.0",
|
|
2903
|
+
"hyperlinker": "^1.0.0",
|
|
2904
|
+
"indent-string": "^4.0.0",
|
|
2905
|
+
"is-wsl": "^2.2.0",
|
|
2906
|
+
"js-yaml": "^3.14.1",
|
|
2907
|
+
"minimatch": "^9.0.3",
|
|
2908
|
+
"natural-orderby": "^2.0.3",
|
|
2909
|
+
"object-treeify": "^1.1.33",
|
|
2910
|
+
"password-prompt": "^1.1.3",
|
|
2911
|
+
"slice-ansi": "^4.0.0",
|
|
2912
|
+
"string-width": "^4.2.3",
|
|
2913
|
+
"strip-ansi": "^6.0.1",
|
|
2914
|
+
"supports-color": "^8.1.1",
|
|
2915
|
+
"supports-hyperlinks": "^2.2.0",
|
|
2916
|
+
"widest-line": "^3.1.0",
|
|
2917
|
+
"wordwrap": "^1.0.0",
|
|
2918
|
+
"wrap-ansi": "^7.0.0"
|
|
2919
|
+
},
|
|
2920
|
+
"engines": {
|
|
2921
|
+
"node": ">=18.0.0"
|
|
2922
|
+
}
|
|
2923
|
+
},
|
|
2924
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
2925
|
+
"version": "4.1.2",
|
|
2926
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2927
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2928
|
+
"dev": true,
|
|
2929
|
+
"license": "MIT",
|
|
2930
|
+
"dependencies": {
|
|
2931
|
+
"ansi-styles": "^4.1.0",
|
|
2932
|
+
"supports-color": "^7.1.0"
|
|
2933
|
+
},
|
|
2934
|
+
"engines": {
|
|
2935
|
+
"node": ">=10"
|
|
2936
|
+
},
|
|
2937
|
+
"funding": {
|
|
2938
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2939
|
+
}
|
|
2940
|
+
},
|
|
2941
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2942
|
+
"version": "7.2.0",
|
|
2943
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2944
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2945
|
+
"dev": true,
|
|
2946
|
+
"license": "MIT",
|
|
2947
|
+
"dependencies": {
|
|
2948
|
+
"has-flag": "^4.0.0"
|
|
2949
|
+
},
|
|
2950
|
+
"engines": {
|
|
2951
|
+
"node": ">=8"
|
|
2952
|
+
}
|
|
2953
|
+
},
|
|
2954
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
2955
|
+
"version": "11.1.0",
|
|
2956
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
2957
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
2958
|
+
"dev": true,
|
|
2959
|
+
"license": "MIT",
|
|
2960
|
+
"dependencies": {
|
|
2961
|
+
"array-union": "^2.1.0",
|
|
2962
|
+
"dir-glob": "^3.0.1",
|
|
2963
|
+
"fast-glob": "^3.2.9",
|
|
2964
|
+
"ignore": "^5.2.0",
|
|
2965
|
+
"merge2": "^1.4.1",
|
|
2966
|
+
"slash": "^3.0.0"
|
|
2967
|
+
},
|
|
2968
|
+
"engines": {
|
|
2969
|
+
"node": ">=10"
|
|
2970
|
+
},
|
|
2971
|
+
"funding": {
|
|
2972
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2973
|
+
}
|
|
2974
|
+
},
|
|
2975
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
2976
|
+
"version": "3.0.0",
|
|
2977
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
2978
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
2979
|
+
"dev": true,
|
|
2980
|
+
"license": "MIT",
|
|
2981
|
+
"engines": {
|
|
2982
|
+
"node": ">=8"
|
|
2983
|
+
}
|
|
2984
|
+
},
|
|
2985
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
2986
|
+
"version": "1.0.10",
|
|
2987
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2988
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2989
|
+
"dev": true,
|
|
2990
|
+
"license": "MIT",
|
|
2991
|
+
"dependencies": {
|
|
2992
|
+
"sprintf-js": "~1.0.2"
|
|
2993
|
+
}
|
|
2994
|
+
},
|
|
2829
2995
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/chalk": {
|
|
2830
2996
|
"version": "5.3.0",
|
|
2831
2997
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -2860,6 +3026,36 @@
|
|
|
2860
3026
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2861
3027
|
}
|
|
2862
3028
|
},
|
|
3029
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
3030
|
+
"version": "3.14.1",
|
|
3031
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3032
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3033
|
+
"dev": true,
|
|
3034
|
+
"license": "MIT",
|
|
3035
|
+
"dependencies": {
|
|
3036
|
+
"argparse": "^1.0.7",
|
|
3037
|
+
"esprima": "^4.0.0"
|
|
3038
|
+
},
|
|
3039
|
+
"bin": {
|
|
3040
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3041
|
+
}
|
|
3042
|
+
},
|
|
3043
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
3044
|
+
"version": "9.0.4",
|
|
3045
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3046
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3047
|
+
"dev": true,
|
|
3048
|
+
"license": "ISC",
|
|
3049
|
+
"dependencies": {
|
|
3050
|
+
"brace-expansion": "^2.0.1"
|
|
3051
|
+
},
|
|
3052
|
+
"engines": {
|
|
3053
|
+
"node": ">=16 || 14 >=14.17"
|
|
3054
|
+
},
|
|
3055
|
+
"funding": {
|
|
3056
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3057
|
+
}
|
|
3058
|
+
},
|
|
2863
3059
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
2864
3060
|
"version": "5.0.0",
|
|
2865
3061
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -2886,6 +3082,22 @@
|
|
|
2886
3082
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2887
3083
|
}
|
|
2888
3084
|
},
|
|
3085
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3086
|
+
"version": "8.1.1",
|
|
3087
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3088
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3089
|
+
"dev": true,
|
|
3090
|
+
"license": "MIT",
|
|
3091
|
+
"dependencies": {
|
|
3092
|
+
"has-flag": "^4.0.0"
|
|
3093
|
+
},
|
|
3094
|
+
"engines": {
|
|
3095
|
+
"node": ">=10"
|
|
3096
|
+
},
|
|
3097
|
+
"funding": {
|
|
3098
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3099
|
+
}
|
|
3100
|
+
},
|
|
2889
3101
|
"node_modules/@oclif/plugin-help": {
|
|
2890
3102
|
"version": "6.0.18",
|
|
2891
3103
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
|
|
@@ -2969,13 +3181,13 @@
|
|
|
2969
3181
|
}
|
|
2970
3182
|
},
|
|
2971
3183
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
2972
|
-
"version": "5.
|
|
2973
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
2974
|
-
"integrity": "sha512-
|
|
3184
|
+
"version": "5.2.0",
|
|
3185
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.0.tgz",
|
|
3186
|
+
"integrity": "sha512-b0lHGBycDBmeGcDx0j9SfxlNyCg3WhflNeX1PBitMTxgZ5O9UMiSFvLbqgGeTB8Eoq4JgNgou6RRrNoZHFnqcw==",
|
|
2975
3187
|
"dev": true,
|
|
2976
3188
|
"license": "BSD-3-Clause",
|
|
2977
3189
|
"dependencies": {
|
|
2978
|
-
"@salesforce/core": "^
|
|
3190
|
+
"@salesforce/core": "^7.0.0",
|
|
2979
3191
|
"@salesforce/kit": "^3.1.0",
|
|
2980
3192
|
"@salesforce/ts-types": "^2.0.9",
|
|
2981
3193
|
"@types/shelljs": "^0.8.15",
|
|
@@ -3090,11 +3302,12 @@
|
|
|
3090
3302
|
}
|
|
3091
3303
|
},
|
|
3092
3304
|
"node_modules/@salesforce/core": {
|
|
3093
|
-
"version": "
|
|
3094
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-
|
|
3095
|
-
"integrity": "sha512-
|
|
3305
|
+
"version": "7.1.0",
|
|
3306
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.1.0.tgz",
|
|
3307
|
+
"integrity": "sha512-TfGBjH7tJIgnrKxbbRvh4ujn60gPjqcr2xZBHMffjZVtfvXPoT07kd0TILyDWLFslYMJQFq3KA0GwL51g01WNQ==",
|
|
3096
3308
|
"license": "BSD-3-Clause",
|
|
3097
3309
|
"dependencies": {
|
|
3310
|
+
"@jsforce/jsforce-node": "^3.1.0",
|
|
3098
3311
|
"@salesforce/kit": "^3.1.0",
|
|
3099
3312
|
"@salesforce/schemas": "^1.7.0",
|
|
3100
3313
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -3103,7 +3316,6 @@
|
|
|
3103
3316
|
"faye": "^1.4.0",
|
|
3104
3317
|
"form-data": "^4.0.0",
|
|
3105
3318
|
"js2xmlparser": "^4.0.1",
|
|
3106
|
-
"jsforce": "^2.0.0-beta.29",
|
|
3107
3319
|
"jsonwebtoken": "9.0.2",
|
|
3108
3320
|
"jszip": "3.10.1",
|
|
3109
3321
|
"pino": "^8.19.0",
|
|
@@ -3117,28 +3329,6 @@
|
|
|
3117
3329
|
"node": ">=18.0.0"
|
|
3118
3330
|
}
|
|
3119
3331
|
},
|
|
3120
|
-
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
3121
|
-
"version": "8.12.0",
|
|
3122
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
3123
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
3124
|
-
"license": "MIT",
|
|
3125
|
-
"dependencies": {
|
|
3126
|
-
"fast-deep-equal": "^3.1.1",
|
|
3127
|
-
"json-schema-traverse": "^1.0.0",
|
|
3128
|
-
"require-from-string": "^2.0.2",
|
|
3129
|
-
"uri-js": "^4.2.2"
|
|
3130
|
-
},
|
|
3131
|
-
"funding": {
|
|
3132
|
-
"type": "github",
|
|
3133
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
3134
|
-
}
|
|
3135
|
-
},
|
|
3136
|
-
"node_modules/@salesforce/core/node_modules/json-schema-traverse": {
|
|
3137
|
-
"version": "1.0.0",
|
|
3138
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
3139
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
3140
|
-
"license": "MIT"
|
|
3141
|
-
},
|
|
3142
3332
|
"node_modules/@salesforce/dev-config": {
|
|
3143
3333
|
"version": "4.1.0",
|
|
3144
3334
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
|
|
@@ -3147,9 +3337,9 @@
|
|
|
3147
3337
|
"license": "BSD-3-Clause"
|
|
3148
3338
|
},
|
|
3149
3339
|
"node_modules/@salesforce/dev-scripts": {
|
|
3150
|
-
"version": "
|
|
3151
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-
|
|
3152
|
-
"integrity": "sha512-
|
|
3340
|
+
"version": "9.0.0",
|
|
3341
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz",
|
|
3342
|
+
"integrity": "sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==",
|
|
3153
3343
|
"dev": true,
|
|
3154
3344
|
"license": "BSD-3-Clause",
|
|
3155
3345
|
"dependencies": {
|
|
@@ -3188,9 +3378,9 @@
|
|
|
3188
3378
|
}
|
|
3189
3379
|
},
|
|
3190
3380
|
"node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
|
|
3191
|
-
"version": "18.19.
|
|
3192
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
3193
|
-
"integrity": "sha512-
|
|
3381
|
+
"version": "18.19.31",
|
|
3382
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz",
|
|
3383
|
+
"integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==",
|
|
3194
3384
|
"dev": true,
|
|
3195
3385
|
"license": "MIT",
|
|
3196
3386
|
"dependencies": {
|
|
@@ -3227,6 +3417,35 @@
|
|
|
3227
3417
|
"node": ">=16.0.0"
|
|
3228
3418
|
}
|
|
3229
3419
|
},
|
|
3420
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
|
|
3421
|
+
"version": "6.7.6",
|
|
3422
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.6.tgz",
|
|
3423
|
+
"integrity": "sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==",
|
|
3424
|
+
"dev": true,
|
|
3425
|
+
"license": "BSD-3-Clause",
|
|
3426
|
+
"dependencies": {
|
|
3427
|
+
"@salesforce/kit": "^3.1.0",
|
|
3428
|
+
"@salesforce/schemas": "^1.7.0",
|
|
3429
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
3430
|
+
"ajv": "^8.12.0",
|
|
3431
|
+
"change-case": "^4.1.2",
|
|
3432
|
+
"faye": "^1.4.0",
|
|
3433
|
+
"form-data": "^4.0.0",
|
|
3434
|
+
"js2xmlparser": "^4.0.1",
|
|
3435
|
+
"jsforce": "^2.0.0-beta.29",
|
|
3436
|
+
"jsonwebtoken": "9.0.2",
|
|
3437
|
+
"jszip": "3.10.1",
|
|
3438
|
+
"pino": "^8.19.0",
|
|
3439
|
+
"pino-abstract-transport": "^1.1.0",
|
|
3440
|
+
"pino-pretty": "^10.3.1",
|
|
3441
|
+
"proper-lockfile": "^4.1.2",
|
|
3442
|
+
"semver": "^7.6.0",
|
|
3443
|
+
"ts-retry-promise": "^0.7.1"
|
|
3444
|
+
},
|
|
3445
|
+
"engines": {
|
|
3446
|
+
"node": ">=18.0.0"
|
|
3447
|
+
}
|
|
3448
|
+
},
|
|
3230
3449
|
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
3231
3450
|
"version": "5.0.13",
|
|
3232
3451
|
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz",
|
|
@@ -3287,15 +3506,15 @@
|
|
|
3287
3506
|
"license": "ISC"
|
|
3288
3507
|
},
|
|
3289
3508
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3290
|
-
"version": "
|
|
3291
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
3292
|
-
"integrity": "sha512-
|
|
3509
|
+
"version": "9.0.0",
|
|
3510
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.0.tgz",
|
|
3511
|
+
"integrity": "sha512-Eo1mfq68uVIEFgAE7oSlsfJT3YyShQAHRCiLqKivEcxu/3xOHPU212u2nT9igA81Me/6NZmBSvm6vLdN+L/9og==",
|
|
3293
3512
|
"license": "BSD-3-Clause",
|
|
3294
3513
|
"dependencies": {
|
|
3295
3514
|
"@inquirer/confirm": "^2.0.17",
|
|
3296
3515
|
"@inquirer/password": "^1.1.16",
|
|
3297
3516
|
"@oclif/core": "^3.26.0",
|
|
3298
|
-
"@salesforce/core": "^
|
|
3517
|
+
"@salesforce/core": "^7.0.0",
|
|
3299
3518
|
"@salesforce/kit": "^3.1.0",
|
|
3300
3519
|
"@salesforce/ts-types": "^2.0.9",
|
|
3301
3520
|
"chalk": "^5.3.0"
|
|
@@ -3329,13 +3548,12 @@
|
|
|
3329
3548
|
}
|
|
3330
3549
|
},
|
|
3331
3550
|
"node_modules/@sindresorhus/is": {
|
|
3332
|
-
"version": "
|
|
3333
|
-
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-
|
|
3334
|
-
"integrity": "sha512-
|
|
3335
|
-
"dev": true,
|
|
3551
|
+
"version": "4.6.0",
|
|
3552
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
|
|
3553
|
+
"integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
|
|
3336
3554
|
"license": "MIT",
|
|
3337
3555
|
"engines": {
|
|
3338
|
-
"node": ">=
|
|
3556
|
+
"node": ">=10"
|
|
3339
3557
|
},
|
|
3340
3558
|
"funding": {
|
|
3341
3559
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
@@ -4658,15 +4876,14 @@
|
|
|
4658
4876
|
}
|
|
4659
4877
|
},
|
|
4660
4878
|
"node_modules/ajv": {
|
|
4661
|
-
"version": "
|
|
4662
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-
|
|
4663
|
-
"integrity": "sha512-
|
|
4664
|
-
"dev": true,
|
|
4879
|
+
"version": "8.12.0",
|
|
4880
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
4881
|
+
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
4665
4882
|
"license": "MIT",
|
|
4666
4883
|
"dependencies": {
|
|
4667
4884
|
"fast-deep-equal": "^3.1.1",
|
|
4668
|
-
"
|
|
4669
|
-
"
|
|
4885
|
+
"json-schema-traverse": "^1.0.0",
|
|
4886
|
+
"require-from-string": "^2.0.2",
|
|
4670
4887
|
"uri-js": "^4.2.2"
|
|
4671
4888
|
},
|
|
4672
4889
|
"funding": {
|
|
@@ -5463,6 +5680,7 @@
|
|
|
5463
5680
|
"version": "0.7.0",
|
|
5464
5681
|
"resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
|
|
5465
5682
|
"integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
|
|
5683
|
+
"dev": true,
|
|
5466
5684
|
"license": "MIT"
|
|
5467
5685
|
},
|
|
5468
5686
|
"node_modules/check-error": {
|
|
@@ -5564,6 +5782,7 @@
|
|
|
5564
5782
|
"version": "3.1.0",
|
|
5565
5783
|
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
|
|
5566
5784
|
"integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
|
|
5785
|
+
"dev": true,
|
|
5567
5786
|
"license": "MIT",
|
|
5568
5787
|
"dependencies": {
|
|
5569
5788
|
"restore-cursor": "^3.1.0"
|
|
@@ -5600,6 +5819,7 @@
|
|
|
5600
5819
|
"version": "3.0.0",
|
|
5601
5820
|
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
|
|
5602
5821
|
"integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
|
|
5822
|
+
"dev": true,
|
|
5603
5823
|
"license": "ISC",
|
|
5604
5824
|
"engines": {
|
|
5605
5825
|
"node": ">= 10"
|
|
@@ -5705,6 +5925,7 @@
|
|
|
5705
5925
|
"version": "4.1.1",
|
|
5706
5926
|
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
|
|
5707
5927
|
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
|
|
5928
|
+
"dev": true,
|
|
5708
5929
|
"license": "MIT",
|
|
5709
5930
|
"engines": {
|
|
5710
5931
|
"node": ">= 6"
|
|
@@ -5824,6 +6045,7 @@
|
|
|
5824
6045
|
"version": "3.29.0",
|
|
5825
6046
|
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.29.0.tgz",
|
|
5826
6047
|
"integrity": "sha512-VG23vuEisJNkGl6XQmFJd3rEG/so/CNatqeE+7uZAwTSwFeB/qaO0be8xZYUNWprJ/GIwL8aMt9cj1kvbpTZhg==",
|
|
6048
|
+
"dev": true,
|
|
5827
6049
|
"hasInstallScript": true,
|
|
5828
6050
|
"license": "MIT",
|
|
5829
6051
|
"funding": {
|
|
@@ -5849,6 +6071,7 @@
|
|
|
5849
6071
|
"version": "3.29.0",
|
|
5850
6072
|
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.29.0.tgz",
|
|
5851
6073
|
"integrity": "sha512-v94gUjN5UTe1n0yN/opTihJ8QBWD2O8i19RfTZR7foONPWArnjB96QA/wk5ozu1mm6ja3udQCzOzwQXTxi3xOQ==",
|
|
6074
|
+
"dev": true,
|
|
5852
6075
|
"hasInstallScript": true,
|
|
5853
6076
|
"license": "MIT",
|
|
5854
6077
|
"funding": {
|
|
@@ -5949,6 +6172,7 @@
|
|
|
5949
6172
|
"version": "5.6.5",
|
|
5950
6173
|
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-5.6.5.tgz",
|
|
5951
6174
|
"integrity": "sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==",
|
|
6175
|
+
"dev": true,
|
|
5952
6176
|
"license": "MIT"
|
|
5953
6177
|
},
|
|
5954
6178
|
"node_modules/dargs": {
|
|
@@ -6745,17 +6969,17 @@
|
|
|
6745
6969
|
}
|
|
6746
6970
|
},
|
|
6747
6971
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
6748
|
-
"version": "1.
|
|
6749
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
6750
|
-
"integrity": "sha512-
|
|
6972
|
+
"version": "1.18.0",
|
|
6973
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.0.tgz",
|
|
6974
|
+
"integrity": "sha512-5Q4yI6Hr07v/lTaivs8A8re2FUXDEGyzzHzBk2cWi4c6iMxUYf/vaZKO6ZSSsc4eCcP11JY3RkDBQn6P33x58g==",
|
|
6751
6975
|
"dev": true,
|
|
6752
6976
|
"license": "BSD-3-Clause",
|
|
6753
6977
|
"dependencies": {
|
|
6754
|
-
"@salesforce/core": "^
|
|
6978
|
+
"@salesforce/core": "^7.0.0",
|
|
6755
6979
|
"@typescript-eslint/utils": "^6.17.0"
|
|
6756
6980
|
},
|
|
6757
6981
|
"engines": {
|
|
6758
|
-
"node": ">=
|
|
6982
|
+
"node": ">=18.0.0"
|
|
6759
6983
|
}
|
|
6760
6984
|
},
|
|
6761
6985
|
"node_modules/eslint-plugin-unicorn": {
|
|
@@ -6822,6 +7046,23 @@
|
|
|
6822
7046
|
"url": "https://opencollective.com/eslint"
|
|
6823
7047
|
}
|
|
6824
7048
|
},
|
|
7049
|
+
"node_modules/eslint/node_modules/ajv": {
|
|
7050
|
+
"version": "6.12.6",
|
|
7051
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
7052
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
7053
|
+
"dev": true,
|
|
7054
|
+
"license": "MIT",
|
|
7055
|
+
"dependencies": {
|
|
7056
|
+
"fast-deep-equal": "^3.1.1",
|
|
7057
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
7058
|
+
"json-schema-traverse": "^0.4.1",
|
|
7059
|
+
"uri-js": "^4.2.2"
|
|
7060
|
+
},
|
|
7061
|
+
"funding": {
|
|
7062
|
+
"type": "github",
|
|
7063
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
7064
|
+
}
|
|
7065
|
+
},
|
|
6825
7066
|
"node_modules/eslint/node_modules/doctrine": {
|
|
6826
7067
|
"version": "3.0.0",
|
|
6827
7068
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
@@ -6865,6 +7106,13 @@
|
|
|
6865
7106
|
"node": ">=10.13.0"
|
|
6866
7107
|
}
|
|
6867
7108
|
},
|
|
7109
|
+
"node_modules/eslint/node_modules/json-schema-traverse": {
|
|
7110
|
+
"version": "0.4.1",
|
|
7111
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
7112
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
7113
|
+
"dev": true,
|
|
7114
|
+
"license": "MIT"
|
|
7115
|
+
},
|
|
6868
7116
|
"node_modules/eslint/node_modules/locate-path": {
|
|
6869
7117
|
"version": "6.0.0",
|
|
6870
7118
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -7043,6 +7291,7 @@
|
|
|
7043
7291
|
"version": "3.1.0",
|
|
7044
7292
|
"resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
|
|
7045
7293
|
"integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
|
|
7294
|
+
"dev": true,
|
|
7046
7295
|
"license": "MIT",
|
|
7047
7296
|
"dependencies": {
|
|
7048
7297
|
"chardet": "^0.7.0",
|
|
@@ -7792,6 +8041,19 @@
|
|
|
7792
8041
|
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
7793
8042
|
}
|
|
7794
8043
|
},
|
|
8044
|
+
"node_modules/got/node_modules/@sindresorhus/is": {
|
|
8045
|
+
"version": "5.6.0",
|
|
8046
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
8047
|
+
"integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
|
|
8048
|
+
"dev": true,
|
|
8049
|
+
"license": "MIT",
|
|
8050
|
+
"engines": {
|
|
8051
|
+
"node": ">=14.16"
|
|
8052
|
+
},
|
|
8053
|
+
"funding": {
|
|
8054
|
+
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
8055
|
+
}
|
|
8056
|
+
},
|
|
7795
8057
|
"node_modules/graceful-fs": {
|
|
7796
8058
|
"version": "4.2.11",
|
|
7797
8059
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
@@ -8144,6 +8406,7 @@
|
|
|
8144
8406
|
"version": "0.4.24",
|
|
8145
8407
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
8146
8408
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
8409
|
+
"dev": true,
|
|
8147
8410
|
"license": "MIT",
|
|
8148
8411
|
"dependencies": {
|
|
8149
8412
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
@@ -8261,6 +8524,7 @@
|
|
|
8261
8524
|
"version": "7.3.3",
|
|
8262
8525
|
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz",
|
|
8263
8526
|
"integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==",
|
|
8527
|
+
"dev": true,
|
|
8264
8528
|
"license": "MIT",
|
|
8265
8529
|
"dependencies": {
|
|
8266
8530
|
"ansi-escapes": "^4.2.1",
|
|
@@ -8285,6 +8549,7 @@
|
|
|
8285
8549
|
"version": "6.6.7",
|
|
8286
8550
|
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
|
|
8287
8551
|
"integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
|
|
8552
|
+
"dev": true,
|
|
8288
8553
|
"license": "Apache-2.0",
|
|
8289
8554
|
"dependencies": {
|
|
8290
8555
|
"tslib": "^1.9.0"
|
|
@@ -8297,6 +8562,7 @@
|
|
|
8297
8562
|
"version": "1.14.1",
|
|
8298
8563
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
8299
8564
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
8565
|
+
"dev": true,
|
|
8300
8566
|
"license": "0BSD"
|
|
8301
8567
|
},
|
|
8302
8568
|
"node_modules/internal-slot": {
|
|
@@ -8980,6 +9246,7 @@
|
|
|
8980
9246
|
"version": "2.0.0-beta.29",
|
|
8981
9247
|
"resolved": "https://registry.npmjs.org/jsforce/-/jsforce-2.0.0-beta.29.tgz",
|
|
8982
9248
|
"integrity": "sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==",
|
|
9249
|
+
"dev": true,
|
|
8983
9250
|
"license": "MIT",
|
|
8984
9251
|
"dependencies": {
|
|
8985
9252
|
"@babel/runtime": "^7.12.5",
|
|
@@ -9015,12 +9282,14 @@
|
|
|
9015
9282
|
"version": "12.20.55",
|
|
9016
9283
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz",
|
|
9017
9284
|
"integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==",
|
|
9285
|
+
"dev": true,
|
|
9018
9286
|
"license": "MIT"
|
|
9019
9287
|
},
|
|
9020
9288
|
"node_modules/jsforce/node_modules/csv-parse": {
|
|
9021
9289
|
"version": "4.16.3",
|
|
9022
9290
|
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-4.16.3.tgz",
|
|
9023
9291
|
"integrity": "sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==",
|
|
9292
|
+
"dev": true,
|
|
9024
9293
|
"license": "MIT"
|
|
9025
9294
|
},
|
|
9026
9295
|
"node_modules/json-buffer": {
|
|
@@ -9045,10 +9314,9 @@
|
|
|
9045
9314
|
"license": "MIT"
|
|
9046
9315
|
},
|
|
9047
9316
|
"node_modules/json-schema-traverse": {
|
|
9048
|
-
"version": "0.
|
|
9049
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.
|
|
9050
|
-
"integrity": "sha512-
|
|
9051
|
-
"dev": true,
|
|
9317
|
+
"version": "1.0.0",
|
|
9318
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9319
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9052
9320
|
"license": "MIT"
|
|
9053
9321
|
},
|
|
9054
9322
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
@@ -9355,9 +9623,9 @@
|
|
|
9355
9623
|
}
|
|
9356
9624
|
},
|
|
9357
9625
|
"node_modules/linkinator/node_modules/minimatch": {
|
|
9358
|
-
"version": "9.0.
|
|
9359
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
9360
|
-
"integrity": "sha512-
|
|
9626
|
+
"version": "9.0.4",
|
|
9627
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
9628
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
9361
9629
|
"dev": true,
|
|
9362
9630
|
"license": "ISC",
|
|
9363
9631
|
"dependencies": {
|
|
@@ -9400,6 +9668,7 @@
|
|
|
9400
9668
|
"version": "4.17.21",
|
|
9401
9669
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
9402
9670
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
9671
|
+
"dev": true,
|
|
9403
9672
|
"license": "MIT"
|
|
9404
9673
|
},
|
|
9405
9674
|
"node_modules/lodash._reinterpolate": {
|
|
@@ -9796,6 +10065,7 @@
|
|
|
9796
10065
|
"version": "2.1.0",
|
|
9797
10066
|
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
9798
10067
|
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
10068
|
+
"dev": true,
|
|
9799
10069
|
"license": "MIT",
|
|
9800
10070
|
"engines": {
|
|
9801
10071
|
"node": ">=6"
|
|
@@ -10093,6 +10363,7 @@
|
|
|
10093
10363
|
"version": "0.0.8",
|
|
10094
10364
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
10095
10365
|
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
10366
|
+
"dev": true,
|
|
10096
10367
|
"license": "ISC"
|
|
10097
10368
|
},
|
|
10098
10369
|
"node_modules/natural-compare": {
|
|
@@ -10498,6 +10769,7 @@
|
|
|
10498
10769
|
"version": "5.1.2",
|
|
10499
10770
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
10500
10771
|
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
10772
|
+
"dev": true,
|
|
10501
10773
|
"license": "MIT",
|
|
10502
10774
|
"dependencies": {
|
|
10503
10775
|
"mimic-fn": "^2.1.0"
|
|
@@ -10513,6 +10785,7 @@
|
|
|
10513
10785
|
"version": "7.4.2",
|
|
10514
10786
|
"resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
|
|
10515
10787
|
"integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
|
|
10788
|
+
"dev": true,
|
|
10516
10789
|
"license": "MIT",
|
|
10517
10790
|
"dependencies": {
|
|
10518
10791
|
"is-docker": "^2.0.0",
|
|
@@ -10578,6 +10851,7 @@
|
|
|
10578
10851
|
"version": "1.0.2",
|
|
10579
10852
|
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
|
10580
10853
|
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
|
10854
|
+
"dev": true,
|
|
10581
10855
|
"license": "MIT",
|
|
10582
10856
|
"engines": {
|
|
10583
10857
|
"node": ">=0.10.0"
|
|
@@ -11389,6 +11663,7 @@
|
|
|
11389
11663
|
"version": "0.13.11",
|
|
11390
11664
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
|
|
11391
11665
|
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
|
|
11666
|
+
"dev": true,
|
|
11392
11667
|
"license": "MIT"
|
|
11393
11668
|
},
|
|
11394
11669
|
"node_modules/regexp-tree": {
|
|
@@ -11554,6 +11829,7 @@
|
|
|
11554
11829
|
"version": "3.1.0",
|
|
11555
11830
|
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
|
|
11556
11831
|
"integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
|
|
11832
|
+
"dev": true,
|
|
11557
11833
|
"license": "MIT",
|
|
11558
11834
|
"dependencies": {
|
|
11559
11835
|
"onetime": "^5.1.0",
|
|
@@ -11603,6 +11879,7 @@
|
|
|
11603
11879
|
"version": "2.4.1",
|
|
11604
11880
|
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
11605
11881
|
"integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
|
|
11882
|
+
"dev": true,
|
|
11606
11883
|
"license": "MIT",
|
|
11607
11884
|
"engines": {
|
|
11608
11885
|
"node": ">=0.12.0"
|
|
@@ -11715,6 +11992,7 @@
|
|
|
11715
11992
|
"version": "2.1.2",
|
|
11716
11993
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
11717
11994
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
11995
|
+
"dev": true,
|
|
11718
11996
|
"license": "MIT"
|
|
11719
11997
|
},
|
|
11720
11998
|
"node_modules/sax": {
|
|
@@ -12411,6 +12689,7 @@
|
|
|
12411
12689
|
"version": "2.3.8",
|
|
12412
12690
|
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
|
12413
12691
|
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
|
|
12692
|
+
"dev": true,
|
|
12414
12693
|
"license": "MIT"
|
|
12415
12694
|
},
|
|
12416
12695
|
"node_modules/through2": {
|
|
@@ -12427,6 +12706,7 @@
|
|
|
12427
12706
|
"version": "0.0.33",
|
|
12428
12707
|
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
12429
12708
|
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
|
12709
|
+
"dev": true,
|
|
12430
12710
|
"license": "MIT",
|
|
12431
12711
|
"dependencies": {
|
|
12432
12712
|
"os-tmpdir": "~1.0.2"
|
|
@@ -12844,9 +13124,9 @@
|
|
|
12844
13124
|
}
|
|
12845
13125
|
},
|
|
12846
13126
|
"node_modules/typedoc/node_modules/minimatch": {
|
|
12847
|
-
"version": "9.0.
|
|
12848
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
12849
|
-
"integrity": "sha512-
|
|
13127
|
+
"version": "9.0.4",
|
|
13128
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
13129
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
12850
13130
|
"dev": true,
|
|
12851
13131
|
"license": "ISC",
|
|
12852
13132
|
"dependencies": {
|
|
@@ -13277,6 +13557,7 @@
|
|
|
13277
13557
|
"version": "0.5.0",
|
|
13278
13558
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
|
|
13279
13559
|
"integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
|
|
13560
|
+
"dev": true,
|
|
13280
13561
|
"license": "MIT",
|
|
13281
13562
|
"dependencies": {
|
|
13282
13563
|
"sax": ">=0.6.0",
|