@salesforce/cli 2.47.4 → 2.47.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -18
- package/npm-shrinkwrap.json +614 -2155
- package/oclif.lock +100 -301
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.47.
|
|
3
|
+
"version": "2.47.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.47.
|
|
9
|
+
"version": "2.47.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.5",
|
|
19
19
|
"@oclif/plugin-plugins": "5.3.2",
|
|
20
20
|
"@oclif/plugin-search": "1.1.4",
|
|
21
|
-
"@oclif/plugin-update": "4.4.
|
|
21
|
+
"@oclif/plugin-update": "4.4.2",
|
|
22
22
|
"@oclif/plugin-version": "2.2.4",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.6",
|
|
24
24
|
"@oclif/plugin-which": "3.2.4",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"@salesforce/plugin-info": "3.3.9",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.13",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.14",
|
|
34
|
-
"@salesforce/plugin-org": "4.2.
|
|
34
|
+
"@salesforce/plugin-org": "4.2.4",
|
|
35
35
|
"@salesforce/plugin-packaging": "2.4.6",
|
|
36
|
-
"@salesforce/plugin-schema": "3.3.
|
|
36
|
+
"@salesforce/plugin-schema": "3.3.14",
|
|
37
37
|
"@salesforce/plugin-settings": "2.3.3",
|
|
38
38
|
"@salesforce/plugin-sobject": "1.4.12",
|
|
39
39
|
"@salesforce/plugin-source": "3.4.6",
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
"sfdx": "bin/run.js"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
53
|
-
"@salesforce/dev-scripts": "^
|
|
54
|
-
"@salesforce/plugin-release-management": "^5.
|
|
52
|
+
"@oclif/plugin-command-snapshot": "^5.2.3",
|
|
53
|
+
"@salesforce/dev-scripts": "^10.1.1",
|
|
54
|
+
"@salesforce/plugin-release-management": "^5.5.7",
|
|
55
55
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
56
56
|
"@salesforce/ts-types": "^2.0.9",
|
|
57
57
|
"aws-sdk": "^2.1631.0",
|
|
58
|
-
"oclif": "^4.13.
|
|
58
|
+
"oclif": "^4.13.8",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
|
-
"typescript": "^5.4.
|
|
60
|
+
"typescript": "^5.4.5"
|
|
61
61
|
},
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">=18.6.0"
|
|
@@ -2501,6 +2501,24 @@
|
|
|
2501
2501
|
"node": ">=12"
|
|
2502
2502
|
}
|
|
2503
2503
|
},
|
|
2504
|
+
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
2505
|
+
"version": "7.0.0",
|
|
2506
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
2507
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
2508
|
+
"dev": true,
|
|
2509
|
+
"license": "MIT",
|
|
2510
|
+
"dependencies": {
|
|
2511
|
+
"ansi-styles": "^4.0.0",
|
|
2512
|
+
"string-width": "^4.1.0",
|
|
2513
|
+
"strip-ansi": "^6.0.0"
|
|
2514
|
+
},
|
|
2515
|
+
"engines": {
|
|
2516
|
+
"node": ">=10"
|
|
2517
|
+
},
|
|
2518
|
+
"funding": {
|
|
2519
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2520
|
+
}
|
|
2521
|
+
},
|
|
2504
2522
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
2505
2523
|
"version": "17.7.2",
|
|
2506
2524
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -3043,50 +3061,6 @@
|
|
|
3043
3061
|
"url": "https://opencollective.com/eslint"
|
|
3044
3062
|
}
|
|
3045
3063
|
},
|
|
3046
|
-
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
3047
|
-
"version": "2.0.1",
|
|
3048
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
3049
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
3050
|
-
"dev": true,
|
|
3051
|
-
"license": "Python-2.0"
|
|
3052
|
-
},
|
|
3053
|
-
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
3054
|
-
"version": "1.1.11",
|
|
3055
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
3056
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
3057
|
-
"dev": true,
|
|
3058
|
-
"license": "MIT",
|
|
3059
|
-
"dependencies": {
|
|
3060
|
-
"balanced-match": "^1.0.0",
|
|
3061
|
-
"concat-map": "0.0.1"
|
|
3062
|
-
}
|
|
3063
|
-
},
|
|
3064
|
-
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
3065
|
-
"version": "4.1.0",
|
|
3066
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
3067
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
3068
|
-
"dev": true,
|
|
3069
|
-
"license": "MIT",
|
|
3070
|
-
"dependencies": {
|
|
3071
|
-
"argparse": "^2.0.1"
|
|
3072
|
-
},
|
|
3073
|
-
"bin": {
|
|
3074
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3075
|
-
}
|
|
3076
|
-
},
|
|
3077
|
-
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
3078
|
-
"version": "3.1.2",
|
|
3079
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
3080
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
3081
|
-
"dev": true,
|
|
3082
|
-
"license": "ISC",
|
|
3083
|
-
"dependencies": {
|
|
3084
|
-
"brace-expansion": "^1.1.7"
|
|
3085
|
-
},
|
|
3086
|
-
"engines": {
|
|
3087
|
-
"node": "*"
|
|
3088
|
-
}
|
|
3089
|
-
},
|
|
3090
3064
|
"node_modules/@eslint/js": {
|
|
3091
3065
|
"version": "8.57.0",
|
|
3092
3066
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
|
@@ -3118,30 +3092,6 @@
|
|
|
3118
3092
|
"node": ">=10.10.0"
|
|
3119
3093
|
}
|
|
3120
3094
|
},
|
|
3121
|
-
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
|
|
3122
|
-
"version": "1.1.11",
|
|
3123
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
3124
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
3125
|
-
"dev": true,
|
|
3126
|
-
"license": "MIT",
|
|
3127
|
-
"dependencies": {
|
|
3128
|
-
"balanced-match": "^1.0.0",
|
|
3129
|
-
"concat-map": "0.0.1"
|
|
3130
|
-
}
|
|
3131
|
-
},
|
|
3132
|
-
"node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
|
|
3133
|
-
"version": "3.1.2",
|
|
3134
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
3135
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
3136
|
-
"dev": true,
|
|
3137
|
-
"license": "ISC",
|
|
3138
|
-
"dependencies": {
|
|
3139
|
-
"brace-expansion": "^1.1.7"
|
|
3140
|
-
},
|
|
3141
|
-
"engines": {
|
|
3142
|
-
"node": "*"
|
|
3143
|
-
}
|
|
3144
|
-
},
|
|
3145
3095
|
"node_modules/@humanwhocodes/module-importer": {
|
|
3146
3096
|
"version": "1.0.1",
|
|
3147
3097
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
|
@@ -3238,20 +3188,6 @@
|
|
|
3238
3188
|
"url": "https://github.com/sponsors/isaacs"
|
|
3239
3189
|
}
|
|
3240
3190
|
},
|
|
3241
|
-
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
3242
|
-
"version": "6.2.0",
|
|
3243
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3244
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3245
|
-
"license": "MIT",
|
|
3246
|
-
"dependencies": {
|
|
3247
|
-
"ansi-styles": "^4.0.0",
|
|
3248
|
-
"string-width": "^4.1.0",
|
|
3249
|
-
"strip-ansi": "^6.0.0"
|
|
3250
|
-
},
|
|
3251
|
-
"engines": {
|
|
3252
|
-
"node": ">=8"
|
|
3253
|
-
}
|
|
3254
|
-
},
|
|
3255
3191
|
"node_modules/@inquirer/figures": {
|
|
3256
3192
|
"version": "1.0.3",
|
|
3257
3193
|
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.3.tgz",
|
|
@@ -3432,6 +3368,37 @@
|
|
|
3432
3368
|
"node": ">=8"
|
|
3433
3369
|
}
|
|
3434
3370
|
},
|
|
3371
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
3372
|
+
"version": "1.0.10",
|
|
3373
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3374
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3375
|
+
"dev": true,
|
|
3376
|
+
"license": "MIT",
|
|
3377
|
+
"dependencies": {
|
|
3378
|
+
"sprintf-js": "~1.0.2"
|
|
3379
|
+
}
|
|
3380
|
+
},
|
|
3381
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
3382
|
+
"version": "3.14.1",
|
|
3383
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3384
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3385
|
+
"dev": true,
|
|
3386
|
+
"license": "MIT",
|
|
3387
|
+
"dependencies": {
|
|
3388
|
+
"argparse": "^1.0.7",
|
|
3389
|
+
"esprima": "^4.0.0"
|
|
3390
|
+
},
|
|
3391
|
+
"bin": {
|
|
3392
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3393
|
+
}
|
|
3394
|
+
},
|
|
3395
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/sprintf-js": {
|
|
3396
|
+
"version": "1.0.3",
|
|
3397
|
+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
3398
|
+
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
3399
|
+
"dev": true,
|
|
3400
|
+
"license": "BSD-3-Clause"
|
|
3401
|
+
},
|
|
3435
3402
|
"node_modules/@istanbuljs/schema": {
|
|
3436
3403
|
"version": "0.1.3",
|
|
3437
3404
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
@@ -3521,9 +3488,9 @@
|
|
|
3521
3488
|
}
|
|
3522
3489
|
},
|
|
3523
3490
|
"node_modules/@jsforce/jsforce-node/node_modules/@types/node": {
|
|
3524
|
-
"version": "18.19.
|
|
3525
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
3526
|
-
"integrity": "sha512-
|
|
3491
|
+
"version": "18.19.34",
|
|
3492
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.34.tgz",
|
|
3493
|
+
"integrity": "sha512-eXF4pfBNV5DAMKGbI02NnDtWrQ40hAN558/2vvS4gMpMIxaf6JmD7YjnZbq0Q9TDSSkKBamime8ewRoomHdt4g==",
|
|
3527
3494
|
"license": "MIT",
|
|
3528
3495
|
"dependencies": {
|
|
3529
3496
|
"undici-types": "~5.26.4"
|
|
@@ -3727,6 +3694,22 @@
|
|
|
3727
3694
|
"node": "14 || >=16.14"
|
|
3728
3695
|
}
|
|
3729
3696
|
},
|
|
3697
|
+
"node_modules/@npmcli/arborist/node_modules/minimatch": {
|
|
3698
|
+
"version": "9.0.4",
|
|
3699
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3700
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3701
|
+
"extraneous": true,
|
|
3702
|
+
"license": "ISC",
|
|
3703
|
+
"dependencies": {
|
|
3704
|
+
"brace-expansion": "^2.0.1"
|
|
3705
|
+
},
|
|
3706
|
+
"engines": {
|
|
3707
|
+
"node": ">=16 || 14 >=14.17"
|
|
3708
|
+
},
|
|
3709
|
+
"funding": {
|
|
3710
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3711
|
+
}
|
|
3712
|
+
},
|
|
3730
3713
|
"node_modules/@npmcli/config": {
|
|
3731
3714
|
"version": "8.3.3",
|
|
3732
3715
|
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.3.3.tgz",
|
|
@@ -3853,6 +3836,22 @@
|
|
|
3853
3836
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
3854
3837
|
}
|
|
3855
3838
|
},
|
|
3839
|
+
"node_modules/@npmcli/map-workspaces/node_modules/minimatch": {
|
|
3840
|
+
"version": "9.0.4",
|
|
3841
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3842
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3843
|
+
"extraneous": true,
|
|
3844
|
+
"license": "ISC",
|
|
3845
|
+
"dependencies": {
|
|
3846
|
+
"brace-expansion": "^2.0.1"
|
|
3847
|
+
},
|
|
3848
|
+
"engines": {
|
|
3849
|
+
"node": ">=16 || 14 >=14.17"
|
|
3850
|
+
},
|
|
3851
|
+
"funding": {
|
|
3852
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3853
|
+
}
|
|
3854
|
+
},
|
|
3856
3855
|
"node_modules/@npmcli/metavuln-calculator": {
|
|
3857
3856
|
"version": "7.1.1",
|
|
3858
3857
|
"resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-7.1.1.tgz",
|
|
@@ -3999,6 +3998,33 @@
|
|
|
3999
3998
|
"node": ">=18.0.0"
|
|
4000
3999
|
}
|
|
4001
4000
|
},
|
|
4001
|
+
"node_modules/@oclif/core/node_modules/is-wsl": {
|
|
4002
|
+
"version": "2.2.0",
|
|
4003
|
+
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
|
|
4004
|
+
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
|
4005
|
+
"license": "MIT",
|
|
4006
|
+
"dependencies": {
|
|
4007
|
+
"is-docker": "^2.0.0"
|
|
4008
|
+
},
|
|
4009
|
+
"engines": {
|
|
4010
|
+
"node": ">=8"
|
|
4011
|
+
}
|
|
4012
|
+
},
|
|
4013
|
+
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
4014
|
+
"version": "9.0.4",
|
|
4015
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
4016
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
4017
|
+
"license": "ISC",
|
|
4018
|
+
"dependencies": {
|
|
4019
|
+
"brace-expansion": "^2.0.1"
|
|
4020
|
+
},
|
|
4021
|
+
"engines": {
|
|
4022
|
+
"node": ">=16 || 14 >=14.17"
|
|
4023
|
+
},
|
|
4024
|
+
"funding": {
|
|
4025
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4026
|
+
}
|
|
4027
|
+
},
|
|
4002
4028
|
"node_modules/@oclif/core/node_modules/supports-color": {
|
|
4003
4029
|
"version": "8.1.1",
|
|
4004
4030
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4014,6 +4040,23 @@
|
|
|
4014
4040
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4015
4041
|
}
|
|
4016
4042
|
},
|
|
4043
|
+
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
4044
|
+
"version": "7.0.0",
|
|
4045
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4046
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4047
|
+
"license": "MIT",
|
|
4048
|
+
"dependencies": {
|
|
4049
|
+
"ansi-styles": "^4.0.0",
|
|
4050
|
+
"string-width": "^4.1.0",
|
|
4051
|
+
"strip-ansi": "^6.0.0"
|
|
4052
|
+
},
|
|
4053
|
+
"engines": {
|
|
4054
|
+
"node": ">=10"
|
|
4055
|
+
},
|
|
4056
|
+
"funding": {
|
|
4057
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4058
|
+
}
|
|
4059
|
+
},
|
|
4017
4060
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
4018
4061
|
"version": "3.1.4",
|
|
4019
4062
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.4.tgz",
|
|
@@ -4030,15 +4073,14 @@
|
|
|
4030
4073
|
}
|
|
4031
4074
|
},
|
|
4032
4075
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4033
|
-
"version": "5.
|
|
4034
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
4035
|
-
"integrity": "sha512-
|
|
4076
|
+
"version": "5.2.3",
|
|
4077
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.3.tgz",
|
|
4078
|
+
"integrity": "sha512-nj71CqTg9efjep4XT6dALoNSAZnzI1vZB/4W78J5Rt9GJ3pia3H4RHews2UEaY7obGu7tPGRgRDfuy7Sb/sBvw==",
|
|
4036
4079
|
"dev": true,
|
|
4037
4080
|
"license": "MIT",
|
|
4038
4081
|
"dependencies": {
|
|
4039
|
-
"@oclif/core": "
|
|
4040
|
-
"
|
|
4041
|
-
"chalk": "^5.3.0",
|
|
4082
|
+
"@oclif/core": "^4",
|
|
4083
|
+
"ansis": "^3.2.0",
|
|
4042
4084
|
"globby": "^14.0.1",
|
|
4043
4085
|
"just-diff": "^5.2.0",
|
|
4044
4086
|
"lodash.difference": "^4.5.0",
|
|
@@ -4051,158 +4093,44 @@
|
|
|
4051
4093
|
"node": ">=18.0.0"
|
|
4052
4094
|
}
|
|
4053
4095
|
},
|
|
4054
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules
|
|
4055
|
-
"version": "
|
|
4056
|
-
"resolved": "https://registry.npmjs.org
|
|
4057
|
-
"integrity": "sha512
|
|
4096
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
4097
|
+
"version": "14.0.1",
|
|
4098
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
4099
|
+
"integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
|
|
4058
4100
|
"dev": true,
|
|
4059
4101
|
"license": "MIT",
|
|
4060
4102
|
"dependencies": {
|
|
4061
|
-
"@
|
|
4062
|
-
"
|
|
4063
|
-
"
|
|
4064
|
-
"
|
|
4065
|
-
"
|
|
4066
|
-
"
|
|
4067
|
-
"cli-progress": "^3.12.0",
|
|
4068
|
-
"color": "^4.2.3",
|
|
4069
|
-
"debug": "^4.3.4",
|
|
4070
|
-
"ejs": "^3.1.10",
|
|
4071
|
-
"get-package-type": "^0.1.0",
|
|
4072
|
-
"globby": "^11.1.0",
|
|
4073
|
-
"hyperlinker": "^1.0.0",
|
|
4074
|
-
"indent-string": "^4.0.0",
|
|
4075
|
-
"is-wsl": "^2.2.0",
|
|
4076
|
-
"js-yaml": "^3.14.1",
|
|
4077
|
-
"minimatch": "^9.0.4",
|
|
4078
|
-
"natural-orderby": "^2.0.3",
|
|
4079
|
-
"object-treeify": "^1.1.33",
|
|
4080
|
-
"password-prompt": "^1.1.3",
|
|
4081
|
-
"slice-ansi": "^4.0.0",
|
|
4082
|
-
"string-width": "^4.2.3",
|
|
4083
|
-
"strip-ansi": "^6.0.1",
|
|
4084
|
-
"supports-color": "^8.1.1",
|
|
4085
|
-
"supports-hyperlinks": "^2.2.0",
|
|
4086
|
-
"widest-line": "^3.1.0",
|
|
4087
|
-
"wordwrap": "^1.0.0",
|
|
4088
|
-
"wrap-ansi": "^7.0.0"
|
|
4103
|
+
"@sindresorhus/merge-streams": "^2.1.0",
|
|
4104
|
+
"fast-glob": "^3.3.2",
|
|
4105
|
+
"ignore": "^5.2.4",
|
|
4106
|
+
"path-type": "^5.0.0",
|
|
4107
|
+
"slash": "^5.1.0",
|
|
4108
|
+
"unicorn-magic": "^0.1.0"
|
|
4089
4109
|
},
|
|
4090
4110
|
"engines": {
|
|
4091
|
-
"node": ">=18
|
|
4111
|
+
"node": ">=18"
|
|
4112
|
+
},
|
|
4113
|
+
"funding": {
|
|
4114
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4092
4115
|
}
|
|
4093
4116
|
},
|
|
4094
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules
|
|
4095
|
-
"version": "
|
|
4096
|
-
"resolved": "https://registry.npmjs.org/
|
|
4097
|
-
"integrity": "sha512-
|
|
4117
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
4118
|
+
"version": "5.0.0",
|
|
4119
|
+
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
4120
|
+
"integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
|
|
4098
4121
|
"dev": true,
|
|
4099
4122
|
"license": "MIT",
|
|
4100
|
-
"dependencies": {
|
|
4101
|
-
"ansi-styles": "^4.1.0",
|
|
4102
|
-
"supports-color": "^7.1.0"
|
|
4103
|
-
},
|
|
4104
4123
|
"engines": {
|
|
4105
|
-
"node": ">=
|
|
4124
|
+
"node": ">=12"
|
|
4106
4125
|
},
|
|
4107
4126
|
"funding": {
|
|
4108
|
-
"url": "https://github.com/
|
|
4127
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4109
4128
|
}
|
|
4110
4129
|
},
|
|
4111
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules
|
|
4112
|
-
"version": "
|
|
4113
|
-
"resolved": "https://registry.npmjs.org/
|
|
4114
|
-
"integrity": "sha512-
|
|
4115
|
-
"dev": true,
|
|
4116
|
-
"license": "MIT",
|
|
4117
|
-
"dependencies": {
|
|
4118
|
-
"has-flag": "^4.0.0"
|
|
4119
|
-
},
|
|
4120
|
-
"engines": {
|
|
4121
|
-
"node": ">=8"
|
|
4122
|
-
}
|
|
4123
|
-
},
|
|
4124
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
4125
|
-
"version": "11.1.0",
|
|
4126
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
4127
|
-
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
4128
|
-
"dev": true,
|
|
4129
|
-
"license": "MIT",
|
|
4130
|
-
"dependencies": {
|
|
4131
|
-
"array-union": "^2.1.0",
|
|
4132
|
-
"dir-glob": "^3.0.1",
|
|
4133
|
-
"fast-glob": "^3.2.9",
|
|
4134
|
-
"ignore": "^5.2.0",
|
|
4135
|
-
"merge2": "^1.4.1",
|
|
4136
|
-
"slash": "^3.0.0"
|
|
4137
|
-
},
|
|
4138
|
-
"engines": {
|
|
4139
|
-
"node": ">=10"
|
|
4140
|
-
},
|
|
4141
|
-
"funding": {
|
|
4142
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4143
|
-
}
|
|
4144
|
-
},
|
|
4145
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
4146
|
-
"version": "3.0.0",
|
|
4147
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
4148
|
-
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
4149
|
-
"dev": true,
|
|
4150
|
-
"license": "MIT",
|
|
4151
|
-
"engines": {
|
|
4152
|
-
"node": ">=8"
|
|
4153
|
-
}
|
|
4154
|
-
},
|
|
4155
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/chalk": {
|
|
4156
|
-
"version": "5.3.0",
|
|
4157
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
4158
|
-
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
4159
|
-
"dev": true,
|
|
4160
|
-
"license": "MIT",
|
|
4161
|
-
"engines": {
|
|
4162
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
4163
|
-
},
|
|
4164
|
-
"funding": {
|
|
4165
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4166
|
-
}
|
|
4167
|
-
},
|
|
4168
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
4169
|
-
"version": "14.0.1",
|
|
4170
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
4171
|
-
"integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
|
|
4172
|
-
"dev": true,
|
|
4173
|
-
"license": "MIT",
|
|
4174
|
-
"dependencies": {
|
|
4175
|
-
"@sindresorhus/merge-streams": "^2.1.0",
|
|
4176
|
-
"fast-glob": "^3.3.2",
|
|
4177
|
-
"ignore": "^5.2.4",
|
|
4178
|
-
"path-type": "^5.0.0",
|
|
4179
|
-
"slash": "^5.1.0",
|
|
4180
|
-
"unicorn-magic": "^0.1.0"
|
|
4181
|
-
},
|
|
4182
|
-
"engines": {
|
|
4183
|
-
"node": ">=18"
|
|
4184
|
-
},
|
|
4185
|
-
"funding": {
|
|
4186
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4187
|
-
}
|
|
4188
|
-
},
|
|
4189
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
4190
|
-
"version": "5.0.0",
|
|
4191
|
-
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
4192
|
-
"integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
|
|
4193
|
-
"dev": true,
|
|
4194
|
-
"license": "MIT",
|
|
4195
|
-
"engines": {
|
|
4196
|
-
"node": ">=12"
|
|
4197
|
-
},
|
|
4198
|
-
"funding": {
|
|
4199
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4200
|
-
}
|
|
4201
|
-
},
|
|
4202
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/slash": {
|
|
4203
|
-
"version": "5.1.0",
|
|
4204
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
|
|
4205
|
-
"integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
|
|
4130
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/slash": {
|
|
4131
|
+
"version": "5.1.0",
|
|
4132
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
|
|
4133
|
+
"integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
|
|
4206
4134
|
"dev": true,
|
|
4207
4135
|
"license": "MIT",
|
|
4208
4136
|
"engines": {
|
|
@@ -4212,22 +4140,6 @@
|
|
|
4212
4140
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4213
4141
|
}
|
|
4214
4142
|
},
|
|
4215
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
4216
|
-
"version": "8.1.1",
|
|
4217
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4218
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4219
|
-
"dev": true,
|
|
4220
|
-
"license": "MIT",
|
|
4221
|
-
"dependencies": {
|
|
4222
|
-
"has-flag": "^4.0.0"
|
|
4223
|
-
},
|
|
4224
|
-
"engines": {
|
|
4225
|
-
"node": ">=10"
|
|
4226
|
-
},
|
|
4227
|
-
"funding": {
|
|
4228
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4229
|
-
}
|
|
4230
|
-
},
|
|
4231
4143
|
"node_modules/@oclif/plugin-commands": {
|
|
4232
4144
|
"version": "4.0.4",
|
|
4233
4145
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.4.tgz",
|
|
@@ -4243,15 +4155,6 @@
|
|
|
4243
4155
|
"node": ">=18.0.0"
|
|
4244
4156
|
}
|
|
4245
4157
|
},
|
|
4246
|
-
"node_modules/@oclif/plugin-commands/node_modules/object-treeify": {
|
|
4247
|
-
"version": "4.0.1",
|
|
4248
|
-
"resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-4.0.1.tgz",
|
|
4249
|
-
"integrity": "sha512-Y6tg5rHfsefSkfKujv2SwHulInROy/rCL5F4w0QOWxut8AnxYxf0YmNhTh95Zfyxpsudo66uqkux0ACFnyMSgQ==",
|
|
4250
|
-
"license": "MIT",
|
|
4251
|
-
"engines": {
|
|
4252
|
-
"node": ">= 16"
|
|
4253
|
-
}
|
|
4254
|
-
},
|
|
4255
4158
|
"node_modules/@oclif/plugin-help": {
|
|
4256
4159
|
"version": "6.2.3",
|
|
4257
4160
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.3.tgz",
|
|
@@ -4316,15 +4219,6 @@
|
|
|
4316
4219
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4317
4220
|
}
|
|
4318
4221
|
},
|
|
4319
|
-
"node_modules/@oclif/plugin-plugins/node_modules/object-treeify": {
|
|
4320
|
-
"version": "4.0.1",
|
|
4321
|
-
"resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-4.0.1.tgz",
|
|
4322
|
-
"integrity": "sha512-Y6tg5rHfsefSkfKujv2SwHulInROy/rCL5F4w0QOWxut8AnxYxf0YmNhTh95Zfyxpsudo66uqkux0ACFnyMSgQ==",
|
|
4323
|
-
"license": "MIT",
|
|
4324
|
-
"engines": {
|
|
4325
|
-
"node": ">= 16"
|
|
4326
|
-
}
|
|
4327
|
-
},
|
|
4328
4222
|
"node_modules/@oclif/plugin-plugins/node_modules/path-key": {
|
|
4329
4223
|
"version": "4.0.0",
|
|
4330
4224
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
|
|
@@ -4351,9 +4245,9 @@
|
|
|
4351
4245
|
}
|
|
4352
4246
|
},
|
|
4353
4247
|
"node_modules/@oclif/plugin-update": {
|
|
4354
|
-
"version": "4.4.
|
|
4355
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.
|
|
4356
|
-
"integrity": "sha512
|
|
4248
|
+
"version": "4.4.2",
|
|
4249
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.2.tgz",
|
|
4250
|
+
"integrity": "sha512-X6vMoZkbydu6QHcG49T/n1WunlKXlQyhTt2LX5q/Ex1UlQInjnov0/+nEJqYZ/uA8zG6zp74lyeR0DeeCjWJRQ==",
|
|
4357
4251
|
"license": "MIT",
|
|
4358
4252
|
"dependencies": {
|
|
4359
4253
|
"@inquirer/select": "^2.3.5",
|
|
@@ -4827,9 +4721,9 @@
|
|
|
4827
4721
|
"license": "BSD-3-Clause"
|
|
4828
4722
|
},
|
|
4829
4723
|
"node_modules/@salesforce/dev-scripts": {
|
|
4830
|
-
"version": "
|
|
4831
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-
|
|
4832
|
-
"integrity": "sha512-
|
|
4724
|
+
"version": "10.1.1",
|
|
4725
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.1.1.tgz",
|
|
4726
|
+
"integrity": "sha512-q909yA7IkPpQ/LCCHFHL5u34ktKryXoOjflsxsTtnzvseYiLFUCmIBZsef7Vn/hwgIOyhcyCWoSpe7F6i8V6PQ==",
|
|
4833
4727
|
"dev": true,
|
|
4834
4728
|
"license": "BSD-3-Clause",
|
|
4835
4729
|
"dependencies": {
|
|
@@ -4839,14 +4733,14 @@
|
|
|
4839
4733
|
"@salesforce/prettier-config": "^0.0.3",
|
|
4840
4734
|
"@types/chai": "^4.3.14",
|
|
4841
4735
|
"@types/mocha": "^10.0.6",
|
|
4842
|
-
"@types/node": "^18.19.
|
|
4736
|
+
"@types/node": "^18.19.34",
|
|
4843
4737
|
"@types/sinon": "^10.0.20",
|
|
4844
4738
|
"chai": "^4.3.10",
|
|
4845
4739
|
"chalk": "^4.0.0",
|
|
4846
4740
|
"cosmiconfig": "^8.3.6",
|
|
4847
4741
|
"eslint-config-salesforce-typescript": "^3.3.0",
|
|
4848
4742
|
"husky": "^7.0.4",
|
|
4849
|
-
"linkinator": "^6.0.
|
|
4743
|
+
"linkinator": "^6.0.5",
|
|
4850
4744
|
"mocha": "^10.4.0",
|
|
4851
4745
|
"nyc": "^15.1.0",
|
|
4852
4746
|
"prettier": "^2.8.8",
|
|
@@ -4855,7 +4749,7 @@
|
|
|
4855
4749
|
"sinon": "10.0.0",
|
|
4856
4750
|
"source-map-support": "^0.5.21",
|
|
4857
4751
|
"ts-node": "^10.9.2",
|
|
4858
|
-
"typedoc": "^0.25.
|
|
4752
|
+
"typedoc": "^0.25.13",
|
|
4859
4753
|
"typedoc-plugin-missing-exports": "0.23.0",
|
|
4860
4754
|
"typescript": "^5.4.3",
|
|
4861
4755
|
"wireit": "^0.14.4"
|
|
@@ -4868,9 +4762,9 @@
|
|
|
4868
4762
|
}
|
|
4869
4763
|
},
|
|
4870
4764
|
"node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
|
|
4871
|
-
"version": "18.19.
|
|
4872
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
4873
|
-
"integrity": "sha512-
|
|
4765
|
+
"version": "18.19.34",
|
|
4766
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.34.tgz",
|
|
4767
|
+
"integrity": "sha512-eXF4pfBNV5DAMKGbI02NnDtWrQ40hAN558/2vvS4gMpMIxaf6JmD7YjnZbq0Q9TDSSkKBamime8ewRoomHdt4g==",
|
|
4874
4768
|
"dev": true,
|
|
4875
4769
|
"license": "MIT",
|
|
4876
4770
|
"dependencies": {
|
|
@@ -4975,18 +4869,6 @@
|
|
|
4975
4869
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4976
4870
|
}
|
|
4977
4871
|
},
|
|
4978
|
-
"node_modules/@salesforce/plugin-apex/node_modules/ansi-styles": {
|
|
4979
|
-
"version": "6.2.1",
|
|
4980
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
4981
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
4982
|
-
"license": "MIT",
|
|
4983
|
-
"engines": {
|
|
4984
|
-
"node": ">=12"
|
|
4985
|
-
},
|
|
4986
|
-
"funding": {
|
|
4987
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
4988
|
-
}
|
|
4989
|
-
},
|
|
4990
4872
|
"node_modules/@salesforce/plugin-apex/node_modules/chalk": {
|
|
4991
4873
|
"version": "5.3.0",
|
|
4992
4874
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -4999,61 +4881,12 @@
|
|
|
4999
4881
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5000
4882
|
}
|
|
5001
4883
|
},
|
|
5002
|
-
"node_modules/@salesforce/plugin-apex/node_modules/color-name": {
|
|
5003
|
-
"version": "2.0.0",
|
|
5004
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
|
|
5005
|
-
"integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
|
|
5006
|
-
"license": "MIT",
|
|
5007
|
-
"engines": {
|
|
5008
|
-
"node": ">=12.20"
|
|
5009
|
-
}
|
|
5010
|
-
},
|
|
5011
4884
|
"node_modules/@salesforce/plugin-apex/node_modules/emoji-regex": {
|
|
5012
4885
|
"version": "10.3.0",
|
|
5013
4886
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5014
4887
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5015
4888
|
"license": "MIT"
|
|
5016
4889
|
},
|
|
5017
|
-
"node_modules/@salesforce/plugin-apex/node_modules/is-fullwidth-code-point": {
|
|
5018
|
-
"version": "5.0.0",
|
|
5019
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
5020
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
5021
|
-
"license": "MIT",
|
|
5022
|
-
"dependencies": {
|
|
5023
|
-
"get-east-asian-width": "^1.0.0"
|
|
5024
|
-
},
|
|
5025
|
-
"engines": {
|
|
5026
|
-
"node": ">=18"
|
|
5027
|
-
},
|
|
5028
|
-
"funding": {
|
|
5029
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5030
|
-
}
|
|
5031
|
-
},
|
|
5032
|
-
"node_modules/@salesforce/plugin-apex/node_modules/natural-orderby": {
|
|
5033
|
-
"version": "3.0.2",
|
|
5034
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
5035
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
5036
|
-
"license": "MIT",
|
|
5037
|
-
"engines": {
|
|
5038
|
-
"node": ">=18"
|
|
5039
|
-
}
|
|
5040
|
-
},
|
|
5041
|
-
"node_modules/@salesforce/plugin-apex/node_modules/slice-ansi": {
|
|
5042
|
-
"version": "7.1.0",
|
|
5043
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
5044
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
5045
|
-
"license": "MIT",
|
|
5046
|
-
"dependencies": {
|
|
5047
|
-
"ansi-styles": "^6.2.1",
|
|
5048
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
5049
|
-
},
|
|
5050
|
-
"engines": {
|
|
5051
|
-
"node": ">=18"
|
|
5052
|
-
},
|
|
5053
|
-
"funding": {
|
|
5054
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
5055
|
-
}
|
|
5056
|
-
},
|
|
5057
4890
|
"node_modules/@salesforce/plugin-apex/node_modules/string-width": {
|
|
5058
4891
|
"version": "7.1.0",
|
|
5059
4892
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -5141,64 +4974,12 @@
|
|
|
5141
4974
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5142
4975
|
}
|
|
5143
4976
|
},
|
|
5144
|
-
"node_modules/@salesforce/plugin-auth/node_modules/ansi-styles": {
|
|
5145
|
-
"version": "6.2.1",
|
|
5146
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
5147
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
5148
|
-
"license": "MIT",
|
|
5149
|
-
"engines": {
|
|
5150
|
-
"node": ">=12"
|
|
5151
|
-
},
|
|
5152
|
-
"funding": {
|
|
5153
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
5154
|
-
}
|
|
5155
|
-
},
|
|
5156
4977
|
"node_modules/@salesforce/plugin-auth/node_modules/emoji-regex": {
|
|
5157
4978
|
"version": "10.3.0",
|
|
5158
4979
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5159
4980
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5160
4981
|
"license": "MIT"
|
|
5161
4982
|
},
|
|
5162
|
-
"node_modules/@salesforce/plugin-auth/node_modules/is-fullwidth-code-point": {
|
|
5163
|
-
"version": "5.0.0",
|
|
5164
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
5165
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
5166
|
-
"license": "MIT",
|
|
5167
|
-
"dependencies": {
|
|
5168
|
-
"get-east-asian-width": "^1.0.0"
|
|
5169
|
-
},
|
|
5170
|
-
"engines": {
|
|
5171
|
-
"node": ">=18"
|
|
5172
|
-
},
|
|
5173
|
-
"funding": {
|
|
5174
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5175
|
-
}
|
|
5176
|
-
},
|
|
5177
|
-
"node_modules/@salesforce/plugin-auth/node_modules/natural-orderby": {
|
|
5178
|
-
"version": "3.0.2",
|
|
5179
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
5180
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
5181
|
-
"license": "MIT",
|
|
5182
|
-
"engines": {
|
|
5183
|
-
"node": ">=18"
|
|
5184
|
-
}
|
|
5185
|
-
},
|
|
5186
|
-
"node_modules/@salesforce/plugin-auth/node_modules/slice-ansi": {
|
|
5187
|
-
"version": "7.1.0",
|
|
5188
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
5189
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
5190
|
-
"license": "MIT",
|
|
5191
|
-
"dependencies": {
|
|
5192
|
-
"ansi-styles": "^6.2.1",
|
|
5193
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
5194
|
-
},
|
|
5195
|
-
"engines": {
|
|
5196
|
-
"node": ">=18"
|
|
5197
|
-
},
|
|
5198
|
-
"funding": {
|
|
5199
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
5200
|
-
}
|
|
5201
|
-
},
|
|
5202
4983
|
"node_modules/@salesforce/plugin-auth/node_modules/string-width": {
|
|
5203
4984
|
"version": "7.1.0",
|
|
5204
4985
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -5232,16 +5013,16 @@
|
|
|
5232
5013
|
}
|
|
5233
5014
|
},
|
|
5234
5015
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
5235
|
-
"version": "3.
|
|
5236
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.
|
|
5237
|
-
"integrity": "sha512-
|
|
5016
|
+
"version": "3.1.4",
|
|
5017
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.4.tgz",
|
|
5018
|
+
"integrity": "sha512-3TtbqLjLi7S4XWVg+0gJzeRMScZzuR9zPjEakSiV0vfpsJRgDzKKSAaAEEBpzJYB4fZ7CqgzN9PM9E40yxD3qg==",
|
|
5238
5019
|
"dev": true,
|
|
5239
5020
|
"license": "BSD-3-Clause",
|
|
5240
5021
|
"dependencies": {
|
|
5241
|
-
"@oclif/core": "^
|
|
5242
|
-
"@salesforce/core": "^7.
|
|
5022
|
+
"@oclif/core": "^4",
|
|
5023
|
+
"@salesforce/core": "^7.4.1",
|
|
5243
5024
|
"@salesforce/kit": "^3.1.1",
|
|
5244
|
-
"@salesforce/sf-plugins-core": "^
|
|
5025
|
+
"@salesforce/sf-plugins-core": "^10.0.1",
|
|
5245
5026
|
"@salesforce/ts-types": "^2.0.9",
|
|
5246
5027
|
"chalk": "^5.3.0",
|
|
5247
5028
|
"debug": "^4.3.4",
|
|
@@ -5251,93 +5032,41 @@
|
|
|
5251
5032
|
"node": ">=18.0.0"
|
|
5252
5033
|
}
|
|
5253
5034
|
},
|
|
5254
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@
|
|
5255
|
-
"version": "
|
|
5256
|
-
"resolved": "https://registry.npmjs.org/@
|
|
5257
|
-
"integrity": "sha512-
|
|
5035
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
5036
|
+
"version": "10.0.1",
|
|
5037
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.1.tgz",
|
|
5038
|
+
"integrity": "sha512-FsbZKshTgyHYO1KNuEuNGhzLj5diuh7lMElNkT4xfmwGjciDEIBtZf/aMAdN9AYpIj/TkAvi7Xnxs1gMHPOGNQ==",
|
|
5258
5039
|
"dev": true,
|
|
5259
|
-
"license": "
|
|
5040
|
+
"license": "BSD-3-Clause",
|
|
5260
5041
|
"dependencies": {
|
|
5261
|
-
"@
|
|
5262
|
-
"
|
|
5263
|
-
"
|
|
5264
|
-
"
|
|
5265
|
-
"
|
|
5266
|
-
"
|
|
5042
|
+
"@inquirer/confirm": "^3.1.9",
|
|
5043
|
+
"@inquirer/password": "^2.1.9",
|
|
5044
|
+
"@oclif/core": "^4.0.3",
|
|
5045
|
+
"@salesforce/core": "^7.3.12",
|
|
5046
|
+
"@salesforce/kit": "^3.1.3",
|
|
5047
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
5048
|
+
"ansis": "^3.2.0",
|
|
5267
5049
|
"cli-progress": "^3.12.0",
|
|
5268
|
-
"
|
|
5269
|
-
"
|
|
5270
|
-
"
|
|
5271
|
-
"
|
|
5272
|
-
"globby": "^11.1.0",
|
|
5273
|
-
"hyperlinker": "^1.0.0",
|
|
5274
|
-
"indent-string": "^4.0.0",
|
|
5275
|
-
"is-wsl": "^2.2.0",
|
|
5276
|
-
"js-yaml": "^3.14.1",
|
|
5277
|
-
"minimatch": "^9.0.4",
|
|
5278
|
-
"natural-orderby": "^2.0.3",
|
|
5279
|
-
"object-treeify": "^1.1.33",
|
|
5280
|
-
"password-prompt": "^1.1.3",
|
|
5281
|
-
"slice-ansi": "^4.0.0",
|
|
5282
|
-
"string-width": "^4.2.3",
|
|
5283
|
-
"strip-ansi": "^6.0.1",
|
|
5284
|
-
"supports-color": "^8.1.1",
|
|
5285
|
-
"supports-hyperlinks": "^2.2.0",
|
|
5286
|
-
"widest-line": "^3.1.0",
|
|
5287
|
-
"wordwrap": "^1.0.0",
|
|
5288
|
-
"wrap-ansi": "^7.0.0"
|
|
5289
|
-
},
|
|
5290
|
-
"engines": {
|
|
5291
|
-
"node": ">=18.0.0"
|
|
5292
|
-
}
|
|
5293
|
-
},
|
|
5294
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core/node_modules/chalk": {
|
|
5295
|
-
"version": "4.1.2",
|
|
5296
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
5297
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
5298
|
-
"dev": true,
|
|
5299
|
-
"license": "MIT",
|
|
5300
|
-
"dependencies": {
|
|
5301
|
-
"ansi-styles": "^4.1.0",
|
|
5302
|
-
"supports-color": "^7.1.0"
|
|
5050
|
+
"natural-orderby": "^3.0.2",
|
|
5051
|
+
"slice-ansi": "^7.1.0",
|
|
5052
|
+
"string-width": "^7.1.0",
|
|
5053
|
+
"terminal-link": "^3.0.0"
|
|
5303
5054
|
},
|
|
5304
5055
|
"engines": {
|
|
5305
|
-
"node": ">=
|
|
5306
|
-
},
|
|
5307
|
-
"funding": {
|
|
5308
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5056
|
+
"node": ">=18.0.0"
|
|
5309
5057
|
}
|
|
5310
5058
|
},
|
|
5311
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules
|
|
5312
|
-
"version": "
|
|
5313
|
-
"resolved": "https://registry.npmjs.org/
|
|
5314
|
-
"integrity": "sha512-
|
|
5059
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/ansi-regex": {
|
|
5060
|
+
"version": "6.0.1",
|
|
5061
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
5062
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
5315
5063
|
"dev": true,
|
|
5316
5064
|
"license": "MIT",
|
|
5317
|
-
"dependencies": {
|
|
5318
|
-
"has-flag": "^4.0.0"
|
|
5319
|
-
},
|
|
5320
5065
|
"engines": {
|
|
5321
|
-
"node": ">=
|
|
5322
|
-
}
|
|
5323
|
-
},
|
|
5324
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
5325
|
-
"version": "9.1.1",
|
|
5326
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz",
|
|
5327
|
-
"integrity": "sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==",
|
|
5328
|
-
"dev": true,
|
|
5329
|
-
"license": "BSD-3-Clause",
|
|
5330
|
-
"dependencies": {
|
|
5331
|
-
"@inquirer/confirm": "^3.1.9",
|
|
5332
|
-
"@inquirer/password": "^2.1.9",
|
|
5333
|
-
"@oclif/core": "^3.26.6",
|
|
5334
|
-
"@salesforce/core": "^7.3.9",
|
|
5335
|
-
"@salesforce/kit": "^3.1.2",
|
|
5336
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
5337
|
-
"chalk": "^5.3.0"
|
|
5066
|
+
"node": ">=12"
|
|
5338
5067
|
},
|
|
5339
|
-
"
|
|
5340
|
-
"
|
|
5068
|
+
"funding": {
|
|
5069
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5341
5070
|
}
|
|
5342
5071
|
},
|
|
5343
5072
|
"node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
|
|
@@ -5353,20 +5082,45 @@
|
|
|
5353
5082
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5354
5083
|
}
|
|
5355
5084
|
},
|
|
5356
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/
|
|
5357
|
-
"version": "
|
|
5358
|
-
"resolved": "https://registry.npmjs.org/
|
|
5359
|
-
"integrity": "sha512-
|
|
5085
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/emoji-regex": {
|
|
5086
|
+
"version": "10.3.0",
|
|
5087
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5088
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5089
|
+
"dev": true,
|
|
5090
|
+
"license": "MIT"
|
|
5091
|
+
},
|
|
5092
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/string-width": {
|
|
5093
|
+
"version": "7.1.0",
|
|
5094
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
5095
|
+
"integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==",
|
|
5360
5096
|
"dev": true,
|
|
5361
5097
|
"license": "MIT",
|
|
5362
5098
|
"dependencies": {
|
|
5363
|
-
"
|
|
5099
|
+
"emoji-regex": "^10.3.0",
|
|
5100
|
+
"get-east-asian-width": "^1.0.0",
|
|
5101
|
+
"strip-ansi": "^7.1.0"
|
|
5364
5102
|
},
|
|
5365
5103
|
"engines": {
|
|
5366
|
-
"node": ">=
|
|
5104
|
+
"node": ">=18"
|
|
5367
5105
|
},
|
|
5368
5106
|
"funding": {
|
|
5369
|
-
"url": "https://github.com/
|
|
5107
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5108
|
+
}
|
|
5109
|
+
},
|
|
5110
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/strip-ansi": {
|
|
5111
|
+
"version": "7.1.0",
|
|
5112
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
5113
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
5114
|
+
"dev": true,
|
|
5115
|
+
"license": "MIT",
|
|
5116
|
+
"dependencies": {
|
|
5117
|
+
"ansi-regex": "^6.0.1"
|
|
5118
|
+
},
|
|
5119
|
+
"engines": {
|
|
5120
|
+
"node": ">=12"
|
|
5121
|
+
},
|
|
5122
|
+
"funding": {
|
|
5123
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5370
5124
|
}
|
|
5371
5125
|
},
|
|
5372
5126
|
"node_modules/@salesforce/plugin-data": {
|
|
@@ -5426,18 +5180,6 @@
|
|
|
5426
5180
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5427
5181
|
}
|
|
5428
5182
|
},
|
|
5429
|
-
"node_modules/@salesforce/plugin-data/node_modules/ansi-styles": {
|
|
5430
|
-
"version": "6.2.1",
|
|
5431
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
5432
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
5433
|
-
"license": "MIT",
|
|
5434
|
-
"engines": {
|
|
5435
|
-
"node": ">=12"
|
|
5436
|
-
},
|
|
5437
|
-
"funding": {
|
|
5438
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
5439
|
-
}
|
|
5440
|
-
},
|
|
5441
5183
|
"node_modules/@salesforce/plugin-data/node_modules/change-case": {
|
|
5442
5184
|
"version": "5.4.4",
|
|
5443
5185
|
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
@@ -5450,46 +5192,6 @@
|
|
|
5450
5192
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5451
5193
|
"license": "MIT"
|
|
5452
5194
|
},
|
|
5453
|
-
"node_modules/@salesforce/plugin-data/node_modules/is-fullwidth-code-point": {
|
|
5454
|
-
"version": "5.0.0",
|
|
5455
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
5456
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
5457
|
-
"license": "MIT",
|
|
5458
|
-
"dependencies": {
|
|
5459
|
-
"get-east-asian-width": "^1.0.0"
|
|
5460
|
-
},
|
|
5461
|
-
"engines": {
|
|
5462
|
-
"node": ">=18"
|
|
5463
|
-
},
|
|
5464
|
-
"funding": {
|
|
5465
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5466
|
-
}
|
|
5467
|
-
},
|
|
5468
|
-
"node_modules/@salesforce/plugin-data/node_modules/natural-orderby": {
|
|
5469
|
-
"version": "3.0.2",
|
|
5470
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
5471
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
5472
|
-
"license": "MIT",
|
|
5473
|
-
"engines": {
|
|
5474
|
-
"node": ">=18"
|
|
5475
|
-
}
|
|
5476
|
-
},
|
|
5477
|
-
"node_modules/@salesforce/plugin-data/node_modules/slice-ansi": {
|
|
5478
|
-
"version": "7.1.0",
|
|
5479
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
5480
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
5481
|
-
"license": "MIT",
|
|
5482
|
-
"dependencies": {
|
|
5483
|
-
"ansi-styles": "^6.2.1",
|
|
5484
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
5485
|
-
},
|
|
5486
|
-
"engines": {
|
|
5487
|
-
"node": ">=18"
|
|
5488
|
-
},
|
|
5489
|
-
"funding": {
|
|
5490
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
5491
|
-
}
|
|
5492
|
-
},
|
|
5493
5195
|
"node_modules/@salesforce/plugin-data/node_modules/string-width": {
|
|
5494
5196
|
"version": "7.1.0",
|
|
5495
5197
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -5578,64 +5280,12 @@
|
|
|
5578
5280
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5579
5281
|
}
|
|
5580
5282
|
},
|
|
5581
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/ansi-styles": {
|
|
5582
|
-
"version": "6.2.1",
|
|
5583
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
5584
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
5585
|
-
"license": "MIT",
|
|
5586
|
-
"engines": {
|
|
5587
|
-
"node": ">=12"
|
|
5588
|
-
},
|
|
5589
|
-
"funding": {
|
|
5590
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
5591
|
-
}
|
|
5592
|
-
},
|
|
5593
5283
|
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/emoji-regex": {
|
|
5594
5284
|
"version": "10.3.0",
|
|
5595
5285
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5596
5286
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5597
5287
|
"license": "MIT"
|
|
5598
5288
|
},
|
|
5599
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/is-fullwidth-code-point": {
|
|
5600
|
-
"version": "5.0.0",
|
|
5601
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
5602
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
5603
|
-
"license": "MIT",
|
|
5604
|
-
"dependencies": {
|
|
5605
|
-
"get-east-asian-width": "^1.0.0"
|
|
5606
|
-
},
|
|
5607
|
-
"engines": {
|
|
5608
|
-
"node": ">=18"
|
|
5609
|
-
},
|
|
5610
|
-
"funding": {
|
|
5611
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5612
|
-
}
|
|
5613
|
-
},
|
|
5614
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/natural-orderby": {
|
|
5615
|
-
"version": "3.0.2",
|
|
5616
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
5617
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
5618
|
-
"license": "MIT",
|
|
5619
|
-
"engines": {
|
|
5620
|
-
"node": ">=18"
|
|
5621
|
-
}
|
|
5622
|
-
},
|
|
5623
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/slice-ansi": {
|
|
5624
|
-
"version": "7.1.0",
|
|
5625
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
5626
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
5627
|
-
"license": "MIT",
|
|
5628
|
-
"dependencies": {
|
|
5629
|
-
"ansi-styles": "^6.2.1",
|
|
5630
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
5631
|
-
},
|
|
5632
|
-
"engines": {
|
|
5633
|
-
"node": ">=18"
|
|
5634
|
-
},
|
|
5635
|
-
"funding": {
|
|
5636
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
5637
|
-
}
|
|
5638
|
-
},
|
|
5639
5289
|
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/string-width": {
|
|
5640
5290
|
"version": "7.1.0",
|
|
5641
5291
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -5726,64 +5376,12 @@
|
|
|
5726
5376
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5727
5377
|
}
|
|
5728
5378
|
},
|
|
5729
|
-
"node_modules/@salesforce/plugin-info/node_modules/ansi-styles": {
|
|
5730
|
-
"version": "6.2.1",
|
|
5731
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
5732
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
5733
|
-
"license": "MIT",
|
|
5734
|
-
"engines": {
|
|
5735
|
-
"node": ">=12"
|
|
5736
|
-
},
|
|
5737
|
-
"funding": {
|
|
5738
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
5739
|
-
}
|
|
5740
|
-
},
|
|
5741
5379
|
"node_modules/@salesforce/plugin-info/node_modules/emoji-regex": {
|
|
5742
5380
|
"version": "10.3.0",
|
|
5743
5381
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5744
5382
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5745
5383
|
"license": "MIT"
|
|
5746
5384
|
},
|
|
5747
|
-
"node_modules/@salesforce/plugin-info/node_modules/is-fullwidth-code-point": {
|
|
5748
|
-
"version": "5.0.0",
|
|
5749
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
5750
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
5751
|
-
"license": "MIT",
|
|
5752
|
-
"dependencies": {
|
|
5753
|
-
"get-east-asian-width": "^1.0.0"
|
|
5754
|
-
},
|
|
5755
|
-
"engines": {
|
|
5756
|
-
"node": ">=18"
|
|
5757
|
-
},
|
|
5758
|
-
"funding": {
|
|
5759
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5760
|
-
}
|
|
5761
|
-
},
|
|
5762
|
-
"node_modules/@salesforce/plugin-info/node_modules/natural-orderby": {
|
|
5763
|
-
"version": "3.0.2",
|
|
5764
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
5765
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
5766
|
-
"license": "MIT",
|
|
5767
|
-
"engines": {
|
|
5768
|
-
"node": ">=18"
|
|
5769
|
-
}
|
|
5770
|
-
},
|
|
5771
|
-
"node_modules/@salesforce/plugin-info/node_modules/slice-ansi": {
|
|
5772
|
-
"version": "7.1.0",
|
|
5773
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
5774
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
5775
|
-
"license": "MIT",
|
|
5776
|
-
"dependencies": {
|
|
5777
|
-
"ansi-styles": "^6.2.1",
|
|
5778
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
5779
|
-
},
|
|
5780
|
-
"engines": {
|
|
5781
|
-
"node": ">=18"
|
|
5782
|
-
},
|
|
5783
|
-
"funding": {
|
|
5784
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
5785
|
-
}
|
|
5786
|
-
},
|
|
5787
5385
|
"node_modules/@salesforce/plugin-info/node_modules/string-width": {
|
|
5788
5386
|
"version": "7.1.0",
|
|
5789
5387
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -5866,31 +5464,21 @@
|
|
|
5866
5464
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5867
5465
|
}
|
|
5868
5466
|
},
|
|
5869
|
-
"node_modules/@salesforce/plugin-limits/node_modules/ansi-styles": {
|
|
5870
|
-
"version": "6.2.1",
|
|
5871
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
5872
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
5873
|
-
"license": "MIT",
|
|
5874
|
-
"engines": {
|
|
5875
|
-
"node": ">=12"
|
|
5876
|
-
},
|
|
5877
|
-
"funding": {
|
|
5878
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
5879
|
-
}
|
|
5880
|
-
},
|
|
5881
5467
|
"node_modules/@salesforce/plugin-limits/node_modules/emoji-regex": {
|
|
5882
5468
|
"version": "10.3.0",
|
|
5883
5469
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5884
5470
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5885
5471
|
"license": "MIT"
|
|
5886
5472
|
},
|
|
5887
|
-
"node_modules/@salesforce/plugin-limits/node_modules/
|
|
5888
|
-
"version": "
|
|
5889
|
-
"resolved": "https://registry.npmjs.org/
|
|
5890
|
-
"integrity": "sha512-
|
|
5473
|
+
"node_modules/@salesforce/plugin-limits/node_modules/string-width": {
|
|
5474
|
+
"version": "7.1.0",
|
|
5475
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
5476
|
+
"integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==",
|
|
5891
5477
|
"license": "MIT",
|
|
5892
5478
|
"dependencies": {
|
|
5893
|
-
"
|
|
5479
|
+
"emoji-regex": "^10.3.0",
|
|
5480
|
+
"get-east-asian-width": "^1.0.0",
|
|
5481
|
+
"strip-ansi": "^7.1.0"
|
|
5894
5482
|
},
|
|
5895
5483
|
"engines": {
|
|
5896
5484
|
"node": ">=18"
|
|
@@ -5899,49 +5487,7 @@
|
|
|
5899
5487
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5900
5488
|
}
|
|
5901
5489
|
},
|
|
5902
|
-
"node_modules/@salesforce/plugin-limits/node_modules/
|
|
5903
|
-
"version": "3.0.2",
|
|
5904
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
5905
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
5906
|
-
"license": "MIT",
|
|
5907
|
-
"engines": {
|
|
5908
|
-
"node": ">=18"
|
|
5909
|
-
}
|
|
5910
|
-
},
|
|
5911
|
-
"node_modules/@salesforce/plugin-limits/node_modules/slice-ansi": {
|
|
5912
|
-
"version": "7.1.0",
|
|
5913
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
5914
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
5915
|
-
"license": "MIT",
|
|
5916
|
-
"dependencies": {
|
|
5917
|
-
"ansi-styles": "^6.2.1",
|
|
5918
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
5919
|
-
},
|
|
5920
|
-
"engines": {
|
|
5921
|
-
"node": ">=18"
|
|
5922
|
-
},
|
|
5923
|
-
"funding": {
|
|
5924
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
5925
|
-
}
|
|
5926
|
-
},
|
|
5927
|
-
"node_modules/@salesforce/plugin-limits/node_modules/string-width": {
|
|
5928
|
-
"version": "7.1.0",
|
|
5929
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
5930
|
-
"integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==",
|
|
5931
|
-
"license": "MIT",
|
|
5932
|
-
"dependencies": {
|
|
5933
|
-
"emoji-regex": "^10.3.0",
|
|
5934
|
-
"get-east-asian-width": "^1.0.0",
|
|
5935
|
-
"strip-ansi": "^7.1.0"
|
|
5936
|
-
},
|
|
5937
|
-
"engines": {
|
|
5938
|
-
"node": ">=18"
|
|
5939
|
-
},
|
|
5940
|
-
"funding": {
|
|
5941
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5942
|
-
}
|
|
5943
|
-
},
|
|
5944
|
-
"node_modules/@salesforce/plugin-limits/node_modules/strip-ansi": {
|
|
5490
|
+
"node_modules/@salesforce/plugin-limits/node_modules/strip-ansi": {
|
|
5945
5491
|
"version": "7.1.0",
|
|
5946
5492
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
5947
5493
|
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
@@ -6008,64 +5554,12 @@
|
|
|
6008
5554
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
6009
5555
|
}
|
|
6010
5556
|
},
|
|
6011
|
-
"node_modules/@salesforce/plugin-marketplace/node_modules/ansi-styles": {
|
|
6012
|
-
"version": "6.2.1",
|
|
6013
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
6014
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
6015
|
-
"license": "MIT",
|
|
6016
|
-
"engines": {
|
|
6017
|
-
"node": ">=12"
|
|
6018
|
-
},
|
|
6019
|
-
"funding": {
|
|
6020
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6021
|
-
}
|
|
6022
|
-
},
|
|
6023
5557
|
"node_modules/@salesforce/plugin-marketplace/node_modules/emoji-regex": {
|
|
6024
5558
|
"version": "10.3.0",
|
|
6025
5559
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
6026
5560
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
6027
5561
|
"license": "MIT"
|
|
6028
5562
|
},
|
|
6029
|
-
"node_modules/@salesforce/plugin-marketplace/node_modules/is-fullwidth-code-point": {
|
|
6030
|
-
"version": "5.0.0",
|
|
6031
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
6032
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
6033
|
-
"license": "MIT",
|
|
6034
|
-
"dependencies": {
|
|
6035
|
-
"get-east-asian-width": "^1.0.0"
|
|
6036
|
-
},
|
|
6037
|
-
"engines": {
|
|
6038
|
-
"node": ">=18"
|
|
6039
|
-
},
|
|
6040
|
-
"funding": {
|
|
6041
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6042
|
-
}
|
|
6043
|
-
},
|
|
6044
|
-
"node_modules/@salesforce/plugin-marketplace/node_modules/natural-orderby": {
|
|
6045
|
-
"version": "3.0.2",
|
|
6046
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
6047
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
6048
|
-
"license": "MIT",
|
|
6049
|
-
"engines": {
|
|
6050
|
-
"node": ">=18"
|
|
6051
|
-
}
|
|
6052
|
-
},
|
|
6053
|
-
"node_modules/@salesforce/plugin-marketplace/node_modules/slice-ansi": {
|
|
6054
|
-
"version": "7.1.0",
|
|
6055
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
6056
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
6057
|
-
"license": "MIT",
|
|
6058
|
-
"dependencies": {
|
|
6059
|
-
"ansi-styles": "^6.2.1",
|
|
6060
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
6061
|
-
},
|
|
6062
|
-
"engines": {
|
|
6063
|
-
"node": ">=18"
|
|
6064
|
-
},
|
|
6065
|
-
"funding": {
|
|
6066
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
6067
|
-
}
|
|
6068
|
-
},
|
|
6069
5563
|
"node_modules/@salesforce/plugin-marketplace/node_modules/string-width": {
|
|
6070
5564
|
"version": "7.1.0",
|
|
6071
5565
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -6099,16 +5593,16 @@
|
|
|
6099
5593
|
}
|
|
6100
5594
|
},
|
|
6101
5595
|
"node_modules/@salesforce/plugin-org": {
|
|
6102
|
-
"version": "4.2.
|
|
6103
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.2.
|
|
6104
|
-
"integrity": "sha512-
|
|
5596
|
+
"version": "4.2.4",
|
|
5597
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.2.4.tgz",
|
|
5598
|
+
"integrity": "sha512-e+z5dRIMfNpTmuvkb48kJNfcN1RekSVqXplyVDzu/KP34VhBnqfoFQIRoY/+nGJretxUPanmrXvvIDgYyABS4g==",
|
|
6105
5599
|
"license": "BSD-3-Clause",
|
|
6106
5600
|
"dependencies": {
|
|
6107
|
-
"@oclif/core": "^4.0.
|
|
6108
|
-
"@salesforce/core": "^7.
|
|
6109
|
-
"@salesforce/kit": "^3.1.
|
|
6110
|
-
"@salesforce/sf-plugins-core": "^
|
|
6111
|
-
"@salesforce/source-deploy-retrieve": "^11.6.
|
|
5601
|
+
"@oclif/core": "^4.0.6",
|
|
5602
|
+
"@salesforce/core": "^7.4.1",
|
|
5603
|
+
"@salesforce/kit": "^3.1.5",
|
|
5604
|
+
"@salesforce/sf-plugins-core": "^11.0.1",
|
|
5605
|
+
"@salesforce/source-deploy-retrieve": "^11.6.7",
|
|
6112
5606
|
"ansis": "^3.2.0",
|
|
6113
5607
|
"change-case": "^5.4.4",
|
|
6114
5608
|
"is-wsl": "^3.1.0",
|
|
@@ -6118,152 +5612,12 @@
|
|
|
6118
5612
|
"node": ">=18.0.0"
|
|
6119
5613
|
}
|
|
6120
5614
|
},
|
|
6121
|
-
"node_modules/@salesforce/plugin-org/node_modules/@salesforce/sf-plugins-core": {
|
|
6122
|
-
"version": "10.0.1",
|
|
6123
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.1.tgz",
|
|
6124
|
-
"integrity": "sha512-FsbZKshTgyHYO1KNuEuNGhzLj5diuh7lMElNkT4xfmwGjciDEIBtZf/aMAdN9AYpIj/TkAvi7Xnxs1gMHPOGNQ==",
|
|
6125
|
-
"license": "BSD-3-Clause",
|
|
6126
|
-
"dependencies": {
|
|
6127
|
-
"@inquirer/confirm": "^3.1.9",
|
|
6128
|
-
"@inquirer/password": "^2.1.9",
|
|
6129
|
-
"@oclif/core": "^4.0.3",
|
|
6130
|
-
"@salesforce/core": "^7.3.12",
|
|
6131
|
-
"@salesforce/kit": "^3.1.3",
|
|
6132
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
6133
|
-
"ansis": "^3.2.0",
|
|
6134
|
-
"cli-progress": "^3.12.0",
|
|
6135
|
-
"natural-orderby": "^3.0.2",
|
|
6136
|
-
"slice-ansi": "^7.1.0",
|
|
6137
|
-
"string-width": "^7.1.0",
|
|
6138
|
-
"terminal-link": "^3.0.0"
|
|
6139
|
-
},
|
|
6140
|
-
"engines": {
|
|
6141
|
-
"node": ">=18.0.0"
|
|
6142
|
-
}
|
|
6143
|
-
},
|
|
6144
|
-
"node_modules/@salesforce/plugin-org/node_modules/ansi-regex": {
|
|
6145
|
-
"version": "6.0.1",
|
|
6146
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
6147
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
6148
|
-
"license": "MIT",
|
|
6149
|
-
"engines": {
|
|
6150
|
-
"node": ">=12"
|
|
6151
|
-
},
|
|
6152
|
-
"funding": {
|
|
6153
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
6154
|
-
}
|
|
6155
|
-
},
|
|
6156
|
-
"node_modules/@salesforce/plugin-org/node_modules/ansi-styles": {
|
|
6157
|
-
"version": "6.2.1",
|
|
6158
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
6159
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
6160
|
-
"license": "MIT",
|
|
6161
|
-
"engines": {
|
|
6162
|
-
"node": ">=12"
|
|
6163
|
-
},
|
|
6164
|
-
"funding": {
|
|
6165
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6166
|
-
}
|
|
6167
|
-
},
|
|
6168
5615
|
"node_modules/@salesforce/plugin-org/node_modules/change-case": {
|
|
6169
5616
|
"version": "5.4.4",
|
|
6170
5617
|
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
6171
5618
|
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
6172
5619
|
"license": "MIT"
|
|
6173
5620
|
},
|
|
6174
|
-
"node_modules/@salesforce/plugin-org/node_modules/emoji-regex": {
|
|
6175
|
-
"version": "10.3.0",
|
|
6176
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
6177
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
6178
|
-
"license": "MIT"
|
|
6179
|
-
},
|
|
6180
|
-
"node_modules/@salesforce/plugin-org/node_modules/is-fullwidth-code-point": {
|
|
6181
|
-
"version": "5.0.0",
|
|
6182
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
6183
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
6184
|
-
"license": "MIT",
|
|
6185
|
-
"dependencies": {
|
|
6186
|
-
"get-east-asian-width": "^1.0.0"
|
|
6187
|
-
},
|
|
6188
|
-
"engines": {
|
|
6189
|
-
"node": ">=18"
|
|
6190
|
-
},
|
|
6191
|
-
"funding": {
|
|
6192
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6193
|
-
}
|
|
6194
|
-
},
|
|
6195
|
-
"node_modules/@salesforce/plugin-org/node_modules/is-wsl": {
|
|
6196
|
-
"version": "3.1.0",
|
|
6197
|
-
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
|
|
6198
|
-
"integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
|
|
6199
|
-
"license": "MIT",
|
|
6200
|
-
"dependencies": {
|
|
6201
|
-
"is-inside-container": "^1.0.0"
|
|
6202
|
-
},
|
|
6203
|
-
"engines": {
|
|
6204
|
-
"node": ">=16"
|
|
6205
|
-
},
|
|
6206
|
-
"funding": {
|
|
6207
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6208
|
-
}
|
|
6209
|
-
},
|
|
6210
|
-
"node_modules/@salesforce/plugin-org/node_modules/natural-orderby": {
|
|
6211
|
-
"version": "3.0.2",
|
|
6212
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
6213
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
6214
|
-
"license": "MIT",
|
|
6215
|
-
"engines": {
|
|
6216
|
-
"node": ">=18"
|
|
6217
|
-
}
|
|
6218
|
-
},
|
|
6219
|
-
"node_modules/@salesforce/plugin-org/node_modules/slice-ansi": {
|
|
6220
|
-
"version": "7.1.0",
|
|
6221
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
6222
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
6223
|
-
"license": "MIT",
|
|
6224
|
-
"dependencies": {
|
|
6225
|
-
"ansi-styles": "^6.2.1",
|
|
6226
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
6227
|
-
},
|
|
6228
|
-
"engines": {
|
|
6229
|
-
"node": ">=18"
|
|
6230
|
-
},
|
|
6231
|
-
"funding": {
|
|
6232
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
6233
|
-
}
|
|
6234
|
-
},
|
|
6235
|
-
"node_modules/@salesforce/plugin-org/node_modules/string-width": {
|
|
6236
|
-
"version": "7.1.0",
|
|
6237
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
6238
|
-
"integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==",
|
|
6239
|
-
"license": "MIT",
|
|
6240
|
-
"dependencies": {
|
|
6241
|
-
"emoji-regex": "^10.3.0",
|
|
6242
|
-
"get-east-asian-width": "^1.0.0",
|
|
6243
|
-
"strip-ansi": "^7.1.0"
|
|
6244
|
-
},
|
|
6245
|
-
"engines": {
|
|
6246
|
-
"node": ">=18"
|
|
6247
|
-
},
|
|
6248
|
-
"funding": {
|
|
6249
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6250
|
-
}
|
|
6251
|
-
},
|
|
6252
|
-
"node_modules/@salesforce/plugin-org/node_modules/strip-ansi": {
|
|
6253
|
-
"version": "7.1.0",
|
|
6254
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
6255
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
6256
|
-
"license": "MIT",
|
|
6257
|
-
"dependencies": {
|
|
6258
|
-
"ansi-regex": "^6.0.1"
|
|
6259
|
-
},
|
|
6260
|
-
"engines": {
|
|
6261
|
-
"node": ">=12"
|
|
6262
|
-
},
|
|
6263
|
-
"funding": {
|
|
6264
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6265
|
-
}
|
|
6266
|
-
},
|
|
6267
5621
|
"node_modules/@salesforce/plugin-packaging": {
|
|
6268
5622
|
"version": "2.4.6",
|
|
6269
5623
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.4.6.tgz",
|
|
@@ -6316,18 +5670,6 @@
|
|
|
6316
5670
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
6317
5671
|
}
|
|
6318
5672
|
},
|
|
6319
|
-
"node_modules/@salesforce/plugin-packaging/node_modules/ansi-styles": {
|
|
6320
|
-
"version": "6.2.1",
|
|
6321
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
6322
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
6323
|
-
"license": "MIT",
|
|
6324
|
-
"engines": {
|
|
6325
|
-
"node": ">=12"
|
|
6326
|
-
},
|
|
6327
|
-
"funding": {
|
|
6328
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6329
|
-
}
|
|
6330
|
-
},
|
|
6331
5673
|
"node_modules/@salesforce/plugin-packaging/node_modules/chalk": {
|
|
6332
5674
|
"version": "5.3.0",
|
|
6333
5675
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -6346,46 +5688,6 @@
|
|
|
6346
5688
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
6347
5689
|
"license": "MIT"
|
|
6348
5690
|
},
|
|
6349
|
-
"node_modules/@salesforce/plugin-packaging/node_modules/is-fullwidth-code-point": {
|
|
6350
|
-
"version": "5.0.0",
|
|
6351
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
6352
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
6353
|
-
"license": "MIT",
|
|
6354
|
-
"dependencies": {
|
|
6355
|
-
"get-east-asian-width": "^1.0.0"
|
|
6356
|
-
},
|
|
6357
|
-
"engines": {
|
|
6358
|
-
"node": ">=18"
|
|
6359
|
-
},
|
|
6360
|
-
"funding": {
|
|
6361
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6362
|
-
}
|
|
6363
|
-
},
|
|
6364
|
-
"node_modules/@salesforce/plugin-packaging/node_modules/natural-orderby": {
|
|
6365
|
-
"version": "3.0.2",
|
|
6366
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
6367
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
6368
|
-
"license": "MIT",
|
|
6369
|
-
"engines": {
|
|
6370
|
-
"node": ">=18"
|
|
6371
|
-
}
|
|
6372
|
-
},
|
|
6373
|
-
"node_modules/@salesforce/plugin-packaging/node_modules/slice-ansi": {
|
|
6374
|
-
"version": "7.1.0",
|
|
6375
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
6376
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
6377
|
-
"license": "MIT",
|
|
6378
|
-
"dependencies": {
|
|
6379
|
-
"ansi-styles": "^6.2.1",
|
|
6380
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
6381
|
-
},
|
|
6382
|
-
"engines": {
|
|
6383
|
-
"node": ">=18"
|
|
6384
|
-
},
|
|
6385
|
-
"funding": {
|
|
6386
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
6387
|
-
}
|
|
6388
|
-
},
|
|
6389
5691
|
"node_modules/@salesforce/plugin-packaging/node_modules/string-width": {
|
|
6390
5692
|
"version": "7.1.0",
|
|
6391
5693
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -6402,127 +5704,57 @@
|
|
|
6402
5704
|
"funding": {
|
|
6403
5705
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6404
5706
|
}
|
|
6405
|
-
},
|
|
6406
|
-
"node_modules/@salesforce/plugin-packaging/node_modules/strip-ansi": {
|
|
6407
|
-
"version": "7.1.0",
|
|
6408
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
6409
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
6410
|
-
"license": "MIT",
|
|
6411
|
-
"dependencies": {
|
|
6412
|
-
"ansi-regex": "^6.0.1"
|
|
6413
|
-
},
|
|
6414
|
-
"engines": {
|
|
6415
|
-
"node": ">=12"
|
|
6416
|
-
},
|
|
6417
|
-
"funding": {
|
|
6418
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6419
|
-
}
|
|
6420
|
-
},
|
|
6421
|
-
"node_modules/@salesforce/plugin-release-management": {
|
|
6422
|
-
"version": "5.4.7",
|
|
6423
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-5.4.7.tgz",
|
|
6424
|
-
"integrity": "sha512-ll4X+5hT6jI5m/6oJJOLTbhUXUuhmsQRp8Md4lGojchnhAERZLpf3lL2Uhzzfmiih5ej75/CiXc+PkaVzNnG2g==",
|
|
6425
|
-
"dev": true,
|
|
6426
|
-
"license": "BSD-3-Clause",
|
|
6427
|
-
"dependencies": {
|
|
6428
|
-
"@oclif/core": "^3.26.4",
|
|
6429
|
-
"@octokit/core": "^4.2.4",
|
|
6430
|
-
"@octokit/plugin-paginate-rest": "^6.1.2",
|
|
6431
|
-
"@octokit/plugin-throttling": "^5.2.3",
|
|
6432
|
-
"@salesforce/cli-plugins-testkit": "^5.3.9",
|
|
6433
|
-
"@salesforce/core": "^7.3.1",
|
|
6434
|
-
"@salesforce/kit": "^3.1.2",
|
|
6435
|
-
"@salesforce/plugin-command-reference": "^3.0.83",
|
|
6436
|
-
"@salesforce/plugin-trust": "^3.7.0",
|
|
6437
|
-
"@salesforce/sf-plugins-core": "^9.1.1",
|
|
6438
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
6439
|
-
"aws-sdk": "^2.1632.0",
|
|
6440
|
-
"chalk": "^5.3.0",
|
|
6441
|
-
"fast-glob": "^3.3.2",
|
|
6442
|
-
"got": "^13",
|
|
6443
|
-
"just-diff": "^5.2.0",
|
|
6444
|
-
"proxy-agent": "^6.4.0",
|
|
6445
|
-
"semver": "^7.6.0",
|
|
6446
|
-
"shelljs": "^0.8.5",
|
|
6447
|
-
"standard-version": "^9.5.0",
|
|
6448
|
-
"strip-ansi": "^6",
|
|
6449
|
-
"yarn-deduplicate": "^6.0.2"
|
|
6450
|
-
},
|
|
6451
|
-
"bin": {
|
|
6452
|
-
"sf-release": "bin/run.js"
|
|
6453
|
-
},
|
|
6454
|
-
"engines": {
|
|
6455
|
-
"node": ">=16.0.0"
|
|
6456
|
-
}
|
|
6457
|
-
},
|
|
6458
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/@oclif/core": {
|
|
6459
|
-
"version": "3.26.9",
|
|
6460
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.9.tgz",
|
|
6461
|
-
"integrity": "sha512-yB5Yxd62DsHqqCK/60L8IiGpTRIU4J+fzCqfbPRiIYE5+agfN63kppaM+TbqyMBdsnt/PQOnYD8Bhs1quUr6fg==",
|
|
6462
|
-
"dev": true,
|
|
6463
|
-
"license": "MIT",
|
|
6464
|
-
"dependencies": {
|
|
6465
|
-
"@types/cli-progress": "^3.11.5",
|
|
6466
|
-
"ansi-escapes": "^4.3.2",
|
|
6467
|
-
"ansi-styles": "^4.3.0",
|
|
6468
|
-
"cardinal": "^2.1.1",
|
|
6469
|
-
"chalk": "^4.1.2",
|
|
6470
|
-
"clean-stack": "^3.0.1",
|
|
6471
|
-
"cli-progress": "^3.12.0",
|
|
6472
|
-
"color": "^4.2.3",
|
|
6473
|
-
"debug": "^4.3.5",
|
|
6474
|
-
"ejs": "^3.1.10",
|
|
6475
|
-
"get-package-type": "^0.1.0",
|
|
6476
|
-
"globby": "^11.1.0",
|
|
6477
|
-
"hyperlinker": "^1.0.0",
|
|
6478
|
-
"indent-string": "^4.0.0",
|
|
6479
|
-
"is-wsl": "^2.2.0",
|
|
6480
|
-
"js-yaml": "^3.14.1",
|
|
6481
|
-
"minimatch": "^9.0.4",
|
|
6482
|
-
"natural-orderby": "^2.0.3",
|
|
6483
|
-
"object-treeify": "^1.1.33",
|
|
6484
|
-
"password-prompt": "^1.1.3",
|
|
6485
|
-
"slice-ansi": "^4.0.0",
|
|
6486
|
-
"string-width": "^4.2.3",
|
|
6487
|
-
"strip-ansi": "^6.0.1",
|
|
6488
|
-
"supports-color": "^8.1.1",
|
|
6489
|
-
"supports-hyperlinks": "^2.2.0",
|
|
6490
|
-
"widest-line": "^3.1.0",
|
|
6491
|
-
"wordwrap": "^1.0.0",
|
|
6492
|
-
"wrap-ansi": "^7.0.0"
|
|
6493
|
-
},
|
|
6494
|
-
"engines": {
|
|
6495
|
-
"node": ">=18.0.0"
|
|
6496
|
-
}
|
|
6497
|
-
},
|
|
6498
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/@oclif/core/node_modules/chalk": {
|
|
6499
|
-
"version": "4.1.2",
|
|
6500
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
6501
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
6502
|
-
"dev": true,
|
|
5707
|
+
},
|
|
5708
|
+
"node_modules/@salesforce/plugin-packaging/node_modules/strip-ansi": {
|
|
5709
|
+
"version": "7.1.0",
|
|
5710
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
5711
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
6503
5712
|
"license": "MIT",
|
|
6504
5713
|
"dependencies": {
|
|
6505
|
-
"ansi-
|
|
6506
|
-
"supports-color": "^7.1.0"
|
|
5714
|
+
"ansi-regex": "^6.0.1"
|
|
6507
5715
|
},
|
|
6508
5716
|
"engines": {
|
|
6509
|
-
"node": ">=
|
|
5717
|
+
"node": ">=12"
|
|
6510
5718
|
},
|
|
6511
5719
|
"funding": {
|
|
6512
|
-
"url": "https://github.com/chalk/
|
|
5720
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6513
5721
|
}
|
|
6514
5722
|
},
|
|
6515
|
-
"node_modules/@salesforce/plugin-release-management
|
|
6516
|
-
"version": "
|
|
6517
|
-
"resolved": "https://registry.npmjs.org/
|
|
6518
|
-
"integrity": "sha512-
|
|
5723
|
+
"node_modules/@salesforce/plugin-release-management": {
|
|
5724
|
+
"version": "5.5.7",
|
|
5725
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-5.5.7.tgz",
|
|
5726
|
+
"integrity": "sha512-jnQKbElbDJYUZgwN8b+/wNEe5KidPwQMAdF8haT7uMVmgr0VGFdA4hLk8cLkN/AQOAPI3WufSrLwL7DIahiIcA==",
|
|
6519
5727
|
"dev": true,
|
|
6520
|
-
"license": "
|
|
5728
|
+
"license": "BSD-3-Clause",
|
|
6521
5729
|
"dependencies": {
|
|
6522
|
-
"
|
|
5730
|
+
"@oclif/core": "^4",
|
|
5731
|
+
"@octokit/core": "^4.2.4",
|
|
5732
|
+
"@octokit/plugin-paginate-rest": "^6.1.2",
|
|
5733
|
+
"@octokit/plugin-throttling": "^5.2.3",
|
|
5734
|
+
"@salesforce/cli-plugins-testkit": "^5.3.9",
|
|
5735
|
+
"@salesforce/core": "^7.3.12",
|
|
5736
|
+
"@salesforce/kit": "^3.1.4",
|
|
5737
|
+
"@salesforce/plugin-command-reference": "^3.1.1",
|
|
5738
|
+
"@salesforce/plugin-trust": "^3.7.6",
|
|
5739
|
+
"@salesforce/sf-plugins-core": "^10.0.0",
|
|
5740
|
+
"@salesforce/ts-types": "^2.0.10",
|
|
5741
|
+
"aws-sdk": "^2.1632.0",
|
|
5742
|
+
"chalk": "^5.3.0",
|
|
5743
|
+
"fast-glob": "^3.3.2",
|
|
5744
|
+
"got": "^13",
|
|
5745
|
+
"just-diff": "^5.2.0",
|
|
5746
|
+
"proxy-agent": "^6.4.0",
|
|
5747
|
+
"semver": "^7.6.0",
|
|
5748
|
+
"shelljs": "^0.8.5",
|
|
5749
|
+
"standard-version": "^9.5.0",
|
|
5750
|
+
"strip-ansi": "^6",
|
|
5751
|
+
"yarn-deduplicate": "^6.0.2"
|
|
5752
|
+
},
|
|
5753
|
+
"bin": {
|
|
5754
|
+
"sf-release": "bin/run.js"
|
|
6523
5755
|
},
|
|
6524
5756
|
"engines": {
|
|
6525
|
-
"node": ">=
|
|
5757
|
+
"node": ">=16.0.0"
|
|
6526
5758
|
}
|
|
6527
5759
|
},
|
|
6528
5760
|
"node_modules/@salesforce/plugin-release-management/node_modules/@octokit/auth-token": {
|
|
@@ -6669,24 +5901,42 @@
|
|
|
6669
5901
|
}
|
|
6670
5902
|
},
|
|
6671
5903
|
"node_modules/@salesforce/plugin-release-management/node_modules/@salesforce/sf-plugins-core": {
|
|
6672
|
-
"version": "
|
|
6673
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
6674
|
-
"integrity": "sha512-
|
|
5904
|
+
"version": "10.0.1",
|
|
5905
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.1.tgz",
|
|
5906
|
+
"integrity": "sha512-FsbZKshTgyHYO1KNuEuNGhzLj5diuh7lMElNkT4xfmwGjciDEIBtZf/aMAdN9AYpIj/TkAvi7Xnxs1gMHPOGNQ==",
|
|
6675
5907
|
"dev": true,
|
|
6676
5908
|
"license": "BSD-3-Clause",
|
|
6677
5909
|
"dependencies": {
|
|
6678
5910
|
"@inquirer/confirm": "^3.1.9",
|
|
6679
5911
|
"@inquirer/password": "^2.1.9",
|
|
6680
|
-
"@oclif/core": "^
|
|
6681
|
-
"@salesforce/core": "^7.3.
|
|
6682
|
-
"@salesforce/kit": "^3.1.
|
|
5912
|
+
"@oclif/core": "^4.0.3",
|
|
5913
|
+
"@salesforce/core": "^7.3.12",
|
|
5914
|
+
"@salesforce/kit": "^3.1.3",
|
|
6683
5915
|
"@salesforce/ts-types": "^2.0.9",
|
|
6684
|
-
"
|
|
5916
|
+
"ansis": "^3.2.0",
|
|
5917
|
+
"cli-progress": "^3.12.0",
|
|
5918
|
+
"natural-orderby": "^3.0.2",
|
|
5919
|
+
"slice-ansi": "^7.1.0",
|
|
5920
|
+
"string-width": "^7.1.0",
|
|
5921
|
+
"terminal-link": "^3.0.0"
|
|
6685
5922
|
},
|
|
6686
5923
|
"engines": {
|
|
6687
5924
|
"node": ">=18.0.0"
|
|
6688
5925
|
}
|
|
6689
5926
|
},
|
|
5927
|
+
"node_modules/@salesforce/plugin-release-management/node_modules/ansi-regex": {
|
|
5928
|
+
"version": "6.0.1",
|
|
5929
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
5930
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
5931
|
+
"dev": true,
|
|
5932
|
+
"license": "MIT",
|
|
5933
|
+
"engines": {
|
|
5934
|
+
"node": ">=12"
|
|
5935
|
+
},
|
|
5936
|
+
"funding": {
|
|
5937
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5938
|
+
}
|
|
5939
|
+
},
|
|
6690
5940
|
"node_modules/@salesforce/plugin-release-management/node_modules/chalk": {
|
|
6691
5941
|
"version": "5.3.0",
|
|
6692
5942
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -6700,31 +5950,56 @@
|
|
|
6700
5950
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
6701
5951
|
}
|
|
6702
5952
|
},
|
|
6703
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/
|
|
6704
|
-
"version": "
|
|
6705
|
-
"resolved": "https://registry.npmjs.org/
|
|
6706
|
-
"integrity": "sha512-
|
|
5953
|
+
"node_modules/@salesforce/plugin-release-management/node_modules/emoji-regex": {
|
|
5954
|
+
"version": "10.3.0",
|
|
5955
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5956
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5957
|
+
"dev": true,
|
|
5958
|
+
"license": "MIT"
|
|
5959
|
+
},
|
|
5960
|
+
"node_modules/@salesforce/plugin-release-management/node_modules/string-width": {
|
|
5961
|
+
"version": "7.1.0",
|
|
5962
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
5963
|
+
"integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==",
|
|
6707
5964
|
"dev": true,
|
|
6708
5965
|
"license": "MIT",
|
|
6709
5966
|
"dependencies": {
|
|
6710
|
-
"
|
|
5967
|
+
"emoji-regex": "^10.3.0",
|
|
5968
|
+
"get-east-asian-width": "^1.0.0",
|
|
5969
|
+
"strip-ansi": "^7.1.0"
|
|
6711
5970
|
},
|
|
6712
5971
|
"engines": {
|
|
6713
|
-
"node": ">=
|
|
5972
|
+
"node": ">=18"
|
|
6714
5973
|
},
|
|
6715
5974
|
"funding": {
|
|
6716
|
-
"url": "https://github.com/
|
|
5975
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5976
|
+
}
|
|
5977
|
+
},
|
|
5978
|
+
"node_modules/@salesforce/plugin-release-management/node_modules/string-width/node_modules/strip-ansi": {
|
|
5979
|
+
"version": "7.1.0",
|
|
5980
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
5981
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
5982
|
+
"dev": true,
|
|
5983
|
+
"license": "MIT",
|
|
5984
|
+
"dependencies": {
|
|
5985
|
+
"ansi-regex": "^6.0.1"
|
|
5986
|
+
},
|
|
5987
|
+
"engines": {
|
|
5988
|
+
"node": ">=12"
|
|
5989
|
+
},
|
|
5990
|
+
"funding": {
|
|
5991
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6717
5992
|
}
|
|
6718
5993
|
},
|
|
6719
5994
|
"node_modules/@salesforce/plugin-schema": {
|
|
6720
|
-
"version": "3.3.
|
|
6721
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
6722
|
-
"integrity": "sha512-
|
|
5995
|
+
"version": "3.3.14",
|
|
5996
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.14.tgz",
|
|
5997
|
+
"integrity": "sha512-L1xDdrMEiE87coVupfTgyeIXL9yb8g85mhcgR49CEIE5Ppim/L3lALI0YljDz3Ye09PBl1dfT2Xm9d340cziOg==",
|
|
6723
5998
|
"license": "BSD-3-Clause",
|
|
6724
5999
|
"dependencies": {
|
|
6725
6000
|
"@oclif/core": "^4",
|
|
6726
6001
|
"@salesforce/core": "^7.3.8",
|
|
6727
|
-
"@salesforce/sf-plugins-core": "^10.0.
|
|
6002
|
+
"@salesforce/sf-plugins-core": "^10.0.1"
|
|
6728
6003
|
},
|
|
6729
6004
|
"engines": {
|
|
6730
6005
|
"node": ">=18.0.0"
|
|
@@ -6765,64 +6040,12 @@
|
|
|
6765
6040
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
6766
6041
|
}
|
|
6767
6042
|
},
|
|
6768
|
-
"node_modules/@salesforce/plugin-schema/node_modules/ansi-styles": {
|
|
6769
|
-
"version": "6.2.1",
|
|
6770
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
6771
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
6772
|
-
"license": "MIT",
|
|
6773
|
-
"engines": {
|
|
6774
|
-
"node": ">=12"
|
|
6775
|
-
},
|
|
6776
|
-
"funding": {
|
|
6777
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6778
|
-
}
|
|
6779
|
-
},
|
|
6780
6043
|
"node_modules/@salesforce/plugin-schema/node_modules/emoji-regex": {
|
|
6781
6044
|
"version": "10.3.0",
|
|
6782
6045
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
6783
6046
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
6784
6047
|
"license": "MIT"
|
|
6785
6048
|
},
|
|
6786
|
-
"node_modules/@salesforce/plugin-schema/node_modules/is-fullwidth-code-point": {
|
|
6787
|
-
"version": "5.0.0",
|
|
6788
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
6789
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
6790
|
-
"license": "MIT",
|
|
6791
|
-
"dependencies": {
|
|
6792
|
-
"get-east-asian-width": "^1.0.0"
|
|
6793
|
-
},
|
|
6794
|
-
"engines": {
|
|
6795
|
-
"node": ">=18"
|
|
6796
|
-
},
|
|
6797
|
-
"funding": {
|
|
6798
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6799
|
-
}
|
|
6800
|
-
},
|
|
6801
|
-
"node_modules/@salesforce/plugin-schema/node_modules/natural-orderby": {
|
|
6802
|
-
"version": "3.0.2",
|
|
6803
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
6804
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
6805
|
-
"license": "MIT",
|
|
6806
|
-
"engines": {
|
|
6807
|
-
"node": ">=18"
|
|
6808
|
-
}
|
|
6809
|
-
},
|
|
6810
|
-
"node_modules/@salesforce/plugin-schema/node_modules/slice-ansi": {
|
|
6811
|
-
"version": "7.1.0",
|
|
6812
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
6813
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
6814
|
-
"license": "MIT",
|
|
6815
|
-
"dependencies": {
|
|
6816
|
-
"ansi-styles": "^6.2.1",
|
|
6817
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
6818
|
-
},
|
|
6819
|
-
"engines": {
|
|
6820
|
-
"node": ">=18"
|
|
6821
|
-
},
|
|
6822
|
-
"funding": {
|
|
6823
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
6824
|
-
}
|
|
6825
|
-
},
|
|
6826
6049
|
"node_modules/@salesforce/plugin-schema/node_modules/string-width": {
|
|
6827
6050
|
"version": "7.1.0",
|
|
6828
6051
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -6905,64 +6128,12 @@
|
|
|
6905
6128
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
6906
6129
|
}
|
|
6907
6130
|
},
|
|
6908
|
-
"node_modules/@salesforce/plugin-settings/node_modules/ansi-styles": {
|
|
6909
|
-
"version": "6.2.1",
|
|
6910
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
6911
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
6912
|
-
"license": "MIT",
|
|
6913
|
-
"engines": {
|
|
6914
|
-
"node": ">=12"
|
|
6915
|
-
},
|
|
6916
|
-
"funding": {
|
|
6917
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6918
|
-
}
|
|
6919
|
-
},
|
|
6920
6131
|
"node_modules/@salesforce/plugin-settings/node_modules/emoji-regex": {
|
|
6921
6132
|
"version": "10.3.0",
|
|
6922
6133
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
6923
6134
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
6924
6135
|
"license": "MIT"
|
|
6925
6136
|
},
|
|
6926
|
-
"node_modules/@salesforce/plugin-settings/node_modules/is-fullwidth-code-point": {
|
|
6927
|
-
"version": "5.0.0",
|
|
6928
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
6929
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
6930
|
-
"license": "MIT",
|
|
6931
|
-
"dependencies": {
|
|
6932
|
-
"get-east-asian-width": "^1.0.0"
|
|
6933
|
-
},
|
|
6934
|
-
"engines": {
|
|
6935
|
-
"node": ">=18"
|
|
6936
|
-
},
|
|
6937
|
-
"funding": {
|
|
6938
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6939
|
-
}
|
|
6940
|
-
},
|
|
6941
|
-
"node_modules/@salesforce/plugin-settings/node_modules/natural-orderby": {
|
|
6942
|
-
"version": "3.0.2",
|
|
6943
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
6944
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
6945
|
-
"license": "MIT",
|
|
6946
|
-
"engines": {
|
|
6947
|
-
"node": ">=18"
|
|
6948
|
-
}
|
|
6949
|
-
},
|
|
6950
|
-
"node_modules/@salesforce/plugin-settings/node_modules/slice-ansi": {
|
|
6951
|
-
"version": "7.1.0",
|
|
6952
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
6953
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
6954
|
-
"license": "MIT",
|
|
6955
|
-
"dependencies": {
|
|
6956
|
-
"ansi-styles": "^6.2.1",
|
|
6957
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
6958
|
-
},
|
|
6959
|
-
"engines": {
|
|
6960
|
-
"node": ">=18"
|
|
6961
|
-
},
|
|
6962
|
-
"funding": {
|
|
6963
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
6964
|
-
}
|
|
6965
|
-
},
|
|
6966
6137
|
"node_modules/@salesforce/plugin-settings/node_modules/string-width": {
|
|
6967
6138
|
"version": "7.1.0",
|
|
6968
6139
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -7051,63 +6222,11 @@
|
|
|
7051
6222
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
7052
6223
|
}
|
|
7053
6224
|
},
|
|
7054
|
-
"node_modules/@salesforce/plugin-sobject/node_modules/ansi-styles": {
|
|
7055
|
-
"version": "6.2.1",
|
|
7056
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
7057
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
7058
|
-
"license": "MIT",
|
|
7059
|
-
"engines": {
|
|
7060
|
-
"node": ">=12"
|
|
7061
|
-
},
|
|
7062
|
-
"funding": {
|
|
7063
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7064
|
-
}
|
|
7065
|
-
},
|
|
7066
6225
|
"node_modules/@salesforce/plugin-sobject/node_modules/emoji-regex": {
|
|
7067
|
-
"version": "10.3.0",
|
|
7068
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
7069
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
7070
|
-
"license": "MIT"
|
|
7071
|
-
},
|
|
7072
|
-
"node_modules/@salesforce/plugin-sobject/node_modules/is-fullwidth-code-point": {
|
|
7073
|
-
"version": "5.0.0",
|
|
7074
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
7075
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
7076
|
-
"license": "MIT",
|
|
7077
|
-
"dependencies": {
|
|
7078
|
-
"get-east-asian-width": "^1.0.0"
|
|
7079
|
-
},
|
|
7080
|
-
"engines": {
|
|
7081
|
-
"node": ">=18"
|
|
7082
|
-
},
|
|
7083
|
-
"funding": {
|
|
7084
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7085
|
-
}
|
|
7086
|
-
},
|
|
7087
|
-
"node_modules/@salesforce/plugin-sobject/node_modules/natural-orderby": {
|
|
7088
|
-
"version": "3.0.2",
|
|
7089
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
7090
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
7091
|
-
"license": "MIT",
|
|
7092
|
-
"engines": {
|
|
7093
|
-
"node": ">=18"
|
|
7094
|
-
}
|
|
7095
|
-
},
|
|
7096
|
-
"node_modules/@salesforce/plugin-sobject/node_modules/slice-ansi": {
|
|
7097
|
-
"version": "7.1.0",
|
|
7098
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
7099
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
7100
|
-
"license": "MIT",
|
|
7101
|
-
"dependencies": {
|
|
7102
|
-
"ansi-styles": "^6.2.1",
|
|
7103
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
7104
|
-
},
|
|
7105
|
-
"engines": {
|
|
7106
|
-
"node": ">=18"
|
|
7107
|
-
},
|
|
7108
|
-
"funding": {
|
|
7109
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
7110
|
-
}
|
|
6226
|
+
"version": "10.3.0",
|
|
6227
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
6228
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
6229
|
+
"license": "MIT"
|
|
7111
6230
|
},
|
|
7112
6231
|
"node_modules/@salesforce/plugin-sobject/node_modules/string-width": {
|
|
7113
6232
|
"version": "7.1.0",
|
|
@@ -7199,18 +6318,6 @@
|
|
|
7199
6318
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
7200
6319
|
}
|
|
7201
6320
|
},
|
|
7202
|
-
"node_modules/@salesforce/plugin-source/node_modules/ansi-styles": {
|
|
7203
|
-
"version": "6.2.1",
|
|
7204
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
7205
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
7206
|
-
"license": "MIT",
|
|
7207
|
-
"engines": {
|
|
7208
|
-
"node": ">=12"
|
|
7209
|
-
},
|
|
7210
|
-
"funding": {
|
|
7211
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7212
|
-
}
|
|
7213
|
-
},
|
|
7214
6321
|
"node_modules/@salesforce/plugin-source/node_modules/chalk": {
|
|
7215
6322
|
"version": "5.3.0",
|
|
7216
6323
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -7229,46 +6336,6 @@
|
|
|
7229
6336
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
7230
6337
|
"license": "MIT"
|
|
7231
6338
|
},
|
|
7232
|
-
"node_modules/@salesforce/plugin-source/node_modules/is-fullwidth-code-point": {
|
|
7233
|
-
"version": "5.0.0",
|
|
7234
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
7235
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
7236
|
-
"license": "MIT",
|
|
7237
|
-
"dependencies": {
|
|
7238
|
-
"get-east-asian-width": "^1.0.0"
|
|
7239
|
-
},
|
|
7240
|
-
"engines": {
|
|
7241
|
-
"node": ">=18"
|
|
7242
|
-
},
|
|
7243
|
-
"funding": {
|
|
7244
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7245
|
-
}
|
|
7246
|
-
},
|
|
7247
|
-
"node_modules/@salesforce/plugin-source/node_modules/natural-orderby": {
|
|
7248
|
-
"version": "3.0.2",
|
|
7249
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
7250
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
7251
|
-
"license": "MIT",
|
|
7252
|
-
"engines": {
|
|
7253
|
-
"node": ">=18"
|
|
7254
|
-
}
|
|
7255
|
-
},
|
|
7256
|
-
"node_modules/@salesforce/plugin-source/node_modules/slice-ansi": {
|
|
7257
|
-
"version": "7.1.0",
|
|
7258
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
7259
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
7260
|
-
"license": "MIT",
|
|
7261
|
-
"dependencies": {
|
|
7262
|
-
"ansi-styles": "^6.2.1",
|
|
7263
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
7264
|
-
},
|
|
7265
|
-
"engines": {
|
|
7266
|
-
"node": ">=18"
|
|
7267
|
-
},
|
|
7268
|
-
"funding": {
|
|
7269
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
7270
|
-
}
|
|
7271
|
-
},
|
|
7272
6339
|
"node_modules/@salesforce/plugin-source/node_modules/string-width": {
|
|
7273
6340
|
"version": "7.1.0",
|
|
7274
6341
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -7354,64 +6421,12 @@
|
|
|
7354
6421
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
7355
6422
|
}
|
|
7356
6423
|
},
|
|
7357
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/ansi-styles": {
|
|
7358
|
-
"version": "6.2.1",
|
|
7359
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
7360
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
7361
|
-
"license": "MIT",
|
|
7362
|
-
"engines": {
|
|
7363
|
-
"node": ">=12"
|
|
7364
|
-
},
|
|
7365
|
-
"funding": {
|
|
7366
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7367
|
-
}
|
|
7368
|
-
},
|
|
7369
6424
|
"node_modules/@salesforce/plugin-telemetry/node_modules/emoji-regex": {
|
|
7370
6425
|
"version": "10.3.0",
|
|
7371
6426
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
7372
6427
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
7373
6428
|
"license": "MIT"
|
|
7374
6429
|
},
|
|
7375
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/is-fullwidth-code-point": {
|
|
7376
|
-
"version": "5.0.0",
|
|
7377
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
7378
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
7379
|
-
"license": "MIT",
|
|
7380
|
-
"dependencies": {
|
|
7381
|
-
"get-east-asian-width": "^1.0.0"
|
|
7382
|
-
},
|
|
7383
|
-
"engines": {
|
|
7384
|
-
"node": ">=18"
|
|
7385
|
-
},
|
|
7386
|
-
"funding": {
|
|
7387
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7388
|
-
}
|
|
7389
|
-
},
|
|
7390
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/natural-orderby": {
|
|
7391
|
-
"version": "3.0.2",
|
|
7392
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
7393
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
7394
|
-
"license": "MIT",
|
|
7395
|
-
"engines": {
|
|
7396
|
-
"node": ">=18"
|
|
7397
|
-
}
|
|
7398
|
-
},
|
|
7399
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/slice-ansi": {
|
|
7400
|
-
"version": "7.1.0",
|
|
7401
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
7402
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
7403
|
-
"license": "MIT",
|
|
7404
|
-
"dependencies": {
|
|
7405
|
-
"ansi-styles": "^6.2.1",
|
|
7406
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
7407
|
-
},
|
|
7408
|
-
"engines": {
|
|
7409
|
-
"node": ">=18"
|
|
7410
|
-
},
|
|
7411
|
-
"funding": {
|
|
7412
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
7413
|
-
}
|
|
7414
|
-
},
|
|
7415
6430
|
"node_modules/@salesforce/plugin-telemetry/node_modules/string-width": {
|
|
7416
6431
|
"version": "7.1.0",
|
|
7417
6432
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -7496,64 +6511,12 @@
|
|
|
7496
6511
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
7497
6512
|
}
|
|
7498
6513
|
},
|
|
7499
|
-
"node_modules/@salesforce/plugin-templates/node_modules/ansi-styles": {
|
|
7500
|
-
"version": "6.2.1",
|
|
7501
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
7502
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
7503
|
-
"license": "MIT",
|
|
7504
|
-
"engines": {
|
|
7505
|
-
"node": ">=12"
|
|
7506
|
-
},
|
|
7507
|
-
"funding": {
|
|
7508
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7509
|
-
}
|
|
7510
|
-
},
|
|
7511
6514
|
"node_modules/@salesforce/plugin-templates/node_modules/emoji-regex": {
|
|
7512
6515
|
"version": "10.3.0",
|
|
7513
6516
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
7514
6517
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
7515
6518
|
"license": "MIT"
|
|
7516
6519
|
},
|
|
7517
|
-
"node_modules/@salesforce/plugin-templates/node_modules/is-fullwidth-code-point": {
|
|
7518
|
-
"version": "5.0.0",
|
|
7519
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
7520
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
7521
|
-
"license": "MIT",
|
|
7522
|
-
"dependencies": {
|
|
7523
|
-
"get-east-asian-width": "^1.0.0"
|
|
7524
|
-
},
|
|
7525
|
-
"engines": {
|
|
7526
|
-
"node": ">=18"
|
|
7527
|
-
},
|
|
7528
|
-
"funding": {
|
|
7529
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7530
|
-
}
|
|
7531
|
-
},
|
|
7532
|
-
"node_modules/@salesforce/plugin-templates/node_modules/natural-orderby": {
|
|
7533
|
-
"version": "3.0.2",
|
|
7534
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
7535
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
7536
|
-
"license": "MIT",
|
|
7537
|
-
"engines": {
|
|
7538
|
-
"node": ">=18"
|
|
7539
|
-
}
|
|
7540
|
-
},
|
|
7541
|
-
"node_modules/@salesforce/plugin-templates/node_modules/slice-ansi": {
|
|
7542
|
-
"version": "7.1.0",
|
|
7543
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
7544
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
7545
|
-
"license": "MIT",
|
|
7546
|
-
"dependencies": {
|
|
7547
|
-
"ansi-styles": "^6.2.1",
|
|
7548
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
7549
|
-
},
|
|
7550
|
-
"engines": {
|
|
7551
|
-
"node": ">=18"
|
|
7552
|
-
},
|
|
7553
|
-
"funding": {
|
|
7554
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
7555
|
-
}
|
|
7556
|
-
},
|
|
7557
6520
|
"node_modules/@salesforce/plugin-templates/node_modules/string-width": {
|
|
7558
6521
|
"version": "7.1.0",
|
|
7559
6522
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -7646,64 +6609,12 @@
|
|
|
7646
6609
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
7647
6610
|
}
|
|
7648
6611
|
},
|
|
7649
|
-
"node_modules/@salesforce/plugin-trust/node_modules/ansi-styles": {
|
|
7650
|
-
"version": "6.2.1",
|
|
7651
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
7652
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
7653
|
-
"license": "MIT",
|
|
7654
|
-
"engines": {
|
|
7655
|
-
"node": ">=12"
|
|
7656
|
-
},
|
|
7657
|
-
"funding": {
|
|
7658
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7659
|
-
}
|
|
7660
|
-
},
|
|
7661
6612
|
"node_modules/@salesforce/plugin-trust/node_modules/emoji-regex": {
|
|
7662
6613
|
"version": "10.3.0",
|
|
7663
6614
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
7664
6615
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
7665
6616
|
"license": "MIT"
|
|
7666
6617
|
},
|
|
7667
|
-
"node_modules/@salesforce/plugin-trust/node_modules/is-fullwidth-code-point": {
|
|
7668
|
-
"version": "5.0.0",
|
|
7669
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
7670
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
7671
|
-
"license": "MIT",
|
|
7672
|
-
"dependencies": {
|
|
7673
|
-
"get-east-asian-width": "^1.0.0"
|
|
7674
|
-
},
|
|
7675
|
-
"engines": {
|
|
7676
|
-
"node": ">=18"
|
|
7677
|
-
},
|
|
7678
|
-
"funding": {
|
|
7679
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7680
|
-
}
|
|
7681
|
-
},
|
|
7682
|
-
"node_modules/@salesforce/plugin-trust/node_modules/natural-orderby": {
|
|
7683
|
-
"version": "3.0.2",
|
|
7684
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
7685
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
7686
|
-
"license": "MIT",
|
|
7687
|
-
"engines": {
|
|
7688
|
-
"node": ">=18"
|
|
7689
|
-
}
|
|
7690
|
-
},
|
|
7691
|
-
"node_modules/@salesforce/plugin-trust/node_modules/slice-ansi": {
|
|
7692
|
-
"version": "7.1.0",
|
|
7693
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
7694
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
7695
|
-
"license": "MIT",
|
|
7696
|
-
"dependencies": {
|
|
7697
|
-
"ansi-styles": "^6.2.1",
|
|
7698
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
7699
|
-
},
|
|
7700
|
-
"engines": {
|
|
7701
|
-
"node": ">=18"
|
|
7702
|
-
},
|
|
7703
|
-
"funding": {
|
|
7704
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
7705
|
-
}
|
|
7706
|
-
},
|
|
7707
6618
|
"node_modules/@salesforce/plugin-trust/node_modules/string-width": {
|
|
7708
6619
|
"version": "7.1.0",
|
|
7709
6620
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -7787,64 +6698,12 @@
|
|
|
7787
6698
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
7788
6699
|
}
|
|
7789
6700
|
},
|
|
7790
|
-
"node_modules/@salesforce/plugin-user/node_modules/ansi-styles": {
|
|
7791
|
-
"version": "6.2.1",
|
|
7792
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
7793
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
7794
|
-
"license": "MIT",
|
|
7795
|
-
"engines": {
|
|
7796
|
-
"node": ">=12"
|
|
7797
|
-
},
|
|
7798
|
-
"funding": {
|
|
7799
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7800
|
-
}
|
|
7801
|
-
},
|
|
7802
6701
|
"node_modules/@salesforce/plugin-user/node_modules/emoji-regex": {
|
|
7803
6702
|
"version": "10.3.0",
|
|
7804
6703
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
7805
6704
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
7806
6705
|
"license": "MIT"
|
|
7807
6706
|
},
|
|
7808
|
-
"node_modules/@salesforce/plugin-user/node_modules/is-fullwidth-code-point": {
|
|
7809
|
-
"version": "5.0.0",
|
|
7810
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
7811
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
7812
|
-
"license": "MIT",
|
|
7813
|
-
"dependencies": {
|
|
7814
|
-
"get-east-asian-width": "^1.0.0"
|
|
7815
|
-
},
|
|
7816
|
-
"engines": {
|
|
7817
|
-
"node": ">=18"
|
|
7818
|
-
},
|
|
7819
|
-
"funding": {
|
|
7820
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7821
|
-
}
|
|
7822
|
-
},
|
|
7823
|
-
"node_modules/@salesforce/plugin-user/node_modules/natural-orderby": {
|
|
7824
|
-
"version": "3.0.2",
|
|
7825
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
7826
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
7827
|
-
"license": "MIT",
|
|
7828
|
-
"engines": {
|
|
7829
|
-
"node": ">=18"
|
|
7830
|
-
}
|
|
7831
|
-
},
|
|
7832
|
-
"node_modules/@salesforce/plugin-user/node_modules/slice-ansi": {
|
|
7833
|
-
"version": "7.1.0",
|
|
7834
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
7835
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
7836
|
-
"license": "MIT",
|
|
7837
|
-
"dependencies": {
|
|
7838
|
-
"ansi-styles": "^6.2.1",
|
|
7839
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
7840
|
-
},
|
|
7841
|
-
"engines": {
|
|
7842
|
-
"node": ">=18"
|
|
7843
|
-
},
|
|
7844
|
-
"funding": {
|
|
7845
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
7846
|
-
}
|
|
7847
|
-
},
|
|
7848
6707
|
"node_modules/@salesforce/plugin-user/node_modules/string-width": {
|
|
7849
6708
|
"version": "7.1.0",
|
|
7850
6709
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -7916,25 +6775,13 @@
|
|
|
7916
6775
|
"node_modules/@salesforce/sf-plugins-core/node_modules/ansi-regex": {
|
|
7917
6776
|
"version": "6.0.1",
|
|
7918
6777
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
7919
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
7920
|
-
"license": "MIT",
|
|
7921
|
-
"engines": {
|
|
7922
|
-
"node": ">=12"
|
|
7923
|
-
},
|
|
7924
|
-
"funding": {
|
|
7925
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
7926
|
-
}
|
|
7927
|
-
},
|
|
7928
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/ansi-styles": {
|
|
7929
|
-
"version": "6.2.1",
|
|
7930
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
7931
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
6778
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
7932
6779
|
"license": "MIT",
|
|
7933
6780
|
"engines": {
|
|
7934
6781
|
"node": ">=12"
|
|
7935
6782
|
},
|
|
7936
6783
|
"funding": {
|
|
7937
|
-
"url": "https://github.com/chalk/ansi-
|
|
6784
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
7938
6785
|
}
|
|
7939
6786
|
},
|
|
7940
6787
|
"node_modules/@salesforce/sf-plugins-core/node_modules/emoji-regex": {
|
|
@@ -7943,46 +6790,6 @@
|
|
|
7943
6790
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
7944
6791
|
"license": "MIT"
|
|
7945
6792
|
},
|
|
7946
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/is-fullwidth-code-point": {
|
|
7947
|
-
"version": "5.0.0",
|
|
7948
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
7949
|
-
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
7950
|
-
"license": "MIT",
|
|
7951
|
-
"dependencies": {
|
|
7952
|
-
"get-east-asian-width": "^1.0.0"
|
|
7953
|
-
},
|
|
7954
|
-
"engines": {
|
|
7955
|
-
"node": ">=18"
|
|
7956
|
-
},
|
|
7957
|
-
"funding": {
|
|
7958
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7959
|
-
}
|
|
7960
|
-
},
|
|
7961
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/natural-orderby": {
|
|
7962
|
-
"version": "3.0.2",
|
|
7963
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
7964
|
-
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
7965
|
-
"license": "MIT",
|
|
7966
|
-
"engines": {
|
|
7967
|
-
"node": ">=18"
|
|
7968
|
-
}
|
|
7969
|
-
},
|
|
7970
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/slice-ansi": {
|
|
7971
|
-
"version": "7.1.0",
|
|
7972
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
7973
|
-
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
7974
|
-
"license": "MIT",
|
|
7975
|
-
"dependencies": {
|
|
7976
|
-
"ansi-styles": "^6.2.1",
|
|
7977
|
-
"is-fullwidth-code-point": "^5.0.0"
|
|
7978
|
-
},
|
|
7979
|
-
"engines": {
|
|
7980
|
-
"node": ">=18"
|
|
7981
|
-
},
|
|
7982
|
-
"funding": {
|
|
7983
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
7984
|
-
}
|
|
7985
|
-
},
|
|
7986
6793
|
"node_modules/@salesforce/sf-plugins-core/node_modules/string-width": {
|
|
7987
6794
|
"version": "7.1.0",
|
|
7988
6795
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -9517,6 +8324,22 @@
|
|
|
9517
8324
|
"node": "^16.14.0 || >=18.0.0"
|
|
9518
8325
|
}
|
|
9519
8326
|
},
|
|
8327
|
+
"node_modules/@tufjs/models/node_modules/minimatch": {
|
|
8328
|
+
"version": "9.0.4",
|
|
8329
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
8330
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
8331
|
+
"extraneous": true,
|
|
8332
|
+
"license": "ISC",
|
|
8333
|
+
"dependencies": {
|
|
8334
|
+
"brace-expansion": "^2.0.1"
|
|
8335
|
+
},
|
|
8336
|
+
"engines": {
|
|
8337
|
+
"node": ">=16 || 14 >=14.17"
|
|
8338
|
+
},
|
|
8339
|
+
"funding": {
|
|
8340
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
8341
|
+
}
|
|
8342
|
+
},
|
|
9520
8343
|
"node_modules/@types/cacheable-request": {
|
|
9521
8344
|
"version": "6.0.3",
|
|
9522
8345
|
"resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.3.tgz",
|
|
@@ -9536,16 +8359,6 @@
|
|
|
9536
8359
|
"dev": true,
|
|
9537
8360
|
"license": "MIT"
|
|
9538
8361
|
},
|
|
9539
|
-
"node_modules/@types/cli-progress": {
|
|
9540
|
-
"version": "3.11.5",
|
|
9541
|
-
"resolved": "https://registry.npmjs.org/@types/cli-progress/-/cli-progress-3.11.5.tgz",
|
|
9542
|
-
"integrity": "sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==",
|
|
9543
|
-
"dev": true,
|
|
9544
|
-
"license": "MIT",
|
|
9545
|
-
"dependencies": {
|
|
9546
|
-
"@types/node": "*"
|
|
9547
|
-
}
|
|
9548
|
-
},
|
|
9549
8362
|
"node_modules/@types/expect": {
|
|
9550
8363
|
"version": "1.20.4",
|
|
9551
8364
|
"resolved": "https://registry.npmjs.org/@types/expect/-/expect-1.20.4.tgz",
|
|
@@ -9616,23 +8429,6 @@
|
|
|
9616
8429
|
"@types/node": "*"
|
|
9617
8430
|
}
|
|
9618
8431
|
},
|
|
9619
|
-
"node_modules/@types/lodash": {
|
|
9620
|
-
"version": "4.17.0",
|
|
9621
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz",
|
|
9622
|
-
"integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==",
|
|
9623
|
-
"dev": true,
|
|
9624
|
-
"license": "MIT"
|
|
9625
|
-
},
|
|
9626
|
-
"node_modules/@types/lodash.difference": {
|
|
9627
|
-
"version": "4.5.9",
|
|
9628
|
-
"resolved": "https://registry.npmjs.org/@types/lodash.difference/-/lodash.difference-4.5.9.tgz",
|
|
9629
|
-
"integrity": "sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==",
|
|
9630
|
-
"dev": true,
|
|
9631
|
-
"license": "MIT",
|
|
9632
|
-
"dependencies": {
|
|
9633
|
-
"@types/lodash": "*"
|
|
9634
|
-
}
|
|
9635
|
-
},
|
|
9636
8432
|
"node_modules/@types/minimatch": {
|
|
9637
8433
|
"version": "5.1.2",
|
|
9638
8434
|
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
|
|
@@ -10300,13 +9096,11 @@
|
|
|
10300
9096
|
"license": "MIT"
|
|
10301
9097
|
},
|
|
10302
9098
|
"node_modules/argparse": {
|
|
10303
|
-
"version": "
|
|
10304
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-
|
|
10305
|
-
"integrity": "sha512-
|
|
10306
|
-
"
|
|
10307
|
-
"
|
|
10308
|
-
"sprintf-js": "~1.0.2"
|
|
10309
|
-
}
|
|
9099
|
+
"version": "2.0.1",
|
|
9100
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
9101
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
9102
|
+
"dev": true,
|
|
9103
|
+
"license": "Python-2.0"
|
|
10310
9104
|
},
|
|
10311
9105
|
"node_modules/array-buffer-byte-length": {
|
|
10312
9106
|
"version": "1.0.1",
|
|
@@ -10494,16 +9288,6 @@
|
|
|
10494
9288
|
"node": ">=4"
|
|
10495
9289
|
}
|
|
10496
9290
|
},
|
|
10497
|
-
"node_modules/astral-regex": {
|
|
10498
|
-
"version": "2.0.0",
|
|
10499
|
-
"resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
|
|
10500
|
-
"integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
|
|
10501
|
-
"dev": true,
|
|
10502
|
-
"license": "MIT",
|
|
10503
|
-
"engines": {
|
|
10504
|
-
"node": ">=8"
|
|
10505
|
-
}
|
|
10506
|
-
},
|
|
10507
9291
|
"node_modules/async": {
|
|
10508
9292
|
"version": "3.2.5",
|
|
10509
9293
|
"resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
|
|
@@ -11520,6 +10304,24 @@
|
|
|
11520
10304
|
"wrap-ansi": "^7.0.0"
|
|
11521
10305
|
}
|
|
11522
10306
|
},
|
|
10307
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
10308
|
+
"version": "7.0.0",
|
|
10309
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
10310
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
10311
|
+
"dev": true,
|
|
10312
|
+
"license": "MIT",
|
|
10313
|
+
"dependencies": {
|
|
10314
|
+
"ansi-styles": "^4.0.0",
|
|
10315
|
+
"string-width": "^4.1.0",
|
|
10316
|
+
"strip-ansi": "^6.0.0"
|
|
10317
|
+
},
|
|
10318
|
+
"engines": {
|
|
10319
|
+
"node": ">=10"
|
|
10320
|
+
},
|
|
10321
|
+
"funding": {
|
|
10322
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
10323
|
+
}
|
|
10324
|
+
},
|
|
11523
10325
|
"node_modules/clone": {
|
|
11524
10326
|
"version": "1.0.4",
|
|
11525
10327
|
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
@@ -11639,20 +10441,6 @@
|
|
|
11639
10441
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
11640
10442
|
}
|
|
11641
10443
|
},
|
|
11642
|
-
"node_modules/color": {
|
|
11643
|
-
"version": "4.2.3",
|
|
11644
|
-
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
11645
|
-
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
11646
|
-
"dev": true,
|
|
11647
|
-
"license": "MIT",
|
|
11648
|
-
"dependencies": {
|
|
11649
|
-
"color-convert": "^2.0.1",
|
|
11650
|
-
"color-string": "^1.9.0"
|
|
11651
|
-
},
|
|
11652
|
-
"engines": {
|
|
11653
|
-
"node": ">=12.5.0"
|
|
11654
|
-
}
|
|
11655
|
-
},
|
|
11656
10444
|
"node_modules/color-convert": {
|
|
11657
10445
|
"version": "2.0.1",
|
|
11658
10446
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -11665,21 +10453,19 @@
|
|
|
11665
10453
|
"node": ">=7.0.0"
|
|
11666
10454
|
}
|
|
11667
10455
|
},
|
|
11668
|
-
"node_modules/color-name": {
|
|
10456
|
+
"node_modules/color-convert/node_modules/color-name": {
|
|
11669
10457
|
"version": "1.1.4",
|
|
11670
10458
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
11671
10459
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
11672
10460
|
"license": "MIT"
|
|
11673
10461
|
},
|
|
11674
|
-
"node_modules/color-
|
|
11675
|
-
"version": "
|
|
11676
|
-
"resolved": "https://registry.npmjs.org/color-
|
|
11677
|
-
"integrity": "sha512-
|
|
11678
|
-
"dev": true,
|
|
10462
|
+
"node_modules/color-name": {
|
|
10463
|
+
"version": "2.0.0",
|
|
10464
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
|
|
10465
|
+
"integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
|
|
11679
10466
|
"license": "MIT",
|
|
11680
|
-
"
|
|
11681
|
-
"
|
|
11682
|
-
"simple-swizzle": "^0.2.2"
|
|
10467
|
+
"engines": {
|
|
10468
|
+
"node": ">=12.20"
|
|
11683
10469
|
}
|
|
11684
10470
|
},
|
|
11685
10471
|
"node_modules/color-support": {
|
|
@@ -12280,26 +11066,6 @@
|
|
|
12280
11066
|
}
|
|
12281
11067
|
}
|
|
12282
11068
|
},
|
|
12283
|
-
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
12284
|
-
"version": "2.0.1",
|
|
12285
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
12286
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
12287
|
-
"dev": true,
|
|
12288
|
-
"license": "Python-2.0"
|
|
12289
|
-
},
|
|
12290
|
-
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
12291
|
-
"version": "4.1.0",
|
|
12292
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
12293
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
12294
|
-
"dev": true,
|
|
12295
|
-
"license": "MIT",
|
|
12296
|
-
"dependencies": {
|
|
12297
|
-
"argparse": "^2.0.1"
|
|
12298
|
-
},
|
|
12299
|
-
"bin": {
|
|
12300
|
-
"js-yaml": "bin/js-yaml.js"
|
|
12301
|
-
}
|
|
12302
|
-
},
|
|
12303
11069
|
"node_modules/cosmiconfig/node_modules/json-parse-even-better-errors": {
|
|
12304
11070
|
"version": "2.3.1",
|
|
12305
11071
|
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
@@ -12985,17 +11751,6 @@
|
|
|
12985
11751
|
"node": ">=6"
|
|
12986
11752
|
}
|
|
12987
11753
|
},
|
|
12988
|
-
"node_modules/dotgitignore/node_modules/brace-expansion": {
|
|
12989
|
-
"version": "1.1.11",
|
|
12990
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
12991
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
12992
|
-
"dev": true,
|
|
12993
|
-
"license": "MIT",
|
|
12994
|
-
"dependencies": {
|
|
12995
|
-
"balanced-match": "^1.0.0",
|
|
12996
|
-
"concat-map": "0.0.1"
|
|
12997
|
-
}
|
|
12998
|
-
},
|
|
12999
11754
|
"node_modules/dotgitignore/node_modules/find-up": {
|
|
13000
11755
|
"version": "3.0.0",
|
|
13001
11756
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
|
|
@@ -13023,19 +11778,6 @@
|
|
|
13023
11778
|
"node": ">=6"
|
|
13024
11779
|
}
|
|
13025
11780
|
},
|
|
13026
|
-
"node_modules/dotgitignore/node_modules/minimatch": {
|
|
13027
|
-
"version": "3.1.2",
|
|
13028
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
13029
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
13030
|
-
"dev": true,
|
|
13031
|
-
"license": "ISC",
|
|
13032
|
-
"dependencies": {
|
|
13033
|
-
"brace-expansion": "^1.1.7"
|
|
13034
|
-
},
|
|
13035
|
-
"engines": {
|
|
13036
|
-
"node": "*"
|
|
13037
|
-
}
|
|
13038
|
-
},
|
|
13039
11781
|
"node_modules/dotgitignore/node_modules/p-locate": {
|
|
13040
11782
|
"version": "3.0.0",
|
|
13041
11783
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
|
|
@@ -13601,17 +12343,6 @@
|
|
|
13601
12343
|
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
|
|
13602
12344
|
}
|
|
13603
12345
|
},
|
|
13604
|
-
"node_modules/eslint-plugin-import/node_modules/brace-expansion": {
|
|
13605
|
-
"version": "1.1.11",
|
|
13606
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
13607
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
13608
|
-
"dev": true,
|
|
13609
|
-
"license": "MIT",
|
|
13610
|
-
"dependencies": {
|
|
13611
|
-
"balanced-match": "^1.0.0",
|
|
13612
|
-
"concat-map": "0.0.1"
|
|
13613
|
-
}
|
|
13614
|
-
},
|
|
13615
12346
|
"node_modules/eslint-plugin-import/node_modules/debug": {
|
|
13616
12347
|
"version": "3.2.7",
|
|
13617
12348
|
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
@@ -13622,19 +12353,6 @@
|
|
|
13622
12353
|
"ms": "^2.1.1"
|
|
13623
12354
|
}
|
|
13624
12355
|
},
|
|
13625
|
-
"node_modules/eslint-plugin-import/node_modules/minimatch": {
|
|
13626
|
-
"version": "3.1.2",
|
|
13627
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
13628
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
13629
|
-
"dev": true,
|
|
13630
|
-
"license": "ISC",
|
|
13631
|
-
"dependencies": {
|
|
13632
|
-
"brace-expansion": "^1.1.7"
|
|
13633
|
-
},
|
|
13634
|
-
"engines": {
|
|
13635
|
-
"node": "*"
|
|
13636
|
-
}
|
|
13637
|
-
},
|
|
13638
12356
|
"node_modules/eslint-plugin-import/node_modules/semver": {
|
|
13639
12357
|
"version": "6.3.1",
|
|
13640
12358
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -13744,24 +12462,6 @@
|
|
|
13744
12462
|
"url": "https://opencollective.com/eslint"
|
|
13745
12463
|
}
|
|
13746
12464
|
},
|
|
13747
|
-
"node_modules/eslint/node_modules/argparse": {
|
|
13748
|
-
"version": "2.0.1",
|
|
13749
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
13750
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
13751
|
-
"dev": true,
|
|
13752
|
-
"license": "Python-2.0"
|
|
13753
|
-
},
|
|
13754
|
-
"node_modules/eslint/node_modules/brace-expansion": {
|
|
13755
|
-
"version": "1.1.11",
|
|
13756
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
13757
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
13758
|
-
"dev": true,
|
|
13759
|
-
"license": "MIT",
|
|
13760
|
-
"dependencies": {
|
|
13761
|
-
"balanced-match": "^1.0.0",
|
|
13762
|
-
"concat-map": "0.0.1"
|
|
13763
|
-
}
|
|
13764
|
-
},
|
|
13765
12465
|
"node_modules/eslint/node_modules/doctrine": {
|
|
13766
12466
|
"version": "3.0.0",
|
|
13767
12467
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
@@ -13805,19 +12505,6 @@
|
|
|
13805
12505
|
"node": ">=10.13.0"
|
|
13806
12506
|
}
|
|
13807
12507
|
},
|
|
13808
|
-
"node_modules/eslint/node_modules/js-yaml": {
|
|
13809
|
-
"version": "4.1.0",
|
|
13810
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
13811
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
13812
|
-
"dev": true,
|
|
13813
|
-
"license": "MIT",
|
|
13814
|
-
"dependencies": {
|
|
13815
|
-
"argparse": "^2.0.1"
|
|
13816
|
-
},
|
|
13817
|
-
"bin": {
|
|
13818
|
-
"js-yaml": "bin/js-yaml.js"
|
|
13819
|
-
}
|
|
13820
|
-
},
|
|
13821
12508
|
"node_modules/eslint/node_modules/locate-path": {
|
|
13822
12509
|
"version": "6.0.0",
|
|
13823
12510
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -13834,19 +12521,6 @@
|
|
|
13834
12521
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13835
12522
|
}
|
|
13836
12523
|
},
|
|
13837
|
-
"node_modules/eslint/node_modules/minimatch": {
|
|
13838
|
-
"version": "3.1.2",
|
|
13839
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
13840
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
13841
|
-
"dev": true,
|
|
13842
|
-
"license": "ISC",
|
|
13843
|
-
"dependencies": {
|
|
13844
|
-
"brace-expansion": "^1.1.7"
|
|
13845
|
-
},
|
|
13846
|
-
"engines": {
|
|
13847
|
-
"node": "*"
|
|
13848
|
-
}
|
|
13849
|
-
},
|
|
13850
12524
|
"node_modules/eslint/node_modules/p-limit": {
|
|
13851
12525
|
"version": "3.1.0",
|
|
13852
12526
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
@@ -14954,6 +13628,21 @@
|
|
|
14954
13628
|
"url": "https://github.com/sponsors/isaacs"
|
|
14955
13629
|
}
|
|
14956
13630
|
},
|
|
13631
|
+
"node_modules/glob/node_modules/minimatch": {
|
|
13632
|
+
"version": "9.0.4",
|
|
13633
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
13634
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
13635
|
+
"license": "ISC",
|
|
13636
|
+
"dependencies": {
|
|
13637
|
+
"brace-expansion": "^2.0.1"
|
|
13638
|
+
},
|
|
13639
|
+
"engines": {
|
|
13640
|
+
"node": ">=16 || 14 >=14.17"
|
|
13641
|
+
},
|
|
13642
|
+
"funding": {
|
|
13643
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
13644
|
+
}
|
|
13645
|
+
},
|
|
14957
13646
|
"node_modules/glob/node_modules/minipass": {
|
|
14958
13647
|
"version": "7.1.2",
|
|
14959
13648
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
@@ -15564,16 +14253,6 @@
|
|
|
15564
14253
|
"url": "https://github.com/sponsors/typicode"
|
|
15565
14254
|
}
|
|
15566
14255
|
},
|
|
15567
|
-
"node_modules/hyperlinker": {
|
|
15568
|
-
"version": "1.0.0",
|
|
15569
|
-
"resolved": "https://registry.npmjs.org/hyperlinker/-/hyperlinker-1.0.0.tgz",
|
|
15570
|
-
"integrity": "sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ==",
|
|
15571
|
-
"dev": true,
|
|
15572
|
-
"license": "MIT",
|
|
15573
|
-
"engines": {
|
|
15574
|
-
"node": ">=4"
|
|
15575
|
-
}
|
|
15576
|
-
},
|
|
15577
14256
|
"node_modules/iconv-lite": {
|
|
15578
14257
|
"version": "0.6.3",
|
|
15579
14258
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
@@ -15622,10 +14301,25 @@
|
|
|
15622
14301
|
"integrity": "sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==",
|
|
15623
14302
|
"license": "ISC",
|
|
15624
14303
|
"dependencies": {
|
|
15625
|
-
"minimatch": "^9.0.0"
|
|
14304
|
+
"minimatch": "^9.0.0"
|
|
14305
|
+
},
|
|
14306
|
+
"engines": {
|
|
14307
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
14308
|
+
}
|
|
14309
|
+
},
|
|
14310
|
+
"node_modules/ignore-walk/node_modules/minimatch": {
|
|
14311
|
+
"version": "9.0.4",
|
|
14312
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
14313
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
14314
|
+
"license": "ISC",
|
|
14315
|
+
"dependencies": {
|
|
14316
|
+
"brace-expansion": "^2.0.1"
|
|
15626
14317
|
},
|
|
15627
14318
|
"engines": {
|
|
15628
|
-
"node": "
|
|
14319
|
+
"node": ">=16 || 14 >=14.17"
|
|
14320
|
+
},
|
|
14321
|
+
"funding": {
|
|
14322
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
15629
14323
|
}
|
|
15630
14324
|
},
|
|
15631
14325
|
"node_modules/immediate": {
|
|
@@ -15886,20 +14580,6 @@
|
|
|
15886
14580
|
"node": ">=0.12.0"
|
|
15887
14581
|
}
|
|
15888
14582
|
},
|
|
15889
|
-
"node_modules/inquirer-autocomplete-standalone/node_modules/wrap-ansi": {
|
|
15890
|
-
"version": "6.2.0",
|
|
15891
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
15892
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
15893
|
-
"license": "MIT",
|
|
15894
|
-
"dependencies": {
|
|
15895
|
-
"ansi-styles": "^4.0.0",
|
|
15896
|
-
"string-width": "^4.1.0",
|
|
15897
|
-
"strip-ansi": "^6.0.0"
|
|
15898
|
-
},
|
|
15899
|
-
"engines": {
|
|
15900
|
-
"node": ">=8"
|
|
15901
|
-
}
|
|
15902
|
-
},
|
|
15903
14583
|
"node_modules/inquirer/node_modules/cli-width": {
|
|
15904
14584
|
"version": "3.0.0",
|
|
15905
14585
|
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
|
|
@@ -15915,20 +14595,6 @@
|
|
|
15915
14595
|
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
15916
14596
|
"license": "ISC"
|
|
15917
14597
|
},
|
|
15918
|
-
"node_modules/inquirer/node_modules/wrap-ansi": {
|
|
15919
|
-
"version": "6.2.0",
|
|
15920
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
15921
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
15922
|
-
"license": "MIT",
|
|
15923
|
-
"dependencies": {
|
|
15924
|
-
"ansi-styles": "^4.0.0",
|
|
15925
|
-
"string-width": "^4.1.0",
|
|
15926
|
-
"strip-ansi": "^6.0.0"
|
|
15927
|
-
},
|
|
15928
|
-
"engines": {
|
|
15929
|
-
"node": ">=8"
|
|
15930
|
-
}
|
|
15931
|
-
},
|
|
15932
14598
|
"node_modules/internal-slot": {
|
|
15933
14599
|
"version": "1.0.7",
|
|
15934
14600
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
|
|
@@ -15965,12 +14631,6 @@
|
|
|
15965
14631
|
"node": ">= 12"
|
|
15966
14632
|
}
|
|
15967
14633
|
},
|
|
15968
|
-
"node_modules/ip-address/node_modules/sprintf-js": {
|
|
15969
|
-
"version": "1.1.3",
|
|
15970
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
|
15971
|
-
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
|
15972
|
-
"license": "BSD-3-Clause"
|
|
15973
|
-
},
|
|
15974
14634
|
"node_modules/ip-regex": {
|
|
15975
14635
|
"version": "5.0.0",
|
|
15976
14636
|
"resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-5.0.0.tgz",
|
|
@@ -16500,15 +15160,18 @@
|
|
|
16500
15160
|
}
|
|
16501
15161
|
},
|
|
16502
15162
|
"node_modules/is-wsl": {
|
|
16503
|
-
"version": "
|
|
16504
|
-
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-
|
|
16505
|
-
"integrity": "sha512-
|
|
15163
|
+
"version": "3.1.0",
|
|
15164
|
+
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
|
|
15165
|
+
"integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
|
|
16506
15166
|
"license": "MIT",
|
|
16507
15167
|
"dependencies": {
|
|
16508
|
-
"is-
|
|
15168
|
+
"is-inside-container": "^1.0.0"
|
|
16509
15169
|
},
|
|
16510
15170
|
"engines": {
|
|
16511
|
-
"node": ">=
|
|
15171
|
+
"node": ">=16"
|
|
15172
|
+
},
|
|
15173
|
+
"funding": {
|
|
15174
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16512
15175
|
}
|
|
16513
15176
|
},
|
|
16514
15177
|
"node_modules/isarray": {
|
|
@@ -16741,28 +15404,6 @@
|
|
|
16741
15404
|
"node": ">=10"
|
|
16742
15405
|
}
|
|
16743
15406
|
},
|
|
16744
|
-
"node_modules/jake/node_modules/brace-expansion": {
|
|
16745
|
-
"version": "1.1.11",
|
|
16746
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
16747
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
16748
|
-
"license": "MIT",
|
|
16749
|
-
"dependencies": {
|
|
16750
|
-
"balanced-match": "^1.0.0",
|
|
16751
|
-
"concat-map": "0.0.1"
|
|
16752
|
-
}
|
|
16753
|
-
},
|
|
16754
|
-
"node_modules/jake/node_modules/minimatch": {
|
|
16755
|
-
"version": "3.1.2",
|
|
16756
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
16757
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
16758
|
-
"license": "ISC",
|
|
16759
|
-
"dependencies": {
|
|
16760
|
-
"brace-expansion": "^1.1.7"
|
|
16761
|
-
},
|
|
16762
|
-
"engines": {
|
|
16763
|
-
"node": "*"
|
|
16764
|
-
}
|
|
16765
|
-
},
|
|
16766
15407
|
"node_modules/jmespath": {
|
|
16767
15408
|
"version": "0.16.0",
|
|
16768
15409
|
"resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz",
|
|
@@ -16789,13 +15430,13 @@
|
|
|
16789
15430
|
"license": "MIT"
|
|
16790
15431
|
},
|
|
16791
15432
|
"node_modules/js-yaml": {
|
|
16792
|
-
"version": "
|
|
16793
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-
|
|
16794
|
-
"integrity": "sha512-
|
|
15433
|
+
"version": "4.1.0",
|
|
15434
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
15435
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
15436
|
+
"dev": true,
|
|
16795
15437
|
"license": "MIT",
|
|
16796
15438
|
"dependencies": {
|
|
16797
|
-
"argparse": "^
|
|
16798
|
-
"esprima": "^4.0.0"
|
|
15439
|
+
"argparse": "^2.0.1"
|
|
16799
15440
|
},
|
|
16800
15441
|
"bin": {
|
|
16801
15442
|
"js-yaml": "bin/js-yaml.js"
|
|
@@ -17174,6 +15815,22 @@
|
|
|
17174
15815
|
"node": "^16.14.0 || >=18.0.0"
|
|
17175
15816
|
}
|
|
17176
15817
|
},
|
|
15818
|
+
"node_modules/libnpmdiff/node_modules/minimatch": {
|
|
15819
|
+
"version": "9.0.4",
|
|
15820
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
15821
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
15822
|
+
"extraneous": true,
|
|
15823
|
+
"license": "ISC",
|
|
15824
|
+
"dependencies": {
|
|
15825
|
+
"brace-expansion": "^2.0.1"
|
|
15826
|
+
},
|
|
15827
|
+
"engines": {
|
|
15828
|
+
"node": ">=16 || 14 >=14.17"
|
|
15829
|
+
},
|
|
15830
|
+
"funding": {
|
|
15831
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
15832
|
+
}
|
|
15833
|
+
},
|
|
17177
15834
|
"node_modules/libnpmexec": {
|
|
17178
15835
|
"version": "8.1.2",
|
|
17179
15836
|
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.2.tgz",
|
|
@@ -17345,9 +16002,9 @@
|
|
|
17345
16002
|
"license": "MIT"
|
|
17346
16003
|
},
|
|
17347
16004
|
"node_modules/linkinator": {
|
|
17348
|
-
"version": "6.0.
|
|
17349
|
-
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.
|
|
17350
|
-
"integrity": "sha512-
|
|
16005
|
+
"version": "6.0.5",
|
|
16006
|
+
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.5.tgz",
|
|
16007
|
+
"integrity": "sha512-LRMHgO/29gk2WQzdj4cFcFHGKPhYPGBWVZOayATP6j3159ubonGJizObNRvgA5qDnrkqsRwJT7p4Tq97pC9GeA==",
|
|
17351
16008
|
"dev": true,
|
|
17352
16009
|
"license": "MIT",
|
|
17353
16010
|
"dependencies": {
|
|
@@ -17356,7 +16013,7 @@
|
|
|
17356
16013
|
"gaxios": "^6.0.0",
|
|
17357
16014
|
"glob": "^10.3.10",
|
|
17358
16015
|
"htmlparser2": "^9.0.0",
|
|
17359
|
-
"marked": "^
|
|
16016
|
+
"marked": "^12.0.1",
|
|
17360
16017
|
"meow": "^13.0.0",
|
|
17361
16018
|
"mime": "^4.0.0",
|
|
17362
16019
|
"server-destroy": "^1.0.1",
|
|
@@ -17383,9 +16040,9 @@
|
|
|
17383
16040
|
}
|
|
17384
16041
|
},
|
|
17385
16042
|
"node_modules/linkinator/node_modules/marked": {
|
|
17386
|
-
"version": "
|
|
17387
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-
|
|
17388
|
-
"integrity": "sha512-
|
|
16043
|
+
"version": "12.0.2",
|
|
16044
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz",
|
|
16045
|
+
"integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==",
|
|
17389
16046
|
"dev": true,
|
|
17390
16047
|
"license": "MIT",
|
|
17391
16048
|
"bin": {
|
|
@@ -17465,6 +16122,28 @@
|
|
|
17465
16122
|
"node": ">=6"
|
|
17466
16123
|
}
|
|
17467
16124
|
},
|
|
16125
|
+
"node_modules/load-yaml-file/node_modules/argparse": {
|
|
16126
|
+
"version": "1.0.10",
|
|
16127
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
16128
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
16129
|
+
"license": "MIT",
|
|
16130
|
+
"dependencies": {
|
|
16131
|
+
"sprintf-js": "~1.0.2"
|
|
16132
|
+
}
|
|
16133
|
+
},
|
|
16134
|
+
"node_modules/load-yaml-file/node_modules/js-yaml": {
|
|
16135
|
+
"version": "3.14.1",
|
|
16136
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
16137
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
16138
|
+
"license": "MIT",
|
|
16139
|
+
"dependencies": {
|
|
16140
|
+
"argparse": "^1.0.7",
|
|
16141
|
+
"esprima": "^4.0.0"
|
|
16142
|
+
},
|
|
16143
|
+
"bin": {
|
|
16144
|
+
"js-yaml": "bin/js-yaml.js"
|
|
16145
|
+
}
|
|
16146
|
+
},
|
|
17468
16147
|
"node_modules/load-yaml-file/node_modules/pify": {
|
|
17469
16148
|
"version": "4.0.1",
|
|
17470
16149
|
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
@@ -17474,6 +16153,12 @@
|
|
|
17474
16153
|
"node": ">=6"
|
|
17475
16154
|
}
|
|
17476
16155
|
},
|
|
16156
|
+
"node_modules/load-yaml-file/node_modules/sprintf-js": {
|
|
16157
|
+
"version": "1.0.3",
|
|
16158
|
+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
16159
|
+
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
16160
|
+
"license": "BSD-3-Clause"
|
|
16161
|
+
},
|
|
17477
16162
|
"node_modules/locate-path": {
|
|
17478
16163
|
"version": "5.0.0",
|
|
17479
16164
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
@@ -18056,18 +16741,25 @@
|
|
|
18056
16741
|
}
|
|
18057
16742
|
},
|
|
18058
16743
|
"node_modules/minimatch": {
|
|
18059
|
-
"version": "
|
|
18060
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
18061
|
-
"integrity": "sha512-
|
|
16744
|
+
"version": "3.1.2",
|
|
16745
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
16746
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
18062
16747
|
"license": "ISC",
|
|
18063
16748
|
"dependencies": {
|
|
18064
|
-
"brace-expansion": "^
|
|
16749
|
+
"brace-expansion": "^1.1.7"
|
|
18065
16750
|
},
|
|
18066
16751
|
"engines": {
|
|
18067
|
-
"node": "
|
|
18068
|
-
}
|
|
18069
|
-
|
|
18070
|
-
|
|
16752
|
+
"node": "*"
|
|
16753
|
+
}
|
|
16754
|
+
},
|
|
16755
|
+
"node_modules/minimatch/node_modules/brace-expansion": {
|
|
16756
|
+
"version": "1.1.11",
|
|
16757
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
16758
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
16759
|
+
"license": "MIT",
|
|
16760
|
+
"dependencies": {
|
|
16761
|
+
"balanced-match": "^1.0.0",
|
|
16762
|
+
"concat-map": "0.0.1"
|
|
18071
16763
|
}
|
|
18072
16764
|
},
|
|
18073
16765
|
"node_modules/minimist": {
|
|
@@ -18318,13 +17010,6 @@
|
|
|
18318
17010
|
"node": ">= 14.0.0"
|
|
18319
17011
|
}
|
|
18320
17012
|
},
|
|
18321
|
-
"node_modules/mocha/node_modules/argparse": {
|
|
18322
|
-
"version": "2.0.1",
|
|
18323
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
18324
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
18325
|
-
"dev": true,
|
|
18326
|
-
"license": "Python-2.0"
|
|
18327
|
-
},
|
|
18328
17013
|
"node_modules/mocha/node_modules/debug": {
|
|
18329
17014
|
"version": "4.3.4",
|
|
18330
17015
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
@@ -18410,19 +17095,6 @@
|
|
|
18410
17095
|
"node": ">=10"
|
|
18411
17096
|
}
|
|
18412
17097
|
},
|
|
18413
|
-
"node_modules/mocha/node_modules/js-yaml": {
|
|
18414
|
-
"version": "4.1.0",
|
|
18415
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
18416
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
18417
|
-
"dev": true,
|
|
18418
|
-
"license": "MIT",
|
|
18419
|
-
"dependencies": {
|
|
18420
|
-
"argparse": "^2.0.1"
|
|
18421
|
-
},
|
|
18422
|
-
"bin": {
|
|
18423
|
-
"js-yaml": "bin/js-yaml.js"
|
|
18424
|
-
}
|
|
18425
|
-
},
|
|
18426
17098
|
"node_modules/mocha/node_modules/locate-path": {
|
|
18427
17099
|
"version": "6.0.0",
|
|
18428
17100
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -18567,28 +17239,6 @@
|
|
|
18567
17239
|
"integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==",
|
|
18568
17240
|
"license": "MIT"
|
|
18569
17241
|
},
|
|
18570
|
-
"node_modules/multimatch/node_modules/brace-expansion": {
|
|
18571
|
-
"version": "1.1.11",
|
|
18572
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
18573
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
18574
|
-
"license": "MIT",
|
|
18575
|
-
"dependencies": {
|
|
18576
|
-
"balanced-match": "^1.0.0",
|
|
18577
|
-
"concat-map": "0.0.1"
|
|
18578
|
-
}
|
|
18579
|
-
},
|
|
18580
|
-
"node_modules/multimatch/node_modules/minimatch": {
|
|
18581
|
-
"version": "3.1.2",
|
|
18582
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
18583
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
18584
|
-
"license": "ISC",
|
|
18585
|
-
"dependencies": {
|
|
18586
|
-
"brace-expansion": "^1.1.7"
|
|
18587
|
-
},
|
|
18588
|
-
"engines": {
|
|
18589
|
-
"node": "*"
|
|
18590
|
-
}
|
|
18591
|
-
},
|
|
18592
17242
|
"node_modules/multistream": {
|
|
18593
17243
|
"version": "3.1.0",
|
|
18594
17244
|
"resolved": "https://registry.npmjs.org/multistream/-/multistream-3.1.0.tgz",
|
|
@@ -18616,13 +17266,12 @@
|
|
|
18616
17266
|
"license": "MIT"
|
|
18617
17267
|
},
|
|
18618
17268
|
"node_modules/natural-orderby": {
|
|
18619
|
-
"version": "
|
|
18620
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-
|
|
18621
|
-
"integrity": "sha512-
|
|
18622
|
-
"dev": true,
|
|
17269
|
+
"version": "3.0.2",
|
|
17270
|
+
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz",
|
|
17271
|
+
"integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==",
|
|
18623
17272
|
"license": "MIT",
|
|
18624
17273
|
"engines": {
|
|
18625
|
-
"node": "
|
|
17274
|
+
"node": ">=18"
|
|
18626
17275
|
}
|
|
18627
17276
|
},
|
|
18628
17277
|
"node_modules/negotiator": {
|
|
@@ -21868,17 +20517,6 @@
|
|
|
21868
20517
|
"node": ">=8.9"
|
|
21869
20518
|
}
|
|
21870
20519
|
},
|
|
21871
|
-
"node_modules/nyc/node_modules/brace-expansion": {
|
|
21872
|
-
"version": "1.1.11",
|
|
21873
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
21874
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
21875
|
-
"dev": true,
|
|
21876
|
-
"license": "MIT",
|
|
21877
|
-
"dependencies": {
|
|
21878
|
-
"balanced-match": "^1.0.0",
|
|
21879
|
-
"concat-map": "0.0.1"
|
|
21880
|
-
}
|
|
21881
|
-
},
|
|
21882
20520
|
"node_modules/nyc/node_modules/cliui": {
|
|
21883
20521
|
"version": "6.0.0",
|
|
21884
20522
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
|
|
@@ -21912,19 +20550,6 @@
|
|
|
21912
20550
|
"url": "https://github.com/sponsors/isaacs"
|
|
21913
20551
|
}
|
|
21914
20552
|
},
|
|
21915
|
-
"node_modules/nyc/node_modules/minimatch": {
|
|
21916
|
-
"version": "3.1.2",
|
|
21917
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
21918
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
21919
|
-
"dev": true,
|
|
21920
|
-
"license": "ISC",
|
|
21921
|
-
"dependencies": {
|
|
21922
|
-
"brace-expansion": "^1.1.7"
|
|
21923
|
-
},
|
|
21924
|
-
"engines": {
|
|
21925
|
-
"node": "*"
|
|
21926
|
-
}
|
|
21927
|
-
},
|
|
21928
20553
|
"node_modules/nyc/node_modules/p-map": {
|
|
21929
20554
|
"version": "3.0.0",
|
|
21930
20555
|
"resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz",
|
|
@@ -21938,21 +20563,6 @@
|
|
|
21938
20563
|
"node": ">=8"
|
|
21939
20564
|
}
|
|
21940
20565
|
},
|
|
21941
|
-
"node_modules/nyc/node_modules/wrap-ansi": {
|
|
21942
|
-
"version": "6.2.0",
|
|
21943
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
21944
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
21945
|
-
"dev": true,
|
|
21946
|
-
"license": "MIT",
|
|
21947
|
-
"dependencies": {
|
|
21948
|
-
"ansi-styles": "^4.0.0",
|
|
21949
|
-
"string-width": "^4.1.0",
|
|
21950
|
-
"strip-ansi": "^6.0.0"
|
|
21951
|
-
},
|
|
21952
|
-
"engines": {
|
|
21953
|
-
"node": ">=8"
|
|
21954
|
-
}
|
|
21955
|
-
},
|
|
21956
20566
|
"node_modules/nyc/node_modules/y18n": {
|
|
21957
20567
|
"version": "4.0.3",
|
|
21958
20568
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
@@ -22025,13 +20635,12 @@
|
|
|
22025
20635
|
}
|
|
22026
20636
|
},
|
|
22027
20637
|
"node_modules/object-treeify": {
|
|
22028
|
-
"version": "
|
|
22029
|
-
"resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-
|
|
22030
|
-
"integrity": "sha512-
|
|
22031
|
-
"dev": true,
|
|
20638
|
+
"version": "4.0.1",
|
|
20639
|
+
"resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-4.0.1.tgz",
|
|
20640
|
+
"integrity": "sha512-Y6tg5rHfsefSkfKujv2SwHulInROy/rCL5F4w0QOWxut8AnxYxf0YmNhTh95Zfyxpsudo66uqkux0ACFnyMSgQ==",
|
|
22032
20641
|
"license": "MIT",
|
|
22033
20642
|
"engines": {
|
|
22034
|
-
"node": ">=
|
|
20643
|
+
"node": ">= 16"
|
|
22035
20644
|
}
|
|
22036
20645
|
},
|
|
22037
20646
|
"node_modules/object.assign": {
|
|
@@ -22111,9 +20720,9 @@
|
|
|
22111
20720
|
"license": "MIT"
|
|
22112
20721
|
},
|
|
22113
20722
|
"node_modules/oclif": {
|
|
22114
|
-
"version": "4.13.
|
|
22115
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.13.
|
|
22116
|
-
"integrity": "sha512-
|
|
20723
|
+
"version": "4.13.8",
|
|
20724
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.13.8.tgz",
|
|
20725
|
+
"integrity": "sha512-A/e31wMSXgerxwqwb7MvPusPLGap9Hrgbmq6bBlVS+PnBvH/gxzDAMaUNI2Abcpi5KOVB/YyAaODtFHiIf3Szw==",
|
|
22117
20726
|
"dev": true,
|
|
22118
20727
|
"license": "MIT",
|
|
22119
20728
|
"dependencies": {
|
|
@@ -22123,7 +20732,7 @@
|
|
|
22123
20732
|
"@inquirer/input": "^2.1.9",
|
|
22124
20733
|
"@inquirer/select": "^2.3.5",
|
|
22125
20734
|
"@oclif/core": "^4",
|
|
22126
|
-
"@oclif/plugin-help": "^6.2.
|
|
20735
|
+
"@oclif/plugin-help": "^6.2.2",
|
|
22127
20736
|
"@oclif/plugin-not-found": "^3.2.3",
|
|
22128
20737
|
"@oclif/plugin-warn-if-update-available": "^3.0.19",
|
|
22129
20738
|
"async-retry": "^1.3.3",
|
|
@@ -22217,34 +20826,19 @@
|
|
|
22217
20826
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
22218
20827
|
}
|
|
22219
20828
|
},
|
|
22220
|
-
"node_modules/open": {
|
|
22221
|
-
"version": "10.1.0",
|
|
22222
|
-
"resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz",
|
|
22223
|
-
"integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==",
|
|
22224
|
-
"license": "MIT",
|
|
22225
|
-
"dependencies": {
|
|
22226
|
-
"default-browser": "^5.2.1",
|
|
22227
|
-
"define-lazy-prop": "^3.0.0",
|
|
22228
|
-
"is-inside-container": "^1.0.0",
|
|
22229
|
-
"is-wsl": "^3.1.0"
|
|
22230
|
-
},
|
|
22231
|
-
"engines": {
|
|
22232
|
-
"node": ">=18"
|
|
22233
|
-
},
|
|
22234
|
-
"funding": {
|
|
22235
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
22236
|
-
}
|
|
22237
|
-
},
|
|
22238
|
-
"node_modules/open/node_modules/is-wsl": {
|
|
22239
|
-
"version": "3.1.0",
|
|
22240
|
-
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
|
|
22241
|
-
"integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
|
|
20829
|
+
"node_modules/open": {
|
|
20830
|
+
"version": "10.1.0",
|
|
20831
|
+
"resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz",
|
|
20832
|
+
"integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==",
|
|
22242
20833
|
"license": "MIT",
|
|
22243
20834
|
"dependencies": {
|
|
22244
|
-
"
|
|
20835
|
+
"default-browser": "^5.2.1",
|
|
20836
|
+
"define-lazy-prop": "^3.0.0",
|
|
20837
|
+
"is-inside-container": "^1.0.0",
|
|
20838
|
+
"is-wsl": "^3.1.0"
|
|
22245
20839
|
},
|
|
22246
20840
|
"engines": {
|
|
22247
|
-
"node": ">=
|
|
20841
|
+
"node": ">=18"
|
|
22248
20842
|
},
|
|
22249
20843
|
"funding": {
|
|
22250
20844
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -22630,17 +21224,6 @@
|
|
|
22630
21224
|
"tslib": "^2.0.3"
|
|
22631
21225
|
}
|
|
22632
21226
|
},
|
|
22633
|
-
"node_modules/password-prompt": {
|
|
22634
|
-
"version": "1.1.3",
|
|
22635
|
-
"resolved": "https://registry.npmjs.org/password-prompt/-/password-prompt-1.1.3.tgz",
|
|
22636
|
-
"integrity": "sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==",
|
|
22637
|
-
"dev": true,
|
|
22638
|
-
"license": "0BSD",
|
|
22639
|
-
"dependencies": {
|
|
22640
|
-
"ansi-escapes": "^4.3.2",
|
|
22641
|
-
"cross-spawn": "^7.0.3"
|
|
22642
|
-
}
|
|
22643
|
-
},
|
|
22644
21227
|
"node_modules/path-case": {
|
|
22645
21228
|
"version": "3.0.4",
|
|
22646
21229
|
"resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
|
|
@@ -24008,16 +22591,6 @@
|
|
|
24008
22591
|
"url": "https://github.com/sponsors/isaacs"
|
|
24009
22592
|
}
|
|
24010
22593
|
},
|
|
24011
|
-
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
24012
|
-
"version": "1.1.11",
|
|
24013
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
24014
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
24015
|
-
"license": "MIT",
|
|
24016
|
-
"dependencies": {
|
|
24017
|
-
"balanced-match": "^1.0.0",
|
|
24018
|
-
"concat-map": "0.0.1"
|
|
24019
|
-
}
|
|
24020
|
-
},
|
|
24021
22594
|
"node_modules/rimraf/node_modules/glob": {
|
|
24022
22595
|
"version": "7.2.3",
|
|
24023
22596
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
@@ -24038,18 +22611,6 @@
|
|
|
24038
22611
|
"url": "https://github.com/sponsors/isaacs"
|
|
24039
22612
|
}
|
|
24040
22613
|
},
|
|
24041
|
-
"node_modules/rimraf/node_modules/minimatch": {
|
|
24042
|
-
"version": "3.1.2",
|
|
24043
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
24044
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
24045
|
-
"license": "ISC",
|
|
24046
|
-
"dependencies": {
|
|
24047
|
-
"brace-expansion": "^1.1.7"
|
|
24048
|
-
},
|
|
24049
|
-
"engines": {
|
|
24050
|
-
"node": "*"
|
|
24051
|
-
}
|
|
24052
|
-
},
|
|
24053
22614
|
"node_modules/run-applescript": {
|
|
24054
22615
|
"version": "7.0.0",
|
|
24055
22616
|
"resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz",
|
|
@@ -24352,16 +22913,6 @@
|
|
|
24352
22913
|
"node": ">=4"
|
|
24353
22914
|
}
|
|
24354
22915
|
},
|
|
24355
|
-
"node_modules/shelljs/node_modules/brace-expansion": {
|
|
24356
|
-
"version": "1.1.11",
|
|
24357
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
24358
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
24359
|
-
"license": "MIT",
|
|
24360
|
-
"dependencies": {
|
|
24361
|
-
"balanced-match": "^1.0.0",
|
|
24362
|
-
"concat-map": "0.0.1"
|
|
24363
|
-
}
|
|
24364
|
-
},
|
|
24365
22916
|
"node_modules/shelljs/node_modules/glob": {
|
|
24366
22917
|
"version": "7.2.3",
|
|
24367
22918
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
@@ -24382,18 +22933,6 @@
|
|
|
24382
22933
|
"url": "https://github.com/sponsors/isaacs"
|
|
24383
22934
|
}
|
|
24384
22935
|
},
|
|
24385
|
-
"node_modules/shelljs/node_modules/minimatch": {
|
|
24386
|
-
"version": "3.1.2",
|
|
24387
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
24388
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
24389
|
-
"license": "ISC",
|
|
24390
|
-
"dependencies": {
|
|
24391
|
-
"brace-expansion": "^1.1.7"
|
|
24392
|
-
},
|
|
24393
|
-
"engines": {
|
|
24394
|
-
"node": "*"
|
|
24395
|
-
}
|
|
24396
|
-
},
|
|
24397
22936
|
"node_modules/shiki": {
|
|
24398
22937
|
"version": "0.14.7",
|
|
24399
22938
|
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.7.tgz",
|
|
@@ -24500,23 +23039,6 @@
|
|
|
24500
23039
|
"simple-concat": "^1.0.0"
|
|
24501
23040
|
}
|
|
24502
23041
|
},
|
|
24503
|
-
"node_modules/simple-swizzle": {
|
|
24504
|
-
"version": "0.2.2",
|
|
24505
|
-
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
24506
|
-
"integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
|
|
24507
|
-
"dev": true,
|
|
24508
|
-
"license": "MIT",
|
|
24509
|
-
"dependencies": {
|
|
24510
|
-
"is-arrayish": "^0.3.1"
|
|
24511
|
-
}
|
|
24512
|
-
},
|
|
24513
|
-
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
24514
|
-
"version": "0.3.2",
|
|
24515
|
-
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
|
|
24516
|
-
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
|
|
24517
|
-
"dev": true,
|
|
24518
|
-
"license": "MIT"
|
|
24519
|
-
},
|
|
24520
23042
|
"node_modules/sinon": {
|
|
24521
23043
|
"version": "10.0.0",
|
|
24522
23044
|
"resolved": "https://registry.npmjs.org/sinon/-/sinon-10.0.0.tgz",
|
|
@@ -24580,23 +23102,48 @@
|
|
|
24580
23102
|
}
|
|
24581
23103
|
},
|
|
24582
23104
|
"node_modules/slice-ansi": {
|
|
24583
|
-
"version": "
|
|
24584
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-
|
|
24585
|
-
"integrity": "sha512-
|
|
24586
|
-
"dev": true,
|
|
23105
|
+
"version": "7.1.0",
|
|
23106
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
23107
|
+
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
24587
23108
|
"license": "MIT",
|
|
24588
23109
|
"dependencies": {
|
|
24589
|
-
"ansi-styles": "^
|
|
24590
|
-
"
|
|
24591
|
-
"is-fullwidth-code-point": "^3.0.0"
|
|
23110
|
+
"ansi-styles": "^6.2.1",
|
|
23111
|
+
"is-fullwidth-code-point": "^5.0.0"
|
|
24592
23112
|
},
|
|
24593
23113
|
"engines": {
|
|
24594
|
-
"node": ">=
|
|
23114
|
+
"node": ">=18"
|
|
24595
23115
|
},
|
|
24596
23116
|
"funding": {
|
|
24597
23117
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
24598
23118
|
}
|
|
24599
23119
|
},
|
|
23120
|
+
"node_modules/slice-ansi/node_modules/ansi-styles": {
|
|
23121
|
+
"version": "6.2.1",
|
|
23122
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
23123
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
23124
|
+
"license": "MIT",
|
|
23125
|
+
"engines": {
|
|
23126
|
+
"node": ">=12"
|
|
23127
|
+
},
|
|
23128
|
+
"funding": {
|
|
23129
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
23130
|
+
}
|
|
23131
|
+
},
|
|
23132
|
+
"node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
|
|
23133
|
+
"version": "5.0.0",
|
|
23134
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
23135
|
+
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
23136
|
+
"license": "MIT",
|
|
23137
|
+
"dependencies": {
|
|
23138
|
+
"get-east-asian-width": "^1.0.0"
|
|
23139
|
+
},
|
|
23140
|
+
"engines": {
|
|
23141
|
+
"node": ">=18"
|
|
23142
|
+
},
|
|
23143
|
+
"funding": {
|
|
23144
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
23145
|
+
}
|
|
23146
|
+
},
|
|
24600
23147
|
"node_modules/smart-buffer": {
|
|
24601
23148
|
"version": "4.2.0",
|
|
24602
23149
|
"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
|
|
@@ -24638,20 +23185,6 @@
|
|
|
24638
23185
|
"wrap-ansi": "^6.2.0"
|
|
24639
23186
|
}
|
|
24640
23187
|
},
|
|
24641
|
-
"node_modules/smartwrap/node_modules/wrap-ansi": {
|
|
24642
|
-
"version": "6.2.0",
|
|
24643
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
24644
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
24645
|
-
"license": "MIT",
|
|
24646
|
-
"dependencies": {
|
|
24647
|
-
"ansi-styles": "^4.0.0",
|
|
24648
|
-
"string-width": "^4.1.0",
|
|
24649
|
-
"strip-ansi": "^6.0.0"
|
|
24650
|
-
},
|
|
24651
|
-
"engines": {
|
|
24652
|
-
"node": ">=8"
|
|
24653
|
-
}
|
|
24654
|
-
},
|
|
24655
23188
|
"node_modules/smartwrap/node_modules/y18n": {
|
|
24656
23189
|
"version": "4.0.3",
|
|
24657
23190
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
@@ -24962,9 +23495,9 @@
|
|
|
24962
23495
|
}
|
|
24963
23496
|
},
|
|
24964
23497
|
"node_modules/sprintf-js": {
|
|
24965
|
-
"version": "1.
|
|
24966
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.
|
|
24967
|
-
"integrity": "sha512-
|
|
23498
|
+
"version": "1.1.3",
|
|
23499
|
+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
|
23500
|
+
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
|
24968
23501
|
"license": "BSD-3-Clause"
|
|
24969
23502
|
},
|
|
24970
23503
|
"node_modules/srcset": {
|
|
@@ -25581,17 +24114,6 @@
|
|
|
25581
24114
|
"node": ">=8"
|
|
25582
24115
|
}
|
|
25583
24116
|
},
|
|
25584
|
-
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
25585
|
-
"version": "1.1.11",
|
|
25586
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
25587
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
25588
|
-
"dev": true,
|
|
25589
|
-
"license": "MIT",
|
|
25590
|
-
"dependencies": {
|
|
25591
|
-
"balanced-match": "^1.0.0",
|
|
25592
|
-
"concat-map": "0.0.1"
|
|
25593
|
-
}
|
|
25594
|
-
},
|
|
25595
24117
|
"node_modules/test-exclude/node_modules/glob": {
|
|
25596
24118
|
"version": "7.2.3",
|
|
25597
24119
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
@@ -25613,19 +24135,6 @@
|
|
|
25613
24135
|
"url": "https://github.com/sponsors/isaacs"
|
|
25614
24136
|
}
|
|
25615
24137
|
},
|
|
25616
|
-
"node_modules/test-exclude/node_modules/minimatch": {
|
|
25617
|
-
"version": "3.1.2",
|
|
25618
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
25619
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
25620
|
-
"dev": true,
|
|
25621
|
-
"license": "ISC",
|
|
25622
|
-
"dependencies": {
|
|
25623
|
-
"brace-expansion": "^1.1.7"
|
|
25624
|
-
},
|
|
25625
|
-
"engines": {
|
|
25626
|
-
"node": "*"
|
|
25627
|
-
}
|
|
25628
|
-
},
|
|
25629
24138
|
"node_modules/text-extensions": {
|
|
25630
24139
|
"version": "1.9.0",
|
|
25631
24140
|
"resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz",
|
|
@@ -25990,6 +24499,23 @@
|
|
|
25990
24499
|
"node": ">=12"
|
|
25991
24500
|
}
|
|
25992
24501
|
},
|
|
24502
|
+
"node_modules/tty-table/node_modules/wrap-ansi": {
|
|
24503
|
+
"version": "7.0.0",
|
|
24504
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
24505
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
24506
|
+
"license": "MIT",
|
|
24507
|
+
"dependencies": {
|
|
24508
|
+
"ansi-styles": "^4.0.0",
|
|
24509
|
+
"string-width": "^4.1.0",
|
|
24510
|
+
"strip-ansi": "^6.0.0"
|
|
24511
|
+
},
|
|
24512
|
+
"engines": {
|
|
24513
|
+
"node": ">=10"
|
|
24514
|
+
},
|
|
24515
|
+
"funding": {
|
|
24516
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
24517
|
+
}
|
|
24518
|
+
},
|
|
25993
24519
|
"node_modules/tty-table/node_modules/yargs": {
|
|
25994
24520
|
"version": "17.7.2",
|
|
25995
24521
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -26197,6 +24723,22 @@
|
|
|
26197
24723
|
"typedoc": "0.22.x || 0.23.x"
|
|
26198
24724
|
}
|
|
26199
24725
|
},
|
|
24726
|
+
"node_modules/typedoc/node_modules/minimatch": {
|
|
24727
|
+
"version": "9.0.4",
|
|
24728
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
24729
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
24730
|
+
"dev": true,
|
|
24731
|
+
"license": "ISC",
|
|
24732
|
+
"dependencies": {
|
|
24733
|
+
"brace-expansion": "^2.0.1"
|
|
24734
|
+
},
|
|
24735
|
+
"engines": {
|
|
24736
|
+
"node": ">=16 || 14 >=14.17"
|
|
24737
|
+
},
|
|
24738
|
+
"funding": {
|
|
24739
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
24740
|
+
}
|
|
24741
|
+
},
|
|
26200
24742
|
"node_modules/typescript": {
|
|
26201
24743
|
"version": "5.4.5",
|
|
26202
24744
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
|
@@ -26736,9 +25278,9 @@
|
|
|
26736
25278
|
"license": "Apache-2.0"
|
|
26737
25279
|
},
|
|
26738
25280
|
"node_modules/wrap-ansi": {
|
|
26739
|
-
"version": "
|
|
26740
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
26741
|
-
"integrity": "sha512-
|
|
25281
|
+
"version": "6.2.0",
|
|
25282
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
25283
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
26742
25284
|
"license": "MIT",
|
|
26743
25285
|
"dependencies": {
|
|
26744
25286
|
"ansi-styles": "^4.0.0",
|
|
@@ -26746,10 +25288,7 @@
|
|
|
26746
25288
|
"strip-ansi": "^6.0.0"
|
|
26747
25289
|
},
|
|
26748
25290
|
"engines": {
|
|
26749
|
-
"node": ">=
|
|
26750
|
-
},
|
|
26751
|
-
"funding": {
|
|
26752
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
25291
|
+
"node": ">=8"
|
|
26753
25292
|
}
|
|
26754
25293
|
},
|
|
26755
25294
|
"node_modules/wrap-ansi-cjs": {
|
|
@@ -27131,15 +25670,6 @@
|
|
|
27131
25670
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
27132
25671
|
}
|
|
27133
25672
|
},
|
|
27134
|
-
"node_modules/yeoman-environment/node_modules/@npmcli/map-workspaces/node_modules/brace-expansion": {
|
|
27135
|
-
"version": "2.0.1",
|
|
27136
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
27137
|
-
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
27138
|
-
"license": "MIT",
|
|
27139
|
-
"dependencies": {
|
|
27140
|
-
"balanced-match": "^1.0.0"
|
|
27141
|
-
}
|
|
27142
|
-
},
|
|
27143
25673
|
"node_modules/yeoman-environment/node_modules/@npmcli/map-workspaces/node_modules/glob": {
|
|
27144
25674
|
"version": "8.1.0",
|
|
27145
25675
|
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
@@ -27269,16 +25799,6 @@
|
|
|
27269
25799
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
27270
25800
|
}
|
|
27271
25801
|
},
|
|
27272
|
-
"node_modules/yeoman-environment/node_modules/brace-expansion": {
|
|
27273
|
-
"version": "1.1.11",
|
|
27274
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
27275
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
27276
|
-
"license": "MIT",
|
|
27277
|
-
"dependencies": {
|
|
27278
|
-
"balanced-match": "^1.0.0",
|
|
27279
|
-
"concat-map": "0.0.1"
|
|
27280
|
-
}
|
|
27281
|
-
},
|
|
27282
25802
|
"node_modules/yeoman-environment/node_modules/buffer": {
|
|
27283
25803
|
"version": "6.0.3",
|
|
27284
25804
|
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
@@ -27531,15 +26051,6 @@
|
|
|
27531
26051
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
27532
26052
|
}
|
|
27533
26053
|
},
|
|
27534
|
-
"node_modules/yeoman-environment/node_modules/make-fetch-happen/node_modules/brace-expansion": {
|
|
27535
|
-
"version": "2.0.1",
|
|
27536
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
27537
|
-
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
27538
|
-
"license": "MIT",
|
|
27539
|
-
"dependencies": {
|
|
27540
|
-
"balanced-match": "^1.0.0"
|
|
27541
|
-
}
|
|
27542
|
-
},
|
|
27543
26054
|
"node_modules/yeoman-environment/node_modules/make-fetch-happen/node_modules/cacache": {
|
|
27544
26055
|
"version": "16.1.3",
|
|
27545
26056
|
"resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz",
|
|
@@ -27662,18 +26173,6 @@
|
|
|
27662
26173
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
27663
26174
|
}
|
|
27664
26175
|
},
|
|
27665
|
-
"node_modules/yeoman-environment/node_modules/minimatch": {
|
|
27666
|
-
"version": "3.1.2",
|
|
27667
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
27668
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
27669
|
-
"license": "ISC",
|
|
27670
|
-
"dependencies": {
|
|
27671
|
-
"brace-expansion": "^1.1.7"
|
|
27672
|
-
},
|
|
27673
|
-
"engines": {
|
|
27674
|
-
"node": "*"
|
|
27675
|
-
}
|
|
27676
|
-
},
|
|
27677
26176
|
"node_modules/yeoman-environment/node_modules/minipass-fetch": {
|
|
27678
26177
|
"version": "1.4.1",
|
|
27679
26178
|
"resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz",
|
|
@@ -28327,15 +26826,6 @@
|
|
|
28327
26826
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
28328
26827
|
}
|
|
28329
26828
|
},
|
|
28330
|
-
"node_modules/yeoman-generator/node_modules/@tufjs/models/node_modules/brace-expansion": {
|
|
28331
|
-
"version": "2.0.1",
|
|
28332
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
28333
|
-
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
28334
|
-
"license": "MIT",
|
|
28335
|
-
"dependencies": {
|
|
28336
|
-
"balanced-match": "^1.0.0"
|
|
28337
|
-
}
|
|
28338
|
-
},
|
|
28339
26829
|
"node_modules/yeoman-generator/node_modules/@tufjs/models/node_modules/minimatch": {
|
|
28340
26830
|
"version": "9.0.4",
|
|
28341
26831
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
@@ -28363,16 +26853,6 @@
|
|
|
28363
26853
|
"node": ">= 6.0.0"
|
|
28364
26854
|
}
|
|
28365
26855
|
},
|
|
28366
|
-
"node_modules/yeoman-generator/node_modules/brace-expansion": {
|
|
28367
|
-
"version": "1.1.11",
|
|
28368
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
28369
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
28370
|
-
"license": "MIT",
|
|
28371
|
-
"dependencies": {
|
|
28372
|
-
"balanced-match": "^1.0.0",
|
|
28373
|
-
"concat-map": "0.0.1"
|
|
28374
|
-
}
|
|
28375
|
-
},
|
|
28376
26856
|
"node_modules/yeoman-generator/node_modules/cacache": {
|
|
28377
26857
|
"version": "17.1.4",
|
|
28378
26858
|
"resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.4.tgz",
|
|
@@ -28443,18 +26923,6 @@
|
|
|
28443
26923
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
28444
26924
|
}
|
|
28445
26925
|
},
|
|
28446
|
-
"node_modules/yeoman-generator/node_modules/minimatch": {
|
|
28447
|
-
"version": "3.1.2",
|
|
28448
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
28449
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
28450
|
-
"license": "ISC",
|
|
28451
|
-
"dependencies": {
|
|
28452
|
-
"brace-expansion": "^1.1.7"
|
|
28453
|
-
},
|
|
28454
|
-
"engines": {
|
|
28455
|
-
"node": "*"
|
|
28456
|
-
}
|
|
28457
|
-
},
|
|
28458
26926
|
"node_modules/yeoman-generator/node_modules/minipass": {
|
|
28459
26927
|
"version": "5.0.0",
|
|
28460
26928
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
@@ -28502,15 +26970,6 @@
|
|
|
28502
26970
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
28503
26971
|
}
|
|
28504
26972
|
},
|
|
28505
|
-
"node_modules/yeoman-generator/node_modules/node-gyp/node_modules/brace-expansion": {
|
|
28506
|
-
"version": "2.0.1",
|
|
28507
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
28508
|
-
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
28509
|
-
"license": "MIT",
|
|
28510
|
-
"dependencies": {
|
|
28511
|
-
"balanced-match": "^1.0.0"
|
|
28512
|
-
}
|
|
28513
|
-
},
|
|
28514
26973
|
"node_modules/yeoman-generator/node_modules/node-gyp/node_modules/cacache": {
|
|
28515
26974
|
"version": "16.1.3",
|
|
28516
26975
|
"resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz",
|