@salesforce/plugin-release-management 4.4.21 → 4.4.22
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/npm-shrinkwrap.json +603 -344
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.22",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-release-management",
|
|
9
|
-
"version": "4.4.
|
|
9
|
+
"version": "4.4.22",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^2.15.0",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@salesforce/core": "^5.3.14",
|
|
18
18
|
"@salesforce/kit": "^3.0.15",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.36",
|
|
20
|
-
"@salesforce/plugin-trust": "^2.6.
|
|
20
|
+
"@salesforce/plugin-trust": "^2.6.23",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.9",
|
|
23
23
|
"aws-sdk": "^2.1488.0",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"sf-release": "bin/run"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@oclif/plugin-command-snapshot": "^4.0.
|
|
41
|
-
"@salesforce/dev-config": "^4.0
|
|
40
|
+
"@oclif/plugin-command-snapshot": "^4.0.16",
|
|
41
|
+
"@salesforce/dev-config": "^4.1.0",
|
|
42
42
|
"@salesforce/dev-scripts": "^5.12.2",
|
|
43
43
|
"@salesforce/prettier-config": "^0.0.3",
|
|
44
44
|
"@salesforce/ts-sinon": "1.4.17",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
56
56
|
"eslint-config-salesforce-typescript": "^2.0.0",
|
|
57
57
|
"eslint-plugin-header": "^3.1.1",
|
|
58
|
-
"eslint-plugin-import": "2.
|
|
58
|
+
"eslint-plugin-import": "2.29.0",
|
|
59
59
|
"eslint-plugin-jsdoc": "^46.8.2",
|
|
60
60
|
"eslint-plugin-sf-plugin": "^1.16.12",
|
|
61
61
|
"husky": "^7.0.4",
|
|
@@ -1205,6 +1205,26 @@
|
|
|
1205
1205
|
"url": "https://opencollective.com/eslint"
|
|
1206
1206
|
}
|
|
1207
1207
|
},
|
|
1208
|
+
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
1209
|
+
"version": "2.0.1",
|
|
1210
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
1211
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
1212
|
+
"dev": true,
|
|
1213
|
+
"license": "Python-2.0"
|
|
1214
|
+
},
|
|
1215
|
+
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
1216
|
+
"version": "4.1.0",
|
|
1217
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
1218
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
1219
|
+
"dev": true,
|
|
1220
|
+
"license": "MIT",
|
|
1221
|
+
"dependencies": {
|
|
1222
|
+
"argparse": "^2.0.1"
|
|
1223
|
+
},
|
|
1224
|
+
"bin": {
|
|
1225
|
+
"js-yaml": "bin/js-yaml.js"
|
|
1226
|
+
}
|
|
1227
|
+
},
|
|
1208
1228
|
"node_modules/@eslint/js": {
|
|
1209
1229
|
"version": "8.52.0",
|
|
1210
1230
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.52.0.tgz",
|
|
@@ -1394,30 +1414,6 @@
|
|
|
1394
1414
|
"node": ">=8"
|
|
1395
1415
|
}
|
|
1396
1416
|
},
|
|
1397
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
1398
|
-
"version": "1.0.10",
|
|
1399
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
1400
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
1401
|
-
"dev": true,
|
|
1402
|
-
"license": "MIT",
|
|
1403
|
-
"dependencies": {
|
|
1404
|
-
"sprintf-js": "~1.0.2"
|
|
1405
|
-
}
|
|
1406
|
-
},
|
|
1407
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
1408
|
-
"version": "3.14.1",
|
|
1409
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
1410
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
1411
|
-
"dev": true,
|
|
1412
|
-
"license": "MIT",
|
|
1413
|
-
"dependencies": {
|
|
1414
|
-
"argparse": "^1.0.7",
|
|
1415
|
-
"esprima": "^4.0.0"
|
|
1416
|
-
},
|
|
1417
|
-
"bin": {
|
|
1418
|
-
"js-yaml": "bin/js-yaml.js"
|
|
1419
|
-
}
|
|
1420
|
-
},
|
|
1421
1417
|
"node_modules/@istanbuljs/schema": {
|
|
1422
1418
|
"version": "0.1.3",
|
|
1423
1419
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
@@ -2148,28 +2144,6 @@
|
|
|
2148
2144
|
"node": ">=14.0.0"
|
|
2149
2145
|
}
|
|
2150
2146
|
},
|
|
2151
|
-
"node_modules/@oclif/core/node_modules/argparse": {
|
|
2152
|
-
"version": "1.0.10",
|
|
2153
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2154
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2155
|
-
"license": "MIT",
|
|
2156
|
-
"dependencies": {
|
|
2157
|
-
"sprintf-js": "~1.0.2"
|
|
2158
|
-
}
|
|
2159
|
-
},
|
|
2160
|
-
"node_modules/@oclif/core/node_modules/js-yaml": {
|
|
2161
|
-
"version": "3.14.1",
|
|
2162
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
2163
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
2164
|
-
"license": "MIT",
|
|
2165
|
-
"dependencies": {
|
|
2166
|
-
"argparse": "^1.0.7",
|
|
2167
|
-
"esprima": "^4.0.0"
|
|
2168
|
-
},
|
|
2169
|
-
"bin": {
|
|
2170
|
-
"js-yaml": "bin/js-yaml.js"
|
|
2171
|
-
}
|
|
2172
|
-
},
|
|
2173
2147
|
"node_modules/@oclif/core/node_modules/supports-color": {
|
|
2174
2148
|
"version": "8.1.1",
|
|
2175
2149
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -2186,22 +2160,121 @@
|
|
|
2186
2160
|
}
|
|
2187
2161
|
},
|
|
2188
2162
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
2189
|
-
"version": "4.0.
|
|
2190
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-4.0.
|
|
2191
|
-
"integrity": "sha512-
|
|
2163
|
+
"version": "4.0.16",
|
|
2164
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-4.0.16.tgz",
|
|
2165
|
+
"integrity": "sha512-J4q2e7l7jNxzuS4qvmLPALoFftsRXczE54I2qnFpSp7YC9RyS9cUcBdoXklOsX2yZckj234o5gmGdkAmBAAqHA==",
|
|
2192
2166
|
"dev": true,
|
|
2193
2167
|
"license": "MIT",
|
|
2194
2168
|
"dependencies": {
|
|
2195
|
-
"@oclif/core": "^
|
|
2196
|
-
"
|
|
2169
|
+
"@oclif/core": "^3.5.0",
|
|
2170
|
+
"@types/lodash.difference": "^4.5.8",
|
|
2171
|
+
"chalk": "^5.3.0",
|
|
2197
2172
|
"just-diff": "^5.2.0",
|
|
2198
|
-
"lodash": "^4.
|
|
2173
|
+
"lodash.difference": "^4.5.0",
|
|
2174
|
+
"lodash.get": "^4.4.2",
|
|
2175
|
+
"lodash.sortby": "^4.7.0",
|
|
2199
2176
|
"semver": "^7.5.4",
|
|
2200
|
-
"ts-json-schema-generator": "^1.
|
|
2201
|
-
"tslib": "^2.6.2"
|
|
2177
|
+
"ts-json-schema-generator": "^1.4.0"
|
|
2202
2178
|
},
|
|
2203
2179
|
"engines": {
|
|
2204
|
-
"node": ">=
|
|
2180
|
+
"node": ">=18.0.0"
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2183
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
2184
|
+
"version": "3.10.8",
|
|
2185
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
|
|
2186
|
+
"integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
|
|
2187
|
+
"dev": true,
|
|
2188
|
+
"license": "MIT",
|
|
2189
|
+
"dependencies": {
|
|
2190
|
+
"ansi-escapes": "^4.3.2",
|
|
2191
|
+
"ansi-styles": "^4.3.0",
|
|
2192
|
+
"cardinal": "^2.1.1",
|
|
2193
|
+
"chalk": "^4.1.2",
|
|
2194
|
+
"clean-stack": "^3.0.1",
|
|
2195
|
+
"cli-progress": "^3.12.0",
|
|
2196
|
+
"debug": "^4.3.4",
|
|
2197
|
+
"ejs": "^3.1.9",
|
|
2198
|
+
"get-package-type": "^0.1.0",
|
|
2199
|
+
"globby": "^11.1.0",
|
|
2200
|
+
"hyperlinker": "^1.0.0",
|
|
2201
|
+
"indent-string": "^4.0.0",
|
|
2202
|
+
"is-wsl": "^2.2.0",
|
|
2203
|
+
"js-yaml": "^3.14.1",
|
|
2204
|
+
"natural-orderby": "^2.0.3",
|
|
2205
|
+
"object-treeify": "^1.1.33",
|
|
2206
|
+
"password-prompt": "^1.1.2",
|
|
2207
|
+
"slice-ansi": "^4.0.0",
|
|
2208
|
+
"string-width": "^4.2.3",
|
|
2209
|
+
"strip-ansi": "^6.0.1",
|
|
2210
|
+
"supports-color": "^8.1.1",
|
|
2211
|
+
"supports-hyperlinks": "^2.2.0",
|
|
2212
|
+
"tsconfck": "^3.0.0",
|
|
2213
|
+
"widest-line": "^3.1.0",
|
|
2214
|
+
"wordwrap": "^1.0.0",
|
|
2215
|
+
"wrap-ansi": "^7.0.0"
|
|
2216
|
+
},
|
|
2217
|
+
"engines": {
|
|
2218
|
+
"node": ">=18.0.0"
|
|
2219
|
+
}
|
|
2220
|
+
},
|
|
2221
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
2222
|
+
"version": "4.1.2",
|
|
2223
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2224
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2225
|
+
"dev": true,
|
|
2226
|
+
"license": "MIT",
|
|
2227
|
+
"dependencies": {
|
|
2228
|
+
"ansi-styles": "^4.1.0",
|
|
2229
|
+
"supports-color": "^7.1.0"
|
|
2230
|
+
},
|
|
2231
|
+
"engines": {
|
|
2232
|
+
"node": ">=10"
|
|
2233
|
+
},
|
|
2234
|
+
"funding": {
|
|
2235
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2236
|
+
}
|
|
2237
|
+
},
|
|
2238
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2239
|
+
"version": "7.2.0",
|
|
2240
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2241
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2242
|
+
"dev": true,
|
|
2243
|
+
"license": "MIT",
|
|
2244
|
+
"dependencies": {
|
|
2245
|
+
"has-flag": "^4.0.0"
|
|
2246
|
+
},
|
|
2247
|
+
"engines": {
|
|
2248
|
+
"node": ">=8"
|
|
2249
|
+
}
|
|
2250
|
+
},
|
|
2251
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/chalk": {
|
|
2252
|
+
"version": "5.3.0",
|
|
2253
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
2254
|
+
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
2255
|
+
"dev": true,
|
|
2256
|
+
"license": "MIT",
|
|
2257
|
+
"engines": {
|
|
2258
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
2259
|
+
},
|
|
2260
|
+
"funding": {
|
|
2261
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2262
|
+
}
|
|
2263
|
+
},
|
|
2264
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
2265
|
+
"version": "8.1.1",
|
|
2266
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2267
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2268
|
+
"dev": true,
|
|
2269
|
+
"license": "MIT",
|
|
2270
|
+
"dependencies": {
|
|
2271
|
+
"has-flag": "^4.0.0"
|
|
2272
|
+
},
|
|
2273
|
+
"engines": {
|
|
2274
|
+
"node": ">=10"
|
|
2275
|
+
},
|
|
2276
|
+
"funding": {
|
|
2277
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2205
2278
|
}
|
|
2206
2279
|
},
|
|
2207
2280
|
"node_modules/@oclif/plugin-help": {
|
|
@@ -2682,15 +2755,15 @@
|
|
|
2682
2755
|
}
|
|
2683
2756
|
},
|
|
2684
2757
|
"node_modules/@salesforce/core": {
|
|
2685
|
-
"version": "5.3.
|
|
2686
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.
|
|
2687
|
-
"integrity": "sha512-
|
|
2758
|
+
"version": "5.3.20",
|
|
2759
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.20.tgz",
|
|
2760
|
+
"integrity": "sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==",
|
|
2688
2761
|
"license": "BSD-3-Clause",
|
|
2689
2762
|
"dependencies": {
|
|
2690
|
-
"@salesforce/kit": "^3.0.
|
|
2763
|
+
"@salesforce/kit": "^3.0.15",
|
|
2691
2764
|
"@salesforce/schemas": "^1.6.1",
|
|
2692
|
-
"@salesforce/ts-types": "^2.0.
|
|
2693
|
-
"@types/semver": "^7.5.
|
|
2765
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
2766
|
+
"@types/semver": "^7.5.4",
|
|
2694
2767
|
"ajv": "^8.12.0",
|
|
2695
2768
|
"change-case": "^4.1.2",
|
|
2696
2769
|
"faye": "^1.4.0",
|
|
@@ -2733,9 +2806,9 @@
|
|
|
2733
2806
|
"license": "MIT"
|
|
2734
2807
|
},
|
|
2735
2808
|
"node_modules/@salesforce/dev-config": {
|
|
2736
|
-
"version": "4.0
|
|
2737
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.0.
|
|
2738
|
-
"integrity": "sha512-
|
|
2809
|
+
"version": "4.1.0",
|
|
2810
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
|
|
2811
|
+
"integrity": "sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==",
|
|
2739
2812
|
"dev": true,
|
|
2740
2813
|
"license": "BSD-3-Clause"
|
|
2741
2814
|
},
|
|
@@ -2812,56 +2885,17 @@
|
|
|
2812
2885
|
"node": ">=10"
|
|
2813
2886
|
}
|
|
2814
2887
|
},
|
|
2815
|
-
"node_modules/@salesforce/dev-scripts/node_modules/
|
|
2816
|
-
"version": "
|
|
2817
|
-
"resolved": "https://registry.npmjs.org/
|
|
2818
|
-
"integrity": "sha512-
|
|
2819
|
-
"dev": true,
|
|
2820
|
-
"license": "MIT",
|
|
2821
|
-
"dependencies": {
|
|
2822
|
-
"ms": "^2.1.1"
|
|
2823
|
-
}
|
|
2824
|
-
},
|
|
2825
|
-
"node_modules/@salesforce/dev-scripts/node_modules/eslint-plugin-import": {
|
|
2826
|
-
"version": "2.29.0",
|
|
2827
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz",
|
|
2828
|
-
"integrity": "sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==",
|
|
2888
|
+
"node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
|
|
2889
|
+
"version": "5.1.6",
|
|
2890
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
2891
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
2829
2892
|
"dev": true,
|
|
2830
|
-
"license": "
|
|
2893
|
+
"license": "ISC",
|
|
2831
2894
|
"dependencies": {
|
|
2832
|
-
"
|
|
2833
|
-
"array.prototype.findlastindex": "^1.2.3",
|
|
2834
|
-
"array.prototype.flat": "^1.3.2",
|
|
2835
|
-
"array.prototype.flatmap": "^1.3.2",
|
|
2836
|
-
"debug": "^3.2.7",
|
|
2837
|
-
"doctrine": "^2.1.0",
|
|
2838
|
-
"eslint-import-resolver-node": "^0.3.9",
|
|
2839
|
-
"eslint-module-utils": "^2.8.0",
|
|
2840
|
-
"hasown": "^2.0.0",
|
|
2841
|
-
"is-core-module": "^2.13.1",
|
|
2842
|
-
"is-glob": "^4.0.3",
|
|
2843
|
-
"minimatch": "^3.1.2",
|
|
2844
|
-
"object.fromentries": "^2.0.7",
|
|
2845
|
-
"object.groupby": "^1.0.1",
|
|
2846
|
-
"object.values": "^1.1.7",
|
|
2847
|
-
"semver": "^6.3.1",
|
|
2848
|
-
"tsconfig-paths": "^3.14.2"
|
|
2895
|
+
"brace-expansion": "^2.0.1"
|
|
2849
2896
|
},
|
|
2850
2897
|
"engines": {
|
|
2851
|
-
"node": ">=
|
|
2852
|
-
},
|
|
2853
|
-
"peerDependencies": {
|
|
2854
|
-
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
|
|
2855
|
-
}
|
|
2856
|
-
},
|
|
2857
|
-
"node_modules/@salesforce/dev-scripts/node_modules/semver": {
|
|
2858
|
-
"version": "6.3.1",
|
|
2859
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
2860
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
2861
|
-
"dev": true,
|
|
2862
|
-
"license": "ISC",
|
|
2863
|
-
"bin": {
|
|
2864
|
-
"semver": "bin/semver.js"
|
|
2898
|
+
"node": ">=10"
|
|
2865
2899
|
}
|
|
2866
2900
|
},
|
|
2867
2901
|
"node_modules/@salesforce/dev-scripts/node_modules/typedoc": {
|
|
@@ -2886,19 +2920,6 @@
|
|
|
2886
2920
|
"typescript": "4.6.x || 4.7.x || 4.8.x"
|
|
2887
2921
|
}
|
|
2888
2922
|
},
|
|
2889
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typedoc/node_modules/minimatch": {
|
|
2890
|
-
"version": "5.1.6",
|
|
2891
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
2892
|
-
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
2893
|
-
"dev": true,
|
|
2894
|
-
"license": "ISC",
|
|
2895
|
-
"dependencies": {
|
|
2896
|
-
"brace-expansion": "^2.0.1"
|
|
2897
|
-
},
|
|
2898
|
-
"engines": {
|
|
2899
|
-
"node": ">=10"
|
|
2900
|
-
}
|
|
2901
|
-
},
|
|
2902
2923
|
"node_modules/@salesforce/dev-scripts/node_modules/typescript": {
|
|
2903
2924
|
"version": "4.9.5",
|
|
2904
2925
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
|
|
@@ -2943,28 +2964,261 @@
|
|
|
2943
2964
|
}
|
|
2944
2965
|
},
|
|
2945
2966
|
"node_modules/@salesforce/plugin-trust": {
|
|
2946
|
-
"version": "2.6.
|
|
2947
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.
|
|
2948
|
-
"integrity": "sha512-
|
|
2967
|
+
"version": "2.6.23",
|
|
2968
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.23.tgz",
|
|
2969
|
+
"integrity": "sha512-WtuTswrKOwC4s8qAk5Jlb8OhU+gBC27OOBe6/2MmfJmTd2QFI8BFrZY+B3GbrHc7bS+yhvXs/OeJXKP1y2Pvlw==",
|
|
2949
2970
|
"license": "BSD-3-Clause",
|
|
2950
2971
|
"dependencies": {
|
|
2951
|
-
"@oclif/core": "^
|
|
2952
|
-
"@salesforce/core": "^5.3.
|
|
2953
|
-
"@salesforce/sf-plugins-core": "^
|
|
2954
|
-
"got": "^
|
|
2972
|
+
"@oclif/core": "^3.10.1",
|
|
2973
|
+
"@salesforce/core": "^5.3.16",
|
|
2974
|
+
"@salesforce/sf-plugins-core": "^4.0.0",
|
|
2975
|
+
"got": "^13.0.0",
|
|
2955
2976
|
"npm": "9.8.1",
|
|
2956
2977
|
"npm-run-path": "^4.0.1",
|
|
2957
2978
|
"proxy-agent": "^6.3.1",
|
|
2958
|
-
"shelljs": "^0.8.4"
|
|
2959
|
-
"tslib": "^2"
|
|
2979
|
+
"shelljs": "^0.8.4"
|
|
2960
2980
|
},
|
|
2961
2981
|
"bin": {
|
|
2962
2982
|
"sf-trust": "bin/dev"
|
|
2963
2983
|
},
|
|
2984
|
+
"engines": {
|
|
2985
|
+
"node": ">=18.0.0"
|
|
2986
|
+
}
|
|
2987
|
+
},
|
|
2988
|
+
"node_modules/@salesforce/plugin-trust/node_modules/@oclif/core": {
|
|
2989
|
+
"version": "3.10.8",
|
|
2990
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
|
|
2991
|
+
"integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
|
|
2992
|
+
"license": "MIT",
|
|
2993
|
+
"dependencies": {
|
|
2994
|
+
"ansi-escapes": "^4.3.2",
|
|
2995
|
+
"ansi-styles": "^4.3.0",
|
|
2996
|
+
"cardinal": "^2.1.1",
|
|
2997
|
+
"chalk": "^4.1.2",
|
|
2998
|
+
"clean-stack": "^3.0.1",
|
|
2999
|
+
"cli-progress": "^3.12.0",
|
|
3000
|
+
"debug": "^4.3.4",
|
|
3001
|
+
"ejs": "^3.1.9",
|
|
3002
|
+
"get-package-type": "^0.1.0",
|
|
3003
|
+
"globby": "^11.1.0",
|
|
3004
|
+
"hyperlinker": "^1.0.0",
|
|
3005
|
+
"indent-string": "^4.0.0",
|
|
3006
|
+
"is-wsl": "^2.2.0",
|
|
3007
|
+
"js-yaml": "^3.14.1",
|
|
3008
|
+
"natural-orderby": "^2.0.3",
|
|
3009
|
+
"object-treeify": "^1.1.33",
|
|
3010
|
+
"password-prompt": "^1.1.2",
|
|
3011
|
+
"slice-ansi": "^4.0.0",
|
|
3012
|
+
"string-width": "^4.2.3",
|
|
3013
|
+
"strip-ansi": "^6.0.1",
|
|
3014
|
+
"supports-color": "^8.1.1",
|
|
3015
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3016
|
+
"tsconfck": "^3.0.0",
|
|
3017
|
+
"widest-line": "^3.1.0",
|
|
3018
|
+
"wordwrap": "^1.0.0",
|
|
3019
|
+
"wrap-ansi": "^7.0.0"
|
|
3020
|
+
},
|
|
3021
|
+
"engines": {
|
|
3022
|
+
"node": ">=18.0.0"
|
|
3023
|
+
}
|
|
3024
|
+
},
|
|
3025
|
+
"node_modules/@salesforce/plugin-trust/node_modules/@salesforce/sf-plugins-core": {
|
|
3026
|
+
"version": "4.1.1",
|
|
3027
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.1.tgz",
|
|
3028
|
+
"integrity": "sha512-oyRjy/WpU7F8sVWwsUuxZ+WnfnJ4s/60dsIOXyKYezHfywMp8APPmZwETpyFTkKl23rZQT1vciFwTDKXYEP82A==",
|
|
3029
|
+
"license": "BSD-3-Clause",
|
|
3030
|
+
"dependencies": {
|
|
3031
|
+
"@oclif/core": "^3.0.0",
|
|
3032
|
+
"@salesforce/core": "^5.3.1",
|
|
3033
|
+
"@salesforce/kit": "^3.0.13",
|
|
3034
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
3035
|
+
"@types/inquirer": "^8.2.3",
|
|
3036
|
+
"chalk": "^4",
|
|
3037
|
+
"inquirer": "^8.2.5"
|
|
3038
|
+
},
|
|
2964
3039
|
"engines": {
|
|
2965
3040
|
"node": ">=16.0.0"
|
|
2966
3041
|
}
|
|
2967
3042
|
},
|
|
3043
|
+
"node_modules/@salesforce/plugin-trust/node_modules/@sindresorhus/is": {
|
|
3044
|
+
"version": "5.6.0",
|
|
3045
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
3046
|
+
"integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
|
|
3047
|
+
"license": "MIT",
|
|
3048
|
+
"engines": {
|
|
3049
|
+
"node": ">=14.16"
|
|
3050
|
+
},
|
|
3051
|
+
"funding": {
|
|
3052
|
+
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
3053
|
+
}
|
|
3054
|
+
},
|
|
3055
|
+
"node_modules/@salesforce/plugin-trust/node_modules/@szmarczak/http-timer": {
|
|
3056
|
+
"version": "5.0.1",
|
|
3057
|
+
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
|
|
3058
|
+
"integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
|
|
3059
|
+
"license": "MIT",
|
|
3060
|
+
"dependencies": {
|
|
3061
|
+
"defer-to-connect": "^2.0.1"
|
|
3062
|
+
},
|
|
3063
|
+
"engines": {
|
|
3064
|
+
"node": ">=14.16"
|
|
3065
|
+
}
|
|
3066
|
+
},
|
|
3067
|
+
"node_modules/@salesforce/plugin-trust/node_modules/@types/http-cache-semantics": {
|
|
3068
|
+
"version": "4.0.4",
|
|
3069
|
+
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz",
|
|
3070
|
+
"integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==",
|
|
3071
|
+
"license": "MIT"
|
|
3072
|
+
},
|
|
3073
|
+
"node_modules/@salesforce/plugin-trust/node_modules/cacheable-lookup": {
|
|
3074
|
+
"version": "7.0.0",
|
|
3075
|
+
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
3076
|
+
"integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
|
|
3077
|
+
"license": "MIT",
|
|
3078
|
+
"engines": {
|
|
3079
|
+
"node": ">=14.16"
|
|
3080
|
+
}
|
|
3081
|
+
},
|
|
3082
|
+
"node_modules/@salesforce/plugin-trust/node_modules/cacheable-request": {
|
|
3083
|
+
"version": "10.2.14",
|
|
3084
|
+
"resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
|
|
3085
|
+
"integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
|
|
3086
|
+
"license": "MIT",
|
|
3087
|
+
"dependencies": {
|
|
3088
|
+
"@types/http-cache-semantics": "^4.0.2",
|
|
3089
|
+
"get-stream": "^6.0.1",
|
|
3090
|
+
"http-cache-semantics": "^4.1.1",
|
|
3091
|
+
"keyv": "^4.5.3",
|
|
3092
|
+
"mimic-response": "^4.0.0",
|
|
3093
|
+
"normalize-url": "^8.0.0",
|
|
3094
|
+
"responselike": "^3.0.0"
|
|
3095
|
+
},
|
|
3096
|
+
"engines": {
|
|
3097
|
+
"node": ">=14.16"
|
|
3098
|
+
}
|
|
3099
|
+
},
|
|
3100
|
+
"node_modules/@salesforce/plugin-trust/node_modules/got": {
|
|
3101
|
+
"version": "13.0.0",
|
|
3102
|
+
"resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
|
|
3103
|
+
"integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
|
|
3104
|
+
"license": "MIT",
|
|
3105
|
+
"dependencies": {
|
|
3106
|
+
"@sindresorhus/is": "^5.2.0",
|
|
3107
|
+
"@szmarczak/http-timer": "^5.0.1",
|
|
3108
|
+
"cacheable-lookup": "^7.0.0",
|
|
3109
|
+
"cacheable-request": "^10.2.8",
|
|
3110
|
+
"decompress-response": "^6.0.0",
|
|
3111
|
+
"form-data-encoder": "^2.1.2",
|
|
3112
|
+
"get-stream": "^6.0.1",
|
|
3113
|
+
"http2-wrapper": "^2.1.10",
|
|
3114
|
+
"lowercase-keys": "^3.0.0",
|
|
3115
|
+
"p-cancelable": "^3.0.0",
|
|
3116
|
+
"responselike": "^3.0.0"
|
|
3117
|
+
},
|
|
3118
|
+
"engines": {
|
|
3119
|
+
"node": ">=16"
|
|
3120
|
+
},
|
|
3121
|
+
"funding": {
|
|
3122
|
+
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
3123
|
+
}
|
|
3124
|
+
},
|
|
3125
|
+
"node_modules/@salesforce/plugin-trust/node_modules/http2-wrapper": {
|
|
3126
|
+
"version": "2.2.1",
|
|
3127
|
+
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz",
|
|
3128
|
+
"integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==",
|
|
3129
|
+
"license": "MIT",
|
|
3130
|
+
"dependencies": {
|
|
3131
|
+
"quick-lru": "^5.1.1",
|
|
3132
|
+
"resolve-alpn": "^1.2.0"
|
|
3133
|
+
},
|
|
3134
|
+
"engines": {
|
|
3135
|
+
"node": ">=10.19.0"
|
|
3136
|
+
}
|
|
3137
|
+
},
|
|
3138
|
+
"node_modules/@salesforce/plugin-trust/node_modules/keyv": {
|
|
3139
|
+
"version": "4.5.4",
|
|
3140
|
+
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
3141
|
+
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
3142
|
+
"license": "MIT",
|
|
3143
|
+
"dependencies": {
|
|
3144
|
+
"json-buffer": "3.0.1"
|
|
3145
|
+
}
|
|
3146
|
+
},
|
|
3147
|
+
"node_modules/@salesforce/plugin-trust/node_modules/lowercase-keys": {
|
|
3148
|
+
"version": "3.0.0",
|
|
3149
|
+
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
3150
|
+
"integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
|
|
3151
|
+
"license": "MIT",
|
|
3152
|
+
"engines": {
|
|
3153
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
3154
|
+
},
|
|
3155
|
+
"funding": {
|
|
3156
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3157
|
+
}
|
|
3158
|
+
},
|
|
3159
|
+
"node_modules/@salesforce/plugin-trust/node_modules/mimic-response": {
|
|
3160
|
+
"version": "4.0.0",
|
|
3161
|
+
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
|
|
3162
|
+
"integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
|
|
3163
|
+
"license": "MIT",
|
|
3164
|
+
"engines": {
|
|
3165
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
3166
|
+
},
|
|
3167
|
+
"funding": {
|
|
3168
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3169
|
+
}
|
|
3170
|
+
},
|
|
3171
|
+
"node_modules/@salesforce/plugin-trust/node_modules/normalize-url": {
|
|
3172
|
+
"version": "8.0.0",
|
|
3173
|
+
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
|
|
3174
|
+
"integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==",
|
|
3175
|
+
"license": "MIT",
|
|
3176
|
+
"engines": {
|
|
3177
|
+
"node": ">=14.16"
|
|
3178
|
+
},
|
|
3179
|
+
"funding": {
|
|
3180
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3181
|
+
}
|
|
3182
|
+
},
|
|
3183
|
+
"node_modules/@salesforce/plugin-trust/node_modules/p-cancelable": {
|
|
3184
|
+
"version": "3.0.0",
|
|
3185
|
+
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
3186
|
+
"integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
|
|
3187
|
+
"license": "MIT",
|
|
3188
|
+
"engines": {
|
|
3189
|
+
"node": ">=12.20"
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
3192
|
+
"node_modules/@salesforce/plugin-trust/node_modules/responselike": {
|
|
3193
|
+
"version": "3.0.0",
|
|
3194
|
+
"resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
|
|
3195
|
+
"integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
|
|
3196
|
+
"license": "MIT",
|
|
3197
|
+
"dependencies": {
|
|
3198
|
+
"lowercase-keys": "^3.0.0"
|
|
3199
|
+
},
|
|
3200
|
+
"engines": {
|
|
3201
|
+
"node": ">=14.16"
|
|
3202
|
+
},
|
|
3203
|
+
"funding": {
|
|
3204
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3205
|
+
}
|
|
3206
|
+
},
|
|
3207
|
+
"node_modules/@salesforce/plugin-trust/node_modules/supports-color": {
|
|
3208
|
+
"version": "8.1.1",
|
|
3209
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3210
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3211
|
+
"license": "MIT",
|
|
3212
|
+
"dependencies": {
|
|
3213
|
+
"has-flag": "^4.0.0"
|
|
3214
|
+
},
|
|
3215
|
+
"engines": {
|
|
3216
|
+
"node": ">=10"
|
|
3217
|
+
},
|
|
3218
|
+
"funding": {
|
|
3219
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
2968
3222
|
"node_modules/@salesforce/prettier-config": {
|
|
2969
3223
|
"version": "0.0.3",
|
|
2970
3224
|
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
|
@@ -3436,6 +3690,16 @@
|
|
|
3436
3690
|
"integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==",
|
|
3437
3691
|
"license": "MIT"
|
|
3438
3692
|
},
|
|
3693
|
+
"node_modules/@types/inquirer": {
|
|
3694
|
+
"version": "8.2.10",
|
|
3695
|
+
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.10.tgz",
|
|
3696
|
+
"integrity": "sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==",
|
|
3697
|
+
"license": "MIT",
|
|
3698
|
+
"dependencies": {
|
|
3699
|
+
"@types/through": "*",
|
|
3700
|
+
"rxjs": "^7.2.0"
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3439
3703
|
"node_modules/@types/json-schema": {
|
|
3440
3704
|
"version": "7.0.12",
|
|
3441
3705
|
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz",
|
|
@@ -3459,6 +3723,23 @@
|
|
|
3459
3723
|
"@types/node": "*"
|
|
3460
3724
|
}
|
|
3461
3725
|
},
|
|
3726
|
+
"node_modules/@types/lodash": {
|
|
3727
|
+
"version": "4.14.201",
|
|
3728
|
+
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.201.tgz",
|
|
3729
|
+
"integrity": "sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ==",
|
|
3730
|
+
"dev": true,
|
|
3731
|
+
"license": "MIT"
|
|
3732
|
+
},
|
|
3733
|
+
"node_modules/@types/lodash.difference": {
|
|
3734
|
+
"version": "4.5.9",
|
|
3735
|
+
"resolved": "https://registry.npmjs.org/@types/lodash.difference/-/lodash.difference-4.5.9.tgz",
|
|
3736
|
+
"integrity": "sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==",
|
|
3737
|
+
"dev": true,
|
|
3738
|
+
"license": "MIT",
|
|
3739
|
+
"dependencies": {
|
|
3740
|
+
"@types/lodash": "*"
|
|
3741
|
+
}
|
|
3742
|
+
},
|
|
3462
3743
|
"node_modules/@types/minimatch": {
|
|
3463
3744
|
"version": "3.0.5",
|
|
3464
3745
|
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
|
|
@@ -3540,6 +3821,15 @@
|
|
|
3540
3821
|
"dev": true,
|
|
3541
3822
|
"license": "MIT"
|
|
3542
3823
|
},
|
|
3824
|
+
"node_modules/@types/through": {
|
|
3825
|
+
"version": "0.0.33",
|
|
3826
|
+
"resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.33.tgz",
|
|
3827
|
+
"integrity": "sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==",
|
|
3828
|
+
"license": "MIT",
|
|
3829
|
+
"dependencies": {
|
|
3830
|
+
"@types/node": "*"
|
|
3831
|
+
}
|
|
3832
|
+
},
|
|
3543
3833
|
"node_modules/@types/vinyl": {
|
|
3544
3834
|
"version": "2.0.7",
|
|
3545
3835
|
"resolved": "https://registry.npmjs.org/@types/vinyl/-/vinyl-2.0.7.tgz",
|
|
@@ -4054,11 +4344,13 @@
|
|
|
4054
4344
|
"license": "MIT"
|
|
4055
4345
|
},
|
|
4056
4346
|
"node_modules/argparse": {
|
|
4057
|
-
"version": "
|
|
4058
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-
|
|
4059
|
-
"integrity": "sha512-
|
|
4060
|
-
"
|
|
4061
|
-
"
|
|
4347
|
+
"version": "1.0.10",
|
|
4348
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4349
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4350
|
+
"license": "MIT",
|
|
4351
|
+
"dependencies": {
|
|
4352
|
+
"sprintf-js": "~1.0.2"
|
|
4353
|
+
}
|
|
4062
4354
|
},
|
|
4063
4355
|
"node_modules/array-buffer-byte-length": {
|
|
4064
4356
|
"version": "1.0.0",
|
|
@@ -4830,6 +5122,21 @@
|
|
|
4830
5122
|
"node": ">=8"
|
|
4831
5123
|
}
|
|
4832
5124
|
},
|
|
5125
|
+
"node_modules/cacheable-request/node_modules/get-stream": {
|
|
5126
|
+
"version": "5.2.0",
|
|
5127
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
5128
|
+
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
5129
|
+
"license": "MIT",
|
|
5130
|
+
"dependencies": {
|
|
5131
|
+
"pump": "^3.0.0"
|
|
5132
|
+
},
|
|
5133
|
+
"engines": {
|
|
5134
|
+
"node": ">=8"
|
|
5135
|
+
},
|
|
5136
|
+
"funding": {
|
|
5137
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5138
|
+
}
|
|
5139
|
+
},
|
|
4833
5140
|
"node_modules/caching-transform": {
|
|
4834
5141
|
"version": "4.0.0",
|
|
4835
5142
|
"resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-4.0.0.tgz",
|
|
@@ -6026,6 +6333,26 @@
|
|
|
6026
6333
|
"typescript": ">=3"
|
|
6027
6334
|
}
|
|
6028
6335
|
},
|
|
6336
|
+
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
6337
|
+
"version": "2.0.1",
|
|
6338
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
6339
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
6340
|
+
"dev": true,
|
|
6341
|
+
"license": "Python-2.0"
|
|
6342
|
+
},
|
|
6343
|
+
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
6344
|
+
"version": "4.1.0",
|
|
6345
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
6346
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
6347
|
+
"dev": true,
|
|
6348
|
+
"license": "MIT",
|
|
6349
|
+
"dependencies": {
|
|
6350
|
+
"argparse": "^2.0.1"
|
|
6351
|
+
},
|
|
6352
|
+
"bin": {
|
|
6353
|
+
"js-yaml": "bin/js-yaml.js"
|
|
6354
|
+
}
|
|
6355
|
+
},
|
|
6029
6356
|
"node_modules/create-require": {
|
|
6030
6357
|
"version": "1.1.1",
|
|
6031
6358
|
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
|
|
@@ -6854,68 +7181,19 @@
|
|
|
6854
7181
|
"eslint-plugin-unicorn": "^48.0.1"
|
|
6855
7182
|
}
|
|
6856
7183
|
},
|
|
6857
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/@es-joy/jsdoccomment": {
|
|
6858
|
-
"version": "0.38.0",
|
|
6859
|
-
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.38.0.tgz",
|
|
6860
|
-
"integrity": "sha512-TFac4Bnv0ZYNkEeDnOWHQhaS1elWlvOCQxH06iHeu5iffs+hCaLVIZJwF+FqksQi68R4i66Pu+4DfFGvble+Uw==",
|
|
6861
|
-
"dev": true,
|
|
6862
|
-
"license": "MIT",
|
|
6863
|
-
"dependencies": {
|
|
6864
|
-
"comment-parser": "1.3.1",
|
|
6865
|
-
"esquery": "^1.5.0",
|
|
6866
|
-
"jsdoc-type-pratt-parser": "~4.0.0"
|
|
6867
|
-
},
|
|
6868
|
-
"engines": {
|
|
6869
|
-
"node": ">=16"
|
|
6870
|
-
}
|
|
6871
|
-
},
|
|
6872
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/debug": {
|
|
6873
|
-
"version": "3.2.7",
|
|
6874
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
6875
|
-
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
6876
|
-
"dev": true,
|
|
6877
|
-
"license": "MIT",
|
|
6878
|
-
"dependencies": {
|
|
6879
|
-
"ms": "^2.1.1"
|
|
6880
|
-
}
|
|
6881
|
-
},
|
|
6882
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/debug/node_modules/ms": {
|
|
6883
|
-
"version": "2.1.3",
|
|
6884
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
6885
|
-
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
6886
|
-
"dev": true,
|
|
6887
|
-
"license": "MIT"
|
|
6888
|
-
},
|
|
6889
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/eslint-plugin-import": {
|
|
6890
|
-
"version": "2.29.0",
|
|
6891
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz",
|
|
6892
|
-
"integrity": "sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==",
|
|
7184
|
+
"node_modules/eslint-config-salesforce-typescript/node_modules/@es-joy/jsdoccomment": {
|
|
7185
|
+
"version": "0.38.0",
|
|
7186
|
+
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.38.0.tgz",
|
|
7187
|
+
"integrity": "sha512-TFac4Bnv0ZYNkEeDnOWHQhaS1elWlvOCQxH06iHeu5iffs+hCaLVIZJwF+FqksQi68R4i66Pu+4DfFGvble+Uw==",
|
|
6893
7188
|
"dev": true,
|
|
6894
7189
|
"license": "MIT",
|
|
6895
7190
|
"dependencies": {
|
|
6896
|
-
"
|
|
6897
|
-
"
|
|
6898
|
-
"
|
|
6899
|
-
"array.prototype.flatmap": "^1.3.2",
|
|
6900
|
-
"debug": "^3.2.7",
|
|
6901
|
-
"doctrine": "^2.1.0",
|
|
6902
|
-
"eslint-import-resolver-node": "^0.3.9",
|
|
6903
|
-
"eslint-module-utils": "^2.8.0",
|
|
6904
|
-
"hasown": "^2.0.0",
|
|
6905
|
-
"is-core-module": "^2.13.1",
|
|
6906
|
-
"is-glob": "^4.0.3",
|
|
6907
|
-
"minimatch": "^3.1.2",
|
|
6908
|
-
"object.fromentries": "^2.0.7",
|
|
6909
|
-
"object.groupby": "^1.0.1",
|
|
6910
|
-
"object.values": "^1.1.7",
|
|
6911
|
-
"semver": "^6.3.1",
|
|
6912
|
-
"tsconfig-paths": "^3.14.2"
|
|
7191
|
+
"comment-parser": "1.3.1",
|
|
7192
|
+
"esquery": "^1.5.0",
|
|
7193
|
+
"jsdoc-type-pratt-parser": "~4.0.0"
|
|
6913
7194
|
},
|
|
6914
7195
|
"engines": {
|
|
6915
|
-
"node": ">=
|
|
6916
|
-
},
|
|
6917
|
-
"peerDependencies": {
|
|
6918
|
-
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
|
|
7196
|
+
"node": ">=16"
|
|
6919
7197
|
}
|
|
6920
7198
|
},
|
|
6921
7199
|
"node_modules/eslint-config-salesforce-typescript/node_modules/eslint-plugin-jsdoc": {
|
|
@@ -6941,70 +7219,6 @@
|
|
|
6941
7219
|
"eslint": "^7.0.0 || ^8.0.0"
|
|
6942
7220
|
}
|
|
6943
7221
|
},
|
|
6944
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/eslint-plugin-jsdoc/node_modules/debug": {
|
|
6945
|
-
"version": "4.3.4",
|
|
6946
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
6947
|
-
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
6948
|
-
"dev": true,
|
|
6949
|
-
"license": "MIT",
|
|
6950
|
-
"dependencies": {
|
|
6951
|
-
"ms": "2.1.2"
|
|
6952
|
-
},
|
|
6953
|
-
"engines": {
|
|
6954
|
-
"node": ">=6.0"
|
|
6955
|
-
},
|
|
6956
|
-
"peerDependenciesMeta": {
|
|
6957
|
-
"supports-color": {
|
|
6958
|
-
"optional": true
|
|
6959
|
-
}
|
|
6960
|
-
}
|
|
6961
|
-
},
|
|
6962
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/eslint-plugin-jsdoc/node_modules/semver": {
|
|
6963
|
-
"version": "7.5.4",
|
|
6964
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
|
|
6965
|
-
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
|
|
6966
|
-
"dev": true,
|
|
6967
|
-
"license": "ISC",
|
|
6968
|
-
"dependencies": {
|
|
6969
|
-
"lru-cache": "^6.0.0"
|
|
6970
|
-
},
|
|
6971
|
-
"bin": {
|
|
6972
|
-
"semver": "bin/semver.js"
|
|
6973
|
-
},
|
|
6974
|
-
"engines": {
|
|
6975
|
-
"node": ">=10"
|
|
6976
|
-
}
|
|
6977
|
-
},
|
|
6978
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/lru-cache": {
|
|
6979
|
-
"version": "6.0.0",
|
|
6980
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
6981
|
-
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
6982
|
-
"dev": true,
|
|
6983
|
-
"license": "ISC",
|
|
6984
|
-
"dependencies": {
|
|
6985
|
-
"yallist": "^4.0.0"
|
|
6986
|
-
},
|
|
6987
|
-
"engines": {
|
|
6988
|
-
"node": ">=10"
|
|
6989
|
-
}
|
|
6990
|
-
},
|
|
6991
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/ms": {
|
|
6992
|
-
"version": "2.1.2",
|
|
6993
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
6994
|
-
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
|
|
6995
|
-
"dev": true,
|
|
6996
|
-
"license": "MIT"
|
|
6997
|
-
},
|
|
6998
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/semver": {
|
|
6999
|
-
"version": "6.3.1",
|
|
7000
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
7001
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
7002
|
-
"dev": true,
|
|
7003
|
-
"license": "ISC",
|
|
7004
|
-
"bin": {
|
|
7005
|
-
"semver": "bin/semver.js"
|
|
7006
|
-
}
|
|
7007
|
-
},
|
|
7008
7222
|
"node_modules/eslint-import-resolver-node": {
|
|
7009
7223
|
"version": "0.3.9",
|
|
7010
7224
|
"resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
|
|
@@ -7066,27 +7280,27 @@
|
|
|
7066
7280
|
}
|
|
7067
7281
|
},
|
|
7068
7282
|
"node_modules/eslint-plugin-import": {
|
|
7069
|
-
"version": "2.
|
|
7070
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.
|
|
7071
|
-
"integrity": "sha512-
|
|
7283
|
+
"version": "2.29.0",
|
|
7284
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz",
|
|
7285
|
+
"integrity": "sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==",
|
|
7072
7286
|
"dev": true,
|
|
7073
7287
|
"license": "MIT",
|
|
7074
7288
|
"dependencies": {
|
|
7075
|
-
"array-includes": "^3.1.
|
|
7076
|
-
"array.prototype.findlastindex": "^1.2.
|
|
7077
|
-
"array.prototype.flat": "^1.3.
|
|
7078
|
-
"array.prototype.flatmap": "^1.3.
|
|
7289
|
+
"array-includes": "^3.1.7",
|
|
7290
|
+
"array.prototype.findlastindex": "^1.2.3",
|
|
7291
|
+
"array.prototype.flat": "^1.3.2",
|
|
7292
|
+
"array.prototype.flatmap": "^1.3.2",
|
|
7079
7293
|
"debug": "^3.2.7",
|
|
7080
7294
|
"doctrine": "^2.1.0",
|
|
7081
|
-
"eslint-import-resolver-node": "^0.3.
|
|
7295
|
+
"eslint-import-resolver-node": "^0.3.9",
|
|
7082
7296
|
"eslint-module-utils": "^2.8.0",
|
|
7083
|
-
"
|
|
7084
|
-
"is-core-module": "^2.13.
|
|
7297
|
+
"hasown": "^2.0.0",
|
|
7298
|
+
"is-core-module": "^2.13.1",
|
|
7085
7299
|
"is-glob": "^4.0.3",
|
|
7086
7300
|
"minimatch": "^3.1.2",
|
|
7087
|
-
"object.fromentries": "^2.0.
|
|
7088
|
-
"object.groupby": "^1.0.
|
|
7089
|
-
"object.values": "^1.1.
|
|
7301
|
+
"object.fromentries": "^2.0.7",
|
|
7302
|
+
"object.groupby": "^1.0.1",
|
|
7303
|
+
"object.values": "^1.1.7",
|
|
7090
7304
|
"semver": "^6.3.1",
|
|
7091
7305
|
"tsconfig-paths": "^3.14.2"
|
|
7092
7306
|
},
|
|
@@ -7238,6 +7452,13 @@
|
|
|
7238
7452
|
"url": "https://opencollective.com/eslint"
|
|
7239
7453
|
}
|
|
7240
7454
|
},
|
|
7455
|
+
"node_modules/eslint/node_modules/argparse": {
|
|
7456
|
+
"version": "2.0.1",
|
|
7457
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
7458
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
7459
|
+
"dev": true,
|
|
7460
|
+
"license": "Python-2.0"
|
|
7461
|
+
},
|
|
7241
7462
|
"node_modules/eslint/node_modules/doctrine": {
|
|
7242
7463
|
"version": "3.0.0",
|
|
7243
7464
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
@@ -7281,6 +7502,19 @@
|
|
|
7281
7502
|
"node": ">=10.13.0"
|
|
7282
7503
|
}
|
|
7283
7504
|
},
|
|
7505
|
+
"node_modules/eslint/node_modules/js-yaml": {
|
|
7506
|
+
"version": "4.1.0",
|
|
7507
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
7508
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
7509
|
+
"dev": true,
|
|
7510
|
+
"license": "MIT",
|
|
7511
|
+
"dependencies": {
|
|
7512
|
+
"argparse": "^2.0.1"
|
|
7513
|
+
},
|
|
7514
|
+
"bin": {
|
|
7515
|
+
"js-yaml": "bin/js-yaml.js"
|
|
7516
|
+
}
|
|
7517
|
+
},
|
|
7284
7518
|
"node_modules/eslint/node_modules/locate-path": {
|
|
7285
7519
|
"version": "6.0.0",
|
|
7286
7520
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -7453,19 +7687,6 @@
|
|
|
7453
7687
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
7454
7688
|
}
|
|
7455
7689
|
},
|
|
7456
|
-
"node_modules/execa/node_modules/get-stream": {
|
|
7457
|
-
"version": "6.0.1",
|
|
7458
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
7459
|
-
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
|
|
7460
|
-
"dev": true,
|
|
7461
|
-
"license": "MIT",
|
|
7462
|
-
"engines": {
|
|
7463
|
-
"node": ">=10"
|
|
7464
|
-
},
|
|
7465
|
-
"funding": {
|
|
7466
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7467
|
-
}
|
|
7468
|
-
},
|
|
7469
7690
|
"node_modules/exponential-backoff": {
|
|
7470
7691
|
"version": "3.1.1",
|
|
7471
7692
|
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
|
|
@@ -7828,6 +8049,15 @@
|
|
|
7828
8049
|
"node": ">= 6"
|
|
7829
8050
|
}
|
|
7830
8051
|
},
|
|
8052
|
+
"node_modules/form-data-encoder": {
|
|
8053
|
+
"version": "2.1.4",
|
|
8054
|
+
"resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz",
|
|
8055
|
+
"integrity": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==",
|
|
8056
|
+
"license": "MIT",
|
|
8057
|
+
"engines": {
|
|
8058
|
+
"node": ">= 14.17"
|
|
8059
|
+
}
|
|
8060
|
+
},
|
|
7831
8061
|
"node_modules/fromentries": {
|
|
7832
8062
|
"version": "1.3.2",
|
|
7833
8063
|
"resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz",
|
|
@@ -8107,15 +8337,12 @@
|
|
|
8107
8337
|
}
|
|
8108
8338
|
},
|
|
8109
8339
|
"node_modules/get-stream": {
|
|
8110
|
-
"version": "
|
|
8111
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-
|
|
8112
|
-
"integrity": "sha512-
|
|
8340
|
+
"version": "6.0.1",
|
|
8341
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
8342
|
+
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
|
|
8113
8343
|
"license": "MIT",
|
|
8114
|
-
"dependencies": {
|
|
8115
|
-
"pump": "^3.0.0"
|
|
8116
|
-
},
|
|
8117
8344
|
"engines": {
|
|
8118
|
-
"node": ">=
|
|
8345
|
+
"node": ">=10"
|
|
8119
8346
|
},
|
|
8120
8347
|
"funding": {
|
|
8121
8348
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -9726,13 +9953,13 @@
|
|
|
9726
9953
|
"license": "MIT"
|
|
9727
9954
|
},
|
|
9728
9955
|
"node_modules/js-yaml": {
|
|
9729
|
-
"version": "
|
|
9730
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-
|
|
9731
|
-
"integrity": "sha512-
|
|
9732
|
-
"dev": true,
|
|
9956
|
+
"version": "3.14.1",
|
|
9957
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
9958
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
9733
9959
|
"license": "MIT",
|
|
9734
9960
|
"dependencies": {
|
|
9735
|
-
"argparse": "^
|
|
9961
|
+
"argparse": "^1.0.7",
|
|
9962
|
+
"esprima": "^4.0.0"
|
|
9736
9963
|
},
|
|
9737
9964
|
"bin": {
|
|
9738
9965
|
"js-yaml": "bin/js-yaml.js"
|
|
@@ -10388,30 +10615,6 @@
|
|
|
10388
10615
|
"node": ">=6"
|
|
10389
10616
|
}
|
|
10390
10617
|
},
|
|
10391
|
-
"node_modules/load-yaml-file/node_modules/argparse": {
|
|
10392
|
-
"version": "1.0.10",
|
|
10393
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
10394
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
10395
|
-
"dev": true,
|
|
10396
|
-
"license": "MIT",
|
|
10397
|
-
"dependencies": {
|
|
10398
|
-
"sprintf-js": "~1.0.2"
|
|
10399
|
-
}
|
|
10400
|
-
},
|
|
10401
|
-
"node_modules/load-yaml-file/node_modules/js-yaml": {
|
|
10402
|
-
"version": "3.14.1",
|
|
10403
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
10404
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
10405
|
-
"dev": true,
|
|
10406
|
-
"license": "MIT",
|
|
10407
|
-
"dependencies": {
|
|
10408
|
-
"argparse": "^1.0.7",
|
|
10409
|
-
"esprima": "^4.0.0"
|
|
10410
|
-
},
|
|
10411
|
-
"bin": {
|
|
10412
|
-
"js-yaml": "bin/js-yaml.js"
|
|
10413
|
-
}
|
|
10414
|
-
},
|
|
10415
10618
|
"node_modules/load-yaml-file/node_modules/pify": {
|
|
10416
10619
|
"version": "4.0.1",
|
|
10417
10620
|
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
@@ -10447,6 +10650,13 @@
|
|
|
10447
10650
|
"dev": true,
|
|
10448
10651
|
"license": "MIT"
|
|
10449
10652
|
},
|
|
10653
|
+
"node_modules/lodash.difference": {
|
|
10654
|
+
"version": "4.5.0",
|
|
10655
|
+
"resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz",
|
|
10656
|
+
"integrity": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==",
|
|
10657
|
+
"dev": true,
|
|
10658
|
+
"license": "MIT"
|
|
10659
|
+
},
|
|
10450
10660
|
"node_modules/lodash.flattendeep": {
|
|
10451
10661
|
"version": "4.4.0",
|
|
10452
10662
|
"resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz",
|
|
@@ -10544,6 +10754,13 @@
|
|
|
10544
10754
|
"dev": true,
|
|
10545
10755
|
"license": "MIT"
|
|
10546
10756
|
},
|
|
10757
|
+
"node_modules/lodash.sortby": {
|
|
10758
|
+
"version": "4.7.0",
|
|
10759
|
+
"resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
|
|
10760
|
+
"integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==",
|
|
10761
|
+
"dev": true,
|
|
10762
|
+
"license": "MIT"
|
|
10763
|
+
},
|
|
10547
10764
|
"node_modules/lodash.startcase": {
|
|
10548
10765
|
"version": "4.4.0",
|
|
10549
10766
|
"resolved": "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz",
|
|
@@ -11227,6 +11444,13 @@
|
|
|
11227
11444
|
"url": "https://opencollective.com/mochajs"
|
|
11228
11445
|
}
|
|
11229
11446
|
},
|
|
11447
|
+
"node_modules/mocha/node_modules/argparse": {
|
|
11448
|
+
"version": "2.0.1",
|
|
11449
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
11450
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
11451
|
+
"dev": true,
|
|
11452
|
+
"license": "Python-2.0"
|
|
11453
|
+
},
|
|
11230
11454
|
"node_modules/mocha/node_modules/brace-expansion": {
|
|
11231
11455
|
"version": "1.1.11",
|
|
11232
11456
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -11324,6 +11548,19 @@
|
|
|
11324
11548
|
"node": "*"
|
|
11325
11549
|
}
|
|
11326
11550
|
},
|
|
11551
|
+
"node_modules/mocha/node_modules/js-yaml": {
|
|
11552
|
+
"version": "4.1.0",
|
|
11553
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
11554
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
11555
|
+
"dev": true,
|
|
11556
|
+
"license": "MIT",
|
|
11557
|
+
"dependencies": {
|
|
11558
|
+
"argparse": "^2.0.1"
|
|
11559
|
+
},
|
|
11560
|
+
"bin": {
|
|
11561
|
+
"js-yaml": "bin/js-yaml.js"
|
|
11562
|
+
}
|
|
11563
|
+
},
|
|
11327
11564
|
"node_modules/mocha/node_modules/locate-path": {
|
|
11328
11565
|
"version": "6.0.0",
|
|
11329
11566
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -16744,6 +16981,22 @@
|
|
|
16744
16981
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
16745
16982
|
}
|
|
16746
16983
|
},
|
|
16984
|
+
"node_modules/pretty-quick/node_modules/get-stream": {
|
|
16985
|
+
"version": "5.2.0",
|
|
16986
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
16987
|
+
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
16988
|
+
"dev": true,
|
|
16989
|
+
"license": "MIT",
|
|
16990
|
+
"dependencies": {
|
|
16991
|
+
"pump": "^3.0.0"
|
|
16992
|
+
},
|
|
16993
|
+
"engines": {
|
|
16994
|
+
"node": ">=8"
|
|
16995
|
+
},
|
|
16996
|
+
"funding": {
|
|
16997
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16998
|
+
}
|
|
16999
|
+
},
|
|
16747
17000
|
"node_modules/pretty-quick/node_modules/human-signals": {
|
|
16748
17001
|
"version": "1.1.1",
|
|
16749
17002
|
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
|
|
@@ -18867,9 +19120,9 @@
|
|
|
18867
19120
|
}
|
|
18868
19121
|
},
|
|
18869
19122
|
"node_modules/ts-json-schema-generator": {
|
|
18870
|
-
"version": "1.
|
|
18871
|
-
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.
|
|
18872
|
-
"integrity": "sha512-
|
|
19123
|
+
"version": "1.4.0",
|
|
19124
|
+
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.4.0.tgz",
|
|
19125
|
+
"integrity": "sha512-wm8vyihmGgYpxrqRshmYkWGNwEk+sf3xV2rUgxv8Ryeh7bSpMO7pZQOht+2rS002eDkFTxR7EwRPXVzrS0WJTg==",
|
|
18873
19126
|
"dev": true,
|
|
18874
19127
|
"license": "MIT",
|
|
18875
19128
|
"dependencies": {
|
|
@@ -18879,7 +19132,7 @@
|
|
|
18879
19132
|
"json5": "^2.2.3",
|
|
18880
19133
|
"normalize-path": "^3.0.0",
|
|
18881
19134
|
"safe-stable-stringify": "^2.4.3",
|
|
18882
|
-
"typescript": "~5.
|
|
19135
|
+
"typescript": "~5.2.2"
|
|
18883
19136
|
},
|
|
18884
19137
|
"bin": {
|
|
18885
19138
|
"ts-json-schema-generator": "bin/ts-json-schema-generator"
|
|
@@ -18931,20 +19184,6 @@
|
|
|
18931
19184
|
"node": ">=10"
|
|
18932
19185
|
}
|
|
18933
19186
|
},
|
|
18934
|
-
"node_modules/ts-json-schema-generator/node_modules/typescript": {
|
|
18935
|
-
"version": "5.1.6",
|
|
18936
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
|
|
18937
|
-
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
|
|
18938
|
-
"dev": true,
|
|
18939
|
-
"license": "Apache-2.0",
|
|
18940
|
-
"bin": {
|
|
18941
|
-
"tsc": "bin/tsc",
|
|
18942
|
-
"tsserver": "bin/tsserver"
|
|
18943
|
-
},
|
|
18944
|
-
"engines": {
|
|
18945
|
-
"node": ">=14.17"
|
|
18946
|
-
}
|
|
18947
|
-
},
|
|
18948
19187
|
"node_modules/ts-node": {
|
|
18949
19188
|
"version": "10.9.1",
|
|
18950
19189
|
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz",
|
|
@@ -19006,6 +19245,26 @@
|
|
|
19006
19245
|
"node": ">=6"
|
|
19007
19246
|
}
|
|
19008
19247
|
},
|
|
19248
|
+
"node_modules/tsconfck": {
|
|
19249
|
+
"version": "3.0.0",
|
|
19250
|
+
"resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.0.0.tgz",
|
|
19251
|
+
"integrity": "sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==",
|
|
19252
|
+
"license": "MIT",
|
|
19253
|
+
"bin": {
|
|
19254
|
+
"tsconfck": "bin/tsconfck.js"
|
|
19255
|
+
},
|
|
19256
|
+
"engines": {
|
|
19257
|
+
"node": "^18 || >=20"
|
|
19258
|
+
},
|
|
19259
|
+
"peerDependencies": {
|
|
19260
|
+
"typescript": "^5.0.0"
|
|
19261
|
+
},
|
|
19262
|
+
"peerDependenciesMeta": {
|
|
19263
|
+
"typescript": {
|
|
19264
|
+
"optional": true
|
|
19265
|
+
}
|
|
19266
|
+
}
|
|
19267
|
+
},
|
|
19009
19268
|
"node_modules/tsconfig-paths": {
|
|
19010
19269
|
"version": "3.14.2",
|
|
19011
19270
|
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz",
|