@salesforce/cli 2.38.0 → 2.38.2
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 +78 -76
- package/dist/hooks/incomplete.js +1 -1
- package/dist/util/env.js +1 -1
- package/npm-shrinkwrap.json +775 -1437
- package/oclif.lock +12820 -0
- package/oclif.manifest.json +1 -1
- package/package.json +22 -19
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.38.
|
|
3
|
+
"version": "2.38.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.38.
|
|
9
|
+
"version": "2.38.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^1.3.1",
|
|
14
14
|
"@oclif/core": "3.26.2",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.0.13",
|
|
16
|
-
"@oclif/plugin-commands": "3.
|
|
16
|
+
"@oclif/plugin-commands": "3.3.0",
|
|
17
17
|
"@oclif/plugin-help": "6.0.20",
|
|
18
18
|
"@oclif/plugin-not-found": "3.1.2",
|
|
19
19
|
"@oclif/plugin-plugins": "5.0.7",
|
|
@@ -22,25 +22,26 @@
|
|
|
22
22
|
"@oclif/plugin-version": "2.0.16",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.0.15",
|
|
24
24
|
"@oclif/plugin-which": "3.1.7",
|
|
25
|
-
"@salesforce/core": "^
|
|
26
|
-
"@salesforce/
|
|
27
|
-
"@salesforce/plugin-
|
|
25
|
+
"@salesforce/core": "^7.2.0",
|
|
26
|
+
"@salesforce/kit": "^3.1.0",
|
|
27
|
+
"@salesforce/plugin-apex": "3.1.5",
|
|
28
|
+
"@salesforce/plugin-auth": "3.6.1",
|
|
28
29
|
"@salesforce/plugin-data": "3.3.0",
|
|
29
|
-
"@salesforce/plugin-deploy-retrieve": "3.6.
|
|
30
|
+
"@salesforce/plugin-deploy-retrieve": "3.6.1",
|
|
30
31
|
"@salesforce/plugin-info": "3.2.0",
|
|
31
32
|
"@salesforce/plugin-limits": "3.3.0",
|
|
32
33
|
"@salesforce/plugin-marketplace": "1.2.0",
|
|
33
34
|
"@salesforce/plugin-org": "4.1.0",
|
|
34
|
-
"@salesforce/plugin-packaging": "2.
|
|
35
|
+
"@salesforce/plugin-packaging": "2.4.0",
|
|
35
36
|
"@salesforce/plugin-schema": "3.3.0",
|
|
36
|
-
"@salesforce/plugin-settings": "2.1
|
|
37
|
+
"@salesforce/plugin-settings": "2.2.1",
|
|
37
38
|
"@salesforce/plugin-sobject": "1.3.0",
|
|
38
|
-
"@salesforce/plugin-source": "3.
|
|
39
|
+
"@salesforce/plugin-source": "3.3.1",
|
|
39
40
|
"@salesforce/plugin-telemetry": "3.2.0",
|
|
40
|
-
"@salesforce/plugin-templates": "56.
|
|
41
|
+
"@salesforce/plugin-templates": "56.2.1",
|
|
41
42
|
"@salesforce/plugin-trust": "3.6.1",
|
|
42
43
|
"@salesforce/plugin-user": "3.5.0",
|
|
43
|
-
"@salesforce/sf-plugins-core": "9.0.
|
|
44
|
+
"@salesforce/sf-plugins-core": "9.0.1",
|
|
44
45
|
"chalk": "^5.3.0",
|
|
45
46
|
"debug": "^4.3.4",
|
|
46
47
|
"strip-ansi": "^7.1.0"
|
|
@@ -51,15 +52,15 @@
|
|
|
51
52
|
},
|
|
52
53
|
"devDependencies": {
|
|
53
54
|
"@oclif/plugin-command-snapshot": "^4.0.2",
|
|
54
|
-
"@salesforce/dev-scripts": "^
|
|
55
|
-
"@salesforce/plugin-release-management": "^
|
|
55
|
+
"@salesforce/dev-scripts": "^9.0.0",
|
|
56
|
+
"@salesforce/plugin-release-management": "^5.2.0",
|
|
56
57
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
57
58
|
"@salesforce/ts-types": "^2.0.9",
|
|
58
59
|
"@types/debug": "^4.1.12",
|
|
59
60
|
"aws-sdk": "^2.1589.0",
|
|
60
61
|
"oclif": "^4.7.5",
|
|
61
|
-
"ts-node": "^10.9.
|
|
62
|
-
"typescript": "^5"
|
|
62
|
+
"ts-node": "^10.9.2",
|
|
63
|
+
"typescript": "^5.4.3"
|
|
63
64
|
},
|
|
64
65
|
"engines": {
|
|
65
66
|
"node": ">=18.0.0"
|
|
@@ -1794,31 +1795,29 @@
|
|
|
1794
1795
|
}
|
|
1795
1796
|
},
|
|
1796
1797
|
"node_modules/@commitlint/config-conventional": {
|
|
1797
|
-
"version": "17.
|
|
1798
|
-
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.
|
|
1799
|
-
"integrity": "sha512-
|
|
1798
|
+
"version": "17.8.1",
|
|
1799
|
+
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz",
|
|
1800
|
+
"integrity": "sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==",
|
|
1800
1801
|
"dev": true,
|
|
1801
1802
|
"license": "MIT",
|
|
1802
1803
|
"dependencies": {
|
|
1803
|
-
"conventional-changelog-conventionalcommits": "^
|
|
1804
|
+
"conventional-changelog-conventionalcommits": "^6.1.0"
|
|
1804
1805
|
},
|
|
1805
1806
|
"engines": {
|
|
1806
1807
|
"node": ">=v14"
|
|
1807
1808
|
}
|
|
1808
1809
|
},
|
|
1809
1810
|
"node_modules/@commitlint/config-conventional/node_modules/conventional-changelog-conventionalcommits": {
|
|
1810
|
-
"version": "
|
|
1811
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-
|
|
1812
|
-
"integrity": "sha512-
|
|
1811
|
+
"version": "6.1.0",
|
|
1812
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz",
|
|
1813
|
+
"integrity": "sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==",
|
|
1813
1814
|
"dev": true,
|
|
1814
1815
|
"license": "ISC",
|
|
1815
1816
|
"dependencies": {
|
|
1816
|
-
"compare-func": "^2.0.0"
|
|
1817
|
-
"lodash": "^4.17.15",
|
|
1818
|
-
"q": "^1.5.1"
|
|
1817
|
+
"compare-func": "^2.0.0"
|
|
1819
1818
|
},
|
|
1820
1819
|
"engines": {
|
|
1821
|
-
"node": ">=
|
|
1820
|
+
"node": ">=14"
|
|
1822
1821
|
}
|
|
1823
1822
|
},
|
|
1824
1823
|
"node_modules/@commitlint/config-validator": {
|
|
@@ -2363,9 +2362,9 @@
|
|
|
2363
2362
|
"license": "MIT"
|
|
2364
2363
|
},
|
|
2365
2364
|
"node_modules/@eslint/js": {
|
|
2366
|
-
"version": "8.
|
|
2367
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
|
2368
|
-
"integrity": "sha512-
|
|
2365
|
+
"version": "8.57.0",
|
|
2366
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
|
2367
|
+
"integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
|
|
2369
2368
|
"dev": true,
|
|
2370
2369
|
"license": "MIT",
|
|
2371
2370
|
"engines": {
|
|
@@ -2379,14 +2378,14 @@
|
|
|
2379
2378
|
"license": "MIT"
|
|
2380
2379
|
},
|
|
2381
2380
|
"node_modules/@humanwhocodes/config-array": {
|
|
2382
|
-
"version": "0.11.
|
|
2383
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.
|
|
2384
|
-
"integrity": "sha512-
|
|
2381
|
+
"version": "0.11.14",
|
|
2382
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
|
|
2383
|
+
"integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
|
|
2385
2384
|
"dev": true,
|
|
2386
2385
|
"license": "Apache-2.0",
|
|
2387
2386
|
"dependencies": {
|
|
2388
|
-
"@humanwhocodes/object-schema": "^2.0.
|
|
2389
|
-
"debug": "^4.
|
|
2387
|
+
"@humanwhocodes/object-schema": "^2.0.2",
|
|
2388
|
+
"debug": "^4.3.1",
|
|
2390
2389
|
"minimatch": "^3.0.5"
|
|
2391
2390
|
},
|
|
2392
2391
|
"engines": {
|
|
@@ -2408,9 +2407,9 @@
|
|
|
2408
2407
|
}
|
|
2409
2408
|
},
|
|
2410
2409
|
"node_modules/@humanwhocodes/object-schema": {
|
|
2411
|
-
"version": "2.0.
|
|
2412
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.
|
|
2413
|
-
"integrity": "sha512-
|
|
2410
|
+
"version": "2.0.3",
|
|
2411
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
|
|
2412
|
+
"integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
|
|
2414
2413
|
"dev": true,
|
|
2415
2414
|
"license": "BSD-3-Clause"
|
|
2416
2415
|
},
|
|
@@ -2897,9 +2896,9 @@
|
|
|
2897
2896
|
}
|
|
2898
2897
|
},
|
|
2899
2898
|
"node_modules/@jsforce/jsforce-node/node_modules/@types/node": {
|
|
2900
|
-
"version": "18.19.
|
|
2901
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
2902
|
-
"integrity": "sha512
|
|
2899
|
+
"version": "18.19.31",
|
|
2900
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz",
|
|
2901
|
+
"integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==",
|
|
2903
2902
|
"license": "MIT",
|
|
2904
2903
|
"dependencies": {
|
|
2905
2904
|
"undici-types": "~5.26.4"
|
|
@@ -3641,9 +3640,9 @@
|
|
|
3641
3640
|
}
|
|
3642
3641
|
},
|
|
3643
3642
|
"node_modules/@oclif/plugin-commands": {
|
|
3644
|
-
"version": "3.
|
|
3645
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.
|
|
3646
|
-
"integrity": "sha512-
|
|
3643
|
+
"version": "3.3.0",
|
|
3644
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.3.0.tgz",
|
|
3645
|
+
"integrity": "sha512-55jNcAI3/mwbSFYxptZmtkoNfInJm8PuKvFVdtiDztbavlih3Mc42S0D3LAHH4Z7jEeHpbaBp29dqD/g5mCyvw==",
|
|
3647
3646
|
"license": "MIT",
|
|
3648
3647
|
"dependencies": {
|
|
3649
3648
|
"@oclif/core": "^3.26.0",
|
|
@@ -6859,53 +6858,6 @@
|
|
|
6859
6858
|
"node": ">=18.0.0"
|
|
6860
6859
|
}
|
|
6861
6860
|
},
|
|
6862
|
-
"node_modules/@oclif/plugin-update/node_modules/inquirer": {
|
|
6863
|
-
"version": "9.2.17",
|
|
6864
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.17.tgz",
|
|
6865
|
-
"integrity": "sha512-Vr3Ia2ud5sGnioURkE69endl4SkeJcMzTF6SosKcX5GALJfId7C+JvO5ZZb6y1LOXnEofCPbwzoQ1q0e8Gaduw==",
|
|
6866
|
-
"license": "MIT",
|
|
6867
|
-
"dependencies": {
|
|
6868
|
-
"@ljharb/through": "^2.3.13",
|
|
6869
|
-
"ansi-escapes": "^4.3.2",
|
|
6870
|
-
"chalk": "^5.3.0",
|
|
6871
|
-
"cli-cursor": "^3.1.0",
|
|
6872
|
-
"cli-width": "^4.1.0",
|
|
6873
|
-
"external-editor": "^3.1.0",
|
|
6874
|
-
"figures": "^3.2.0",
|
|
6875
|
-
"lodash": "^4.17.21",
|
|
6876
|
-
"mute-stream": "1.0.0",
|
|
6877
|
-
"ora": "^5.4.1",
|
|
6878
|
-
"run-async": "^3.0.0",
|
|
6879
|
-
"rxjs": "^7.8.1",
|
|
6880
|
-
"string-width": "^4.2.3",
|
|
6881
|
-
"strip-ansi": "^6.0.1",
|
|
6882
|
-
"wrap-ansi": "^6.2.0"
|
|
6883
|
-
},
|
|
6884
|
-
"engines": {
|
|
6885
|
-
"node": ">=18"
|
|
6886
|
-
}
|
|
6887
|
-
},
|
|
6888
|
-
"node_modules/@oclif/plugin-update/node_modules/run-async": {
|
|
6889
|
-
"version": "3.0.0",
|
|
6890
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
6891
|
-
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
6892
|
-
"license": "MIT",
|
|
6893
|
-
"engines": {
|
|
6894
|
-
"node": ">=0.12.0"
|
|
6895
|
-
}
|
|
6896
|
-
},
|
|
6897
|
-
"node_modules/@oclif/plugin-update/node_modules/strip-ansi": {
|
|
6898
|
-
"version": "6.0.1",
|
|
6899
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6900
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6901
|
-
"license": "MIT",
|
|
6902
|
-
"dependencies": {
|
|
6903
|
-
"ansi-regex": "^5.0.1"
|
|
6904
|
-
},
|
|
6905
|
-
"engines": {
|
|
6906
|
-
"node": ">=8"
|
|
6907
|
-
}
|
|
6908
|
-
},
|
|
6909
6861
|
"node_modules/@oclif/plugin-version": {
|
|
6910
6862
|
"version": "2.0.16",
|
|
6911
6863
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.16.tgz",
|
|
@@ -7181,74 +7133,124 @@
|
|
|
7181
7133
|
}
|
|
7182
7134
|
},
|
|
7183
7135
|
"node_modules/@salesforce/apex-node": {
|
|
7184
|
-
"version": "
|
|
7185
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-
|
|
7186
|
-
"integrity": "sha512-
|
|
7136
|
+
"version": "5.0.0-beta.0",
|
|
7137
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-5.0.0-beta.0.tgz",
|
|
7138
|
+
"integrity": "sha512-DF9WdxGUqtaixRdV0YDhOlXCLTxaCHa7d2U618Yg6r1V2O4whEX9+wUJ7H6CtZMSsj/EUPAudrpfneMP2u8v0w==",
|
|
7187
7139
|
"license": "BSD-3-Clause",
|
|
7188
7140
|
"dependencies": {
|
|
7189
|
-
"@
|
|
7190
|
-
"@salesforce/
|
|
7141
|
+
"@jsforce/jsforce-node": "^3.1.0",
|
|
7142
|
+
"@salesforce/core": "^7.0.0",
|
|
7143
|
+
"@salesforce/kit": "^3.1.0",
|
|
7191
7144
|
"@types/istanbul-reports": "^3.0.4",
|
|
7192
7145
|
"faye": "1.4.0",
|
|
7193
7146
|
"glob": "^10.3.10",
|
|
7194
7147
|
"istanbul-lib-coverage": "^3.2.2",
|
|
7195
7148
|
"istanbul-lib-report": "^3.0.1",
|
|
7196
|
-
"istanbul-reports": "^3.1.6"
|
|
7197
|
-
"jsforce": "^2.0.0-beta.29"
|
|
7149
|
+
"istanbul-reports": "^3.1.6"
|
|
7198
7150
|
},
|
|
7199
7151
|
"engines": {
|
|
7200
7152
|
"node": ">=18.18.2"
|
|
7201
7153
|
}
|
|
7202
7154
|
},
|
|
7203
7155
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
7204
|
-
"version": "
|
|
7205
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-
|
|
7206
|
-
"integrity": "sha512-
|
|
7156
|
+
"version": "5.2.0",
|
|
7157
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.0.tgz",
|
|
7158
|
+
"integrity": "sha512-b0lHGBycDBmeGcDx0j9SfxlNyCg3WhflNeX1PBitMTxgZ5O9UMiSFvLbqgGeTB8Eoq4JgNgou6RRrNoZHFnqcw==",
|
|
7207
7159
|
"dev": true,
|
|
7208
7160
|
"license": "BSD-3-Clause",
|
|
7209
7161
|
"dependencies": {
|
|
7210
|
-
"@salesforce/core": "^
|
|
7211
|
-
"@salesforce/kit": "^3.0
|
|
7212
|
-
"@salesforce/ts-types": "^2.0.
|
|
7213
|
-
"@types/shelljs": "^0.8.
|
|
7162
|
+
"@salesforce/core": "^7.0.0",
|
|
7163
|
+
"@salesforce/kit": "^3.1.0",
|
|
7164
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
7165
|
+
"@types/shelljs": "^0.8.15",
|
|
7214
7166
|
"debug": "^4.3.1",
|
|
7215
7167
|
"jszip": "^3.10.1",
|
|
7216
7168
|
"shelljs": "^0.8.4",
|
|
7169
|
+
"sinon": "^17.0.1",
|
|
7217
7170
|
"strip-ansi": "6.0.1",
|
|
7218
|
-
"ts-retry-promise": "^0.
|
|
7171
|
+
"ts-retry-promise": "^0.8.0"
|
|
7219
7172
|
},
|
|
7220
7173
|
"engines": {
|
|
7221
7174
|
"node": ">=16.0.0"
|
|
7222
7175
|
}
|
|
7223
7176
|
},
|
|
7224
|
-
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@
|
|
7225
|
-
"version": "
|
|
7226
|
-
"resolved": "https://registry.npmjs.org/@
|
|
7227
|
-
"integrity": "sha512-
|
|
7177
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@sinonjs/commons": {
|
|
7178
|
+
"version": "3.0.1",
|
|
7179
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
|
|
7180
|
+
"integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
|
|
7228
7181
|
"dev": true,
|
|
7229
7182
|
"license": "BSD-3-Clause",
|
|
7230
7183
|
"dependencies": {
|
|
7231
|
-
"
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
|
|
7235
|
-
|
|
7236
|
-
|
|
7237
|
-
|
|
7238
|
-
|
|
7239
|
-
|
|
7240
|
-
|
|
7241
|
-
"
|
|
7242
|
-
"
|
|
7243
|
-
"
|
|
7244
|
-
|
|
7245
|
-
|
|
7246
|
-
|
|
7247
|
-
|
|
7248
|
-
|
|
7184
|
+
"type-detect": "4.0.8"
|
|
7185
|
+
}
|
|
7186
|
+
},
|
|
7187
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@sinonjs/samsam": {
|
|
7188
|
+
"version": "8.0.0",
|
|
7189
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-8.0.0.tgz",
|
|
7190
|
+
"integrity": "sha512-Bp8KUVlLp8ibJZrnvq2foVhP0IVX2CIprMJPK0vqGqgrDa0OHVKeZyBykqskkrdxV6yKBPmGasO8LVjAKR3Gew==",
|
|
7191
|
+
"dev": true,
|
|
7192
|
+
"license": "BSD-3-Clause",
|
|
7193
|
+
"dependencies": {
|
|
7194
|
+
"@sinonjs/commons": "^2.0.0",
|
|
7195
|
+
"lodash.get": "^4.4.2",
|
|
7196
|
+
"type-detect": "^4.0.8"
|
|
7197
|
+
}
|
|
7198
|
+
},
|
|
7199
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@sinonjs/samsam/node_modules/@sinonjs/commons": {
|
|
7200
|
+
"version": "2.0.0",
|
|
7201
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-2.0.0.tgz",
|
|
7202
|
+
"integrity": "sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==",
|
|
7203
|
+
"dev": true,
|
|
7204
|
+
"license": "BSD-3-Clause",
|
|
7205
|
+
"dependencies": {
|
|
7206
|
+
"type-detect": "4.0.8"
|
|
7207
|
+
}
|
|
7208
|
+
},
|
|
7209
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/just-extend": {
|
|
7210
|
+
"version": "6.2.0",
|
|
7211
|
+
"resolved": "https://registry.npmjs.org/just-extend/-/just-extend-6.2.0.tgz",
|
|
7212
|
+
"integrity": "sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==",
|
|
7213
|
+
"dev": true,
|
|
7214
|
+
"license": "MIT"
|
|
7215
|
+
},
|
|
7216
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/nise": {
|
|
7217
|
+
"version": "5.1.9",
|
|
7218
|
+
"resolved": "https://registry.npmjs.org/nise/-/nise-5.1.9.tgz",
|
|
7219
|
+
"integrity": "sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==",
|
|
7220
|
+
"dev": true,
|
|
7221
|
+
"license": "BSD-3-Clause",
|
|
7222
|
+
"dependencies": {
|
|
7223
|
+
"@sinonjs/commons": "^3.0.0",
|
|
7224
|
+
"@sinonjs/fake-timers": "^11.2.2",
|
|
7225
|
+
"@sinonjs/text-encoding": "^0.7.2",
|
|
7226
|
+
"just-extend": "^6.2.0",
|
|
7227
|
+
"path-to-regexp": "^6.2.1"
|
|
7228
|
+
}
|
|
7229
|
+
},
|
|
7230
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/path-to-regexp": {
|
|
7231
|
+
"version": "6.2.2",
|
|
7232
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.2.tgz",
|
|
7233
|
+
"integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==",
|
|
7234
|
+
"dev": true,
|
|
7235
|
+
"license": "MIT"
|
|
7236
|
+
},
|
|
7237
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/sinon": {
|
|
7238
|
+
"version": "17.0.1",
|
|
7239
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-17.0.1.tgz",
|
|
7240
|
+
"integrity": "sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==",
|
|
7241
|
+
"dev": true,
|
|
7242
|
+
"license": "BSD-3-Clause",
|
|
7243
|
+
"dependencies": {
|
|
7244
|
+
"@sinonjs/commons": "^3.0.0",
|
|
7245
|
+
"@sinonjs/fake-timers": "^11.2.2",
|
|
7246
|
+
"@sinonjs/samsam": "^8.0.0",
|
|
7247
|
+
"diff": "^5.1.0",
|
|
7248
|
+
"nise": "^5.1.5",
|
|
7249
|
+
"supports-color": "^7.2.0"
|
|
7249
7250
|
},
|
|
7250
|
-
"
|
|
7251
|
-
"
|
|
7251
|
+
"funding": {
|
|
7252
|
+
"type": "opencollective",
|
|
7253
|
+
"url": "https://opencollective.com/sinon"
|
|
7252
7254
|
}
|
|
7253
7255
|
},
|
|
7254
7256
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/strip-ansi": {
|
|
@@ -7264,12 +7266,23 @@
|
|
|
7264
7266
|
"node": ">=8"
|
|
7265
7267
|
}
|
|
7266
7268
|
},
|
|
7269
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/ts-retry-promise": {
|
|
7270
|
+
"version": "0.8.0",
|
|
7271
|
+
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.0.tgz",
|
|
7272
|
+
"integrity": "sha512-elI/GkojPANBikPaMWQnk4T/bOJ6tq/hqXyQRmhfC9PAD6MoHmXIXK7KilJrlpx47VAKCGcmBrTeK5dHk6YAYg==",
|
|
7273
|
+
"dev": true,
|
|
7274
|
+
"license": "MIT",
|
|
7275
|
+
"engines": {
|
|
7276
|
+
"node": ">=6"
|
|
7277
|
+
}
|
|
7278
|
+
},
|
|
7267
7279
|
"node_modules/@salesforce/core": {
|
|
7268
|
-
"version": "
|
|
7269
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-
|
|
7270
|
-
"integrity": "sha512-
|
|
7280
|
+
"version": "7.2.0",
|
|
7281
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
7282
|
+
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
7271
7283
|
"license": "BSD-3-Clause",
|
|
7272
7284
|
"dependencies": {
|
|
7285
|
+
"@jsforce/jsforce-node": "^3.1.0",
|
|
7273
7286
|
"@salesforce/kit": "^3.1.0",
|
|
7274
7287
|
"@salesforce/schemas": "^1.7.0",
|
|
7275
7288
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -7278,7 +7291,6 @@
|
|
|
7278
7291
|
"faye": "^1.4.0",
|
|
7279
7292
|
"form-data": "^4.0.0",
|
|
7280
7293
|
"js2xmlparser": "^4.0.1",
|
|
7281
|
-
"jsforce": "^2.0.0-beta.29",
|
|
7282
7294
|
"jsonwebtoken": "9.0.2",
|
|
7283
7295
|
"jszip": "3.10.1",
|
|
7284
7296
|
"pino": "^8.19.0",
|
|
@@ -7300,38 +7312,38 @@
|
|
|
7300
7312
|
"license": "BSD-3-Clause"
|
|
7301
7313
|
},
|
|
7302
7314
|
"node_modules/@salesforce/dev-scripts": {
|
|
7303
|
-
"version": "
|
|
7304
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-
|
|
7305
|
-
"integrity": "sha512-
|
|
7315
|
+
"version": "9.0.0",
|
|
7316
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz",
|
|
7317
|
+
"integrity": "sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==",
|
|
7306
7318
|
"dev": true,
|
|
7307
7319
|
"license": "BSD-3-Clause",
|
|
7308
7320
|
"dependencies": {
|
|
7309
7321
|
"@commitlint/cli": "^17.1.2",
|
|
7310
|
-
"@commitlint/config-conventional": "^17.1
|
|
7322
|
+
"@commitlint/config-conventional": "^17.8.1",
|
|
7311
7323
|
"@salesforce/dev-config": "^4.1.0",
|
|
7312
7324
|
"@salesforce/prettier-config": "^0.0.3",
|
|
7313
|
-
"@types/chai": "^4.3.
|
|
7325
|
+
"@types/chai": "^4.3.14",
|
|
7314
7326
|
"@types/mocha": "^10.0.6",
|
|
7315
|
-
"@types/node": "^18",
|
|
7327
|
+
"@types/node": "^18.19.28",
|
|
7316
7328
|
"@types/sinon": "^10.0.20",
|
|
7317
7329
|
"chai": "^4.3.10",
|
|
7318
7330
|
"chalk": "^4.0.0",
|
|
7319
|
-
"cosmiconfig": "^
|
|
7320
|
-
"eslint-config-salesforce-typescript": "^3.0
|
|
7331
|
+
"cosmiconfig": "^8.3.6",
|
|
7332
|
+
"eslint-config-salesforce-typescript": "^3.3.0",
|
|
7321
7333
|
"husky": "^7.0.4",
|
|
7322
|
-
"linkinator": "^6.0.
|
|
7323
|
-
"mocha": "^10.
|
|
7334
|
+
"linkinator": "^6.0.4",
|
|
7335
|
+
"mocha": "^10.4.0",
|
|
7324
7336
|
"nyc": "^15.1.0",
|
|
7325
7337
|
"prettier": "^2.8.8",
|
|
7326
|
-
"pretty-quick": "^3.1
|
|
7338
|
+
"pretty-quick": "^3.3.1",
|
|
7327
7339
|
"shelljs": "^0.8.5",
|
|
7328
7340
|
"sinon": "10.0.0",
|
|
7329
7341
|
"source-map-support": "^0.5.21",
|
|
7330
|
-
"ts-node": "^10.9.
|
|
7331
|
-
"typedoc": "^0.25.
|
|
7342
|
+
"ts-node": "^10.9.2",
|
|
7343
|
+
"typedoc": "^0.25.12",
|
|
7332
7344
|
"typedoc-plugin-missing-exports": "0.23.0",
|
|
7333
|
-
"typescript": "^4.
|
|
7334
|
-
"wireit": "^0.14.
|
|
7345
|
+
"typescript": "^5.4.3",
|
|
7346
|
+
"wireit": "^0.14.4"
|
|
7335
7347
|
},
|
|
7336
7348
|
"bin": {
|
|
7337
7349
|
"sf-clean": "bin/sf-clean.js",
|
|
@@ -7341,9 +7353,9 @@
|
|
|
7341
7353
|
}
|
|
7342
7354
|
},
|
|
7343
7355
|
"node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
|
|
7344
|
-
"version": "18.19.
|
|
7345
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
7346
|
-
"integrity": "sha512
|
|
7356
|
+
"version": "18.19.31",
|
|
7357
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz",
|
|
7358
|
+
"integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==",
|
|
7347
7359
|
"dev": true,
|
|
7348
7360
|
"license": "MIT",
|
|
7349
7361
|
"dependencies": {
|
|
@@ -7367,75 +7379,6 @@
|
|
|
7367
7379
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
7368
7380
|
}
|
|
7369
7381
|
},
|
|
7370
|
-
"node_modules/@salesforce/dev-scripts/node_modules/cosmiconfig": {
|
|
7371
|
-
"version": "7.1.0",
|
|
7372
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
|
|
7373
|
-
"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
|
|
7374
|
-
"dev": true,
|
|
7375
|
-
"license": "MIT",
|
|
7376
|
-
"dependencies": {
|
|
7377
|
-
"@types/parse-json": "^4.0.0",
|
|
7378
|
-
"import-fresh": "^3.2.1",
|
|
7379
|
-
"parse-json": "^5.0.0",
|
|
7380
|
-
"path-type": "^4.0.0",
|
|
7381
|
-
"yaml": "^1.10.0"
|
|
7382
|
-
},
|
|
7383
|
-
"engines": {
|
|
7384
|
-
"node": ">=10"
|
|
7385
|
-
}
|
|
7386
|
-
},
|
|
7387
|
-
"node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
|
|
7388
|
-
"version": "9.0.4",
|
|
7389
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
7390
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
7391
|
-
"dev": true,
|
|
7392
|
-
"license": "ISC",
|
|
7393
|
-
"dependencies": {
|
|
7394
|
-
"brace-expansion": "^2.0.1"
|
|
7395
|
-
},
|
|
7396
|
-
"engines": {
|
|
7397
|
-
"node": ">=16 || 14 >=14.17"
|
|
7398
|
-
},
|
|
7399
|
-
"funding": {
|
|
7400
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
7401
|
-
}
|
|
7402
|
-
},
|
|
7403
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typedoc": {
|
|
7404
|
-
"version": "0.25.4",
|
|
7405
|
-
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.4.tgz",
|
|
7406
|
-
"integrity": "sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==",
|
|
7407
|
-
"dev": true,
|
|
7408
|
-
"license": "Apache-2.0",
|
|
7409
|
-
"dependencies": {
|
|
7410
|
-
"lunr": "^2.3.9",
|
|
7411
|
-
"marked": "^4.3.0",
|
|
7412
|
-
"minimatch": "^9.0.3",
|
|
7413
|
-
"shiki": "^0.14.1"
|
|
7414
|
-
},
|
|
7415
|
-
"bin": {
|
|
7416
|
-
"typedoc": "bin/typedoc"
|
|
7417
|
-
},
|
|
7418
|
-
"engines": {
|
|
7419
|
-
"node": ">= 16"
|
|
7420
|
-
},
|
|
7421
|
-
"peerDependencies": {
|
|
7422
|
-
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x"
|
|
7423
|
-
}
|
|
7424
|
-
},
|
|
7425
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typescript": {
|
|
7426
|
-
"version": "4.9.5",
|
|
7427
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
|
|
7428
|
-
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
|
7429
|
-
"dev": true,
|
|
7430
|
-
"license": "Apache-2.0",
|
|
7431
|
-
"bin": {
|
|
7432
|
-
"tsc": "bin/tsc",
|
|
7433
|
-
"tsserver": "bin/tsserver"
|
|
7434
|
-
},
|
|
7435
|
-
"engines": {
|
|
7436
|
-
"node": ">=4.2.0"
|
|
7437
|
-
}
|
|
7438
|
-
},
|
|
7439
7382
|
"node_modules/@salesforce/kit": {
|
|
7440
7383
|
"version": "3.1.0",
|
|
7441
7384
|
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.0.tgz",
|
|
@@ -7447,23 +7390,23 @@
|
|
|
7447
7390
|
}
|
|
7448
7391
|
},
|
|
7449
7392
|
"node_modules/@salesforce/packaging": {
|
|
7450
|
-
"version": "3.
|
|
7451
|
-
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-3.
|
|
7452
|
-
"integrity": "sha512-
|
|
7393
|
+
"version": "3.5.0",
|
|
7394
|
+
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-3.5.0.tgz",
|
|
7395
|
+
"integrity": "sha512-KzW+h/3J13eetEjylePujcpxSBSc/wbmL/4KDePheBeJKg83ySFJwmxqkkgg9dnfXJhmyNm/Q0zD1LW6Ni95DA==",
|
|
7453
7396
|
"license": "BSD-3-Clause",
|
|
7454
7397
|
"dependencies": {
|
|
7398
|
+
"@jsforce/jsforce-node": "^3.1.0",
|
|
7455
7399
|
"@oclif/core": "^3",
|
|
7456
|
-
"@salesforce/core": "^
|
|
7457
|
-
"@salesforce/kit": "^3.0
|
|
7458
|
-
"@salesforce/schemas": "^1.
|
|
7459
|
-
"@salesforce/source-deploy-retrieve": "^
|
|
7400
|
+
"@salesforce/core": "^7.1.0",
|
|
7401
|
+
"@salesforce/kit": "^3.1.0",
|
|
7402
|
+
"@salesforce/schemas": "^1.7.0",
|
|
7403
|
+
"@salesforce/source-deploy-retrieve": "^11.0.0",
|
|
7460
7404
|
"@salesforce/ts-types": "^2.0.9",
|
|
7461
7405
|
"fast-xml-parser": "^4.3.6",
|
|
7462
7406
|
"globby": "^11",
|
|
7463
7407
|
"graphology": "^0.25.4",
|
|
7464
7408
|
"graphology-traversal": "^0.3.1",
|
|
7465
7409
|
"graphology-types": "^0.24.7",
|
|
7466
|
-
"jsforce": "^2.0.0-beta.29",
|
|
7467
7410
|
"jszip": "^3.10.1"
|
|
7468
7411
|
},
|
|
7469
7412
|
"engines": {
|
|
@@ -7471,16 +7414,16 @@
|
|
|
7471
7414
|
}
|
|
7472
7415
|
},
|
|
7473
7416
|
"node_modules/@salesforce/plugin-apex": {
|
|
7474
|
-
"version": "3.1.
|
|
7475
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.
|
|
7476
|
-
"integrity": "sha512
|
|
7417
|
+
"version": "3.1.5",
|
|
7418
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.5.tgz",
|
|
7419
|
+
"integrity": "sha512-r6tTL1Hj64lFfkfiJGXeQ34uIB84b95dexhyIOEfIyF2NRl/wuxawFdNFQbppxDiLAWz4qxG47qC4U7dyNBBhQ==",
|
|
7477
7420
|
"license": "BSD-3-Clause",
|
|
7478
7421
|
"dependencies": {
|
|
7479
|
-
"@oclif/core": "^3.26.
|
|
7480
|
-
"@salesforce/apex-node": "^
|
|
7481
|
-
"@salesforce/core": "^
|
|
7422
|
+
"@oclif/core": "^3.26.2",
|
|
7423
|
+
"@salesforce/apex-node": "^5.0.0-beta.0",
|
|
7424
|
+
"@salesforce/core": "^7.0.1",
|
|
7482
7425
|
"@salesforce/kit": "^3.1.0",
|
|
7483
|
-
"@salesforce/sf-plugins-core": "^
|
|
7426
|
+
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
7484
7427
|
"chalk": "^5.3.0",
|
|
7485
7428
|
"color-convert": "^2.0.1",
|
|
7486
7429
|
"color-name": "^2.0.0"
|
|
@@ -7489,24 +7432,6 @@
|
|
|
7489
7432
|
"node": ">=18.0.0"
|
|
7490
7433
|
}
|
|
7491
7434
|
},
|
|
7492
|
-
"node_modules/@salesforce/plugin-apex/node_modules/@salesforce/sf-plugins-core": {
|
|
7493
|
-
"version": "8.0.4",
|
|
7494
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.4.tgz",
|
|
7495
|
-
"integrity": "sha512-Ea13VvmWWEdtCBTgJw1IgCoPJPWqGLZUPQ46blVddh1OTPi2ldolq0W+/DTnoBTgJtvWPfas+nIPGnfTcsKDPQ==",
|
|
7496
|
-
"license": "BSD-3-Clause",
|
|
7497
|
-
"dependencies": {
|
|
7498
|
-
"@inquirer/confirm": "^2.0.17",
|
|
7499
|
-
"@inquirer/password": "^1.1.16",
|
|
7500
|
-
"@oclif/core": "^3.26.0",
|
|
7501
|
-
"@salesforce/core": "^6.7.6",
|
|
7502
|
-
"@salesforce/kit": "^3.1.0",
|
|
7503
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
7504
|
-
"chalk": "^5.3.0"
|
|
7505
|
-
},
|
|
7506
|
-
"engines": {
|
|
7507
|
-
"node": ">=18.0.0"
|
|
7508
|
-
}
|
|
7509
|
-
},
|
|
7510
7435
|
"node_modules/@salesforce/plugin-apex/node_modules/color-name": {
|
|
7511
7436
|
"version": "2.0.0",
|
|
7512
7437
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
|
|
@@ -7517,9 +7442,9 @@
|
|
|
7517
7442
|
}
|
|
7518
7443
|
},
|
|
7519
7444
|
"node_modules/@salesforce/plugin-auth": {
|
|
7520
|
-
"version": "3.6.
|
|
7521
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
7522
|
-
"integrity": "sha512-
|
|
7445
|
+
"version": "3.6.1",
|
|
7446
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.1.tgz",
|
|
7447
|
+
"integrity": "sha512-r3oHO+M5z54rdGwpq6o9BNE5Uc9jdbTpuyXKimDIdGGF26LdtLUWl3hMKF5gtzZ2ezS/5dTZgT2gD0aQGvMVfw==",
|
|
7523
7448
|
"license": "BSD-3-Clause",
|
|
7524
7449
|
"dependencies": {
|
|
7525
7450
|
"@inquirer/checkbox": "^1.5.2",
|
|
@@ -7527,8 +7452,8 @@
|
|
|
7527
7452
|
"@oclif/core": "^3.26.2",
|
|
7528
7453
|
"@salesforce/core": "^7.0.1",
|
|
7529
7454
|
"@salesforce/kit": "^3.1.0",
|
|
7530
|
-
"@salesforce/plugin-info": "^3.0
|
|
7531
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
7455
|
+
"@salesforce/plugin-info": "^3.2.0",
|
|
7456
|
+
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
7532
7457
|
"@salesforce/ts-types": "^2.0.9",
|
|
7533
7458
|
"chalk": "^5.3.0",
|
|
7534
7459
|
"open": "^10.1.0"
|
|
@@ -7537,94 +7462,30 @@
|
|
|
7537
7462
|
"node": ">=18.0.0"
|
|
7538
7463
|
}
|
|
7539
7464
|
},
|
|
7540
|
-
"node_modules/@salesforce/plugin-
|
|
7541
|
-
"version": "
|
|
7542
|
-
"resolved": "https://registry.npmjs.org/@salesforce/
|
|
7543
|
-
"integrity": "sha512-
|
|
7465
|
+
"node_modules/@salesforce/plugin-command-reference": {
|
|
7466
|
+
"version": "3.0.76",
|
|
7467
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.76.tgz",
|
|
7468
|
+
"integrity": "sha512-h+lZHVBThlrr7fozi5DA71u6Dsi1vlXgndXbIpgx+IZaOqK3crO9A0lmqG/tEtgDqj9UcF1cDmaSB5YKYlRKaQ==",
|
|
7469
|
+
"dev": true,
|
|
7544
7470
|
"license": "BSD-3-Clause",
|
|
7545
7471
|
"dependencies": {
|
|
7546
|
-
"@
|
|
7472
|
+
"@oclif/core": "^3.26.2",
|
|
7473
|
+
"@salesforce/core": "^7.1.0",
|
|
7547
7474
|
"@salesforce/kit": "^3.1.0",
|
|
7548
|
-
"@salesforce/
|
|
7475
|
+
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
7549
7476
|
"@salesforce/ts-types": "^2.0.9",
|
|
7550
|
-
"
|
|
7551
|
-
"
|
|
7552
|
-
"
|
|
7553
|
-
"form-data": "^4.0.0",
|
|
7554
|
-
"js2xmlparser": "^4.0.1",
|
|
7555
|
-
"jsonwebtoken": "9.0.2",
|
|
7556
|
-
"jszip": "3.10.1",
|
|
7557
|
-
"pino": "^8.19.0",
|
|
7558
|
-
"pino-abstract-transport": "^1.1.0",
|
|
7559
|
-
"pino-pretty": "^10.3.1",
|
|
7560
|
-
"proper-lockfile": "^4.1.2",
|
|
7561
|
-
"semver": "^7.6.0",
|
|
7562
|
-
"ts-retry-promise": "^0.7.1"
|
|
7477
|
+
"chalk": "^5.3.0",
|
|
7478
|
+
"debug": "^4.3.4",
|
|
7479
|
+
"handlebars": "^4.7.8"
|
|
7563
7480
|
},
|
|
7564
7481
|
"engines": {
|
|
7565
7482
|
"node": ">=18.0.0"
|
|
7566
7483
|
}
|
|
7567
7484
|
},
|
|
7568
|
-
"node_modules/@salesforce/plugin-
|
|
7569
|
-
"version": "3.0
|
|
7570
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-
|
|
7571
|
-
"integrity": "sha512-
|
|
7572
|
-
"dev": true,
|
|
7573
|
-
"license": "BSD-3-Clause",
|
|
7574
|
-
"dependencies": {
|
|
7575
|
-
"@oclif/core": "^3.19.6",
|
|
7576
|
-
"@salesforce/core": "^6.5.3",
|
|
7577
|
-
"@salesforce/kit": "^3.0.15",
|
|
7578
|
-
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
7579
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
7580
|
-
"chalk": "^4",
|
|
7581
|
-
"handlebars": "^4.7.8",
|
|
7582
|
-
"tslib": "^2"
|
|
7583
|
-
},
|
|
7584
|
-
"engines": {
|
|
7585
|
-
"node": ">=16.0.0"
|
|
7586
|
-
}
|
|
7587
|
-
},
|
|
7588
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
7589
|
-
"version": "5.0.13",
|
|
7590
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz",
|
|
7591
|
-
"integrity": "sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==",
|
|
7592
|
-
"dev": true,
|
|
7593
|
-
"license": "BSD-3-Clause",
|
|
7594
|
-
"dependencies": {
|
|
7595
|
-
"@oclif/core": "^3.15.1",
|
|
7596
|
-
"@salesforce/core": "^6.4.1",
|
|
7597
|
-
"@salesforce/kit": "^3.0.15",
|
|
7598
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
7599
|
-
"@types/inquirer": "^8.2.3",
|
|
7600
|
-
"chalk": "^4",
|
|
7601
|
-
"inquirer": "^8.2.5"
|
|
7602
|
-
},
|
|
7603
|
-
"engines": {
|
|
7604
|
-
"node": ">=18.0.0"
|
|
7605
|
-
}
|
|
7606
|
-
},
|
|
7607
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
|
|
7608
|
-
"version": "4.1.2",
|
|
7609
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
7610
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
7611
|
-
"dev": true,
|
|
7612
|
-
"license": "MIT",
|
|
7613
|
-
"dependencies": {
|
|
7614
|
-
"ansi-styles": "^4.1.0",
|
|
7615
|
-
"supports-color": "^7.1.0"
|
|
7616
|
-
},
|
|
7617
|
-
"engines": {
|
|
7618
|
-
"node": ">=10"
|
|
7619
|
-
},
|
|
7620
|
-
"funding": {
|
|
7621
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
7622
|
-
}
|
|
7623
|
-
},
|
|
7624
|
-
"node_modules/@salesforce/plugin-data": {
|
|
7625
|
-
"version": "3.3.0",
|
|
7626
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.3.0.tgz",
|
|
7627
|
-
"integrity": "sha512-nP/WAfIfACPA7FpUvEUeW5JfI4/uL378k7OCFsA8Bb55F9pIm7fTfEULrTaq/vHDVXbU/ebt4RO/t6qkckA0xg==",
|
|
7485
|
+
"node_modules/@salesforce/plugin-data": {
|
|
7486
|
+
"version": "3.3.0",
|
|
7487
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.3.0.tgz",
|
|
7488
|
+
"integrity": "sha512-nP/WAfIfACPA7FpUvEUeW5JfI4/uL378k7OCFsA8Bb55F9pIm7fTfEULrTaq/vHDVXbU/ebt4RO/t6qkckA0xg==",
|
|
7628
7489
|
"license": "BSD-3-Clause",
|
|
7629
7490
|
"dependencies": {
|
|
7630
7491
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
@@ -7642,54 +7503,6 @@
|
|
|
7642
7503
|
"node": ">=18.0.0"
|
|
7643
7504
|
}
|
|
7644
7505
|
},
|
|
7645
|
-
"node_modules/@salesforce/plugin-data/node_modules/@salesforce/core": {
|
|
7646
|
-
"version": "7.2.0",
|
|
7647
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
7648
|
-
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
7649
|
-
"license": "BSD-3-Clause",
|
|
7650
|
-
"dependencies": {
|
|
7651
|
-
"@jsforce/jsforce-node": "^3.1.0",
|
|
7652
|
-
"@salesforce/kit": "^3.1.0",
|
|
7653
|
-
"@salesforce/schemas": "^1.7.0",
|
|
7654
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
7655
|
-
"ajv": "^8.12.0",
|
|
7656
|
-
"change-case": "^4.1.2",
|
|
7657
|
-
"faye": "^1.4.0",
|
|
7658
|
-
"form-data": "^4.0.0",
|
|
7659
|
-
"js2xmlparser": "^4.0.1",
|
|
7660
|
-
"jsonwebtoken": "9.0.2",
|
|
7661
|
-
"jszip": "3.10.1",
|
|
7662
|
-
"pino": "^8.19.0",
|
|
7663
|
-
"pino-abstract-transport": "^1.1.0",
|
|
7664
|
-
"pino-pretty": "^10.3.1",
|
|
7665
|
-
"proper-lockfile": "^4.1.2",
|
|
7666
|
-
"semver": "^7.6.0",
|
|
7667
|
-
"ts-retry-promise": "^0.7.1"
|
|
7668
|
-
},
|
|
7669
|
-
"engines": {
|
|
7670
|
-
"node": ">=18.0.0"
|
|
7671
|
-
}
|
|
7672
|
-
},
|
|
7673
|
-
"node_modules/@salesforce/plugin-data/node_modules/@salesforce/core/node_modules/change-case": {
|
|
7674
|
-
"version": "4.1.2",
|
|
7675
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
7676
|
-
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
7677
|
-
"license": "MIT",
|
|
7678
|
-
"dependencies": {
|
|
7679
|
-
"camel-case": "^4.1.2",
|
|
7680
|
-
"capital-case": "^1.0.4",
|
|
7681
|
-
"constant-case": "^3.0.4",
|
|
7682
|
-
"dot-case": "^3.0.4",
|
|
7683
|
-
"header-case": "^2.0.4",
|
|
7684
|
-
"no-case": "^3.0.4",
|
|
7685
|
-
"param-case": "^3.0.4",
|
|
7686
|
-
"pascal-case": "^3.1.2",
|
|
7687
|
-
"path-case": "^3.0.4",
|
|
7688
|
-
"sentence-case": "^3.0.4",
|
|
7689
|
-
"snake-case": "^3.0.4",
|
|
7690
|
-
"tslib": "^2.0.3"
|
|
7691
|
-
}
|
|
7692
|
-
},
|
|
7693
7506
|
"node_modules/@salesforce/plugin-data/node_modules/change-case": {
|
|
7694
7507
|
"version": "5.4.4",
|
|
7695
7508
|
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
@@ -7697,16 +7510,16 @@
|
|
|
7697
7510
|
"license": "MIT"
|
|
7698
7511
|
},
|
|
7699
7512
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
7700
|
-
"version": "3.6.
|
|
7701
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.6.
|
|
7702
|
-
"integrity": "sha512-
|
|
7513
|
+
"version": "3.6.1",
|
|
7514
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.6.1.tgz",
|
|
7515
|
+
"integrity": "sha512-Fp2yTVCNx/QC93Pm4To43eC+2DKdNB5PSgGzhrmeCv7+F4hZR6ks4he277c8geaH1BNKGbMrXxaHeXpggTfo6g==",
|
|
7703
7516
|
"license": "BSD-3-Clause",
|
|
7704
7517
|
"dependencies": {
|
|
7705
7518
|
"@oclif/core": "^3.26.2",
|
|
7706
|
-
"@salesforce/apex-node": "^
|
|
7519
|
+
"@salesforce/apex-node": "^5.0.0-beta.0",
|
|
7707
7520
|
"@salesforce/core": "^7.0.1",
|
|
7708
7521
|
"@salesforce/kit": "^3.1.0",
|
|
7709
|
-
"@salesforce/plugin-info": "^3.
|
|
7522
|
+
"@salesforce/plugin-info": "^3.2.0",
|
|
7710
7523
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
7711
7524
|
"@salesforce/source-deploy-retrieve": "^11.0.0",
|
|
7712
7525
|
"@salesforce/source-tracking": "^6.0.0",
|
|
@@ -7717,34 +7530,6 @@
|
|
|
7717
7530
|
"node": ">=18.0.0"
|
|
7718
7531
|
}
|
|
7719
7532
|
},
|
|
7720
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/core": {
|
|
7721
|
-
"version": "7.2.0",
|
|
7722
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
7723
|
-
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
7724
|
-
"license": "BSD-3-Clause",
|
|
7725
|
-
"dependencies": {
|
|
7726
|
-
"@jsforce/jsforce-node": "^3.1.0",
|
|
7727
|
-
"@salesforce/kit": "^3.1.0",
|
|
7728
|
-
"@salesforce/schemas": "^1.7.0",
|
|
7729
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
7730
|
-
"ajv": "^8.12.0",
|
|
7731
|
-
"change-case": "^4.1.2",
|
|
7732
|
-
"faye": "^1.4.0",
|
|
7733
|
-
"form-data": "^4.0.0",
|
|
7734
|
-
"js2xmlparser": "^4.0.1",
|
|
7735
|
-
"jsonwebtoken": "9.0.2",
|
|
7736
|
-
"jszip": "3.10.1",
|
|
7737
|
-
"pino": "^8.19.0",
|
|
7738
|
-
"pino-abstract-transport": "^1.1.0",
|
|
7739
|
-
"pino-pretty": "^10.3.1",
|
|
7740
|
-
"proper-lockfile": "^4.1.2",
|
|
7741
|
-
"semver": "^7.6.0",
|
|
7742
|
-
"ts-retry-promise": "^0.7.1"
|
|
7743
|
-
},
|
|
7744
|
-
"engines": {
|
|
7745
|
-
"node": ">=18.0.0"
|
|
7746
|
-
}
|
|
7747
|
-
},
|
|
7748
7533
|
"node_modules/@salesforce/plugin-info": {
|
|
7749
7534
|
"version": "3.2.0",
|
|
7750
7535
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.0.tgz",
|
|
@@ -7767,34 +7552,6 @@
|
|
|
7767
7552
|
"node": ">=18.0.0"
|
|
7768
7553
|
}
|
|
7769
7554
|
},
|
|
7770
|
-
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/core": {
|
|
7771
|
-
"version": "7.2.0",
|
|
7772
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
7773
|
-
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
7774
|
-
"license": "BSD-3-Clause",
|
|
7775
|
-
"dependencies": {
|
|
7776
|
-
"@jsforce/jsforce-node": "^3.1.0",
|
|
7777
|
-
"@salesforce/kit": "^3.1.0",
|
|
7778
|
-
"@salesforce/schemas": "^1.7.0",
|
|
7779
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
7780
|
-
"ajv": "^8.12.0",
|
|
7781
|
-
"change-case": "^4.1.2",
|
|
7782
|
-
"faye": "^1.4.0",
|
|
7783
|
-
"form-data": "^4.0.0",
|
|
7784
|
-
"js2xmlparser": "^4.0.1",
|
|
7785
|
-
"jsonwebtoken": "9.0.2",
|
|
7786
|
-
"jszip": "3.10.1",
|
|
7787
|
-
"pino": "^8.19.0",
|
|
7788
|
-
"pino-abstract-transport": "^1.1.0",
|
|
7789
|
-
"pino-pretty": "^10.3.1",
|
|
7790
|
-
"proper-lockfile": "^4.1.2",
|
|
7791
|
-
"semver": "^7.6.0",
|
|
7792
|
-
"ts-retry-promise": "^0.7.1"
|
|
7793
|
-
},
|
|
7794
|
-
"engines": {
|
|
7795
|
-
"node": ">=18.0.0"
|
|
7796
|
-
}
|
|
7797
|
-
},
|
|
7798
7555
|
"node_modules/@salesforce/plugin-limits": {
|
|
7799
7556
|
"version": "3.3.0",
|
|
7800
7557
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.0.tgz",
|
|
@@ -7810,34 +7567,6 @@
|
|
|
7810
7567
|
"node": ">=18.0.0"
|
|
7811
7568
|
}
|
|
7812
7569
|
},
|
|
7813
|
-
"node_modules/@salesforce/plugin-limits/node_modules/@salesforce/core": {
|
|
7814
|
-
"version": "7.2.0",
|
|
7815
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
7816
|
-
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
7817
|
-
"license": "BSD-3-Clause",
|
|
7818
|
-
"dependencies": {
|
|
7819
|
-
"@jsforce/jsforce-node": "^3.1.0",
|
|
7820
|
-
"@salesforce/kit": "^3.1.0",
|
|
7821
|
-
"@salesforce/schemas": "^1.7.0",
|
|
7822
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
7823
|
-
"ajv": "^8.12.0",
|
|
7824
|
-
"change-case": "^4.1.2",
|
|
7825
|
-
"faye": "^1.4.0",
|
|
7826
|
-
"form-data": "^4.0.0",
|
|
7827
|
-
"js2xmlparser": "^4.0.1",
|
|
7828
|
-
"jsonwebtoken": "9.0.2",
|
|
7829
|
-
"jszip": "3.10.1",
|
|
7830
|
-
"pino": "^8.19.0",
|
|
7831
|
-
"pino-abstract-transport": "^1.1.0",
|
|
7832
|
-
"pino-pretty": "^10.3.1",
|
|
7833
|
-
"proper-lockfile": "^4.1.2",
|
|
7834
|
-
"semver": "^7.6.0",
|
|
7835
|
-
"ts-retry-promise": "^0.7.1"
|
|
7836
|
-
},
|
|
7837
|
-
"engines": {
|
|
7838
|
-
"node": ">=18.0.0"
|
|
7839
|
-
}
|
|
7840
|
-
},
|
|
7841
7570
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
7842
7571
|
"version": "1.2.0",
|
|
7843
7572
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.0.tgz",
|
|
@@ -7855,34 +7584,6 @@
|
|
|
7855
7584
|
"node": ">=18.0.0"
|
|
7856
7585
|
}
|
|
7857
7586
|
},
|
|
7858
|
-
"node_modules/@salesforce/plugin-marketplace/node_modules/@salesforce/core": {
|
|
7859
|
-
"version": "7.2.0",
|
|
7860
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
7861
|
-
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
7862
|
-
"license": "BSD-3-Clause",
|
|
7863
|
-
"dependencies": {
|
|
7864
|
-
"@jsforce/jsforce-node": "^3.1.0",
|
|
7865
|
-
"@salesforce/kit": "^3.1.0",
|
|
7866
|
-
"@salesforce/schemas": "^1.7.0",
|
|
7867
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
7868
|
-
"ajv": "^8.12.0",
|
|
7869
|
-
"change-case": "^4.1.2",
|
|
7870
|
-
"faye": "^1.4.0",
|
|
7871
|
-
"form-data": "^4.0.0",
|
|
7872
|
-
"js2xmlparser": "^4.0.1",
|
|
7873
|
-
"jsonwebtoken": "9.0.2",
|
|
7874
|
-
"jszip": "3.10.1",
|
|
7875
|
-
"pino": "^8.19.0",
|
|
7876
|
-
"pino-abstract-transport": "^1.1.0",
|
|
7877
|
-
"pino-pretty": "^10.3.1",
|
|
7878
|
-
"proper-lockfile": "^4.1.2",
|
|
7879
|
-
"semver": "^7.6.0",
|
|
7880
|
-
"ts-retry-promise": "^0.7.1"
|
|
7881
|
-
},
|
|
7882
|
-
"engines": {
|
|
7883
|
-
"node": ">=18.0.0"
|
|
7884
|
-
}
|
|
7885
|
-
},
|
|
7886
7587
|
"node_modules/@salesforce/plugin-org": {
|
|
7887
7588
|
"version": "4.1.0",
|
|
7888
7589
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.0.tgz",
|
|
@@ -7903,54 +7604,6 @@
|
|
|
7903
7604
|
"node": ">=18.0.0"
|
|
7904
7605
|
}
|
|
7905
7606
|
},
|
|
7906
|
-
"node_modules/@salesforce/plugin-org/node_modules/@salesforce/core": {
|
|
7907
|
-
"version": "7.2.0",
|
|
7908
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
7909
|
-
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
7910
|
-
"license": "BSD-3-Clause",
|
|
7911
|
-
"dependencies": {
|
|
7912
|
-
"@jsforce/jsforce-node": "^3.1.0",
|
|
7913
|
-
"@salesforce/kit": "^3.1.0",
|
|
7914
|
-
"@salesforce/schemas": "^1.7.0",
|
|
7915
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
7916
|
-
"ajv": "^8.12.0",
|
|
7917
|
-
"change-case": "^4.1.2",
|
|
7918
|
-
"faye": "^1.4.0",
|
|
7919
|
-
"form-data": "^4.0.0",
|
|
7920
|
-
"js2xmlparser": "^4.0.1",
|
|
7921
|
-
"jsonwebtoken": "9.0.2",
|
|
7922
|
-
"jszip": "3.10.1",
|
|
7923
|
-
"pino": "^8.19.0",
|
|
7924
|
-
"pino-abstract-transport": "^1.1.0",
|
|
7925
|
-
"pino-pretty": "^10.3.1",
|
|
7926
|
-
"proper-lockfile": "^4.1.2",
|
|
7927
|
-
"semver": "^7.6.0",
|
|
7928
|
-
"ts-retry-promise": "^0.7.1"
|
|
7929
|
-
},
|
|
7930
|
-
"engines": {
|
|
7931
|
-
"node": ">=18.0.0"
|
|
7932
|
-
}
|
|
7933
|
-
},
|
|
7934
|
-
"node_modules/@salesforce/plugin-org/node_modules/@salesforce/core/node_modules/change-case": {
|
|
7935
|
-
"version": "4.1.2",
|
|
7936
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
7937
|
-
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
7938
|
-
"license": "MIT",
|
|
7939
|
-
"dependencies": {
|
|
7940
|
-
"camel-case": "^4.1.2",
|
|
7941
|
-
"capital-case": "^1.0.4",
|
|
7942
|
-
"constant-case": "^3.0.4",
|
|
7943
|
-
"dot-case": "^3.0.4",
|
|
7944
|
-
"header-case": "^2.0.4",
|
|
7945
|
-
"no-case": "^3.0.4",
|
|
7946
|
-
"param-case": "^3.0.4",
|
|
7947
|
-
"pascal-case": "^3.1.2",
|
|
7948
|
-
"path-case": "^3.0.4",
|
|
7949
|
-
"sentence-case": "^3.0.4",
|
|
7950
|
-
"snake-case": "^3.0.4",
|
|
7951
|
-
"tslib": "^2.0.3"
|
|
7952
|
-
}
|
|
7953
|
-
},
|
|
7954
7607
|
"node_modules/@salesforce/plugin-org/node_modules/change-case": {
|
|
7955
7608
|
"version": "5.4.4",
|
|
7956
7609
|
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
@@ -7973,34 +7626,16 @@
|
|
|
7973
7626
|
}
|
|
7974
7627
|
},
|
|
7975
7628
|
"node_modules/@salesforce/plugin-packaging": {
|
|
7976
|
-
"version": "2.
|
|
7977
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.
|
|
7978
|
-
"integrity": "sha512-
|
|
7979
|
-
"license": "BSD-3-Clause",
|
|
7980
|
-
"dependencies": {
|
|
7981
|
-
"@oclif/core": "^3.26.0",
|
|
7982
|
-
"@salesforce/core": "^6.7.3",
|
|
7983
|
-
"@salesforce/kit": "^3.1.0",
|
|
7984
|
-
"@salesforce/packaging": "^3.2.34",
|
|
7985
|
-
"@salesforce/sf-plugins-core": "^8.0.2",
|
|
7986
|
-
"chalk": "^5.3.0"
|
|
7987
|
-
},
|
|
7988
|
-
"engines": {
|
|
7989
|
-
"node": ">=18.0.0"
|
|
7990
|
-
}
|
|
7991
|
-
},
|
|
7992
|
-
"node_modules/@salesforce/plugin-packaging/node_modules/@salesforce/sf-plugins-core": {
|
|
7993
|
-
"version": "8.0.4",
|
|
7994
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.4.tgz",
|
|
7995
|
-
"integrity": "sha512-Ea13VvmWWEdtCBTgJw1IgCoPJPWqGLZUPQ46blVddh1OTPi2ldolq0W+/DTnoBTgJtvWPfas+nIPGnfTcsKDPQ==",
|
|
7629
|
+
"version": "2.4.0",
|
|
7630
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.4.0.tgz",
|
|
7631
|
+
"integrity": "sha512-loOfO6dPE6r1Km7yViPtNED8ea4lfbWJp7aXKLIJrtfF49uBV22Pa/WjFFbzvPHtyvuH4jDF6R/+v2TFPskWkw==",
|
|
7996
7632
|
"license": "BSD-3-Clause",
|
|
7997
7633
|
"dependencies": {
|
|
7998
|
-
"@
|
|
7999
|
-
"@
|
|
8000
|
-
"@oclif/core": "^3.26.0",
|
|
8001
|
-
"@salesforce/core": "^6.7.6",
|
|
7634
|
+
"@oclif/core": "^3.26.2",
|
|
7635
|
+
"@salesforce/core": "^7.0.1",
|
|
8002
7636
|
"@salesforce/kit": "^3.1.0",
|
|
8003
|
-
"@salesforce/
|
|
7637
|
+
"@salesforce/packaging": "^3.5.0",
|
|
7638
|
+
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
8004
7639
|
"chalk": "^5.3.0"
|
|
8005
7640
|
},
|
|
8006
7641
|
"engines": {
|
|
@@ -8008,24 +7643,24 @@
|
|
|
8008
7643
|
}
|
|
8009
7644
|
},
|
|
8010
7645
|
"node_modules/@salesforce/plugin-release-management": {
|
|
8011
|
-
"version": "
|
|
8012
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-
|
|
8013
|
-
"integrity": "sha512-
|
|
7646
|
+
"version": "5.2.0",
|
|
7647
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-5.2.0.tgz",
|
|
7648
|
+
"integrity": "sha512-M0V7S6g5URTaK9VswvO7QQ8SOlo4VwGSQ3h8RbAjYZySdypJMYhwNMFHtQO9ALU82qGzwlg+/7icesygip/7rQ==",
|
|
8014
7649
|
"dev": true,
|
|
8015
7650
|
"license": "BSD-3-Clause",
|
|
8016
7651
|
"dependencies": {
|
|
8017
|
-
"@oclif/core": "^3.
|
|
7652
|
+
"@oclif/core": "^3.26.0",
|
|
8018
7653
|
"@octokit/core": "^4.2.4",
|
|
8019
7654
|
"@octokit/plugin-paginate-rest": "^6.1.2",
|
|
8020
7655
|
"@octokit/plugin-throttling": "^5.2.3",
|
|
8021
|
-
"@salesforce/cli-plugins-testkit": "^
|
|
8022
|
-
"@salesforce/core": "^
|
|
8023
|
-
"@salesforce/kit": "^3.0
|
|
8024
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
8025
|
-
"@salesforce/plugin-trust": "^3.
|
|
8026
|
-
"@salesforce/sf-plugins-core": "^
|
|
7656
|
+
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
7657
|
+
"@salesforce/core": "^7.2.0",
|
|
7658
|
+
"@salesforce/kit": "^3.1.0",
|
|
7659
|
+
"@salesforce/plugin-command-reference": "^3.0.76",
|
|
7660
|
+
"@salesforce/plugin-trust": "^3.6.1",
|
|
7661
|
+
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
8027
7662
|
"@salesforce/ts-types": "^2.0.9",
|
|
8028
|
-
"aws-sdk": "^2.
|
|
7663
|
+
"aws-sdk": "^2.1594.0",
|
|
8029
7664
|
"chalk": "^5.3.0",
|
|
8030
7665
|
"fast-glob": "^3.3.2",
|
|
8031
7666
|
"got": "^13",
|
|
@@ -8033,9 +7668,9 @@
|
|
|
8033
7668
|
"proxy-agent": "^6.4.0",
|
|
8034
7669
|
"semver": "^7.6.0",
|
|
8035
7670
|
"shelljs": "^0.8.5",
|
|
8036
|
-
"standard-version": "^9.
|
|
7671
|
+
"standard-version": "^9.5.0",
|
|
8037
7672
|
"strip-ansi": "^6",
|
|
8038
|
-
"yarn-deduplicate": "^
|
|
7673
|
+
"yarn-deduplicate": "^6.0.2"
|
|
8039
7674
|
},
|
|
8040
7675
|
"bin": {
|
|
8041
7676
|
"sf-release": "bin/run.js"
|
|
@@ -8187,25 +7822,6 @@
|
|
|
8187
7822
|
"@octokit/openapi-types": "^18.0.0"
|
|
8188
7823
|
}
|
|
8189
7824
|
},
|
|
8190
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/@salesforce/sf-plugins-core": {
|
|
8191
|
-
"version": "7.1.16",
|
|
8192
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
|
|
8193
|
-
"integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
|
|
8194
|
-
"dev": true,
|
|
8195
|
-
"license": "BSD-3-Clause",
|
|
8196
|
-
"dependencies": {
|
|
8197
|
-
"@inquirer/confirm": "^2.0.17",
|
|
8198
|
-
"@inquirer/password": "^1.1.16",
|
|
8199
|
-
"@oclif/core": "^3.23.0",
|
|
8200
|
-
"@salesforce/core": "^6.6.0",
|
|
8201
|
-
"@salesforce/kit": "^3.0.15",
|
|
8202
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
8203
|
-
"chalk": "^5.3.0"
|
|
8204
|
-
},
|
|
8205
|
-
"engines": {
|
|
8206
|
-
"node": ">=18.0.0"
|
|
8207
|
-
}
|
|
8208
|
-
},
|
|
8209
7825
|
"node_modules/@salesforce/plugin-release-management/node_modules/strip-ansi": {
|
|
8210
7826
|
"version": "6.0.1",
|
|
8211
7827
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
@@ -8233,67 +7849,21 @@
|
|
|
8233
7849
|
"node": ">=18.0.0"
|
|
8234
7850
|
}
|
|
8235
7851
|
},
|
|
8236
|
-
"node_modules/@salesforce/plugin-schema/node_modules/@salesforce/core": {
|
|
8237
|
-
"version": "7.2.0",
|
|
8238
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
8239
|
-
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
8240
|
-
"license": "BSD-3-Clause",
|
|
8241
|
-
"dependencies": {
|
|
8242
|
-
"@jsforce/jsforce-node": "^3.1.0",
|
|
8243
|
-
"@salesforce/kit": "^3.1.0",
|
|
8244
|
-
"@salesforce/schemas": "^1.7.0",
|
|
8245
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
8246
|
-
"ajv": "^8.12.0",
|
|
8247
|
-
"change-case": "^4.1.2",
|
|
8248
|
-
"faye": "^1.4.0",
|
|
8249
|
-
"form-data": "^4.0.0",
|
|
8250
|
-
"js2xmlparser": "^4.0.1",
|
|
8251
|
-
"jsonwebtoken": "9.0.2",
|
|
8252
|
-
"jszip": "3.10.1",
|
|
8253
|
-
"pino": "^8.19.0",
|
|
8254
|
-
"pino-abstract-transport": "^1.1.0",
|
|
8255
|
-
"pino-pretty": "^10.3.1",
|
|
8256
|
-
"proper-lockfile": "^4.1.2",
|
|
8257
|
-
"semver": "^7.6.0",
|
|
8258
|
-
"ts-retry-promise": "^0.7.1"
|
|
8259
|
-
},
|
|
8260
|
-
"engines": {
|
|
8261
|
-
"node": ">=18.0.0"
|
|
8262
|
-
}
|
|
8263
|
-
},
|
|
8264
7852
|
"node_modules/@salesforce/plugin-settings": {
|
|
8265
|
-
"version": "2.1
|
|
8266
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.1.
|
|
8267
|
-
"integrity": "sha512
|
|
7853
|
+
"version": "2.2.1",
|
|
7854
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.2.1.tgz",
|
|
7855
|
+
"integrity": "sha512-GysXXYtyaXMmgDwellyRym5FJcAFb3xW3nJbi1fuO7zskL1pLfKJqNJFapXZiNEiIvoybxLYQZuji1ixOLC2Uw==",
|
|
8268
7856
|
"license": "BSD-3-Clause",
|
|
8269
7857
|
"dependencies": {
|
|
8270
|
-
"@oclif/core": "^3.26.
|
|
8271
|
-
"@salesforce/core": "^
|
|
8272
|
-
"@salesforce/sf-plugins-core": "^
|
|
7858
|
+
"@oclif/core": "^3.26.2",
|
|
7859
|
+
"@salesforce/core": "^7.0.1",
|
|
7860
|
+
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
8273
7861
|
"fast-levenshtein": "^3.0.0"
|
|
8274
7862
|
},
|
|
8275
7863
|
"engines": {
|
|
8276
7864
|
"node": ">=18.0.0"
|
|
8277
7865
|
}
|
|
8278
7866
|
},
|
|
8279
|
-
"node_modules/@salesforce/plugin-settings/node_modules/@salesforce/sf-plugins-core": {
|
|
8280
|
-
"version": "8.0.4",
|
|
8281
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.4.tgz",
|
|
8282
|
-
"integrity": "sha512-Ea13VvmWWEdtCBTgJw1IgCoPJPWqGLZUPQ46blVddh1OTPi2ldolq0W+/DTnoBTgJtvWPfas+nIPGnfTcsKDPQ==",
|
|
8283
|
-
"license": "BSD-3-Clause",
|
|
8284
|
-
"dependencies": {
|
|
8285
|
-
"@inquirer/confirm": "^2.0.17",
|
|
8286
|
-
"@inquirer/password": "^1.1.16",
|
|
8287
|
-
"@oclif/core": "^3.26.0",
|
|
8288
|
-
"@salesforce/core": "^6.7.6",
|
|
8289
|
-
"@salesforce/kit": "^3.1.0",
|
|
8290
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
8291
|
-
"chalk": "^5.3.0"
|
|
8292
|
-
},
|
|
8293
|
-
"engines": {
|
|
8294
|
-
"node": ">=18.0.0"
|
|
8295
|
-
}
|
|
8296
|
-
},
|
|
8297
7867
|
"node_modules/@salesforce/plugin-sobject": {
|
|
8298
7868
|
"version": "1.3.0",
|
|
8299
7869
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.3.0.tgz",
|
|
@@ -8329,34 +7899,6 @@
|
|
|
8329
7899
|
"node": ">=14.18.0"
|
|
8330
7900
|
}
|
|
8331
7901
|
},
|
|
8332
|
-
"node_modules/@salesforce/plugin-sobject/node_modules/@salesforce/core": {
|
|
8333
|
-
"version": "7.2.0",
|
|
8334
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
8335
|
-
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
8336
|
-
"license": "BSD-3-Clause",
|
|
8337
|
-
"dependencies": {
|
|
8338
|
-
"@jsforce/jsforce-node": "^3.1.0",
|
|
8339
|
-
"@salesforce/kit": "^3.1.0",
|
|
8340
|
-
"@salesforce/schemas": "^1.7.0",
|
|
8341
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
8342
|
-
"ajv": "^8.12.0",
|
|
8343
|
-
"change-case": "^4.1.2",
|
|
8344
|
-
"faye": "^1.4.0",
|
|
8345
|
-
"form-data": "^4.0.0",
|
|
8346
|
-
"js2xmlparser": "^4.0.1",
|
|
8347
|
-
"jsonwebtoken": "9.0.2",
|
|
8348
|
-
"jszip": "3.10.1",
|
|
8349
|
-
"pino": "^8.19.0",
|
|
8350
|
-
"pino-abstract-transport": "^1.1.0",
|
|
8351
|
-
"pino-pretty": "^10.3.1",
|
|
8352
|
-
"proper-lockfile": "^4.1.2",
|
|
8353
|
-
"semver": "^7.6.0",
|
|
8354
|
-
"ts-retry-promise": "^0.7.1"
|
|
8355
|
-
},
|
|
8356
|
-
"engines": {
|
|
8357
|
-
"node": ">=18.0.0"
|
|
8358
|
-
}
|
|
8359
|
-
},
|
|
8360
7902
|
"node_modules/@salesforce/plugin-sobject/node_modules/chalk": {
|
|
8361
7903
|
"version": "4.1.2",
|
|
8362
7904
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -8374,18 +7916,18 @@
|
|
|
8374
7916
|
}
|
|
8375
7917
|
},
|
|
8376
7918
|
"node_modules/@salesforce/plugin-source": {
|
|
8377
|
-
"version": "3.
|
|
8378
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.
|
|
8379
|
-
"integrity": "sha512-
|
|
7919
|
+
"version": "3.3.1",
|
|
7920
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.3.1.tgz",
|
|
7921
|
+
"integrity": "sha512-0bgcu+znU2LF66j1pFV8VymVAICDNjb3gc9aURFHcDxB5EUKyawzJdA/JUxwVjl4WznwNtc2BvjSCKBJCHzCrw==",
|
|
8380
7922
|
"license": "BSD-3-Clause",
|
|
8381
7923
|
"dependencies": {
|
|
8382
|
-
"@oclif/core": "^3.
|
|
8383
|
-
"@salesforce/apex-node": "^
|
|
8384
|
-
"@salesforce/core": "^
|
|
8385
|
-
"@salesforce/kit": "^3.0
|
|
8386
|
-
"@salesforce/sf-plugins-core": "^
|
|
8387
|
-
"@salesforce/source-deploy-retrieve": "^
|
|
8388
|
-
"@salesforce/source-tracking": "^
|
|
7924
|
+
"@oclif/core": "^3.26.2",
|
|
7925
|
+
"@salesforce/apex-node": "^5.0.0-beta.0",
|
|
7926
|
+
"@salesforce/core": "^7.0.1",
|
|
7927
|
+
"@salesforce/kit": "^3.1.0",
|
|
7928
|
+
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
7929
|
+
"@salesforce/source-deploy-retrieve": "^11.0.0",
|
|
7930
|
+
"@salesforce/source-tracking": "^6.0.0",
|
|
8389
7931
|
"@salesforce/ts-types": "^2.0.9",
|
|
8390
7932
|
"chalk": "^5.3.0",
|
|
8391
7933
|
"got": "^13.0.0",
|
|
@@ -8395,24 +7937,6 @@
|
|
|
8395
7937
|
"node": ">=18.0.0"
|
|
8396
7938
|
}
|
|
8397
7939
|
},
|
|
8398
|
-
"node_modules/@salesforce/plugin-source/node_modules/@salesforce/sf-plugins-core": {
|
|
8399
|
-
"version": "8.0.4",
|
|
8400
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.4.tgz",
|
|
8401
|
-
"integrity": "sha512-Ea13VvmWWEdtCBTgJw1IgCoPJPWqGLZUPQ46blVddh1OTPi2ldolq0W+/DTnoBTgJtvWPfas+nIPGnfTcsKDPQ==",
|
|
8402
|
-
"license": "BSD-3-Clause",
|
|
8403
|
-
"dependencies": {
|
|
8404
|
-
"@inquirer/confirm": "^2.0.17",
|
|
8405
|
-
"@inquirer/password": "^1.1.16",
|
|
8406
|
-
"@oclif/core": "^3.26.0",
|
|
8407
|
-
"@salesforce/core": "^6.7.6",
|
|
8408
|
-
"@salesforce/kit": "^3.1.0",
|
|
8409
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
8410
|
-
"chalk": "^5.3.0"
|
|
8411
|
-
},
|
|
8412
|
-
"engines": {
|
|
8413
|
-
"node": ">=18.0.0"
|
|
8414
|
-
}
|
|
8415
|
-
},
|
|
8416
7940
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
8417
7941
|
"version": "3.2.0",
|
|
8418
7942
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.2.0.tgz",
|
|
@@ -8431,44 +7955,16 @@
|
|
|
8431
7955
|
"node": ">=18.0.0"
|
|
8432
7956
|
}
|
|
8433
7957
|
},
|
|
8434
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/@salesforce/core": {
|
|
8435
|
-
"version": "7.2.0",
|
|
8436
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
8437
|
-
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
8438
|
-
"license": "BSD-3-Clause",
|
|
8439
|
-
"dependencies": {
|
|
8440
|
-
"@jsforce/jsforce-node": "^3.1.0",
|
|
8441
|
-
"@salesforce/kit": "^3.1.0",
|
|
8442
|
-
"@salesforce/schemas": "^1.7.0",
|
|
8443
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
8444
|
-
"ajv": "^8.12.0",
|
|
8445
|
-
"change-case": "^4.1.2",
|
|
8446
|
-
"faye": "^1.4.0",
|
|
8447
|
-
"form-data": "^4.0.0",
|
|
8448
|
-
"js2xmlparser": "^4.0.1",
|
|
8449
|
-
"jsonwebtoken": "9.0.2",
|
|
8450
|
-
"jszip": "3.10.1",
|
|
8451
|
-
"pino": "^8.19.0",
|
|
8452
|
-
"pino-abstract-transport": "^1.1.0",
|
|
8453
|
-
"pino-pretty": "^10.3.1",
|
|
8454
|
-
"proper-lockfile": "^4.1.2",
|
|
8455
|
-
"semver": "^7.6.0",
|
|
8456
|
-
"ts-retry-promise": "^0.7.1"
|
|
8457
|
-
},
|
|
8458
|
-
"engines": {
|
|
8459
|
-
"node": ">=18.0.0"
|
|
8460
|
-
}
|
|
8461
|
-
},
|
|
8462
7958
|
"node_modules/@salesforce/plugin-templates": {
|
|
8463
|
-
"version": "56.
|
|
8464
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.
|
|
8465
|
-
"integrity": "sha512-
|
|
7959
|
+
"version": "56.2.1",
|
|
7960
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.2.1.tgz",
|
|
7961
|
+
"integrity": "sha512-tb/O/igFNRnL8S5alG4hpp9lujDy+ZIh7nE0RDeU9Bcd3T40CEvVfQzBgPNdVBqSQStKFAoYxUMTsQwE4Csz7w==",
|
|
8466
7962
|
"license": "BSD-3-Clause",
|
|
8467
7963
|
"dependencies": {
|
|
8468
|
-
"@oclif/core": "^3.
|
|
8469
|
-
"@salesforce/core": "^
|
|
8470
|
-
"@salesforce/sf-plugins-core": "^
|
|
8471
|
-
"@salesforce/templates": "^
|
|
7964
|
+
"@oclif/core": "^3.26.2",
|
|
7965
|
+
"@salesforce/core": "^7.0.1",
|
|
7966
|
+
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
7967
|
+
"@salesforce/templates": "^61.0.0-beta.0",
|
|
8472
7968
|
"yeoman-environment": "^3",
|
|
8473
7969
|
"yeoman-generator": "^5"
|
|
8474
7970
|
},
|
|
@@ -8476,24 +7972,6 @@
|
|
|
8476
7972
|
"node": ">=18.0.0"
|
|
8477
7973
|
}
|
|
8478
7974
|
},
|
|
8479
|
-
"node_modules/@salesforce/plugin-templates/node_modules/@salesforce/sf-plugins-core": {
|
|
8480
|
-
"version": "8.0.4",
|
|
8481
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.4.tgz",
|
|
8482
|
-
"integrity": "sha512-Ea13VvmWWEdtCBTgJw1IgCoPJPWqGLZUPQ46blVddh1OTPi2ldolq0W+/DTnoBTgJtvWPfas+nIPGnfTcsKDPQ==",
|
|
8483
|
-
"license": "BSD-3-Clause",
|
|
8484
|
-
"dependencies": {
|
|
8485
|
-
"@inquirer/confirm": "^2.0.17",
|
|
8486
|
-
"@inquirer/password": "^1.1.16",
|
|
8487
|
-
"@oclif/core": "^3.26.0",
|
|
8488
|
-
"@salesforce/core": "^6.7.6",
|
|
8489
|
-
"@salesforce/kit": "^3.1.0",
|
|
8490
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
8491
|
-
"chalk": "^5.3.0"
|
|
8492
|
-
},
|
|
8493
|
-
"engines": {
|
|
8494
|
-
"node": ">=18.0.0"
|
|
8495
|
-
}
|
|
8496
|
-
},
|
|
8497
7975
|
"node_modules/@salesforce/plugin-trust": {
|
|
8498
7976
|
"version": "3.6.1",
|
|
8499
7977
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.6.1.tgz",
|
|
@@ -8505,42 +7983,14 @@
|
|
|
8505
7983
|
"@salesforce/kit": "^3.1.0",
|
|
8506
7984
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
8507
7985
|
"got": "^13.0.0",
|
|
8508
|
-
"npm": "10.2.3",
|
|
8509
|
-
"npm-run-path": "^4.0.1",
|
|
8510
|
-
"proxy-agent": "^6.4.0",
|
|
8511
|
-
"semver": "^7.6.0",
|
|
8512
|
-
"shelljs": "^0.8.4"
|
|
8513
|
-
},
|
|
8514
|
-
"bin": {
|
|
8515
|
-
"sf-trust": "bin/dev"
|
|
8516
|
-
},
|
|
8517
|
-
"engines": {
|
|
8518
|
-
"node": ">=18.0.0"
|
|
8519
|
-
}
|
|
8520
|
-
},
|
|
8521
|
-
"node_modules/@salesforce/plugin-trust/node_modules/@salesforce/core": {
|
|
8522
|
-
"version": "7.2.0",
|
|
8523
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
8524
|
-
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
8525
|
-
"license": "BSD-3-Clause",
|
|
8526
|
-
"dependencies": {
|
|
8527
|
-
"@jsforce/jsforce-node": "^3.1.0",
|
|
8528
|
-
"@salesforce/kit": "^3.1.0",
|
|
8529
|
-
"@salesforce/schemas": "^1.7.0",
|
|
8530
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
8531
|
-
"ajv": "^8.12.0",
|
|
8532
|
-
"change-case": "^4.1.2",
|
|
8533
|
-
"faye": "^1.4.0",
|
|
8534
|
-
"form-data": "^4.0.0",
|
|
8535
|
-
"js2xmlparser": "^4.0.1",
|
|
8536
|
-
"jsonwebtoken": "9.0.2",
|
|
8537
|
-
"jszip": "3.10.1",
|
|
8538
|
-
"pino": "^8.19.0",
|
|
8539
|
-
"pino-abstract-transport": "^1.1.0",
|
|
8540
|
-
"pino-pretty": "^10.3.1",
|
|
8541
|
-
"proper-lockfile": "^4.1.2",
|
|
7986
|
+
"npm": "10.2.3",
|
|
7987
|
+
"npm-run-path": "^4.0.1",
|
|
7988
|
+
"proxy-agent": "^6.4.0",
|
|
8542
7989
|
"semver": "^7.6.0",
|
|
8543
|
-
"
|
|
7990
|
+
"shelljs": "^0.8.4"
|
|
7991
|
+
},
|
|
7992
|
+
"bin": {
|
|
7993
|
+
"sf-trust": "bin/dev"
|
|
8544
7994
|
},
|
|
8545
7995
|
"engines": {
|
|
8546
7996
|
"node": ">=18.0.0"
|
|
@@ -8562,34 +8012,6 @@
|
|
|
8562
8012
|
"node": ">=18.0.0"
|
|
8563
8013
|
}
|
|
8564
8014
|
},
|
|
8565
|
-
"node_modules/@salesforce/plugin-user/node_modules/@salesforce/core": {
|
|
8566
|
-
"version": "7.2.0",
|
|
8567
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
8568
|
-
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
8569
|
-
"license": "BSD-3-Clause",
|
|
8570
|
-
"dependencies": {
|
|
8571
|
-
"@jsforce/jsforce-node": "^3.1.0",
|
|
8572
|
-
"@salesforce/kit": "^3.1.0",
|
|
8573
|
-
"@salesforce/schemas": "^1.7.0",
|
|
8574
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
8575
|
-
"ajv": "^8.12.0",
|
|
8576
|
-
"change-case": "^4.1.2",
|
|
8577
|
-
"faye": "^1.4.0",
|
|
8578
|
-
"form-data": "^4.0.0",
|
|
8579
|
-
"js2xmlparser": "^4.0.1",
|
|
8580
|
-
"jsonwebtoken": "9.0.2",
|
|
8581
|
-
"jszip": "3.10.1",
|
|
8582
|
-
"pino": "^8.19.0",
|
|
8583
|
-
"pino-abstract-transport": "^1.1.0",
|
|
8584
|
-
"pino-pretty": "^10.3.1",
|
|
8585
|
-
"proper-lockfile": "^4.1.2",
|
|
8586
|
-
"semver": "^7.6.0",
|
|
8587
|
-
"ts-retry-promise": "^0.7.1"
|
|
8588
|
-
},
|
|
8589
|
-
"engines": {
|
|
8590
|
-
"node": ">=18.0.0"
|
|
8591
|
-
}
|
|
8592
|
-
},
|
|
8593
8015
|
"node_modules/@salesforce/prettier-config": {
|
|
8594
8016
|
"version": "0.0.3",
|
|
8595
8017
|
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
|
@@ -8604,9 +8026,9 @@
|
|
|
8604
8026
|
"license": "ISC"
|
|
8605
8027
|
},
|
|
8606
8028
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
8607
|
-
"version": "9.0.
|
|
8608
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
8609
|
-
"integrity": "sha512-
|
|
8029
|
+
"version": "9.0.1",
|
|
8030
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.1.tgz",
|
|
8031
|
+
"integrity": "sha512-5+qoCCDpQAdKE74qmL85Jhb0QDkzy/3MsmpzHSQf3ONi+V5vbwJK0BPc+9cOHShYzf8K0gIDdhbcjLuR3TTP/A==",
|
|
8610
8032
|
"license": "BSD-3-Clause",
|
|
8611
8033
|
"dependencies": {
|
|
8612
8034
|
"@inquirer/confirm": "^2.0.17",
|
|
@@ -8621,34 +8043,6 @@
|
|
|
8621
8043
|
"node": ">=18.0.0"
|
|
8622
8044
|
}
|
|
8623
8045
|
},
|
|
8624
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/@salesforce/core": {
|
|
8625
|
-
"version": "7.2.0",
|
|
8626
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
8627
|
-
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
8628
|
-
"license": "BSD-3-Clause",
|
|
8629
|
-
"dependencies": {
|
|
8630
|
-
"@jsforce/jsforce-node": "^3.1.0",
|
|
8631
|
-
"@salesforce/kit": "^3.1.0",
|
|
8632
|
-
"@salesforce/schemas": "^1.7.0",
|
|
8633
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
8634
|
-
"ajv": "^8.12.0",
|
|
8635
|
-
"change-case": "^4.1.2",
|
|
8636
|
-
"faye": "^1.4.0",
|
|
8637
|
-
"form-data": "^4.0.0",
|
|
8638
|
-
"js2xmlparser": "^4.0.1",
|
|
8639
|
-
"jsonwebtoken": "9.0.2",
|
|
8640
|
-
"jszip": "3.10.1",
|
|
8641
|
-
"pino": "^8.19.0",
|
|
8642
|
-
"pino-abstract-transport": "^1.1.0",
|
|
8643
|
-
"pino-pretty": "^10.3.1",
|
|
8644
|
-
"proper-lockfile": "^4.1.2",
|
|
8645
|
-
"semver": "^7.6.0",
|
|
8646
|
-
"ts-retry-promise": "^0.7.1"
|
|
8647
|
-
},
|
|
8648
|
-
"engines": {
|
|
8649
|
-
"node": ">=18.0.0"
|
|
8650
|
-
}
|
|
8651
|
-
},
|
|
8652
8046
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
8653
8047
|
"version": "11.0.0",
|
|
8654
8048
|
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.0.0.tgz",
|
|
@@ -8673,34 +8067,6 @@
|
|
|
8673
8067
|
"node": ">=18.0.0"
|
|
8674
8068
|
}
|
|
8675
8069
|
},
|
|
8676
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/@salesforce/core": {
|
|
8677
|
-
"version": "7.2.0",
|
|
8678
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
8679
|
-
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
8680
|
-
"license": "BSD-3-Clause",
|
|
8681
|
-
"dependencies": {
|
|
8682
|
-
"@jsforce/jsforce-node": "^3.1.0",
|
|
8683
|
-
"@salesforce/kit": "^3.1.0",
|
|
8684
|
-
"@salesforce/schemas": "^1.7.0",
|
|
8685
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
8686
|
-
"ajv": "^8.12.0",
|
|
8687
|
-
"change-case": "^4.1.2",
|
|
8688
|
-
"faye": "^1.4.0",
|
|
8689
|
-
"form-data": "^4.0.0",
|
|
8690
|
-
"js2xmlparser": "^4.0.1",
|
|
8691
|
-
"jsonwebtoken": "9.0.2",
|
|
8692
|
-
"jszip": "3.10.1",
|
|
8693
|
-
"pino": "^8.19.0",
|
|
8694
|
-
"pino-abstract-transport": "^1.1.0",
|
|
8695
|
-
"pino-pretty": "^10.3.1",
|
|
8696
|
-
"proper-lockfile": "^4.1.2",
|
|
8697
|
-
"semver": "^7.6.0",
|
|
8698
|
-
"ts-retry-promise": "^0.7.1"
|
|
8699
|
-
},
|
|
8700
|
-
"engines": {
|
|
8701
|
-
"node": ">=18.0.0"
|
|
8702
|
-
}
|
|
8703
|
-
},
|
|
8704
8070
|
"node_modules/@salesforce/source-deploy-retrieve/node_modules/@szmarczak/http-timer": {
|
|
8705
8071
|
"version": "4.0.6",
|
|
8706
8072
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
@@ -8846,43 +8212,6 @@
|
|
|
8846
8212
|
"node": ">=18.0.0"
|
|
8847
8213
|
}
|
|
8848
8214
|
},
|
|
8849
|
-
"node_modules/@salesforce/source-tracking/node_modules/@salesforce/core": {
|
|
8850
|
-
"version": "7.2.0",
|
|
8851
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
8852
|
-
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
8853
|
-
"license": "BSD-3-Clause",
|
|
8854
|
-
"dependencies": {
|
|
8855
|
-
"@jsforce/jsforce-node": "^3.1.0",
|
|
8856
|
-
"@salesforce/kit": "^3.1.0",
|
|
8857
|
-
"@salesforce/schemas": "^1.7.0",
|
|
8858
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
8859
|
-
"ajv": "^8.12.0",
|
|
8860
|
-
"change-case": "^4.1.2",
|
|
8861
|
-
"faye": "^1.4.0",
|
|
8862
|
-
"form-data": "^4.0.0",
|
|
8863
|
-
"js2xmlparser": "^4.0.1",
|
|
8864
|
-
"jsonwebtoken": "9.0.2",
|
|
8865
|
-
"jszip": "3.10.1",
|
|
8866
|
-
"pino": "^8.19.0",
|
|
8867
|
-
"pino-abstract-transport": "^1.1.0",
|
|
8868
|
-
"pino-pretty": "^10.3.1",
|
|
8869
|
-
"proper-lockfile": "^4.1.2",
|
|
8870
|
-
"semver": "^7.6.0",
|
|
8871
|
-
"ts-retry-promise": "^0.7.1"
|
|
8872
|
-
},
|
|
8873
|
-
"engines": {
|
|
8874
|
-
"node": ">=18.0.0"
|
|
8875
|
-
}
|
|
8876
|
-
},
|
|
8877
|
-
"node_modules/@salesforce/source-tracking/node_modules/@salesforce/core/node_modules/ts-retry-promise": {
|
|
8878
|
-
"version": "0.7.1",
|
|
8879
|
-
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz",
|
|
8880
|
-
"integrity": "sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==",
|
|
8881
|
-
"license": "MIT",
|
|
8882
|
-
"engines": {
|
|
8883
|
-
"node": ">=6"
|
|
8884
|
-
}
|
|
8885
|
-
},
|
|
8886
8215
|
"node_modules/@salesforce/source-tracking/node_modules/ts-retry-promise": {
|
|
8887
8216
|
"version": "0.8.0",
|
|
8888
8217
|
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.0.tgz",
|
|
@@ -8908,34 +8237,6 @@
|
|
|
8908
8237
|
"node": ">=18.0.0"
|
|
8909
8238
|
}
|
|
8910
8239
|
},
|
|
8911
|
-
"node_modules/@salesforce/telemetry/node_modules/@salesforce/core": {
|
|
8912
|
-
"version": "7.2.0",
|
|
8913
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
8914
|
-
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
8915
|
-
"license": "BSD-3-Clause",
|
|
8916
|
-
"dependencies": {
|
|
8917
|
-
"@jsforce/jsforce-node": "^3.1.0",
|
|
8918
|
-
"@salesforce/kit": "^3.1.0",
|
|
8919
|
-
"@salesforce/schemas": "^1.7.0",
|
|
8920
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
8921
|
-
"ajv": "^8.12.0",
|
|
8922
|
-
"change-case": "^4.1.2",
|
|
8923
|
-
"faye": "^1.4.0",
|
|
8924
|
-
"form-data": "^4.0.0",
|
|
8925
|
-
"js2xmlparser": "^4.0.1",
|
|
8926
|
-
"jsonwebtoken": "9.0.2",
|
|
8927
|
-
"jszip": "3.10.1",
|
|
8928
|
-
"pino": "^8.19.0",
|
|
8929
|
-
"pino-abstract-transport": "^1.1.0",
|
|
8930
|
-
"pino-pretty": "^10.3.1",
|
|
8931
|
-
"proper-lockfile": "^4.1.2",
|
|
8932
|
-
"semver": "^7.6.0",
|
|
8933
|
-
"ts-retry-promise": "^0.7.1"
|
|
8934
|
-
},
|
|
8935
|
-
"engines": {
|
|
8936
|
-
"node": ">=18.0.0"
|
|
8937
|
-
}
|
|
8938
|
-
},
|
|
8939
8240
|
"node_modules/@salesforce/telemetry/node_modules/@szmarczak/http-timer": {
|
|
8940
8241
|
"version": "4.0.6",
|
|
8941
8242
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
@@ -9068,6 +8369,34 @@
|
|
|
9068
8369
|
"node": ">=18.18.2"
|
|
9069
8370
|
}
|
|
9070
8371
|
},
|
|
8372
|
+
"node_modules/@salesforce/templates/node_modules/@salesforce/core": {
|
|
8373
|
+
"version": "6.7.6",
|
|
8374
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.6.tgz",
|
|
8375
|
+
"integrity": "sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==",
|
|
8376
|
+
"license": "BSD-3-Clause",
|
|
8377
|
+
"dependencies": {
|
|
8378
|
+
"@salesforce/kit": "^3.1.0",
|
|
8379
|
+
"@salesforce/schemas": "^1.7.0",
|
|
8380
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
8381
|
+
"ajv": "^8.12.0",
|
|
8382
|
+
"change-case": "^4.1.2",
|
|
8383
|
+
"faye": "^1.4.0",
|
|
8384
|
+
"form-data": "^4.0.0",
|
|
8385
|
+
"js2xmlparser": "^4.0.1",
|
|
8386
|
+
"jsforce": "^2.0.0-beta.29",
|
|
8387
|
+
"jsonwebtoken": "9.0.2",
|
|
8388
|
+
"jszip": "3.10.1",
|
|
8389
|
+
"pino": "^8.19.0",
|
|
8390
|
+
"pino-abstract-transport": "^1.1.0",
|
|
8391
|
+
"pino-pretty": "^10.3.1",
|
|
8392
|
+
"proper-lockfile": "^4.1.2",
|
|
8393
|
+
"semver": "^7.6.0",
|
|
8394
|
+
"ts-retry-promise": "^0.7.1"
|
|
8395
|
+
},
|
|
8396
|
+
"engines": {
|
|
8397
|
+
"node": ">=18.0.0"
|
|
8398
|
+
}
|
|
8399
|
+
},
|
|
9071
8400
|
"node_modules/@salesforce/templates/node_modules/@szmarczak/http-timer": {
|
|
9072
8401
|
"version": "4.0.6",
|
|
9073
8402
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
@@ -9355,13 +8684,23 @@
|
|
|
9355
8684
|
}
|
|
9356
8685
|
},
|
|
9357
8686
|
"node_modules/@sinonjs/fake-timers": {
|
|
9358
|
-
"version": "
|
|
9359
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-
|
|
9360
|
-
"integrity": "sha512-
|
|
8687
|
+
"version": "11.2.2",
|
|
8688
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz",
|
|
8689
|
+
"integrity": "sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==",
|
|
9361
8690
|
"dev": true,
|
|
9362
8691
|
"license": "BSD-3-Clause",
|
|
9363
8692
|
"dependencies": {
|
|
9364
|
-
"@sinonjs/commons": "^
|
|
8693
|
+
"@sinonjs/commons": "^3.0.0"
|
|
8694
|
+
}
|
|
8695
|
+
},
|
|
8696
|
+
"node_modules/@sinonjs/fake-timers/node_modules/@sinonjs/commons": {
|
|
8697
|
+
"version": "3.0.1",
|
|
8698
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
|
|
8699
|
+
"integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
|
|
8700
|
+
"dev": true,
|
|
8701
|
+
"license": "BSD-3-Clause",
|
|
8702
|
+
"dependencies": {
|
|
8703
|
+
"type-detect": "4.0.8"
|
|
9365
8704
|
}
|
|
9366
8705
|
},
|
|
9367
8706
|
"node_modules/@sinonjs/formatio": {
|
|
@@ -10239,9 +9578,9 @@
|
|
|
10239
9578
|
}
|
|
10240
9579
|
},
|
|
10241
9580
|
"node_modules/@types/chai": {
|
|
10242
|
-
"version": "4.3.
|
|
10243
|
-
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.
|
|
10244
|
-
"integrity": "sha512-
|
|
9581
|
+
"version": "4.3.14",
|
|
9582
|
+
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.14.tgz",
|
|
9583
|
+
"integrity": "sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==",
|
|
10245
9584
|
"dev": true,
|
|
10246
9585
|
"license": "MIT"
|
|
10247
9586
|
},
|
|
@@ -10281,30 +9620,12 @@
|
|
|
10281
9620
|
"@types/node": "*"
|
|
10282
9621
|
}
|
|
10283
9622
|
},
|
|
10284
|
-
"node_modules/@types/glob/node_modules/@types/minimatch": {
|
|
10285
|
-
"version": "5.1.2",
|
|
10286
|
-
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
|
|
10287
|
-
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
|
|
10288
|
-
"dev": true,
|
|
10289
|
-
"license": "MIT"
|
|
10290
|
-
},
|
|
10291
9623
|
"node_modules/@types/http-cache-semantics": {
|
|
10292
9624
|
"version": "4.0.4",
|
|
10293
9625
|
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz",
|
|
10294
9626
|
"integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==",
|
|
10295
9627
|
"license": "MIT"
|
|
10296
9628
|
},
|
|
10297
|
-
"node_modules/@types/inquirer": {
|
|
10298
|
-
"version": "8.2.10",
|
|
10299
|
-
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.10.tgz",
|
|
10300
|
-
"integrity": "sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==",
|
|
10301
|
-
"dev": true,
|
|
10302
|
-
"license": "MIT",
|
|
10303
|
-
"dependencies": {
|
|
10304
|
-
"@types/through": "*",
|
|
10305
|
-
"rxjs": "^7.2.0"
|
|
10306
|
-
}
|
|
10307
|
-
},
|
|
10308
9629
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
10309
9630
|
"version": "2.0.4",
|
|
10310
9631
|
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
|
|
@@ -10353,9 +9674,10 @@
|
|
|
10353
9674
|
}
|
|
10354
9675
|
},
|
|
10355
9676
|
"node_modules/@types/minimatch": {
|
|
10356
|
-
"version": "
|
|
10357
|
-
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-
|
|
10358
|
-
"integrity": "sha512-
|
|
9677
|
+
"version": "5.1.2",
|
|
9678
|
+
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
|
|
9679
|
+
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
|
|
9680
|
+
"dev": true,
|
|
10359
9681
|
"license": "MIT"
|
|
10360
9682
|
},
|
|
10361
9683
|
"node_modules/@types/minimist": {
|
|
@@ -10403,13 +9725,6 @@
|
|
|
10403
9725
|
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
|
|
10404
9726
|
"license": "MIT"
|
|
10405
9727
|
},
|
|
10406
|
-
"node_modules/@types/parse-json": {
|
|
10407
|
-
"version": "4.0.0",
|
|
10408
|
-
"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
|
|
10409
|
-
"integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==",
|
|
10410
|
-
"dev": true,
|
|
10411
|
-
"license": "MIT"
|
|
10412
|
-
},
|
|
10413
9728
|
"node_modules/@types/responselike": {
|
|
10414
9729
|
"version": "1.0.0",
|
|
10415
9730
|
"resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz",
|
|
@@ -10460,16 +9775,6 @@
|
|
|
10460
9775
|
"dev": true,
|
|
10461
9776
|
"license": "MIT"
|
|
10462
9777
|
},
|
|
10463
|
-
"node_modules/@types/through": {
|
|
10464
|
-
"version": "0.0.33",
|
|
10465
|
-
"resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.33.tgz",
|
|
10466
|
-
"integrity": "sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==",
|
|
10467
|
-
"dev": true,
|
|
10468
|
-
"license": "MIT",
|
|
10469
|
-
"dependencies": {
|
|
10470
|
-
"@types/node": "*"
|
|
10471
|
-
}
|
|
10472
|
-
},
|
|
10473
9778
|
"node_modules/@types/vinyl": {
|
|
10474
9779
|
"version": "2.0.7",
|
|
10475
9780
|
"resolved": "https://registry.npmjs.org/@types/vinyl/-/vinyl-2.0.7.tgz",
|
|
@@ -10487,17 +9792,17 @@
|
|
|
10487
9792
|
"license": "MIT"
|
|
10488
9793
|
},
|
|
10489
9794
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
10490
|
-
"version": "6.
|
|
10491
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.
|
|
10492
|
-
"integrity": "sha512-
|
|
9795
|
+
"version": "6.21.0",
|
|
9796
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",
|
|
9797
|
+
"integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==",
|
|
10493
9798
|
"dev": true,
|
|
10494
9799
|
"license": "MIT",
|
|
10495
9800
|
"dependencies": {
|
|
10496
9801
|
"@eslint-community/regexpp": "^4.5.1",
|
|
10497
|
-
"@typescript-eslint/scope-manager": "6.
|
|
10498
|
-
"@typescript-eslint/type-utils": "6.
|
|
10499
|
-
"@typescript-eslint/utils": "6.
|
|
10500
|
-
"@typescript-eslint/visitor-keys": "6.
|
|
9802
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
|
9803
|
+
"@typescript-eslint/type-utils": "6.21.0",
|
|
9804
|
+
"@typescript-eslint/utils": "6.21.0",
|
|
9805
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
10501
9806
|
"debug": "^4.3.4",
|
|
10502
9807
|
"graphemer": "^1.4.0",
|
|
10503
9808
|
"ignore": "^5.2.4",
|
|
@@ -10523,16 +9828,16 @@
|
|
|
10523
9828
|
}
|
|
10524
9829
|
},
|
|
10525
9830
|
"node_modules/@typescript-eslint/parser": {
|
|
10526
|
-
"version": "6.
|
|
10527
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.
|
|
10528
|
-
"integrity": "sha512-
|
|
9831
|
+
"version": "6.21.0",
|
|
9832
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz",
|
|
9833
|
+
"integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
|
|
10529
9834
|
"dev": true,
|
|
10530
9835
|
"license": "BSD-2-Clause",
|
|
10531
9836
|
"dependencies": {
|
|
10532
|
-
"@typescript-eslint/scope-manager": "6.
|
|
10533
|
-
"@typescript-eslint/types": "6.
|
|
10534
|
-
"@typescript-eslint/typescript-estree": "6.
|
|
10535
|
-
"@typescript-eslint/visitor-keys": "6.
|
|
9837
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
|
9838
|
+
"@typescript-eslint/types": "6.21.0",
|
|
9839
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
9840
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
10536
9841
|
"debug": "^4.3.4"
|
|
10537
9842
|
},
|
|
10538
9843
|
"engines": {
|
|
@@ -10552,14 +9857,14 @@
|
|
|
10552
9857
|
}
|
|
10553
9858
|
},
|
|
10554
9859
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
10555
|
-
"version": "6.
|
|
10556
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.
|
|
10557
|
-
"integrity": "sha512-
|
|
9860
|
+
"version": "6.21.0",
|
|
9861
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
|
|
9862
|
+
"integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==",
|
|
10558
9863
|
"dev": true,
|
|
10559
9864
|
"license": "MIT",
|
|
10560
9865
|
"dependencies": {
|
|
10561
|
-
"@typescript-eslint/types": "6.
|
|
10562
|
-
"@typescript-eslint/visitor-keys": "6.
|
|
9866
|
+
"@typescript-eslint/types": "6.21.0",
|
|
9867
|
+
"@typescript-eslint/visitor-keys": "6.21.0"
|
|
10563
9868
|
},
|
|
10564
9869
|
"engines": {
|
|
10565
9870
|
"node": "^16.0.0 || >=18.0.0"
|
|
@@ -10570,14 +9875,14 @@
|
|
|
10570
9875
|
}
|
|
10571
9876
|
},
|
|
10572
9877
|
"node_modules/@typescript-eslint/type-utils": {
|
|
10573
|
-
"version": "6.
|
|
10574
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.
|
|
10575
|
-
"integrity": "sha512-
|
|
9878
|
+
"version": "6.21.0",
|
|
9879
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
|
|
9880
|
+
"integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==",
|
|
10576
9881
|
"dev": true,
|
|
10577
9882
|
"license": "MIT",
|
|
10578
9883
|
"dependencies": {
|
|
10579
|
-
"@typescript-eslint/typescript-estree": "6.
|
|
10580
|
-
"@typescript-eslint/utils": "6.
|
|
9884
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
9885
|
+
"@typescript-eslint/utils": "6.21.0",
|
|
10581
9886
|
"debug": "^4.3.4",
|
|
10582
9887
|
"ts-api-utils": "^1.0.1"
|
|
10583
9888
|
},
|
|
@@ -10598,9 +9903,9 @@
|
|
|
10598
9903
|
}
|
|
10599
9904
|
},
|
|
10600
9905
|
"node_modules/@typescript-eslint/types": {
|
|
10601
|
-
"version": "6.
|
|
10602
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.
|
|
10603
|
-
"integrity": "sha512-
|
|
9906
|
+
"version": "6.21.0",
|
|
9907
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
|
|
9908
|
+
"integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
|
|
10604
9909
|
"dev": true,
|
|
10605
9910
|
"license": "MIT",
|
|
10606
9911
|
"engines": {
|
|
@@ -10612,17 +9917,18 @@
|
|
|
10612
9917
|
}
|
|
10613
9918
|
},
|
|
10614
9919
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
10615
|
-
"version": "6.
|
|
10616
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.
|
|
10617
|
-
"integrity": "sha512-
|
|
9920
|
+
"version": "6.21.0",
|
|
9921
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz",
|
|
9922
|
+
"integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==",
|
|
10618
9923
|
"dev": true,
|
|
10619
9924
|
"license": "BSD-2-Clause",
|
|
10620
9925
|
"dependencies": {
|
|
10621
|
-
"@typescript-eslint/types": "6.
|
|
10622
|
-
"@typescript-eslint/visitor-keys": "6.
|
|
9926
|
+
"@typescript-eslint/types": "6.21.0",
|
|
9927
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
10623
9928
|
"debug": "^4.3.4",
|
|
10624
9929
|
"globby": "^11.1.0",
|
|
10625
9930
|
"is-glob": "^4.0.3",
|
|
9931
|
+
"minimatch": "9.0.3",
|
|
10626
9932
|
"semver": "^7.5.4",
|
|
10627
9933
|
"ts-api-utils": "^1.0.1"
|
|
10628
9934
|
},
|
|
@@ -10639,19 +9945,35 @@
|
|
|
10639
9945
|
}
|
|
10640
9946
|
}
|
|
10641
9947
|
},
|
|
9948
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
9949
|
+
"version": "9.0.3",
|
|
9950
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
9951
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
9952
|
+
"dev": true,
|
|
9953
|
+
"license": "ISC",
|
|
9954
|
+
"dependencies": {
|
|
9955
|
+
"brace-expansion": "^2.0.1"
|
|
9956
|
+
},
|
|
9957
|
+
"engines": {
|
|
9958
|
+
"node": ">=16 || 14 >=14.17"
|
|
9959
|
+
},
|
|
9960
|
+
"funding": {
|
|
9961
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
9962
|
+
}
|
|
9963
|
+
},
|
|
10642
9964
|
"node_modules/@typescript-eslint/utils": {
|
|
10643
|
-
"version": "6.
|
|
10644
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.
|
|
10645
|
-
"integrity": "sha512-
|
|
9965
|
+
"version": "6.21.0",
|
|
9966
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz",
|
|
9967
|
+
"integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==",
|
|
10646
9968
|
"dev": true,
|
|
10647
9969
|
"license": "MIT",
|
|
10648
9970
|
"dependencies": {
|
|
10649
9971
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
10650
9972
|
"@types/json-schema": "^7.0.12",
|
|
10651
9973
|
"@types/semver": "^7.5.0",
|
|
10652
|
-
"@typescript-eslint/scope-manager": "6.
|
|
10653
|
-
"@typescript-eslint/types": "6.
|
|
10654
|
-
"@typescript-eslint/typescript-estree": "6.
|
|
9974
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
|
9975
|
+
"@typescript-eslint/types": "6.21.0",
|
|
9976
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
10655
9977
|
"semver": "^7.5.4"
|
|
10656
9978
|
},
|
|
10657
9979
|
"engines": {
|
|
@@ -10666,13 +9988,13 @@
|
|
|
10666
9988
|
}
|
|
10667
9989
|
},
|
|
10668
9990
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
10669
|
-
"version": "6.
|
|
10670
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.
|
|
10671
|
-
"integrity": "sha512-
|
|
9991
|
+
"version": "6.21.0",
|
|
9992
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
|
|
9993
|
+
"integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
|
|
10672
9994
|
"dev": true,
|
|
10673
9995
|
"license": "MIT",
|
|
10674
9996
|
"dependencies": {
|
|
10675
|
-
"@typescript-eslint/types": "6.
|
|
9997
|
+
"@typescript-eslint/types": "6.21.0",
|
|
10676
9998
|
"eslint-visitor-keys": "^3.4.1"
|
|
10677
9999
|
},
|
|
10678
10000
|
"engines": {
|
|
@@ -11319,9 +10641,9 @@
|
|
|
11319
10641
|
}
|
|
11320
10642
|
},
|
|
11321
10643
|
"node_modules/aws-sdk": {
|
|
11322
|
-
"version": "2.
|
|
11323
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
11324
|
-
"integrity": "sha512-
|
|
10644
|
+
"version": "2.1597.0",
|
|
10645
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1597.0.tgz",
|
|
10646
|
+
"integrity": "sha512-YvApP9p5a5TD870mvQRrcUyJz3nKFrtlnDLaA4yrmAaidMDGzdNJ+AZlW0+onRCB4llzKD4Hos56zea0ulR+zQ==",
|
|
11325
10647
|
"dev": true,
|
|
11326
10648
|
"hasInstallScript": true,
|
|
11327
10649
|
"license": "Apache-2.0",
|
|
@@ -11541,9 +10863,9 @@
|
|
|
11541
10863
|
"license": "ISC"
|
|
11542
10864
|
},
|
|
11543
10865
|
"node_modules/browserslist": {
|
|
11544
|
-
"version": "4.
|
|
11545
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.
|
|
11546
|
-
"integrity": "sha512-
|
|
10866
|
+
"version": "4.23.0",
|
|
10867
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz",
|
|
10868
|
+
"integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==",
|
|
11547
10869
|
"dev": true,
|
|
11548
10870
|
"funding": [
|
|
11549
10871
|
{
|
|
@@ -11561,10 +10883,10 @@
|
|
|
11561
10883
|
],
|
|
11562
10884
|
"license": "MIT",
|
|
11563
10885
|
"dependencies": {
|
|
11564
|
-
"caniuse-lite": "^1.0.
|
|
11565
|
-
"electron-to-chromium": "^1.4.
|
|
11566
|
-
"node-releases": "^2.0.
|
|
11567
|
-
"update-browserslist-db": "^1.0.
|
|
10886
|
+
"caniuse-lite": "^1.0.30001587",
|
|
10887
|
+
"electron-to-chromium": "^1.4.668",
|
|
10888
|
+
"node-releases": "^2.0.14",
|
|
10889
|
+
"update-browserslist-db": "^1.0.13"
|
|
11568
10890
|
},
|
|
11569
10891
|
"bin": {
|
|
11570
10892
|
"browserslist": "cli.js"
|
|
@@ -11878,9 +11200,9 @@
|
|
|
11878
11200
|
}
|
|
11879
11201
|
},
|
|
11880
11202
|
"node_modules/caniuse-lite": {
|
|
11881
|
-
"version": "1.0.
|
|
11882
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
11883
|
-
"integrity": "sha512-
|
|
11203
|
+
"version": "1.0.30001608",
|
|
11204
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001608.tgz",
|
|
11205
|
+
"integrity": "sha512-cjUJTQkk9fQlJR2s4HMuPMvTiRggl0rAVMtthQuyOlDWuqHXqN8azLq+pi8B2TjwKJ32diHjUqRIKeFX4z1FoA==",
|
|
11884
11206
|
"dev": true,
|
|
11885
11207
|
"funding": [
|
|
11886
11208
|
{
|
|
@@ -12033,7 +11355,7 @@
|
|
|
12033
11355
|
"version": "4.0.0",
|
|
12034
11356
|
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",
|
|
12035
11357
|
"integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",
|
|
12036
|
-
"
|
|
11358
|
+
"dev": true,
|
|
12037
11359
|
"funding": [
|
|
12038
11360
|
{
|
|
12039
11361
|
"type": "github",
|
|
@@ -12263,9 +11585,9 @@
|
|
|
12263
11585
|
}
|
|
12264
11586
|
},
|
|
12265
11587
|
"node_modules/clone": {
|
|
12266
|
-
"version": "1.
|
|
12267
|
-
"resolved": "https://registry.npmjs.org/clone/-/clone-1.
|
|
12268
|
-
"integrity": "sha512-
|
|
11588
|
+
"version": "2.1.2",
|
|
11589
|
+
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
|
|
11590
|
+
"integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
|
|
12269
11591
|
"license": "MIT",
|
|
12270
11592
|
"engines": {
|
|
12271
11593
|
"node": ">=0.8"
|
|
@@ -13011,6 +12333,20 @@
|
|
|
13011
12333
|
"url": "https://opencollective.com/core-js"
|
|
13012
12334
|
}
|
|
13013
12335
|
},
|
|
12336
|
+
"node_modules/core-js-compat": {
|
|
12337
|
+
"version": "3.36.1",
|
|
12338
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.1.tgz",
|
|
12339
|
+
"integrity": "sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==",
|
|
12340
|
+
"dev": true,
|
|
12341
|
+
"license": "MIT",
|
|
12342
|
+
"dependencies": {
|
|
12343
|
+
"browserslist": "^4.23.0"
|
|
12344
|
+
},
|
|
12345
|
+
"funding": {
|
|
12346
|
+
"type": "opencollective",
|
|
12347
|
+
"url": "https://opencollective.com/core-js"
|
|
12348
|
+
}
|
|
12349
|
+
},
|
|
13014
12350
|
"node_modules/core-js-pure": {
|
|
13015
12351
|
"version": "3.36.0",
|
|
13016
12352
|
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.36.0.tgz",
|
|
@@ -13029,15 +12365,15 @@
|
|
|
13029
12365
|
"license": "MIT"
|
|
13030
12366
|
},
|
|
13031
12367
|
"node_modules/cosmiconfig": {
|
|
13032
|
-
"version": "8.
|
|
13033
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.
|
|
13034
|
-
"integrity": "sha512-
|
|
12368
|
+
"version": "8.3.6",
|
|
12369
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
|
|
12370
|
+
"integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
|
|
13035
12371
|
"dev": true,
|
|
13036
12372
|
"license": "MIT",
|
|
13037
12373
|
"dependencies": {
|
|
13038
|
-
"import-fresh": "^3.
|
|
12374
|
+
"import-fresh": "^3.3.0",
|
|
13039
12375
|
"js-yaml": "^4.1.0",
|
|
13040
|
-
"parse-json": "^5.
|
|
12376
|
+
"parse-json": "^5.2.0",
|
|
13041
12377
|
"path-type": "^4.0.0"
|
|
13042
12378
|
},
|
|
13043
12379
|
"engines": {
|
|
@@ -13045,6 +12381,14 @@
|
|
|
13045
12381
|
},
|
|
13046
12382
|
"funding": {
|
|
13047
12383
|
"url": "https://github.com/sponsors/d-fischer"
|
|
12384
|
+
},
|
|
12385
|
+
"peerDependencies": {
|
|
12386
|
+
"typescript": ">=4.9.5"
|
|
12387
|
+
},
|
|
12388
|
+
"peerDependenciesMeta": {
|
|
12389
|
+
"typescript": {
|
|
12390
|
+
"optional": true
|
|
12391
|
+
}
|
|
13048
12392
|
}
|
|
13049
12393
|
},
|
|
13050
12394
|
"node_modules/cosmiconfig-typescript-loader": {
|
|
@@ -13084,6 +12428,32 @@
|
|
|
13084
12428
|
"js-yaml": "bin/js-yaml.js"
|
|
13085
12429
|
}
|
|
13086
12430
|
},
|
|
12431
|
+
"node_modules/cosmiconfig/node_modules/json-parse-even-better-errors": {
|
|
12432
|
+
"version": "2.3.1",
|
|
12433
|
+
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
12434
|
+
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
12435
|
+
"dev": true,
|
|
12436
|
+
"license": "MIT"
|
|
12437
|
+
},
|
|
12438
|
+
"node_modules/cosmiconfig/node_modules/parse-json": {
|
|
12439
|
+
"version": "5.2.0",
|
|
12440
|
+
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
12441
|
+
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
|
12442
|
+
"dev": true,
|
|
12443
|
+
"license": "MIT",
|
|
12444
|
+
"dependencies": {
|
|
12445
|
+
"@babel/code-frame": "^7.0.0",
|
|
12446
|
+
"error-ex": "^1.3.1",
|
|
12447
|
+
"json-parse-even-better-errors": "^2.3.0",
|
|
12448
|
+
"lines-and-columns": "^1.1.6"
|
|
12449
|
+
},
|
|
12450
|
+
"engines": {
|
|
12451
|
+
"node": ">=8"
|
|
12452
|
+
},
|
|
12453
|
+
"funding": {
|
|
12454
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
12455
|
+
}
|
|
12456
|
+
},
|
|
13087
12457
|
"node_modules/crc-32": {
|
|
13088
12458
|
"version": "1.2.2",
|
|
13089
12459
|
"resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
|
|
@@ -13366,6 +12736,15 @@
|
|
|
13366
12736
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13367
12737
|
}
|
|
13368
12738
|
},
|
|
12739
|
+
"node_modules/defaults/node_modules/clone": {
|
|
12740
|
+
"version": "1.0.4",
|
|
12741
|
+
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
12742
|
+
"integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
|
|
12743
|
+
"license": "MIT",
|
|
12744
|
+
"engines": {
|
|
12745
|
+
"node": ">=0.8"
|
|
12746
|
+
}
|
|
12747
|
+
},
|
|
13369
12748
|
"node_modules/defer-to-connect": {
|
|
13370
12749
|
"version": "2.0.1",
|
|
13371
12750
|
"resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz",
|
|
@@ -13514,10 +12893,9 @@
|
|
|
13514
12893
|
}
|
|
13515
12894
|
},
|
|
13516
12895
|
"node_modules/diff": {
|
|
13517
|
-
"version": "
|
|
13518
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-
|
|
13519
|
-
"integrity": "sha512-
|
|
13520
|
-
"dev": true,
|
|
12896
|
+
"version": "5.2.0",
|
|
12897
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
|
|
12898
|
+
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
13521
12899
|
"license": "BSD-3-Clause",
|
|
13522
12900
|
"engines": {
|
|
13523
12901
|
"node": ">=0.3.1"
|
|
@@ -13731,9 +13109,9 @@
|
|
|
13731
13109
|
}
|
|
13732
13110
|
},
|
|
13733
13111
|
"node_modules/electron-to-chromium": {
|
|
13734
|
-
"version": "1.4.
|
|
13735
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
13736
|
-
"integrity": "sha512-
|
|
13112
|
+
"version": "1.4.732",
|
|
13113
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.732.tgz",
|
|
13114
|
+
"integrity": "sha512-nLrzr6UML+oqCyvseTxJ1WxLsnMSQPJCoHu+MuOuNiCp7BHEdG9AmCTw2Y9FU/wFFc/ETE0F6JVtzzPryEjecw==",
|
|
13737
13115
|
"dev": true,
|
|
13738
13116
|
"license": "ISC"
|
|
13739
13117
|
},
|
|
@@ -13762,19 +13140,6 @@
|
|
|
13762
13140
|
"iconv-lite": "^0.6.2"
|
|
13763
13141
|
}
|
|
13764
13142
|
},
|
|
13765
|
-
"node_modules/encoding/node_modules/iconv-lite": {
|
|
13766
|
-
"version": "0.6.3",
|
|
13767
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
13768
|
-
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
13769
|
-
"license": "MIT",
|
|
13770
|
-
"optional": true,
|
|
13771
|
-
"dependencies": {
|
|
13772
|
-
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
13773
|
-
},
|
|
13774
|
-
"engines": {
|
|
13775
|
-
"node": ">=0.10.0"
|
|
13776
|
-
}
|
|
13777
|
-
},
|
|
13778
13143
|
"node_modules/end-of-stream": {
|
|
13779
13144
|
"version": "1.4.4",
|
|
13780
13145
|
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
|
|
@@ -14002,17 +13367,17 @@
|
|
|
14002
13367
|
}
|
|
14003
13368
|
},
|
|
14004
13369
|
"node_modules/eslint": {
|
|
14005
|
-
"version": "8.
|
|
14006
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
|
14007
|
-
"integrity": "sha512-
|
|
13370
|
+
"version": "8.57.0",
|
|
13371
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
|
|
13372
|
+
"integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
|
|
14008
13373
|
"dev": true,
|
|
14009
13374
|
"license": "MIT",
|
|
14010
13375
|
"dependencies": {
|
|
14011
13376
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
14012
13377
|
"@eslint-community/regexpp": "^4.6.1",
|
|
14013
13378
|
"@eslint/eslintrc": "^2.1.4",
|
|
14014
|
-
"@eslint/js": "8.
|
|
14015
|
-
"@humanwhocodes/config-array": "^0.11.
|
|
13379
|
+
"@eslint/js": "8.57.0",
|
|
13380
|
+
"@humanwhocodes/config-array": "^0.11.14",
|
|
14016
13381
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
14017
13382
|
"@nodelib/fs.walk": "^1.2.8",
|
|
14018
13383
|
"@ungap/structured-clone": "^1.2.0",
|
|
@@ -14071,9 +13436,9 @@
|
|
|
14071
13436
|
}
|
|
14072
13437
|
},
|
|
14073
13438
|
"node_modules/eslint-config-salesforce": {
|
|
14074
|
-
"version": "2.0
|
|
14075
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce/-/eslint-config-salesforce-2.0.
|
|
14076
|
-
"integrity": "sha512-
|
|
13439
|
+
"version": "2.2.0",
|
|
13440
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce/-/eslint-config-salesforce-2.2.0.tgz",
|
|
13441
|
+
"integrity": "sha512-0zUEFJ2nNpMvVO3MgKEDUTGtaFZjL3xEIErr5h+BOft+OhGoIvZBNPnBBu12lvv29ylqIAQz5SwoVCCUzBhyPQ==",
|
|
14077
13442
|
"dev": true,
|
|
14078
13443
|
"license": "BSD-3-Clause"
|
|
14079
13444
|
},
|
|
@@ -14085,22 +13450,22 @@
|
|
|
14085
13450
|
"license": "BSD-3-Clause"
|
|
14086
13451
|
},
|
|
14087
13452
|
"node_modules/eslint-config-salesforce-typescript": {
|
|
14088
|
-
"version": "3.0
|
|
14089
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.
|
|
14090
|
-
"integrity": "sha512-
|
|
13453
|
+
"version": "3.3.0",
|
|
13454
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.3.0.tgz",
|
|
13455
|
+
"integrity": "sha512-83+zp2Y2h9oz9D3UksjNGCw+xWD7ylIiAJZ58vUbBD10l8FRUMNyn+RDCKn0xCQz7xed5/LcmgUE4T7roe+HBw==",
|
|
14091
13456
|
"dev": true,
|
|
14092
13457
|
"license": "BSD-3-Clause",
|
|
14093
13458
|
"dependencies": {
|
|
14094
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
14095
|
-
"@typescript-eslint/parser": "^6.
|
|
14096
|
-
"eslint": "^8.
|
|
13459
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
13460
|
+
"@typescript-eslint/parser": "^6.21.0",
|
|
13461
|
+
"eslint": "^8.56.0",
|
|
14097
13462
|
"eslint-config-prettier": "^9.1.0",
|
|
14098
|
-
"eslint-config-salesforce": "^2.0
|
|
13463
|
+
"eslint-config-salesforce": "^2.2.0",
|
|
14099
13464
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
14100
13465
|
"eslint-plugin-header": "^3.1.1",
|
|
14101
|
-
"eslint-plugin-import": "^2.29.
|
|
14102
|
-
"eslint-plugin-jsdoc": "^46.
|
|
14103
|
-
"eslint-plugin-unicorn": "^
|
|
13466
|
+
"eslint-plugin-import": "^2.29.1",
|
|
13467
|
+
"eslint-plugin-jsdoc": "^46.10.1",
|
|
13468
|
+
"eslint-plugin-unicorn": "^50.0.1"
|
|
14104
13469
|
}
|
|
14105
13470
|
},
|
|
14106
13471
|
"node_modules/eslint-import-resolver-node": {
|
|
@@ -14164,9 +13529,9 @@
|
|
|
14164
13529
|
}
|
|
14165
13530
|
},
|
|
14166
13531
|
"node_modules/eslint-plugin-import": {
|
|
14167
|
-
"version": "2.29.
|
|
14168
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.
|
|
14169
|
-
"integrity": "sha512-
|
|
13532
|
+
"version": "2.29.1",
|
|
13533
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz",
|
|
13534
|
+
"integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==",
|
|
14170
13535
|
"dev": true,
|
|
14171
13536
|
"license": "MIT",
|
|
14172
13537
|
"dependencies": {
|
|
@@ -14186,7 +13551,7 @@
|
|
|
14186
13551
|
"object.groupby": "^1.0.1",
|
|
14187
13552
|
"object.values": "^1.1.7",
|
|
14188
13553
|
"semver": "^6.3.1",
|
|
14189
|
-
"tsconfig-paths": "^3.
|
|
13554
|
+
"tsconfig-paths": "^3.15.0"
|
|
14190
13555
|
},
|
|
14191
13556
|
"engines": {
|
|
14192
13557
|
"node": ">=4"
|
|
@@ -14216,9 +13581,9 @@
|
|
|
14216
13581
|
}
|
|
14217
13582
|
},
|
|
14218
13583
|
"node_modules/eslint-plugin-jsdoc": {
|
|
14219
|
-
"version": "46.
|
|
14220
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.
|
|
14221
|
-
"integrity": "sha512-
|
|
13584
|
+
"version": "46.10.1",
|
|
13585
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.10.1.tgz",
|
|
13586
|
+
"integrity": "sha512-x8wxIpv00Y50NyweDUpa+58ffgSAI5sqe+zcZh33xphD0AVh+1kqr1ombaTRb7Fhpove1zfUuujlX9DWWBP5ag==",
|
|
14222
13587
|
"dev": true,
|
|
14223
13588
|
"license": "BSD-3-Clause",
|
|
14224
13589
|
"dependencies": {
|
|
@@ -14230,26 +13595,39 @@
|
|
|
14230
13595
|
"esquery": "^1.5.0",
|
|
14231
13596
|
"is-builtin-module": "^3.2.1",
|
|
14232
13597
|
"semver": "^7.5.4",
|
|
14233
|
-
"spdx-expression-parse": "^
|
|
13598
|
+
"spdx-expression-parse": "^4.0.0"
|
|
14234
13599
|
},
|
|
14235
13600
|
"engines": {
|
|
14236
13601
|
"node": ">=16"
|
|
14237
13602
|
},
|
|
14238
13603
|
"peerDependencies": {
|
|
14239
|
-
"eslint": "^7.0.0 || ^8.0.0"
|
|
13604
|
+
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
|
|
13605
|
+
}
|
|
13606
|
+
},
|
|
13607
|
+
"node_modules/eslint-plugin-jsdoc/node_modules/spdx-expression-parse": {
|
|
13608
|
+
"version": "4.0.0",
|
|
13609
|
+
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz",
|
|
13610
|
+
"integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
|
|
13611
|
+
"dev": true,
|
|
13612
|
+
"license": "MIT",
|
|
13613
|
+
"dependencies": {
|
|
13614
|
+
"spdx-exceptions": "^2.1.0",
|
|
13615
|
+
"spdx-license-ids": "^3.0.0"
|
|
14240
13616
|
}
|
|
14241
13617
|
},
|
|
14242
13618
|
"node_modules/eslint-plugin-unicorn": {
|
|
14243
|
-
"version": "
|
|
14244
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-
|
|
14245
|
-
"integrity": "sha512-
|
|
13619
|
+
"version": "50.0.1",
|
|
13620
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-50.0.1.tgz",
|
|
13621
|
+
"integrity": "sha512-KxenCZxqSYW0GWHH18okDlOQcpezcitm5aOSz6EnobyJ6BIByiPDviQRjJIUAjG/tMN11958MxaQ+qCoU6lfDA==",
|
|
14246
13622
|
"dev": true,
|
|
14247
13623
|
"license": "MIT",
|
|
14248
13624
|
"dependencies": {
|
|
14249
13625
|
"@babel/helper-validator-identifier": "^7.22.20",
|
|
14250
13626
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
14251
|
-
"
|
|
13627
|
+
"@eslint/eslintrc": "^2.1.4",
|
|
13628
|
+
"ci-info": "^4.0.0",
|
|
14252
13629
|
"clean-regexp": "^1.0.0",
|
|
13630
|
+
"core-js-compat": "^3.34.0",
|
|
14253
13631
|
"esquery": "^1.5.0",
|
|
14254
13632
|
"indent-string": "^4.0.0",
|
|
14255
13633
|
"is-builtin-module": "^3.2.1",
|
|
@@ -14268,23 +13646,7 @@
|
|
|
14268
13646
|
"url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
|
|
14269
13647
|
},
|
|
14270
13648
|
"peerDependencies": {
|
|
14271
|
-
"eslint": ">=8.
|
|
14272
|
-
}
|
|
14273
|
-
},
|
|
14274
|
-
"node_modules/eslint-plugin-unicorn/node_modules/ci-info": {
|
|
14275
|
-
"version": "3.9.0",
|
|
14276
|
-
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
|
|
14277
|
-
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
|
|
14278
|
-
"dev": true,
|
|
14279
|
-
"funding": [
|
|
14280
|
-
{
|
|
14281
|
-
"type": "github",
|
|
14282
|
-
"url": "https://github.com/sponsors/sibiraj-s"
|
|
14283
|
-
}
|
|
14284
|
-
],
|
|
14285
|
-
"license": "MIT",
|
|
14286
|
-
"engines": {
|
|
14287
|
-
"node": ">=8"
|
|
13649
|
+
"eslint": ">=8.56.0"
|
|
14288
13650
|
}
|
|
14289
13651
|
},
|
|
14290
13652
|
"node_modules/eslint-scope": {
|
|
@@ -14631,6 +13993,18 @@
|
|
|
14631
13993
|
"node": ">=4"
|
|
14632
13994
|
}
|
|
14633
13995
|
},
|
|
13996
|
+
"node_modules/external-editor/node_modules/iconv-lite": {
|
|
13997
|
+
"version": "0.4.24",
|
|
13998
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
13999
|
+
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
14000
|
+
"license": "MIT",
|
|
14001
|
+
"dependencies": {
|
|
14002
|
+
"safer-buffer": ">= 2.1.2 < 3"
|
|
14003
|
+
},
|
|
14004
|
+
"engines": {
|
|
14005
|
+
"node": ">=0.10.0"
|
|
14006
|
+
}
|
|
14007
|
+
},
|
|
14634
14008
|
"node_modules/fast-copy": {
|
|
14635
14009
|
"version": "3.0.1",
|
|
14636
14010
|
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.1.tgz",
|
|
@@ -16119,19 +15493,6 @@
|
|
|
16119
15493
|
"node": ">=8.0.0"
|
|
16120
15494
|
}
|
|
16121
15495
|
},
|
|
16122
|
-
"node_modules/http-call/node_modules/parse-json": {
|
|
16123
|
-
"version": "4.0.0",
|
|
16124
|
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
|
|
16125
|
-
"integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
|
|
16126
|
-
"license": "MIT",
|
|
16127
|
-
"dependencies": {
|
|
16128
|
-
"error-ex": "^1.3.1",
|
|
16129
|
-
"json-parse-better-errors": "^1.0.1"
|
|
16130
|
-
},
|
|
16131
|
-
"engines": {
|
|
16132
|
-
"node": ">=4"
|
|
16133
|
-
}
|
|
16134
|
-
},
|
|
16135
15496
|
"node_modules/http-parser-js": {
|
|
16136
15497
|
"version": "0.5.8",
|
|
16137
15498
|
"resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
|
|
@@ -16246,12 +15607,13 @@
|
|
|
16246
15607
|
}
|
|
16247
15608
|
},
|
|
16248
15609
|
"node_modules/iconv-lite": {
|
|
16249
|
-
"version": "0.
|
|
16250
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.
|
|
16251
|
-
"integrity": "sha512-
|
|
15610
|
+
"version": "0.6.3",
|
|
15611
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
15612
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
16252
15613
|
"license": "MIT",
|
|
15614
|
+
"optional": true,
|
|
16253
15615
|
"dependencies": {
|
|
16254
|
-
"safer-buffer": ">= 2.1.2 < 3"
|
|
15616
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
16255
15617
|
},
|
|
16256
15618
|
"engines": {
|
|
16257
15619
|
"node": ">=0.10.0"
|
|
@@ -16441,29 +15803,29 @@
|
|
|
16441
15803
|
}
|
|
16442
15804
|
},
|
|
16443
15805
|
"node_modules/inquirer": {
|
|
16444
|
-
"version": "
|
|
16445
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-
|
|
16446
|
-
"integrity": "sha512-
|
|
15806
|
+
"version": "9.2.17",
|
|
15807
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.17.tgz",
|
|
15808
|
+
"integrity": "sha512-Vr3Ia2ud5sGnioURkE69endl4SkeJcMzTF6SosKcX5GALJfId7C+JvO5ZZb6y1LOXnEofCPbwzoQ1q0e8Gaduw==",
|
|
16447
15809
|
"license": "MIT",
|
|
16448
15810
|
"dependencies": {
|
|
16449
|
-
"
|
|
16450
|
-
"
|
|
15811
|
+
"@ljharb/through": "^2.3.13",
|
|
15812
|
+
"ansi-escapes": "^4.3.2",
|
|
15813
|
+
"chalk": "^5.3.0",
|
|
16451
15814
|
"cli-cursor": "^3.1.0",
|
|
16452
|
-
"cli-width": "^
|
|
16453
|
-
"external-editor": "^3.0
|
|
16454
|
-
"figures": "^3.
|
|
15815
|
+
"cli-width": "^4.1.0",
|
|
15816
|
+
"external-editor": "^3.1.0",
|
|
15817
|
+
"figures": "^3.2.0",
|
|
16455
15818
|
"lodash": "^4.17.21",
|
|
16456
|
-
"mute-stream": "0.0
|
|
15819
|
+
"mute-stream": "1.0.0",
|
|
16457
15820
|
"ora": "^5.4.1",
|
|
16458
|
-
"run-async": "^
|
|
16459
|
-
"rxjs": "^7.
|
|
16460
|
-
"string-width": "^4.
|
|
16461
|
-
"strip-ansi": "^6.0.
|
|
16462
|
-
"
|
|
16463
|
-
"wrap-ansi": "^6.0.1"
|
|
15821
|
+
"run-async": "^3.0.0",
|
|
15822
|
+
"rxjs": "^7.8.1",
|
|
15823
|
+
"string-width": "^4.2.3",
|
|
15824
|
+
"strip-ansi": "^6.0.1",
|
|
15825
|
+
"wrap-ansi": "^6.2.0"
|
|
16464
15826
|
},
|
|
16465
15827
|
"engines": {
|
|
16466
|
-
"node": ">=
|
|
15828
|
+
"node": ">=18"
|
|
16467
15829
|
}
|
|
16468
15830
|
},
|
|
16469
15831
|
"node_modules/inquirer-autocomplete-standalone": {
|
|
@@ -16615,37 +15977,15 @@
|
|
|
16615
15977
|
"node": ">=8"
|
|
16616
15978
|
}
|
|
16617
15979
|
},
|
|
16618
|
-
"node_modules/inquirer/node_modules/
|
|
16619
|
-
"version": "4.1.2",
|
|
16620
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
16621
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
16622
|
-
"license": "MIT",
|
|
16623
|
-
"dependencies": {
|
|
16624
|
-
"ansi-styles": "^4.1.0",
|
|
16625
|
-
"supports-color": "^7.1.0"
|
|
16626
|
-
},
|
|
16627
|
-
"engines": {
|
|
16628
|
-
"node": ">=10"
|
|
16629
|
-
},
|
|
16630
|
-
"funding": {
|
|
16631
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
16632
|
-
}
|
|
16633
|
-
},
|
|
16634
|
-
"node_modules/inquirer/node_modules/cli-width": {
|
|
15980
|
+
"node_modules/inquirer/node_modules/run-async": {
|
|
16635
15981
|
"version": "3.0.0",
|
|
16636
|
-
"resolved": "https://registry.npmjs.org/
|
|
16637
|
-
"integrity": "sha512-
|
|
16638
|
-
"license": "
|
|
15982
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
15983
|
+
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
15984
|
+
"license": "MIT",
|
|
16639
15985
|
"engines": {
|
|
16640
|
-
"node": ">=
|
|
15986
|
+
"node": ">=0.12.0"
|
|
16641
15987
|
}
|
|
16642
15988
|
},
|
|
16643
|
-
"node_modules/inquirer/node_modules/mute-stream": {
|
|
16644
|
-
"version": "0.0.8",
|
|
16645
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
16646
|
-
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
16647
|
-
"license": "ISC"
|
|
16648
|
-
},
|
|
16649
15989
|
"node_modules/inquirer/node_modules/strip-ansi": {
|
|
16650
15990
|
"version": "6.0.1",
|
|
16651
15991
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
@@ -18019,16 +17359,6 @@
|
|
|
18019
17359
|
"node": "^16.14.0 || >=18.0.0"
|
|
18020
17360
|
}
|
|
18021
17361
|
},
|
|
18022
|
-
"node_modules/libnpmdiff/node_modules/diff": {
|
|
18023
|
-
"version": "5.2.0",
|
|
18024
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
|
|
18025
|
-
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
18026
|
-
"extraneous": true,
|
|
18027
|
-
"license": "BSD-3-Clause",
|
|
18028
|
-
"engines": {
|
|
18029
|
-
"node": ">=0.3.1"
|
|
18030
|
-
}
|
|
18031
|
-
},
|
|
18032
17362
|
"node_modules/libnpmdiff/node_modules/minimatch": {
|
|
18033
17363
|
"version": "9.0.4",
|
|
18034
17364
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
@@ -18205,9 +17535,9 @@
|
|
|
18205
17535
|
"license": "MIT"
|
|
18206
17536
|
},
|
|
18207
17537
|
"node_modules/linkinator": {
|
|
18208
|
-
"version": "6.0.
|
|
18209
|
-
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.
|
|
18210
|
-
"integrity": "sha512-
|
|
17538
|
+
"version": "6.0.4",
|
|
17539
|
+
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.4.tgz",
|
|
17540
|
+
"integrity": "sha512-gxZ9ePUBeoaCk29p+2gAwrRIVnKOqAV8ZVCEM8N7MvpwbccDBQiKjXFyS6nQx56K1CCZLboan2i5iJfpWCsnSQ==",
|
|
18211
17541
|
"dev": true,
|
|
18212
17542
|
"license": "MIT",
|
|
18213
17543
|
"dependencies": {
|
|
@@ -18217,8 +17547,8 @@
|
|
|
18217
17547
|
"glob": "^10.3.10",
|
|
18218
17548
|
"htmlparser2": "^9.0.0",
|
|
18219
17549
|
"marked": "^10.0.0",
|
|
18220
|
-
"meow": "^
|
|
18221
|
-
"mime": "^
|
|
17550
|
+
"meow": "^13.0.0",
|
|
17551
|
+
"mime": "^4.0.0",
|
|
18222
17552
|
"server-destroy": "^1.0.1",
|
|
18223
17553
|
"srcset": "^5.0.0"
|
|
18224
17554
|
},
|
|
@@ -18243,29 +17573,32 @@
|
|
|
18243
17573
|
}
|
|
18244
17574
|
},
|
|
18245
17575
|
"node_modules/linkinator/node_modules/meow": {
|
|
18246
|
-
"version": "
|
|
18247
|
-
"resolved": "https://registry.npmjs.org/meow/-/meow-
|
|
18248
|
-
"integrity": "sha512-
|
|
17576
|
+
"version": "13.2.0",
|
|
17577
|
+
"resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
|
|
17578
|
+
"integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
|
|
18249
17579
|
"dev": true,
|
|
18250
17580
|
"license": "MIT",
|
|
18251
17581
|
"engines": {
|
|
18252
|
-
"node": ">=
|
|
17582
|
+
"node": ">=18"
|
|
18253
17583
|
},
|
|
18254
17584
|
"funding": {
|
|
18255
17585
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
18256
17586
|
}
|
|
18257
17587
|
},
|
|
18258
17588
|
"node_modules/linkinator/node_modules/mime": {
|
|
18259
|
-
"version": "
|
|
18260
|
-
"resolved": "https://registry.npmjs.org/mime/-/mime-
|
|
18261
|
-
"integrity": "sha512-
|
|
17589
|
+
"version": "4.0.1",
|
|
17590
|
+
"resolved": "https://registry.npmjs.org/mime/-/mime-4.0.1.tgz",
|
|
17591
|
+
"integrity": "sha512-5lZ5tyrIfliMXzFtkYyekWbtRXObT9OWa8IwQ5uxTBDHucNNwniRqo0yInflj+iYi5CBa6qxadGzGarDfuEOxA==",
|
|
18262
17592
|
"dev": true,
|
|
17593
|
+
"funding": [
|
|
17594
|
+
"https://github.com/sponsors/broofa"
|
|
17595
|
+
],
|
|
18263
17596
|
"license": "MIT",
|
|
18264
17597
|
"bin": {
|
|
18265
|
-
"mime": "cli.js"
|
|
17598
|
+
"mime": "bin/cli.js"
|
|
18266
17599
|
},
|
|
18267
17600
|
"engines": {
|
|
18268
|
-
"node": ">=
|
|
17601
|
+
"node": ">=16"
|
|
18269
17602
|
}
|
|
18270
17603
|
},
|
|
18271
17604
|
"node_modules/load-json-file": {
|
|
@@ -18284,20 +17617,6 @@
|
|
|
18284
17617
|
"node": ">=4"
|
|
18285
17618
|
}
|
|
18286
17619
|
},
|
|
18287
|
-
"node_modules/load-json-file/node_modules/parse-json": {
|
|
18288
|
-
"version": "4.0.0",
|
|
18289
|
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
|
|
18290
|
-
"integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
|
|
18291
|
-
"dev": true,
|
|
18292
|
-
"license": "MIT",
|
|
18293
|
-
"dependencies": {
|
|
18294
|
-
"error-ex": "^1.3.1",
|
|
18295
|
-
"json-parse-better-errors": "^1.0.1"
|
|
18296
|
-
},
|
|
18297
|
-
"engines": {
|
|
18298
|
-
"node": ">=4"
|
|
18299
|
-
}
|
|
18300
|
-
},
|
|
18301
17620
|
"node_modules/load-json-file/node_modules/pify": {
|
|
18302
17621
|
"version": "3.0.0",
|
|
18303
17622
|
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
|
|
@@ -18800,47 +18119,6 @@
|
|
|
18800
18119
|
"url": "https://github.com/sponsors/isaacs"
|
|
18801
18120
|
}
|
|
18802
18121
|
},
|
|
18803
|
-
"node_modules/mem-fs-editor/node_modules/multimatch": {
|
|
18804
|
-
"version": "5.0.0",
|
|
18805
|
-
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
|
18806
|
-
"integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
|
|
18807
|
-
"license": "MIT",
|
|
18808
|
-
"dependencies": {
|
|
18809
|
-
"@types/minimatch": "^3.0.3",
|
|
18810
|
-
"array-differ": "^3.0.0",
|
|
18811
|
-
"array-union": "^2.1.0",
|
|
18812
|
-
"arrify": "^2.0.1",
|
|
18813
|
-
"minimatch": "^3.0.4"
|
|
18814
|
-
},
|
|
18815
|
-
"engines": {
|
|
18816
|
-
"node": ">=10"
|
|
18817
|
-
},
|
|
18818
|
-
"funding": {
|
|
18819
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
18820
|
-
}
|
|
18821
|
-
},
|
|
18822
|
-
"node_modules/mem-fs-editor/node_modules/multimatch/node_modules/brace-expansion": {
|
|
18823
|
-
"version": "1.1.11",
|
|
18824
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
18825
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
18826
|
-
"license": "MIT",
|
|
18827
|
-
"dependencies": {
|
|
18828
|
-
"balanced-match": "^1.0.0",
|
|
18829
|
-
"concat-map": "0.0.1"
|
|
18830
|
-
}
|
|
18831
|
-
},
|
|
18832
|
-
"node_modules/mem-fs-editor/node_modules/multimatch/node_modules/minimatch": {
|
|
18833
|
-
"version": "3.1.2",
|
|
18834
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
18835
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
18836
|
-
"license": "ISC",
|
|
18837
|
-
"dependencies": {
|
|
18838
|
-
"brace-expansion": "^1.1.7"
|
|
18839
|
-
},
|
|
18840
|
-
"engines": {
|
|
18841
|
-
"node": "*"
|
|
18842
|
-
}
|
|
18843
|
-
},
|
|
18844
18122
|
"node_modules/mem-fs/node_modules/@types/node": {
|
|
18845
18123
|
"version": "15.14.9",
|
|
18846
18124
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz",
|
|
@@ -19246,9 +18524,9 @@
|
|
|
19246
18524
|
}
|
|
19247
18525
|
},
|
|
19248
18526
|
"node_modules/mocha": {
|
|
19249
|
-
"version": "10.
|
|
19250
|
-
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.
|
|
19251
|
-
"integrity": "sha512-
|
|
18527
|
+
"version": "10.4.0",
|
|
18528
|
+
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
|
|
18529
|
+
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
|
|
19252
18530
|
"dev": true,
|
|
19253
18531
|
"license": "MIT",
|
|
19254
18532
|
"dependencies": {
|
|
@@ -19259,13 +18537,12 @@
|
|
|
19259
18537
|
"diff": "5.0.0",
|
|
19260
18538
|
"escape-string-regexp": "4.0.0",
|
|
19261
18539
|
"find-up": "5.0.0",
|
|
19262
|
-
"glob": "
|
|
18540
|
+
"glob": "8.1.0",
|
|
19263
18541
|
"he": "1.2.0",
|
|
19264
18542
|
"js-yaml": "4.1.0",
|
|
19265
18543
|
"log-symbols": "4.1.0",
|
|
19266
18544
|
"minimatch": "5.0.1",
|
|
19267
18545
|
"ms": "2.1.3",
|
|
19268
|
-
"nanoid": "3.3.3",
|
|
19269
18546
|
"serialize-javascript": "6.0.0",
|
|
19270
18547
|
"strip-json-comments": "3.1.1",
|
|
19271
18548
|
"supports-color": "8.1.1",
|
|
@@ -19280,10 +18557,6 @@
|
|
|
19280
18557
|
},
|
|
19281
18558
|
"engines": {
|
|
19282
18559
|
"node": ">= 14.0.0"
|
|
19283
|
-
},
|
|
19284
|
-
"funding": {
|
|
19285
|
-
"type": "opencollective",
|
|
19286
|
-
"url": "https://opencollective.com/mochajs"
|
|
19287
18560
|
}
|
|
19288
18561
|
},
|
|
19289
18562
|
"node_modules/mocha/node_modules/argparse": {
|
|
@@ -19321,48 +18594,36 @@
|
|
|
19321
18594
|
}
|
|
19322
18595
|
},
|
|
19323
18596
|
"node_modules/mocha/node_modules/glob": {
|
|
19324
|
-
"version": "
|
|
19325
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
19326
|
-
"integrity": "sha512-
|
|
18597
|
+
"version": "8.1.0",
|
|
18598
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
18599
|
+
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
|
|
19327
18600
|
"dev": true,
|
|
19328
18601
|
"license": "ISC",
|
|
19329
18602
|
"dependencies": {
|
|
19330
18603
|
"fs.realpath": "^1.0.0",
|
|
19331
18604
|
"inflight": "^1.0.4",
|
|
19332
18605
|
"inherits": "2",
|
|
19333
|
-
"minimatch": "^
|
|
19334
|
-
"once": "^1.3.0"
|
|
19335
|
-
"path-is-absolute": "^1.0.0"
|
|
18606
|
+
"minimatch": "^5.0.1",
|
|
18607
|
+
"once": "^1.3.0"
|
|
19336
18608
|
},
|
|
19337
18609
|
"engines": {
|
|
19338
|
-
"node": "
|
|
18610
|
+
"node": ">=12"
|
|
19339
18611
|
},
|
|
19340
18612
|
"funding": {
|
|
19341
18613
|
"url": "https://github.com/sponsors/isaacs"
|
|
19342
18614
|
}
|
|
19343
18615
|
},
|
|
19344
|
-
"node_modules/mocha/node_modules/glob/node_modules/brace-expansion": {
|
|
19345
|
-
"version": "1.1.11",
|
|
19346
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
19347
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
19348
|
-
"dev": true,
|
|
19349
|
-
"license": "MIT",
|
|
19350
|
-
"dependencies": {
|
|
19351
|
-
"balanced-match": "^1.0.0",
|
|
19352
|
-
"concat-map": "0.0.1"
|
|
19353
|
-
}
|
|
19354
|
-
},
|
|
19355
18616
|
"node_modules/mocha/node_modules/glob/node_modules/minimatch": {
|
|
19356
|
-
"version": "
|
|
19357
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
19358
|
-
"integrity": "sha512-
|
|
18617
|
+
"version": "5.1.6",
|
|
18618
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
18619
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
19359
18620
|
"dev": true,
|
|
19360
18621
|
"license": "ISC",
|
|
19361
18622
|
"dependencies": {
|
|
19362
|
-
"brace-expansion": "^
|
|
18623
|
+
"brace-expansion": "^2.0.1"
|
|
19363
18624
|
},
|
|
19364
18625
|
"engines": {
|
|
19365
|
-
"node": "
|
|
18626
|
+
"node": ">=10"
|
|
19366
18627
|
}
|
|
19367
18628
|
},
|
|
19368
18629
|
"node_modules/mocha/node_modules/js-yaml": {
|
|
@@ -19498,10 +18759,9 @@
|
|
|
19498
18759
|
"license": "MIT"
|
|
19499
18760
|
},
|
|
19500
18761
|
"node_modules/multimatch": {
|
|
19501
|
-
"version": "
|
|
19502
|
-
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-
|
|
19503
|
-
"integrity": "sha512-
|
|
19504
|
-
"dev": true,
|
|
18762
|
+
"version": "5.0.0",
|
|
18763
|
+
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
|
18764
|
+
"integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
|
|
19505
18765
|
"license": "MIT",
|
|
19506
18766
|
"dependencies": {
|
|
19507
18767
|
"@types/minimatch": "^3.0.3",
|
|
@@ -19511,9 +18771,18 @@
|
|
|
19511
18771
|
"minimatch": "^3.0.4"
|
|
19512
18772
|
},
|
|
19513
18773
|
"engines": {
|
|
19514
|
-
"node": ">=
|
|
18774
|
+
"node": ">=10"
|
|
18775
|
+
},
|
|
18776
|
+
"funding": {
|
|
18777
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
19515
18778
|
}
|
|
19516
18779
|
},
|
|
18780
|
+
"node_modules/multimatch/node_modules/@types/minimatch": {
|
|
18781
|
+
"version": "3.0.5",
|
|
18782
|
+
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
|
|
18783
|
+
"integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==",
|
|
18784
|
+
"license": "MIT"
|
|
18785
|
+
},
|
|
19517
18786
|
"node_modules/multistream": {
|
|
19518
18787
|
"version": "3.1.0",
|
|
19519
18788
|
"resolved": "https://registry.npmjs.org/multistream/-/multistream-3.1.0.tgz",
|
|
@@ -19533,19 +18802,6 @@
|
|
|
19533
18802
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
19534
18803
|
}
|
|
19535
18804
|
},
|
|
19536
|
-
"node_modules/nanoid": {
|
|
19537
|
-
"version": "3.3.3",
|
|
19538
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz",
|
|
19539
|
-
"integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==",
|
|
19540
|
-
"dev": true,
|
|
19541
|
-
"license": "MIT",
|
|
19542
|
-
"bin": {
|
|
19543
|
-
"nanoid": "bin/nanoid.cjs"
|
|
19544
|
-
},
|
|
19545
|
-
"engines": {
|
|
19546
|
-
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
19547
|
-
}
|
|
19548
|
-
},
|
|
19549
18805
|
"node_modules/natural-compare": {
|
|
19550
18806
|
"version": "1.4.0",
|
|
19551
18807
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
@@ -19712,9 +18968,9 @@
|
|
|
19712
18968
|
}
|
|
19713
18969
|
},
|
|
19714
18970
|
"node_modules/node-releases": {
|
|
19715
|
-
"version": "2.0.
|
|
19716
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
19717
|
-
"integrity": "sha512-
|
|
18971
|
+
"version": "2.0.14",
|
|
18972
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
|
|
18973
|
+
"integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==",
|
|
19718
18974
|
"dev": true,
|
|
19719
18975
|
"license": "MIT"
|
|
19720
18976
|
},
|
|
@@ -23813,29 +23069,18 @@
|
|
|
23813
23069
|
"license": "MIT"
|
|
23814
23070
|
},
|
|
23815
23071
|
"node_modules/parse-json": {
|
|
23816
|
-
"version": "
|
|
23817
|
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-
|
|
23818
|
-
"integrity": "sha512-
|
|
23072
|
+
"version": "4.0.0",
|
|
23073
|
+
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
|
|
23074
|
+
"integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
|
|
23819
23075
|
"license": "MIT",
|
|
23820
23076
|
"dependencies": {
|
|
23821
|
-
"@babel/code-frame": "^7.0.0",
|
|
23822
23077
|
"error-ex": "^1.3.1",
|
|
23823
|
-
"json-parse-
|
|
23824
|
-
"lines-and-columns": "^1.1.6"
|
|
23078
|
+
"json-parse-better-errors": "^1.0.1"
|
|
23825
23079
|
},
|
|
23826
23080
|
"engines": {
|
|
23827
|
-
"node": ">=
|
|
23828
|
-
},
|
|
23829
|
-
"funding": {
|
|
23830
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
23081
|
+
"node": ">=4"
|
|
23831
23082
|
}
|
|
23832
23083
|
},
|
|
23833
|
-
"node_modules/parse-json/node_modules/json-parse-even-better-errors": {
|
|
23834
|
-
"version": "2.3.1",
|
|
23835
|
-
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
23836
|
-
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
23837
|
-
"license": "MIT"
|
|
23838
|
-
},
|
|
23839
23084
|
"node_modules/pascal-case": {
|
|
23840
23085
|
"version": "3.1.2",
|
|
23841
23086
|
"resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
|
|
@@ -23997,15 +23242,15 @@
|
|
|
23997
23242
|
}
|
|
23998
23243
|
},
|
|
23999
23244
|
"node_modules/pino": {
|
|
24000
|
-
"version": "8.
|
|
24001
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.
|
|
24002
|
-
"integrity": "sha512-
|
|
23245
|
+
"version": "8.20.0",
|
|
23246
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.20.0.tgz",
|
|
23247
|
+
"integrity": "sha512-uhIfMj5TVp+WynVASaVEJFTncTUe4dHBq6CWplu/vBgvGHhvBvQfxz+vcOrnnBQdORH3izaGEurLfNlq3YxdFQ==",
|
|
24003
23248
|
"license": "MIT",
|
|
24004
23249
|
"dependencies": {
|
|
24005
23250
|
"atomic-sleep": "^1.0.0",
|
|
24006
23251
|
"fast-redact": "^3.1.1",
|
|
24007
23252
|
"on-exit-leak-free": "^2.1.0",
|
|
24008
|
-
"pino-abstract-transport": "
|
|
23253
|
+
"pino-abstract-transport": "^1.1.0",
|
|
24009
23254
|
"pino-std-serializers": "^6.0.0",
|
|
24010
23255
|
"process-warning": "^3.0.0",
|
|
24011
23256
|
"quick-format-unescaped": "^4.0.3",
|
|
@@ -24318,41 +23563,28 @@
|
|
|
24318
23563
|
}
|
|
24319
23564
|
},
|
|
24320
23565
|
"node_modules/pretty-quick": {
|
|
24321
|
-
"version": "3.1
|
|
24322
|
-
"resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.1.
|
|
24323
|
-
"integrity": "sha512-
|
|
23566
|
+
"version": "3.3.1",
|
|
23567
|
+
"resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.3.1.tgz",
|
|
23568
|
+
"integrity": "sha512-3b36UXfYQ+IXXqex6mCca89jC8u0mYLqFAN5eTQKoXO6oCQYcIVYZEB/5AlBHI7JPYygReM2Vv6Vom/Gln7fBg==",
|
|
24324
23569
|
"dev": true,
|
|
24325
23570
|
"license": "MIT",
|
|
24326
23571
|
"dependencies": {
|
|
24327
|
-
"
|
|
24328
|
-
"execa": "^4.0.0",
|
|
23572
|
+
"execa": "^4.1.0",
|
|
24329
23573
|
"find-up": "^4.1.0",
|
|
24330
|
-
"ignore": "^5.
|
|
24331
|
-
"mri": "^1.
|
|
24332
|
-
"
|
|
23574
|
+
"ignore": "^5.3.0",
|
|
23575
|
+
"mri": "^1.2.0",
|
|
23576
|
+
"picocolors": "^1.0.0",
|
|
23577
|
+
"picomatch": "^3.0.1",
|
|
23578
|
+
"tslib": "^2.6.2"
|
|
24333
23579
|
},
|
|
24334
23580
|
"bin": {
|
|
24335
|
-
"pretty-quick": "
|
|
23581
|
+
"pretty-quick": "dist/cli.js"
|
|
24336
23582
|
},
|
|
24337
23583
|
"engines": {
|
|
24338
23584
|
"node": ">=10.13"
|
|
24339
23585
|
},
|
|
24340
23586
|
"peerDependencies": {
|
|
24341
|
-
"prettier": "
|
|
24342
|
-
}
|
|
24343
|
-
},
|
|
24344
|
-
"node_modules/pretty-quick/node_modules/chalk": {
|
|
24345
|
-
"version": "3.0.0",
|
|
24346
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
|
|
24347
|
-
"integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
|
|
24348
|
-
"dev": true,
|
|
24349
|
-
"license": "MIT",
|
|
24350
|
-
"dependencies": {
|
|
24351
|
-
"ansi-styles": "^4.1.0",
|
|
24352
|
-
"supports-color": "^7.1.0"
|
|
24353
|
-
},
|
|
24354
|
-
"engines": {
|
|
24355
|
-
"node": ">=8"
|
|
23587
|
+
"prettier": "^2.0.0"
|
|
24356
23588
|
}
|
|
24357
23589
|
},
|
|
24358
23590
|
"node_modules/pretty-quick/node_modules/execa": {
|
|
@@ -24405,6 +23637,19 @@
|
|
|
24405
23637
|
"node": ">=8.12.0"
|
|
24406
23638
|
}
|
|
24407
23639
|
},
|
|
23640
|
+
"node_modules/pretty-quick/node_modules/picomatch": {
|
|
23641
|
+
"version": "3.0.1",
|
|
23642
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz",
|
|
23643
|
+
"integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==",
|
|
23644
|
+
"dev": true,
|
|
23645
|
+
"license": "MIT",
|
|
23646
|
+
"engines": {
|
|
23647
|
+
"node": ">=10"
|
|
23648
|
+
},
|
|
23649
|
+
"funding": {
|
|
23650
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
23651
|
+
}
|
|
23652
|
+
},
|
|
24408
23653
|
"node_modules/proc-log": {
|
|
24409
23654
|
"version": "3.0.0",
|
|
24410
23655
|
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz",
|
|
@@ -24759,6 +24004,12 @@
|
|
|
24759
24004
|
"integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
|
|
24760
24005
|
"license": "ISC"
|
|
24761
24006
|
},
|
|
24007
|
+
"node_modules/read-pkg-up/node_modules/json-parse-even-better-errors": {
|
|
24008
|
+
"version": "2.3.1",
|
|
24009
|
+
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
24010
|
+
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
24011
|
+
"license": "MIT"
|
|
24012
|
+
},
|
|
24762
24013
|
"node_modules/read-pkg-up/node_modules/normalize-package-data": {
|
|
24763
24014
|
"version": "2.5.0",
|
|
24764
24015
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
|
|
@@ -24771,6 +24022,24 @@
|
|
|
24771
24022
|
"validate-npm-package-license": "^3.0.1"
|
|
24772
24023
|
}
|
|
24773
24024
|
},
|
|
24025
|
+
"node_modules/read-pkg-up/node_modules/parse-json": {
|
|
24026
|
+
"version": "5.2.0",
|
|
24027
|
+
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
24028
|
+
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
|
24029
|
+
"license": "MIT",
|
|
24030
|
+
"dependencies": {
|
|
24031
|
+
"@babel/code-frame": "^7.0.0",
|
|
24032
|
+
"error-ex": "^1.3.1",
|
|
24033
|
+
"json-parse-even-better-errors": "^2.3.0",
|
|
24034
|
+
"lines-and-columns": "^1.1.6"
|
|
24035
|
+
},
|
|
24036
|
+
"engines": {
|
|
24037
|
+
"node": ">=8"
|
|
24038
|
+
},
|
|
24039
|
+
"funding": {
|
|
24040
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
24041
|
+
}
|
|
24042
|
+
},
|
|
24774
24043
|
"node_modules/read-pkg-up/node_modules/read-pkg": {
|
|
24775
24044
|
"version": "5.2.0",
|
|
24776
24045
|
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
|
|
@@ -25531,9 +24800,9 @@
|
|
|
25531
24800
|
}
|
|
25532
24801
|
},
|
|
25533
24802
|
"node_modules/shiki": {
|
|
25534
|
-
"version": "0.14.
|
|
25535
|
-
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.
|
|
25536
|
-
"integrity": "sha512-
|
|
24803
|
+
"version": "0.14.7",
|
|
24804
|
+
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.7.tgz",
|
|
24805
|
+
"integrity": "sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==",
|
|
25537
24806
|
"dev": true,
|
|
25538
24807
|
"license": "MIT",
|
|
25539
24808
|
"dependencies": {
|
|
@@ -25667,6 +24936,26 @@
|
|
|
25667
24936
|
"url": "https://opencollective.com/sinon"
|
|
25668
24937
|
}
|
|
25669
24938
|
},
|
|
24939
|
+
"node_modules/sinon/node_modules/@sinonjs/fake-timers": {
|
|
24940
|
+
"version": "6.0.1",
|
|
24941
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",
|
|
24942
|
+
"integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==",
|
|
24943
|
+
"dev": true,
|
|
24944
|
+
"license": "BSD-3-Clause",
|
|
24945
|
+
"dependencies": {
|
|
24946
|
+
"@sinonjs/commons": "^1.7.0"
|
|
24947
|
+
}
|
|
24948
|
+
},
|
|
24949
|
+
"node_modules/sinon/node_modules/diff": {
|
|
24950
|
+
"version": "4.0.2",
|
|
24951
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
|
|
24952
|
+
"integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
|
|
24953
|
+
"dev": true,
|
|
24954
|
+
"license": "BSD-3-Clause",
|
|
24955
|
+
"engines": {
|
|
24956
|
+
"node": ">=0.3.1"
|
|
24957
|
+
}
|
|
24958
|
+
},
|
|
25670
24959
|
"node_modules/sinon/node_modules/nise": {
|
|
25671
24960
|
"version": "4.1.0",
|
|
25672
24961
|
"resolved": "https://registry.npmjs.org/nise/-/nise-4.1.0.tgz",
|
|
@@ -26760,19 +26049,6 @@
|
|
|
26760
26049
|
"typescript": ">=4.2.0"
|
|
26761
26050
|
}
|
|
26762
26051
|
},
|
|
26763
|
-
"node_modules/ts-api-utils/node_modules/typescript": {
|
|
26764
|
-
"version": "4.9.5",
|
|
26765
|
-
"dev": true,
|
|
26766
|
-
"license": "Apache-2.0",
|
|
26767
|
-
"peer": true,
|
|
26768
|
-
"bin": {
|
|
26769
|
-
"tsc": "bin/tsc",
|
|
26770
|
-
"tsserver": "bin/tsserver"
|
|
26771
|
-
},
|
|
26772
|
-
"engines": {
|
|
26773
|
-
"node": ">=4.2.0"
|
|
26774
|
-
}
|
|
26775
|
-
},
|
|
26776
26052
|
"node_modules/ts-json-schema-generator": {
|
|
26777
26053
|
"version": "1.3.0",
|
|
26778
26054
|
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.3.0.tgz",
|
|
@@ -26896,6 +26172,16 @@
|
|
|
26896
26172
|
}
|
|
26897
26173
|
}
|
|
26898
26174
|
},
|
|
26175
|
+
"node_modules/ts-node/node_modules/diff": {
|
|
26176
|
+
"version": "4.0.2",
|
|
26177
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
|
|
26178
|
+
"integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
|
|
26179
|
+
"dev": true,
|
|
26180
|
+
"license": "BSD-3-Clause",
|
|
26181
|
+
"engines": {
|
|
26182
|
+
"node": ">=0.3.1"
|
|
26183
|
+
}
|
|
26184
|
+
},
|
|
26899
26185
|
"node_modules/ts-retry-promise": {
|
|
26900
26186
|
"version": "0.7.1",
|
|
26901
26187
|
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz",
|
|
@@ -26906,9 +26192,9 @@
|
|
|
26906
26192
|
}
|
|
26907
26193
|
},
|
|
26908
26194
|
"node_modules/tsconfig-paths": {
|
|
26909
|
-
"version": "3.
|
|
26910
|
-
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.
|
|
26911
|
-
"integrity": "sha512-
|
|
26195
|
+
"version": "3.15.0",
|
|
26196
|
+
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
|
|
26197
|
+
"integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
|
|
26912
26198
|
"dev": true,
|
|
26913
26199
|
"license": "MIT",
|
|
26914
26200
|
"dependencies": {
|
|
@@ -27082,6 +26368,28 @@
|
|
|
27082
26368
|
"is-typedarray": "^1.0.0"
|
|
27083
26369
|
}
|
|
27084
26370
|
},
|
|
26371
|
+
"node_modules/typedoc": {
|
|
26372
|
+
"version": "0.25.13",
|
|
26373
|
+
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.13.tgz",
|
|
26374
|
+
"integrity": "sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ==",
|
|
26375
|
+
"dev": true,
|
|
26376
|
+
"license": "Apache-2.0",
|
|
26377
|
+
"dependencies": {
|
|
26378
|
+
"lunr": "^2.3.9",
|
|
26379
|
+
"marked": "^4.3.0",
|
|
26380
|
+
"minimatch": "^9.0.3",
|
|
26381
|
+
"shiki": "^0.14.7"
|
|
26382
|
+
},
|
|
26383
|
+
"bin": {
|
|
26384
|
+
"typedoc": "bin/typedoc"
|
|
26385
|
+
},
|
|
26386
|
+
"engines": {
|
|
26387
|
+
"node": ">= 16"
|
|
26388
|
+
},
|
|
26389
|
+
"peerDependencies": {
|
|
26390
|
+
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x"
|
|
26391
|
+
}
|
|
26392
|
+
},
|
|
27085
26393
|
"node_modules/typedoc-plugin-missing-exports": {
|
|
27086
26394
|
"version": "0.23.0",
|
|
27087
26395
|
"resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz",
|
|
@@ -27092,10 +26400,26 @@
|
|
|
27092
26400
|
"typedoc": "0.22.x || 0.23.x"
|
|
27093
26401
|
}
|
|
27094
26402
|
},
|
|
26403
|
+
"node_modules/typedoc/node_modules/minimatch": {
|
|
26404
|
+
"version": "9.0.4",
|
|
26405
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
26406
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
26407
|
+
"dev": true,
|
|
26408
|
+
"license": "ISC",
|
|
26409
|
+
"dependencies": {
|
|
26410
|
+
"brace-expansion": "^2.0.1"
|
|
26411
|
+
},
|
|
26412
|
+
"engines": {
|
|
26413
|
+
"node": ">=16 || 14 >=14.17"
|
|
26414
|
+
},
|
|
26415
|
+
"funding": {
|
|
26416
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
26417
|
+
}
|
|
26418
|
+
},
|
|
27095
26419
|
"node_modules/typescript": {
|
|
27096
|
-
"version": "5.4.
|
|
27097
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.
|
|
27098
|
-
"integrity": "sha512-
|
|
26420
|
+
"version": "5.4.5",
|
|
26421
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
|
26422
|
+
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
|
27099
26423
|
"dev": true,
|
|
27100
26424
|
"license": "Apache-2.0",
|
|
27101
26425
|
"bin": {
|
|
@@ -27191,9 +26515,9 @@
|
|
|
27191
26515
|
}
|
|
27192
26516
|
},
|
|
27193
26517
|
"node_modules/update-browserslist-db": {
|
|
27194
|
-
"version": "1.0.
|
|
27195
|
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.
|
|
27196
|
-
"integrity": "sha512-
|
|
26518
|
+
"version": "1.0.13",
|
|
26519
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
|
|
26520
|
+
"integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
|
|
27197
26521
|
"dev": true,
|
|
27198
26522
|
"funding": [
|
|
27199
26523
|
{
|
|
@@ -27367,15 +26691,6 @@
|
|
|
27367
26691
|
"node": ">=4"
|
|
27368
26692
|
}
|
|
27369
26693
|
},
|
|
27370
|
-
"node_modules/vinyl/node_modules/clone": {
|
|
27371
|
-
"version": "2.1.2",
|
|
27372
|
-
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
|
|
27373
|
-
"integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
|
|
27374
|
-
"license": "MIT",
|
|
27375
|
-
"engines": {
|
|
27376
|
-
"node": ">=0.8"
|
|
27377
|
-
}
|
|
27378
|
-
},
|
|
27379
26694
|
"node_modules/vscode-oniguruma": {
|
|
27380
26695
|
"version": "1.7.0",
|
|
27381
26696
|
"resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz",
|
|
@@ -27550,9 +26865,9 @@
|
|
|
27550
26865
|
}
|
|
27551
26866
|
},
|
|
27552
26867
|
"node_modules/wireit": {
|
|
27553
|
-
"version": "0.14.
|
|
27554
|
-
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.
|
|
27555
|
-
"integrity": "sha512-
|
|
26868
|
+
"version": "0.14.4",
|
|
26869
|
+
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.4.tgz",
|
|
26870
|
+
"integrity": "sha512-WNAXEw2cJs1nSRNJNRcPypARZNumgtsRTJFTNpd6turCA6JZ6cEwl4ZU3C1IHc/3IaXoPu9LdxcI5TBTdD6/pg==",
|
|
27556
26871
|
"dev": true,
|
|
27557
26872
|
"license": "Apache-2.0",
|
|
27558
26873
|
"workspaces": [
|
|
@@ -27729,16 +27044,6 @@
|
|
|
27729
27044
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
27730
27045
|
"license": "ISC"
|
|
27731
27046
|
},
|
|
27732
|
-
"node_modules/yaml": {
|
|
27733
|
-
"version": "1.10.2",
|
|
27734
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
|
|
27735
|
-
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
|
|
27736
|
-
"dev": true,
|
|
27737
|
-
"license": "ISC",
|
|
27738
|
-
"engines": {
|
|
27739
|
-
"node": ">= 6"
|
|
27740
|
-
}
|
|
27741
|
-
},
|
|
27742
27047
|
"node_modules/yargs": {
|
|
27743
27048
|
"version": "16.2.0",
|
|
27744
27049
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|
|
@@ -27811,32 +27116,33 @@
|
|
|
27811
27116
|
}
|
|
27812
27117
|
},
|
|
27813
27118
|
"node_modules/yarn-deduplicate": {
|
|
27814
|
-
"version": "
|
|
27815
|
-
"resolved": "https://registry.npmjs.org/yarn-deduplicate/-/yarn-deduplicate-
|
|
27816
|
-
"integrity": "sha512-
|
|
27119
|
+
"version": "6.0.2",
|
|
27120
|
+
"resolved": "https://registry.npmjs.org/yarn-deduplicate/-/yarn-deduplicate-6.0.2.tgz",
|
|
27121
|
+
"integrity": "sha512-Efx4XEj82BgbRJe5gvQbZmEO7pU5DgHgxohYZp98/+GwPqdU90RXtzvHirb7hGlde0sQqk5G3J3Woyjai8hVqA==",
|
|
27817
27122
|
"dev": true,
|
|
27818
27123
|
"license": "Apache-2.0",
|
|
27819
27124
|
"dependencies": {
|
|
27820
27125
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
27821
|
-
"commander": "^
|
|
27822
|
-
"semver": "^7.
|
|
27126
|
+
"commander": "^10.0.1",
|
|
27127
|
+
"semver": "^7.5.0",
|
|
27128
|
+
"tslib": "^2.5.0"
|
|
27823
27129
|
},
|
|
27824
27130
|
"bin": {
|
|
27825
|
-
"yarn-deduplicate": "cli.js"
|
|
27131
|
+
"yarn-deduplicate": "dist/cli.js"
|
|
27826
27132
|
},
|
|
27827
27133
|
"engines": {
|
|
27828
|
-
"node": ">=
|
|
27829
|
-
"yarn": ">=1"
|
|
27134
|
+
"node": ">=v14",
|
|
27135
|
+
"yarn": ">=1 <2"
|
|
27830
27136
|
}
|
|
27831
27137
|
},
|
|
27832
27138
|
"node_modules/yarn-deduplicate/node_modules/commander": {
|
|
27833
|
-
"version": "
|
|
27834
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
|
27835
|
-
"integrity": "sha512-
|
|
27139
|
+
"version": "10.0.1",
|
|
27140
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
|
|
27141
|
+
"integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
|
|
27836
27142
|
"dev": true,
|
|
27837
27143
|
"license": "MIT",
|
|
27838
27144
|
"engines": {
|
|
27839
|
-
"node": ">=
|
|
27145
|
+
"node": ">=14"
|
|
27840
27146
|
}
|
|
27841
27147
|
},
|
|
27842
27148
|
"node_modules/yeoman-environment": {
|
|
@@ -28203,6 +27509,15 @@
|
|
|
28203
27509
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
28204
27510
|
}
|
|
28205
27511
|
},
|
|
27512
|
+
"node_modules/yeoman-environment/node_modules/cli-width": {
|
|
27513
|
+
"version": "3.0.0",
|
|
27514
|
+
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
|
|
27515
|
+
"integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
|
|
27516
|
+
"license": "ISC",
|
|
27517
|
+
"engines": {
|
|
27518
|
+
"node": ">= 10"
|
|
27519
|
+
}
|
|
27520
|
+
},
|
|
28206
27521
|
"node_modules/yeoman-environment/node_modules/cmd-shim": {
|
|
28207
27522
|
"version": "5.0.0",
|
|
28208
27523
|
"resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-5.0.0.tgz",
|
|
@@ -28224,15 +27539,6 @@
|
|
|
28224
27539
|
"node": "*"
|
|
28225
27540
|
}
|
|
28226
27541
|
},
|
|
28227
|
-
"node_modules/yeoman-environment/node_modules/diff": {
|
|
28228
|
-
"version": "5.2.0",
|
|
28229
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
|
|
28230
|
-
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
28231
|
-
"license": "BSD-3-Clause",
|
|
28232
|
-
"engines": {
|
|
28233
|
-
"node": ">=0.3.1"
|
|
28234
|
-
}
|
|
28235
|
-
},
|
|
28236
27542
|
"node_modules/yeoman-environment/node_modules/find-up": {
|
|
28237
27543
|
"version": "5.0.0",
|
|
28238
27544
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -28325,6 +27631,32 @@
|
|
|
28325
27631
|
"node": ">=10"
|
|
28326
27632
|
}
|
|
28327
27633
|
},
|
|
27634
|
+
"node_modules/yeoman-environment/node_modules/inquirer": {
|
|
27635
|
+
"version": "8.2.6",
|
|
27636
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz",
|
|
27637
|
+
"integrity": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==",
|
|
27638
|
+
"license": "MIT",
|
|
27639
|
+
"dependencies": {
|
|
27640
|
+
"ansi-escapes": "^4.2.1",
|
|
27641
|
+
"chalk": "^4.1.1",
|
|
27642
|
+
"cli-cursor": "^3.1.0",
|
|
27643
|
+
"cli-width": "^3.0.0",
|
|
27644
|
+
"external-editor": "^3.0.3",
|
|
27645
|
+
"figures": "^3.0.0",
|
|
27646
|
+
"lodash": "^4.17.21",
|
|
27647
|
+
"mute-stream": "0.0.8",
|
|
27648
|
+
"ora": "^5.4.1",
|
|
27649
|
+
"run-async": "^2.4.0",
|
|
27650
|
+
"rxjs": "^7.5.5",
|
|
27651
|
+
"string-width": "^4.1.0",
|
|
27652
|
+
"strip-ansi": "^6.0.0",
|
|
27653
|
+
"through": "^2.3.6",
|
|
27654
|
+
"wrap-ansi": "^6.0.1"
|
|
27655
|
+
},
|
|
27656
|
+
"engines": {
|
|
27657
|
+
"node": ">=12.0.0"
|
|
27658
|
+
}
|
|
27659
|
+
},
|
|
28328
27660
|
"node_modules/yeoman-environment/node_modules/json-parse-even-better-errors": {
|
|
28329
27661
|
"version": "2.3.1",
|
|
28330
27662
|
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
@@ -28550,6 +27882,12 @@
|
|
|
28550
27882
|
"encoding": "^0.1.12"
|
|
28551
27883
|
}
|
|
28552
27884
|
},
|
|
27885
|
+
"node_modules/yeoman-environment/node_modules/mute-stream": {
|
|
27886
|
+
"version": "0.0.8",
|
|
27887
|
+
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
27888
|
+
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
27889
|
+
"license": "ISC"
|
|
27890
|
+
},
|
|
28553
27891
|
"node_modules/yeoman-environment/node_modules/node-gyp": {
|
|
28554
27892
|
"version": "8.4.1",
|
|
28555
27893
|
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",
|