@salesforce/plugin-data 3.2.5 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -18
- package/lib/bulkOperationCommand.js +0 -1
- package/lib/bulkOperationCommand.js.map +1 -1
- package/lib/commands/data/query/resume.js +0 -1
- package/lib/commands/data/query/resume.js.map +1 -1
- package/lib/commands/data/query.js +2 -5
- package/lib/commands/data/query.js.map +1 -1
- package/lib/commands/force/data/bulk/delete.js +0 -1
- package/lib/commands/force/data/bulk/delete.js.map +1 -1
- package/lib/commands/force/data/bulk/upsert.js +0 -1
- package/lib/commands/force/data/bulk/upsert.js.map +1 -1
- package/lib/resumeBulkCommand.js +0 -1
- package/lib/resumeBulkCommand.js.map +1 -1
- package/npm-shrinkwrap.json +445 -172
- package/oclif.lock +117 -54
- package/oclif.manifest.json +1 -1
- package/package.json +13 -13
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-data",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.3.0",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jsforce/jsforce-node": "^3.
|
|
13
|
-
"@oclif/core": "^3.26.
|
|
14
|
-
"@salesforce/core": "^
|
|
15
|
-
"@salesforce/kit": "^3.0
|
|
16
|
-
"@salesforce/sf-plugins-core": "^
|
|
12
|
+
"@jsforce/jsforce-node": "^3.1.0",
|
|
13
|
+
"@oclif/core": "^3.26.2",
|
|
14
|
+
"@salesforce/core": "^7.0.1",
|
|
15
|
+
"@salesforce/kit": "^3.1.0",
|
|
16
|
+
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
17
17
|
"@salesforce/ts-types": "^2.0.9",
|
|
18
18
|
"chalk": "^5.3.0",
|
|
19
19
|
"change-case": "^5.4.4",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
25
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
26
|
-
"@salesforce/dev-scripts": "^
|
|
27
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
28
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
25
|
+
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
26
|
+
"@salesforce/dev-scripts": "^9.0.0",
|
|
27
|
+
"@salesforce/plugin-command-reference": "^3.0.75",
|
|
28
|
+
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
29
29
|
"oclif": "^4.6.1",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
|
-
"typescript": "^5.4.
|
|
31
|
+
"typescript": "^5.4.4"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
34
34
|
"node": ">=18.0.0"
|
|
@@ -1486,6 +1486,7 @@
|
|
|
1486
1486
|
"version": "7.24.0",
|
|
1487
1487
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz",
|
|
1488
1488
|
"integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==",
|
|
1489
|
+
"dev": true,
|
|
1489
1490
|
"license": "MIT",
|
|
1490
1491
|
"dependencies": {
|
|
1491
1492
|
"regenerator-runtime": "^0.14.0"
|
|
@@ -1498,6 +1499,7 @@
|
|
|
1498
1499
|
"version": "7.24.0",
|
|
1499
1500
|
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.0.tgz",
|
|
1500
1501
|
"integrity": "sha512-HxiRMOncx3ly6f3fcZ1GVKf+/EROcI9qwPgmij8Czqy6Okm/0T37T4y2ZIlLUuEUFjtM7NRsfdCO8Y3tAiJZew==",
|
|
1502
|
+
"dev": true,
|
|
1501
1503
|
"license": "MIT",
|
|
1502
1504
|
"dependencies": {
|
|
1503
1505
|
"core-js-pure": "^3.30.2",
|
|
@@ -1683,30 +1685,6 @@
|
|
|
1683
1685
|
"node": ">=v14"
|
|
1684
1686
|
}
|
|
1685
1687
|
},
|
|
1686
|
-
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
|
1687
|
-
"version": "8.12.0",
|
|
1688
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
1689
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
1690
|
-
"dev": true,
|
|
1691
|
-
"license": "MIT",
|
|
1692
|
-
"dependencies": {
|
|
1693
|
-
"fast-deep-equal": "^3.1.1",
|
|
1694
|
-
"json-schema-traverse": "^1.0.0",
|
|
1695
|
-
"require-from-string": "^2.0.2",
|
|
1696
|
-
"uri-js": "^4.2.2"
|
|
1697
|
-
},
|
|
1698
|
-
"funding": {
|
|
1699
|
-
"type": "github",
|
|
1700
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
1701
|
-
}
|
|
1702
|
-
},
|
|
1703
|
-
"node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
|
|
1704
|
-
"version": "1.0.0",
|
|
1705
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
1706
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
1707
|
-
"dev": true,
|
|
1708
|
-
"license": "MIT"
|
|
1709
|
-
},
|
|
1710
1688
|
"node_modules/@commitlint/ensure": {
|
|
1711
1689
|
"version": "17.8.1",
|
|
1712
1690
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.8.1.tgz",
|
|
@@ -2190,6 +2168,30 @@
|
|
|
2190
2168
|
"url": "https://opencollective.com/eslint"
|
|
2191
2169
|
}
|
|
2192
2170
|
},
|
|
2171
|
+
"node_modules/@eslint/eslintrc/node_modules/ajv": {
|
|
2172
|
+
"version": "6.12.6",
|
|
2173
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
2174
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
2175
|
+
"dev": true,
|
|
2176
|
+
"license": "MIT",
|
|
2177
|
+
"dependencies": {
|
|
2178
|
+
"fast-deep-equal": "^3.1.1",
|
|
2179
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
2180
|
+
"json-schema-traverse": "^0.4.1",
|
|
2181
|
+
"uri-js": "^4.2.2"
|
|
2182
|
+
},
|
|
2183
|
+
"funding": {
|
|
2184
|
+
"type": "github",
|
|
2185
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
2186
|
+
}
|
|
2187
|
+
},
|
|
2188
|
+
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
|
2189
|
+
"version": "0.4.1",
|
|
2190
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
2191
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
2192
|
+
"dev": true,
|
|
2193
|
+
"license": "MIT"
|
|
2194
|
+
},
|
|
2193
2195
|
"node_modules/@eslint/js": {
|
|
2194
2196
|
"version": "8.57.0",
|
|
2195
2197
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
|
@@ -2776,9 +2778,9 @@
|
|
|
2776
2778
|
}
|
|
2777
2779
|
},
|
|
2778
2780
|
"node_modules/@jsforce/jsforce-node": {
|
|
2779
|
-
"version": "3.
|
|
2780
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
2781
|
-
"integrity": "sha512-
|
|
2781
|
+
"version": "3.1.0",
|
|
2782
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.1.0.tgz",
|
|
2783
|
+
"integrity": "sha512-xsn6Qj36YyhG7uCL9DOswZhqN/OVIpXm5s8AWD7V9hSJfp5ReebEsjT7a52ztEMmkUAYjWvZC5alBJr7jJCJig==",
|
|
2782
2784
|
"license": "MIT",
|
|
2783
2785
|
"dependencies": {
|
|
2784
2786
|
"@sindresorhus/is": "^4",
|
|
@@ -2851,9 +2853,9 @@
|
|
|
2851
2853
|
}
|
|
2852
2854
|
},
|
|
2853
2855
|
"node_modules/@oclif/core": {
|
|
2854
|
-
"version": "3.26.
|
|
2855
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
2856
|
-
"integrity": "sha512-
|
|
2856
|
+
"version": "3.26.2",
|
|
2857
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.2.tgz",
|
|
2858
|
+
"integrity": "sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==",
|
|
2857
2859
|
"license": "MIT",
|
|
2858
2860
|
"dependencies": {
|
|
2859
2861
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -2872,7 +2874,7 @@
|
|
|
2872
2874
|
"indent-string": "^4.0.0",
|
|
2873
2875
|
"is-wsl": "^2.2.0",
|
|
2874
2876
|
"js-yaml": "^3.14.1",
|
|
2875
|
-
"minimatch": "^9.0.
|
|
2877
|
+
"minimatch": "^9.0.4",
|
|
2876
2878
|
"natural-orderby": "^2.0.3",
|
|
2877
2879
|
"object-treeify": "^1.1.33",
|
|
2878
2880
|
"password-prompt": "^1.1.3",
|
|
@@ -2940,9 +2942,9 @@
|
|
|
2940
2942
|
}
|
|
2941
2943
|
},
|
|
2942
2944
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
2943
|
-
"version": "9.0.
|
|
2944
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
2945
|
-
"integrity": "sha512-
|
|
2945
|
+
"version": "9.0.4",
|
|
2946
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
2947
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
2946
2948
|
"license": "ISC",
|
|
2947
2949
|
"dependencies": {
|
|
2948
2950
|
"brace-expansion": "^2.0.1"
|
|
@@ -3008,6 +3010,117 @@
|
|
|
3008
3010
|
"node": ">=18.0.0"
|
|
3009
3011
|
}
|
|
3010
3012
|
},
|
|
3013
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3014
|
+
"version": "3.26.0",
|
|
3015
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
|
|
3016
|
+
"integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
|
|
3017
|
+
"dev": true,
|
|
3018
|
+
"license": "MIT",
|
|
3019
|
+
"dependencies": {
|
|
3020
|
+
"@types/cli-progress": "^3.11.5",
|
|
3021
|
+
"ansi-escapes": "^4.3.2",
|
|
3022
|
+
"ansi-styles": "^4.3.0",
|
|
3023
|
+
"cardinal": "^2.1.1",
|
|
3024
|
+
"chalk": "^4.1.2",
|
|
3025
|
+
"clean-stack": "^3.0.1",
|
|
3026
|
+
"cli-progress": "^3.12.0",
|
|
3027
|
+
"color": "^4.2.3",
|
|
3028
|
+
"debug": "^4.3.4",
|
|
3029
|
+
"ejs": "^3.1.9",
|
|
3030
|
+
"get-package-type": "^0.1.0",
|
|
3031
|
+
"globby": "^11.1.0",
|
|
3032
|
+
"hyperlinker": "^1.0.0",
|
|
3033
|
+
"indent-string": "^4.0.0",
|
|
3034
|
+
"is-wsl": "^2.2.0",
|
|
3035
|
+
"js-yaml": "^3.14.1",
|
|
3036
|
+
"minimatch": "^9.0.3",
|
|
3037
|
+
"natural-orderby": "^2.0.3",
|
|
3038
|
+
"object-treeify": "^1.1.33",
|
|
3039
|
+
"password-prompt": "^1.1.3",
|
|
3040
|
+
"slice-ansi": "^4.0.0",
|
|
3041
|
+
"string-width": "^4.2.3",
|
|
3042
|
+
"strip-ansi": "^6.0.1",
|
|
3043
|
+
"supports-color": "^8.1.1",
|
|
3044
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3045
|
+
"widest-line": "^3.1.0",
|
|
3046
|
+
"wordwrap": "^1.0.0",
|
|
3047
|
+
"wrap-ansi": "^7.0.0"
|
|
3048
|
+
},
|
|
3049
|
+
"engines": {
|
|
3050
|
+
"node": ">=18.0.0"
|
|
3051
|
+
}
|
|
3052
|
+
},
|
|
3053
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3054
|
+
"version": "4.1.2",
|
|
3055
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3056
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3057
|
+
"dev": true,
|
|
3058
|
+
"license": "MIT",
|
|
3059
|
+
"dependencies": {
|
|
3060
|
+
"ansi-styles": "^4.1.0",
|
|
3061
|
+
"supports-color": "^7.1.0"
|
|
3062
|
+
},
|
|
3063
|
+
"engines": {
|
|
3064
|
+
"node": ">=10"
|
|
3065
|
+
},
|
|
3066
|
+
"funding": {
|
|
3067
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
3070
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3071
|
+
"version": "7.2.0",
|
|
3072
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3073
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3074
|
+
"dev": true,
|
|
3075
|
+
"license": "MIT",
|
|
3076
|
+
"dependencies": {
|
|
3077
|
+
"has-flag": "^4.0.0"
|
|
3078
|
+
},
|
|
3079
|
+
"engines": {
|
|
3080
|
+
"node": ">=8"
|
|
3081
|
+
}
|
|
3082
|
+
},
|
|
3083
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3084
|
+
"version": "11.1.0",
|
|
3085
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3086
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3087
|
+
"dev": true,
|
|
3088
|
+
"license": "MIT",
|
|
3089
|
+
"dependencies": {
|
|
3090
|
+
"array-union": "^2.1.0",
|
|
3091
|
+
"dir-glob": "^3.0.1",
|
|
3092
|
+
"fast-glob": "^3.2.9",
|
|
3093
|
+
"ignore": "^5.2.0",
|
|
3094
|
+
"merge2": "^1.4.1",
|
|
3095
|
+
"slash": "^3.0.0"
|
|
3096
|
+
},
|
|
3097
|
+
"engines": {
|
|
3098
|
+
"node": ">=10"
|
|
3099
|
+
},
|
|
3100
|
+
"funding": {
|
|
3101
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3102
|
+
}
|
|
3103
|
+
},
|
|
3104
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3105
|
+
"version": "3.0.0",
|
|
3106
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3107
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3108
|
+
"dev": true,
|
|
3109
|
+
"license": "MIT",
|
|
3110
|
+
"engines": {
|
|
3111
|
+
"node": ">=8"
|
|
3112
|
+
}
|
|
3113
|
+
},
|
|
3114
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
3115
|
+
"version": "1.0.10",
|
|
3116
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3117
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3118
|
+
"dev": true,
|
|
3119
|
+
"license": "MIT",
|
|
3120
|
+
"dependencies": {
|
|
3121
|
+
"sprintf-js": "~1.0.2"
|
|
3122
|
+
}
|
|
3123
|
+
},
|
|
3011
3124
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3012
3125
|
"version": "14.0.1",
|
|
3013
3126
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
@@ -3029,6 +3142,36 @@
|
|
|
3029
3142
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3030
3143
|
}
|
|
3031
3144
|
},
|
|
3145
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
3146
|
+
"version": "3.14.1",
|
|
3147
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3148
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3149
|
+
"dev": true,
|
|
3150
|
+
"license": "MIT",
|
|
3151
|
+
"dependencies": {
|
|
3152
|
+
"argparse": "^1.0.7",
|
|
3153
|
+
"esprima": "^4.0.0"
|
|
3154
|
+
},
|
|
3155
|
+
"bin": {
|
|
3156
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3157
|
+
}
|
|
3158
|
+
},
|
|
3159
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
3160
|
+
"version": "9.0.4",
|
|
3161
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3162
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3163
|
+
"dev": true,
|
|
3164
|
+
"license": "ISC",
|
|
3165
|
+
"dependencies": {
|
|
3166
|
+
"brace-expansion": "^2.0.1"
|
|
3167
|
+
},
|
|
3168
|
+
"engines": {
|
|
3169
|
+
"node": ">=16 || 14 >=14.17"
|
|
3170
|
+
},
|
|
3171
|
+
"funding": {
|
|
3172
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3173
|
+
}
|
|
3174
|
+
},
|
|
3032
3175
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3033
3176
|
"version": "5.0.0",
|
|
3034
3177
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3055,6 +3198,40 @@
|
|
|
3055
3198
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3056
3199
|
}
|
|
3057
3200
|
},
|
|
3201
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3202
|
+
"version": "8.1.1",
|
|
3203
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3204
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3205
|
+
"dev": true,
|
|
3206
|
+
"license": "MIT",
|
|
3207
|
+
"dependencies": {
|
|
3208
|
+
"has-flag": "^4.0.0"
|
|
3209
|
+
},
|
|
3210
|
+
"engines": {
|
|
3211
|
+
"node": ">=10"
|
|
3212
|
+
},
|
|
3213
|
+
"funding": {
|
|
3214
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3215
|
+
}
|
|
3216
|
+
},
|
|
3217
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
|
|
3218
|
+
"version": "7.0.0",
|
|
3219
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3220
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3221
|
+
"dev": true,
|
|
3222
|
+
"license": "MIT",
|
|
3223
|
+
"dependencies": {
|
|
3224
|
+
"ansi-styles": "^4.0.0",
|
|
3225
|
+
"string-width": "^4.1.0",
|
|
3226
|
+
"strip-ansi": "^6.0.0"
|
|
3227
|
+
},
|
|
3228
|
+
"engines": {
|
|
3229
|
+
"node": ">=10"
|
|
3230
|
+
},
|
|
3231
|
+
"funding": {
|
|
3232
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3233
|
+
}
|
|
3234
|
+
},
|
|
3058
3235
|
"node_modules/@oclif/plugin-help": {
|
|
3059
3236
|
"version": "6.0.18",
|
|
3060
3237
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
|
|
@@ -3112,13 +3289,13 @@
|
|
|
3112
3289
|
}
|
|
3113
3290
|
},
|
|
3114
3291
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3115
|
-
"version": "5.
|
|
3116
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
3117
|
-
"integrity": "sha512-
|
|
3292
|
+
"version": "5.2.0",
|
|
3293
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.0.tgz",
|
|
3294
|
+
"integrity": "sha512-b0lHGBycDBmeGcDx0j9SfxlNyCg3WhflNeX1PBitMTxgZ5O9UMiSFvLbqgGeTB8Eoq4JgNgou6RRrNoZHFnqcw==",
|
|
3118
3295
|
"dev": true,
|
|
3119
3296
|
"license": "BSD-3-Clause",
|
|
3120
3297
|
"dependencies": {
|
|
3121
|
-
"@salesforce/core": "^
|
|
3298
|
+
"@salesforce/core": "^7.0.0",
|
|
3122
3299
|
"@salesforce/kit": "^3.1.0",
|
|
3123
3300
|
"@salesforce/ts-types": "^2.0.9",
|
|
3124
3301
|
"@types/shelljs": "^0.8.15",
|
|
@@ -3233,21 +3410,20 @@
|
|
|
3233
3410
|
}
|
|
3234
3411
|
},
|
|
3235
3412
|
"node_modules/@salesforce/core": {
|
|
3236
|
-
"version": "
|
|
3237
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-
|
|
3238
|
-
"integrity": "sha512-
|
|
3413
|
+
"version": "7.1.0",
|
|
3414
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.1.0.tgz",
|
|
3415
|
+
"integrity": "sha512-TfGBjH7tJIgnrKxbbRvh4ujn60gPjqcr2xZBHMffjZVtfvXPoT07kd0TILyDWLFslYMJQFq3KA0GwL51g01WNQ==",
|
|
3239
3416
|
"license": "BSD-3-Clause",
|
|
3240
3417
|
"dependencies": {
|
|
3241
|
-
"@
|
|
3242
|
-
"@salesforce/
|
|
3418
|
+
"@jsforce/jsforce-node": "^3.1.0",
|
|
3419
|
+
"@salesforce/kit": "^3.1.0",
|
|
3420
|
+
"@salesforce/schemas": "^1.7.0",
|
|
3243
3421
|
"@salesforce/ts-types": "^2.0.9",
|
|
3244
|
-
"@types/semver": "^7.5.8",
|
|
3245
3422
|
"ajv": "^8.12.0",
|
|
3246
3423
|
"change-case": "^4.1.2",
|
|
3247
3424
|
"faye": "^1.4.0",
|
|
3248
3425
|
"form-data": "^4.0.0",
|
|
3249
3426
|
"js2xmlparser": "^4.0.1",
|
|
3250
|
-
"jsforce": "^2.0.0-beta.29",
|
|
3251
3427
|
"jsonwebtoken": "9.0.2",
|
|
3252
3428
|
"jszip": "3.10.1",
|
|
3253
3429
|
"pino": "^8.19.0",
|
|
@@ -3261,22 +3437,6 @@
|
|
|
3261
3437
|
"node": ">=18.0.0"
|
|
3262
3438
|
}
|
|
3263
3439
|
},
|
|
3264
|
-
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
3265
|
-
"version": "8.12.0",
|
|
3266
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
3267
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
3268
|
-
"license": "MIT",
|
|
3269
|
-
"dependencies": {
|
|
3270
|
-
"fast-deep-equal": "^3.1.1",
|
|
3271
|
-
"json-schema-traverse": "^1.0.0",
|
|
3272
|
-
"require-from-string": "^2.0.2",
|
|
3273
|
-
"uri-js": "^4.2.2"
|
|
3274
|
-
},
|
|
3275
|
-
"funding": {
|
|
3276
|
-
"type": "github",
|
|
3277
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
3278
|
-
}
|
|
3279
|
-
},
|
|
3280
3440
|
"node_modules/@salesforce/core/node_modules/change-case": {
|
|
3281
3441
|
"version": "4.1.2",
|
|
3282
3442
|
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
@@ -3297,12 +3457,6 @@
|
|
|
3297
3457
|
"tslib": "^2.0.3"
|
|
3298
3458
|
}
|
|
3299
3459
|
},
|
|
3300
|
-
"node_modules/@salesforce/core/node_modules/json-schema-traverse": {
|
|
3301
|
-
"version": "1.0.0",
|
|
3302
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
3303
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
3304
|
-
"license": "MIT"
|
|
3305
|
-
},
|
|
3306
3460
|
"node_modules/@salesforce/dev-config": {
|
|
3307
3461
|
"version": "4.1.0",
|
|
3308
3462
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
|
|
@@ -3311,9 +3465,9 @@
|
|
|
3311
3465
|
"license": "BSD-3-Clause"
|
|
3312
3466
|
},
|
|
3313
3467
|
"node_modules/@salesforce/dev-scripts": {
|
|
3314
|
-
"version": "
|
|
3315
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-
|
|
3316
|
-
"integrity": "sha512-
|
|
3468
|
+
"version": "9.0.0",
|
|
3469
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz",
|
|
3470
|
+
"integrity": "sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==",
|
|
3317
3471
|
"dev": true,
|
|
3318
3472
|
"license": "BSD-3-Clause",
|
|
3319
3473
|
"dependencies": {
|
|
@@ -3328,7 +3482,7 @@
|
|
|
3328
3482
|
"chai": "^4.3.10",
|
|
3329
3483
|
"chalk": "^4.0.0",
|
|
3330
3484
|
"cosmiconfig": "^8.3.6",
|
|
3331
|
-
"eslint-config-salesforce-typescript": "^3.
|
|
3485
|
+
"eslint-config-salesforce-typescript": "^3.3.0",
|
|
3332
3486
|
"husky": "^7.0.4",
|
|
3333
3487
|
"linkinator": "^6.0.4",
|
|
3334
3488
|
"mocha": "^10.4.0",
|
|
@@ -3389,15 +3543,15 @@
|
|
|
3389
3543
|
}
|
|
3390
3544
|
},
|
|
3391
3545
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3392
|
-
"version": "3.0.
|
|
3393
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
3394
|
-
"integrity": "sha512-
|
|
3546
|
+
"version": "3.0.75",
|
|
3547
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.75.tgz",
|
|
3548
|
+
"integrity": "sha512-tkW3cC9WhCwhuGDZxCp4dEzeKbfrg9CZuVw3FsJiTCEdj65mOI0+tloMU+yOOyOXb4jm956FOtdLFKkZy2pwkA==",
|
|
3395
3549
|
"dev": true,
|
|
3396
3550
|
"license": "BSD-3-Clause",
|
|
3397
3551
|
"dependencies": {
|
|
3398
3552
|
"@oclif/core": "^3.26.0",
|
|
3399
|
-
"@salesforce/core": "^6.7.
|
|
3400
|
-
"@salesforce/kit": "^3.0
|
|
3553
|
+
"@salesforce/core": "^6.7.6",
|
|
3554
|
+
"@salesforce/kit": "^3.1.0",
|
|
3401
3555
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
3402
3556
|
"@salesforce/ts-types": "^2.0.9",
|
|
3403
3557
|
"chalk": "^4",
|
|
@@ -3408,6 +3562,35 @@
|
|
|
3408
3562
|
"node": ">=16.0.0"
|
|
3409
3563
|
}
|
|
3410
3564
|
},
|
|
3565
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
|
|
3566
|
+
"version": "6.7.6",
|
|
3567
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.6.tgz",
|
|
3568
|
+
"integrity": "sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==",
|
|
3569
|
+
"dev": true,
|
|
3570
|
+
"license": "BSD-3-Clause",
|
|
3571
|
+
"dependencies": {
|
|
3572
|
+
"@salesforce/kit": "^3.1.0",
|
|
3573
|
+
"@salesforce/schemas": "^1.7.0",
|
|
3574
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
3575
|
+
"ajv": "^8.12.0",
|
|
3576
|
+
"change-case": "^4.1.2",
|
|
3577
|
+
"faye": "^1.4.0",
|
|
3578
|
+
"form-data": "^4.0.0",
|
|
3579
|
+
"js2xmlparser": "^4.0.1",
|
|
3580
|
+
"jsforce": "^2.0.0-beta.29",
|
|
3581
|
+
"jsonwebtoken": "9.0.2",
|
|
3582
|
+
"jszip": "3.10.1",
|
|
3583
|
+
"pino": "^8.19.0",
|
|
3584
|
+
"pino-abstract-transport": "^1.1.0",
|
|
3585
|
+
"pino-pretty": "^10.3.1",
|
|
3586
|
+
"proper-lockfile": "^4.1.2",
|
|
3587
|
+
"semver": "^7.6.0",
|
|
3588
|
+
"ts-retry-promise": "^0.7.1"
|
|
3589
|
+
},
|
|
3590
|
+
"engines": {
|
|
3591
|
+
"node": ">=18.0.0"
|
|
3592
|
+
}
|
|
3593
|
+
},
|
|
3411
3594
|
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
3412
3595
|
"version": "5.0.13",
|
|
3413
3596
|
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz",
|
|
@@ -3444,31 +3627,25 @@
|
|
|
3444
3627
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3445
3628
|
}
|
|
3446
3629
|
},
|
|
3447
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/
|
|
3448
|
-
"version": "
|
|
3449
|
-
"resolved": "https://registry.npmjs.org/
|
|
3450
|
-
"integrity": "sha512-
|
|
3630
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/change-case": {
|
|
3631
|
+
"version": "4.1.2",
|
|
3632
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
3633
|
+
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
3451
3634
|
"dev": true,
|
|
3452
3635
|
"license": "MIT",
|
|
3453
3636
|
"dependencies": {
|
|
3454
|
-
"
|
|
3455
|
-
"
|
|
3456
|
-
"
|
|
3457
|
-
"
|
|
3458
|
-
"
|
|
3459
|
-
"
|
|
3460
|
-
"
|
|
3461
|
-
"
|
|
3462
|
-
"
|
|
3463
|
-
"
|
|
3464
|
-
"
|
|
3465
|
-
"
|
|
3466
|
-
"strip-ansi": "^6.0.0",
|
|
3467
|
-
"through": "^2.3.6",
|
|
3468
|
-
"wrap-ansi": "^6.0.1"
|
|
3469
|
-
},
|
|
3470
|
-
"engines": {
|
|
3471
|
-
"node": ">=12.0.0"
|
|
3637
|
+
"camel-case": "^4.1.2",
|
|
3638
|
+
"capital-case": "^1.0.4",
|
|
3639
|
+
"constant-case": "^3.0.4",
|
|
3640
|
+
"dot-case": "^3.0.4",
|
|
3641
|
+
"header-case": "^2.0.4",
|
|
3642
|
+
"no-case": "^3.0.4",
|
|
3643
|
+
"param-case": "^3.0.4",
|
|
3644
|
+
"pascal-case": "^3.1.2",
|
|
3645
|
+
"path-case": "^3.0.4",
|
|
3646
|
+
"sentence-case": "^3.0.4",
|
|
3647
|
+
"snake-case": "^3.0.4",
|
|
3648
|
+
"tslib": "^2.0.3"
|
|
3472
3649
|
}
|
|
3473
3650
|
},
|
|
3474
3651
|
"node_modules/@salesforce/prettier-config": {
|
|
@@ -3479,22 +3656,22 @@
|
|
|
3479
3656
|
"license": "BSD-3-Clause"
|
|
3480
3657
|
},
|
|
3481
3658
|
"node_modules/@salesforce/schemas": {
|
|
3482
|
-
"version": "1.
|
|
3483
|
-
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.
|
|
3484
|
-
"integrity": "sha512-
|
|
3659
|
+
"version": "1.7.0",
|
|
3660
|
+
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.7.0.tgz",
|
|
3661
|
+
"integrity": "sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==",
|
|
3485
3662
|
"license": "ISC"
|
|
3486
3663
|
},
|
|
3487
3664
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3488
|
-
"version": "
|
|
3489
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
3490
|
-
"integrity": "sha512-
|
|
3665
|
+
"version": "9.0.0",
|
|
3666
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.0.tgz",
|
|
3667
|
+
"integrity": "sha512-Eo1mfq68uVIEFgAE7oSlsfJT3YyShQAHRCiLqKivEcxu/3xOHPU212u2nT9igA81Me/6NZmBSvm6vLdN+L/9og==",
|
|
3491
3668
|
"license": "BSD-3-Clause",
|
|
3492
3669
|
"dependencies": {
|
|
3493
3670
|
"@inquirer/confirm": "^2.0.17",
|
|
3494
3671
|
"@inquirer/password": "^1.1.16",
|
|
3495
|
-
"@oclif/core": "^3.
|
|
3496
|
-
"@salesforce/core": "^
|
|
3497
|
-
"@salesforce/kit": "^3.0
|
|
3672
|
+
"@oclif/core": "^3.26.0",
|
|
3673
|
+
"@salesforce/core": "^7.0.0",
|
|
3674
|
+
"@salesforce/kit": "^3.1.0",
|
|
3498
3675
|
"@salesforce/ts-types": "^2.0.9",
|
|
3499
3676
|
"chalk": "^5.3.0"
|
|
3500
3677
|
},
|
|
@@ -4493,6 +4670,7 @@
|
|
|
4493
4670
|
"version": "7.5.8",
|
|
4494
4671
|
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
|
|
4495
4672
|
"integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
|
|
4673
|
+
"dev": true,
|
|
4496
4674
|
"license": "MIT"
|
|
4497
4675
|
},
|
|
4498
4676
|
"node_modules/@types/shelljs": {
|
|
@@ -4842,15 +5020,14 @@
|
|
|
4842
5020
|
}
|
|
4843
5021
|
},
|
|
4844
5022
|
"node_modules/ajv": {
|
|
4845
|
-
"version": "
|
|
4846
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-
|
|
4847
|
-
"integrity": "sha512-
|
|
4848
|
-
"dev": true,
|
|
5023
|
+
"version": "8.12.0",
|
|
5024
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
5025
|
+
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
4849
5026
|
"license": "MIT",
|
|
4850
5027
|
"dependencies": {
|
|
4851
5028
|
"fast-deep-equal": "^3.1.1",
|
|
4852
|
-
"
|
|
4853
|
-
"
|
|
5029
|
+
"json-schema-traverse": "^1.0.0",
|
|
5030
|
+
"require-from-string": "^2.0.2",
|
|
4854
5031
|
"uri-js": "^4.2.2"
|
|
4855
5032
|
},
|
|
4856
5033
|
"funding": {
|
|
@@ -5629,6 +5806,7 @@
|
|
|
5629
5806
|
"version": "0.7.0",
|
|
5630
5807
|
"resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
|
|
5631
5808
|
"integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
|
|
5809
|
+
"dev": true,
|
|
5632
5810
|
"license": "MIT"
|
|
5633
5811
|
},
|
|
5634
5812
|
"node_modules/check-error": {
|
|
@@ -5730,6 +5908,7 @@
|
|
|
5730
5908
|
"version": "3.1.0",
|
|
5731
5909
|
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
|
|
5732
5910
|
"integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
|
|
5911
|
+
"dev": true,
|
|
5733
5912
|
"license": "MIT",
|
|
5734
5913
|
"dependencies": {
|
|
5735
5914
|
"restore-cursor": "^3.1.0"
|
|
@@ -5766,6 +5945,7 @@
|
|
|
5766
5945
|
"version": "3.0.0",
|
|
5767
5946
|
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
|
|
5768
5947
|
"integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
|
|
5948
|
+
"dev": true,
|
|
5769
5949
|
"license": "ISC",
|
|
5770
5950
|
"engines": {
|
|
5771
5951
|
"node": ">= 10"
|
|
@@ -5973,6 +6153,7 @@
|
|
|
5973
6153
|
"version": "3.36.0",
|
|
5974
6154
|
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz",
|
|
5975
6155
|
"integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==",
|
|
6156
|
+
"dev": true,
|
|
5976
6157
|
"hasInstallScript": true,
|
|
5977
6158
|
"license": "MIT",
|
|
5978
6159
|
"funding": {
|
|
@@ -5998,6 +6179,7 @@
|
|
|
5998
6179
|
"version": "3.36.0",
|
|
5999
6180
|
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.36.0.tgz",
|
|
6000
6181
|
"integrity": "sha512-cN28qmhRNgbMZZMc/RFu5w8pK9VJzpb2rJVR/lHuZJKwmXnoWOpXmMkxqBB514igkp1Hu8WGROsiOAzUcKdHOQ==",
|
|
6182
|
+
"dev": true,
|
|
6001
6183
|
"hasInstallScript": true,
|
|
6002
6184
|
"license": "MIT",
|
|
6003
6185
|
"funding": {
|
|
@@ -6712,9 +6894,9 @@
|
|
|
6712
6894
|
"license": "BSD-3-Clause"
|
|
6713
6895
|
},
|
|
6714
6896
|
"node_modules/eslint-config-salesforce-typescript": {
|
|
6715
|
-
"version": "3.
|
|
6716
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.
|
|
6717
|
-
"integrity": "sha512-
|
|
6897
|
+
"version": "3.3.0",
|
|
6898
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.3.0.tgz",
|
|
6899
|
+
"integrity": "sha512-83+zp2Y2h9oz9D3UksjNGCw+xWD7ylIiAJZ58vUbBD10l8FRUMNyn+RDCKn0xCQz7xed5/LcmgUE4T7roe+HBw==",
|
|
6718
6900
|
"dev": true,
|
|
6719
6901
|
"license": "BSD-3-Clause",
|
|
6720
6902
|
"dependencies": {
|
|
@@ -6878,17 +7060,17 @@
|
|
|
6878
7060
|
}
|
|
6879
7061
|
},
|
|
6880
7062
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
6881
|
-
"version": "1.
|
|
6882
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
6883
|
-
"integrity": "sha512-
|
|
7063
|
+
"version": "1.18.0",
|
|
7064
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.0.tgz",
|
|
7065
|
+
"integrity": "sha512-5Q4yI6Hr07v/lTaivs8A8re2FUXDEGyzzHzBk2cWi4c6iMxUYf/vaZKO6ZSSsc4eCcP11JY3RkDBQn6P33x58g==",
|
|
6884
7066
|
"dev": true,
|
|
6885
7067
|
"license": "BSD-3-Clause",
|
|
6886
7068
|
"dependencies": {
|
|
6887
|
-
"@salesforce/core": "^
|
|
7069
|
+
"@salesforce/core": "^7.0.0",
|
|
6888
7070
|
"@typescript-eslint/utils": "^6.17.0"
|
|
6889
7071
|
},
|
|
6890
7072
|
"engines": {
|
|
6891
|
-
"node": ">=
|
|
7073
|
+
"node": ">=18.0.0"
|
|
6892
7074
|
}
|
|
6893
7075
|
},
|
|
6894
7076
|
"node_modules/eslint-plugin-unicorn": {
|
|
@@ -6955,6 +7137,23 @@
|
|
|
6955
7137
|
"url": "https://opencollective.com/eslint"
|
|
6956
7138
|
}
|
|
6957
7139
|
},
|
|
7140
|
+
"node_modules/eslint/node_modules/ajv": {
|
|
7141
|
+
"version": "6.12.6",
|
|
7142
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
7143
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
7144
|
+
"dev": true,
|
|
7145
|
+
"license": "MIT",
|
|
7146
|
+
"dependencies": {
|
|
7147
|
+
"fast-deep-equal": "^3.1.1",
|
|
7148
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
7149
|
+
"json-schema-traverse": "^0.4.1",
|
|
7150
|
+
"uri-js": "^4.2.2"
|
|
7151
|
+
},
|
|
7152
|
+
"funding": {
|
|
7153
|
+
"type": "github",
|
|
7154
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
7155
|
+
}
|
|
7156
|
+
},
|
|
6958
7157
|
"node_modules/eslint/node_modules/chalk": {
|
|
6959
7158
|
"version": "4.1.2",
|
|
6960
7159
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -7015,6 +7214,13 @@
|
|
|
7015
7214
|
"node": ">=10.13.0"
|
|
7016
7215
|
}
|
|
7017
7216
|
},
|
|
7217
|
+
"node_modules/eslint/node_modules/json-schema-traverse": {
|
|
7218
|
+
"version": "0.4.1",
|
|
7219
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
7220
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
7221
|
+
"dev": true,
|
|
7222
|
+
"license": "MIT"
|
|
7223
|
+
},
|
|
7018
7224
|
"node_modules/eslint/node_modules/locate-path": {
|
|
7019
7225
|
"version": "6.0.0",
|
|
7020
7226
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -7193,6 +7399,7 @@
|
|
|
7193
7399
|
"version": "3.1.0",
|
|
7194
7400
|
"resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
|
|
7195
7401
|
"integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
|
|
7402
|
+
"dev": true,
|
|
7196
7403
|
"license": "MIT",
|
|
7197
7404
|
"dependencies": {
|
|
7198
7405
|
"chardet": "^0.7.0",
|
|
@@ -8296,6 +8503,7 @@
|
|
|
8296
8503
|
"version": "0.4.24",
|
|
8297
8504
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
8298
8505
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
8506
|
+
"dev": true,
|
|
8299
8507
|
"license": "MIT",
|
|
8300
8508
|
"dependencies": {
|
|
8301
8509
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
@@ -8410,33 +8618,37 @@
|
|
|
8410
8618
|
"license": "ISC"
|
|
8411
8619
|
},
|
|
8412
8620
|
"node_modules/inquirer": {
|
|
8413
|
-
"version": "
|
|
8414
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-
|
|
8415
|
-
"integrity": "sha512-
|
|
8621
|
+
"version": "8.2.6",
|
|
8622
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz",
|
|
8623
|
+
"integrity": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==",
|
|
8624
|
+
"dev": true,
|
|
8416
8625
|
"license": "MIT",
|
|
8417
8626
|
"dependencies": {
|
|
8418
8627
|
"ansi-escapes": "^4.2.1",
|
|
8419
|
-
"chalk": "^4.1.
|
|
8628
|
+
"chalk": "^4.1.1",
|
|
8420
8629
|
"cli-cursor": "^3.1.0",
|
|
8421
8630
|
"cli-width": "^3.0.0",
|
|
8422
8631
|
"external-editor": "^3.0.3",
|
|
8423
8632
|
"figures": "^3.0.0",
|
|
8424
|
-
"lodash": "^4.17.
|
|
8633
|
+
"lodash": "^4.17.21",
|
|
8425
8634
|
"mute-stream": "0.0.8",
|
|
8635
|
+
"ora": "^5.4.1",
|
|
8426
8636
|
"run-async": "^2.4.0",
|
|
8427
|
-
"rxjs": "^
|
|
8637
|
+
"rxjs": "^7.5.5",
|
|
8428
8638
|
"string-width": "^4.1.0",
|
|
8429
8639
|
"strip-ansi": "^6.0.0",
|
|
8430
|
-
"through": "^2.3.6"
|
|
8640
|
+
"through": "^2.3.6",
|
|
8641
|
+
"wrap-ansi": "^6.0.1"
|
|
8431
8642
|
},
|
|
8432
8643
|
"engines": {
|
|
8433
|
-
"node": ">=
|
|
8644
|
+
"node": ">=12.0.0"
|
|
8434
8645
|
}
|
|
8435
8646
|
},
|
|
8436
8647
|
"node_modules/inquirer/node_modules/chalk": {
|
|
8437
8648
|
"version": "4.1.2",
|
|
8438
8649
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
8439
8650
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
8651
|
+
"dev": true,
|
|
8440
8652
|
"license": "MIT",
|
|
8441
8653
|
"dependencies": {
|
|
8442
8654
|
"ansi-styles": "^4.1.0",
|
|
@@ -8449,24 +8661,6 @@
|
|
|
8449
8661
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
8450
8662
|
}
|
|
8451
8663
|
},
|
|
8452
|
-
"node_modules/inquirer/node_modules/rxjs": {
|
|
8453
|
-
"version": "6.6.7",
|
|
8454
|
-
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
|
|
8455
|
-
"integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
|
|
8456
|
-
"license": "Apache-2.0",
|
|
8457
|
-
"dependencies": {
|
|
8458
|
-
"tslib": "^1.9.0"
|
|
8459
|
-
},
|
|
8460
|
-
"engines": {
|
|
8461
|
-
"npm": ">=2.0.0"
|
|
8462
|
-
}
|
|
8463
|
-
},
|
|
8464
|
-
"node_modules/inquirer/node_modules/tslib": {
|
|
8465
|
-
"version": "1.14.1",
|
|
8466
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
8467
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
8468
|
-
"license": "0BSD"
|
|
8469
|
-
},
|
|
8470
8664
|
"node_modules/internal-slot": {
|
|
8471
8665
|
"version": "1.0.6",
|
|
8472
8666
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.6.tgz",
|
|
@@ -9164,6 +9358,7 @@
|
|
|
9164
9358
|
"version": "2.0.0-beta.29",
|
|
9165
9359
|
"resolved": "https://registry.npmjs.org/jsforce/-/jsforce-2.0.0-beta.29.tgz",
|
|
9166
9360
|
"integrity": "sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==",
|
|
9361
|
+
"dev": true,
|
|
9167
9362
|
"license": "MIT",
|
|
9168
9363
|
"dependencies": {
|
|
9169
9364
|
"@babel/runtime": "^7.12.5",
|
|
@@ -9199,12 +9394,31 @@
|
|
|
9199
9394
|
"version": "12.20.55",
|
|
9200
9395
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz",
|
|
9201
9396
|
"integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==",
|
|
9397
|
+
"dev": true,
|
|
9202
9398
|
"license": "MIT"
|
|
9203
9399
|
},
|
|
9400
|
+
"node_modules/jsforce/node_modules/chalk": {
|
|
9401
|
+
"version": "4.1.2",
|
|
9402
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
9403
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
9404
|
+
"dev": true,
|
|
9405
|
+
"license": "MIT",
|
|
9406
|
+
"dependencies": {
|
|
9407
|
+
"ansi-styles": "^4.1.0",
|
|
9408
|
+
"supports-color": "^7.1.0"
|
|
9409
|
+
},
|
|
9410
|
+
"engines": {
|
|
9411
|
+
"node": ">=10"
|
|
9412
|
+
},
|
|
9413
|
+
"funding": {
|
|
9414
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
9415
|
+
}
|
|
9416
|
+
},
|
|
9204
9417
|
"node_modules/jsforce/node_modules/commander": {
|
|
9205
9418
|
"version": "4.1.1",
|
|
9206
9419
|
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
|
|
9207
9420
|
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
|
|
9421
|
+
"dev": true,
|
|
9208
9422
|
"license": "MIT",
|
|
9209
9423
|
"engines": {
|
|
9210
9424
|
"node": ">= 6"
|
|
@@ -9214,18 +9428,66 @@
|
|
|
9214
9428
|
"version": "5.6.5",
|
|
9215
9429
|
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-5.6.5.tgz",
|
|
9216
9430
|
"integrity": "sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==",
|
|
9431
|
+
"dev": true,
|
|
9217
9432
|
"license": "MIT"
|
|
9218
9433
|
},
|
|
9434
|
+
"node_modules/jsforce/node_modules/inquirer": {
|
|
9435
|
+
"version": "7.3.3",
|
|
9436
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz",
|
|
9437
|
+
"integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==",
|
|
9438
|
+
"dev": true,
|
|
9439
|
+
"license": "MIT",
|
|
9440
|
+
"dependencies": {
|
|
9441
|
+
"ansi-escapes": "^4.2.1",
|
|
9442
|
+
"chalk": "^4.1.0",
|
|
9443
|
+
"cli-cursor": "^3.1.0",
|
|
9444
|
+
"cli-width": "^3.0.0",
|
|
9445
|
+
"external-editor": "^3.0.3",
|
|
9446
|
+
"figures": "^3.0.0",
|
|
9447
|
+
"lodash": "^4.17.19",
|
|
9448
|
+
"mute-stream": "0.0.8",
|
|
9449
|
+
"run-async": "^2.4.0",
|
|
9450
|
+
"rxjs": "^6.6.0",
|
|
9451
|
+
"string-width": "^4.1.0",
|
|
9452
|
+
"strip-ansi": "^6.0.0",
|
|
9453
|
+
"through": "^2.3.6"
|
|
9454
|
+
},
|
|
9455
|
+
"engines": {
|
|
9456
|
+
"node": ">=8.0.0"
|
|
9457
|
+
}
|
|
9458
|
+
},
|
|
9219
9459
|
"node_modules/jsforce/node_modules/regenerator-runtime": {
|
|
9220
9460
|
"version": "0.13.11",
|
|
9221
9461
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
|
|
9222
9462
|
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
|
|
9463
|
+
"dev": true,
|
|
9223
9464
|
"license": "MIT"
|
|
9224
9465
|
},
|
|
9466
|
+
"node_modules/jsforce/node_modules/rxjs": {
|
|
9467
|
+
"version": "6.6.7",
|
|
9468
|
+
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
|
|
9469
|
+
"integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
|
|
9470
|
+
"dev": true,
|
|
9471
|
+
"license": "Apache-2.0",
|
|
9472
|
+
"dependencies": {
|
|
9473
|
+
"tslib": "^1.9.0"
|
|
9474
|
+
},
|
|
9475
|
+
"engines": {
|
|
9476
|
+
"npm": ">=2.0.0"
|
|
9477
|
+
}
|
|
9478
|
+
},
|
|
9479
|
+
"node_modules/jsforce/node_modules/tslib": {
|
|
9480
|
+
"version": "1.14.1",
|
|
9481
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
9482
|
+
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
9483
|
+
"dev": true,
|
|
9484
|
+
"license": "0BSD"
|
|
9485
|
+
},
|
|
9225
9486
|
"node_modules/jsforce/node_modules/xml2js": {
|
|
9226
9487
|
"version": "0.5.0",
|
|
9227
9488
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
|
|
9228
9489
|
"integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
|
|
9490
|
+
"dev": true,
|
|
9229
9491
|
"license": "MIT",
|
|
9230
9492
|
"dependencies": {
|
|
9231
9493
|
"sax": ">=0.6.0",
|
|
@@ -9257,10 +9519,9 @@
|
|
|
9257
9519
|
"license": "MIT"
|
|
9258
9520
|
},
|
|
9259
9521
|
"node_modules/json-schema-traverse": {
|
|
9260
|
-
"version": "0.
|
|
9261
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.
|
|
9262
|
-
"integrity": "sha512-
|
|
9263
|
-
"dev": true,
|
|
9522
|
+
"version": "1.0.0",
|
|
9523
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9524
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9264
9525
|
"license": "MIT"
|
|
9265
9526
|
},
|
|
9266
9527
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
@@ -9554,9 +9815,9 @@
|
|
|
9554
9815
|
}
|
|
9555
9816
|
},
|
|
9556
9817
|
"node_modules/linkinator/node_modules/minimatch": {
|
|
9557
|
-
"version": "9.0.
|
|
9558
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
9559
|
-
"integrity": "sha512-
|
|
9818
|
+
"version": "9.0.4",
|
|
9819
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
9820
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
9560
9821
|
"dev": true,
|
|
9561
9822
|
"license": "ISC",
|
|
9562
9823
|
"dependencies": {
|
|
@@ -9599,6 +9860,7 @@
|
|
|
9599
9860
|
"version": "4.17.21",
|
|
9600
9861
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
9601
9862
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
9863
|
+
"dev": true,
|
|
9602
9864
|
"license": "MIT"
|
|
9603
9865
|
},
|
|
9604
9866
|
"node_modules/lodash._reinterpolate": {
|
|
@@ -10012,6 +10274,7 @@
|
|
|
10012
10274
|
"version": "2.1.0",
|
|
10013
10275
|
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
10014
10276
|
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
10277
|
+
"dev": true,
|
|
10015
10278
|
"license": "MIT",
|
|
10016
10279
|
"engines": {
|
|
10017
10280
|
"node": ">=6"
|
|
@@ -10309,6 +10572,7 @@
|
|
|
10309
10572
|
"version": "0.0.8",
|
|
10310
10573
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
10311
10574
|
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
10575
|
+
"dev": true,
|
|
10312
10576
|
"license": "ISC"
|
|
10313
10577
|
},
|
|
10314
10578
|
"node_modules/natural-compare": {
|
|
@@ -10755,6 +11019,7 @@
|
|
|
10755
11019
|
"version": "5.1.2",
|
|
10756
11020
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
10757
11021
|
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
11022
|
+
"dev": true,
|
|
10758
11023
|
"license": "MIT",
|
|
10759
11024
|
"dependencies": {
|
|
10760
11025
|
"mimic-fn": "^2.1.0"
|
|
@@ -10770,6 +11035,7 @@
|
|
|
10770
11035
|
"version": "7.4.2",
|
|
10771
11036
|
"resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
|
|
10772
11037
|
"integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
|
|
11038
|
+
"dev": true,
|
|
10773
11039
|
"license": "MIT",
|
|
10774
11040
|
"dependencies": {
|
|
10775
11041
|
"is-docker": "^2.0.0",
|
|
@@ -10852,6 +11118,7 @@
|
|
|
10852
11118
|
"version": "1.0.2",
|
|
10853
11119
|
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
|
10854
11120
|
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
|
11121
|
+
"dev": true,
|
|
10855
11122
|
"license": "MIT",
|
|
10856
11123
|
"engines": {
|
|
10857
11124
|
"node": ">=0.10.0"
|
|
@@ -11652,6 +11919,7 @@
|
|
|
11652
11919
|
"version": "0.14.1",
|
|
11653
11920
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
|
|
11654
11921
|
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
|
|
11922
|
+
"dev": true,
|
|
11655
11923
|
"license": "MIT"
|
|
11656
11924
|
},
|
|
11657
11925
|
"node_modules/regexp-tree": {
|
|
@@ -11817,6 +12085,7 @@
|
|
|
11817
12085
|
"version": "3.1.0",
|
|
11818
12086
|
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
|
|
11819
12087
|
"integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
|
|
12088
|
+
"dev": true,
|
|
11820
12089
|
"license": "MIT",
|
|
11821
12090
|
"dependencies": {
|
|
11822
12091
|
"onetime": "^5.1.0",
|
|
@@ -11866,6 +12135,7 @@
|
|
|
11866
12135
|
"version": "2.4.1",
|
|
11867
12136
|
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
11868
12137
|
"integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
|
|
12138
|
+
"dev": true,
|
|
11869
12139
|
"license": "MIT",
|
|
11870
12140
|
"engines": {
|
|
11871
12141
|
"node": ">=0.12.0"
|
|
@@ -11978,6 +12248,7 @@
|
|
|
11978
12248
|
"version": "2.1.2",
|
|
11979
12249
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
11980
12250
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
12251
|
+
"dev": true,
|
|
11981
12252
|
"license": "MIT"
|
|
11982
12253
|
},
|
|
11983
12254
|
"node_modules/sax": {
|
|
@@ -12674,6 +12945,7 @@
|
|
|
12674
12945
|
"version": "2.3.8",
|
|
12675
12946
|
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
|
12676
12947
|
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
|
|
12948
|
+
"dev": true,
|
|
12677
12949
|
"license": "MIT"
|
|
12678
12950
|
},
|
|
12679
12951
|
"node_modules/through2": {
|
|
@@ -12690,6 +12962,7 @@
|
|
|
12690
12962
|
"version": "0.0.33",
|
|
12691
12963
|
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
12692
12964
|
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
|
12965
|
+
"dev": true,
|
|
12693
12966
|
"license": "MIT",
|
|
12694
12967
|
"dependencies": {
|
|
12695
12968
|
"os-tmpdir": "~1.0.2"
|
|
@@ -13097,9 +13370,9 @@
|
|
|
13097
13370
|
}
|
|
13098
13371
|
},
|
|
13099
13372
|
"node_modules/typedoc/node_modules/minimatch": {
|
|
13100
|
-
"version": "9.0.
|
|
13101
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
13102
|
-
"integrity": "sha512-
|
|
13373
|
+
"version": "9.0.4",
|
|
13374
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
13375
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
13103
13376
|
"dev": true,
|
|
13104
13377
|
"license": "ISC",
|
|
13105
13378
|
"dependencies": {
|
|
@@ -13113,9 +13386,9 @@
|
|
|
13113
13386
|
}
|
|
13114
13387
|
},
|
|
13115
13388
|
"node_modules/typescript": {
|
|
13116
|
-
"version": "5.4.
|
|
13117
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.
|
|
13118
|
-
"integrity": "sha512-
|
|
13389
|
+
"version": "5.4.4",
|
|
13390
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
|
|
13391
|
+
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
|
|
13119
13392
|
"dev": true,
|
|
13120
13393
|
"license": "Apache-2.0",
|
|
13121
13394
|
"bin": {
|