@salesforce/plugin-custom-metadata 3.1.15 → 3.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/lib/shared/templates/templates.js.map +1 -1
- package/npm-shrinkwrap.json +710 -486
- package/oclif.lock +368 -289
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.17",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-custom-metadata",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.17",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.19.2",
|
|
13
13
|
"@salesforce/core": "^6.5.1",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
15
|
-
"csv-parse": "^5.5.
|
|
16
|
-
"fast-xml-parser": "^4.3.
|
|
15
|
+
"csv-parse": "^5.5.5",
|
|
16
|
+
"fast-xml-parser": "^4.3.6"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
21
|
-
"@salesforce/dev-scripts": "^8.4.
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
23
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.1.1",
|
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
21
|
+
"@salesforce/dev-scripts": "^8.4.2",
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.0.70",
|
|
23
|
+
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
24
24
|
"jsforce": "^2.0.0-beta.29",
|
|
25
|
-
"oclif": "^4.4.
|
|
25
|
+
"oclif": "^4.4.19",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.3.3"
|
|
28
28
|
},
|
|
@@ -2913,9 +2913,9 @@
|
|
|
2913
2913
|
}
|
|
2914
2914
|
},
|
|
2915
2915
|
"node_modules/@eslint/eslintrc": {
|
|
2916
|
-
"version": "2.1.
|
|
2917
|
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.
|
|
2918
|
-
"integrity": "sha512-
|
|
2916
|
+
"version": "2.1.4",
|
|
2917
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
|
|
2918
|
+
"integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
|
|
2919
2919
|
"dev": true,
|
|
2920
2920
|
"license": "MIT",
|
|
2921
2921
|
"dependencies": {
|
|
@@ -2936,10 +2936,30 @@
|
|
|
2936
2936
|
"url": "https://opencollective.com/eslint"
|
|
2937
2937
|
}
|
|
2938
2938
|
},
|
|
2939
|
+
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
2940
|
+
"version": "2.0.1",
|
|
2941
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
2942
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
2943
|
+
"dev": true,
|
|
2944
|
+
"license": "Python-2.0"
|
|
2945
|
+
},
|
|
2946
|
+
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
2947
|
+
"version": "4.1.0",
|
|
2948
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
2949
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
2950
|
+
"dev": true,
|
|
2951
|
+
"license": "MIT",
|
|
2952
|
+
"dependencies": {
|
|
2953
|
+
"argparse": "^2.0.1"
|
|
2954
|
+
},
|
|
2955
|
+
"bin": {
|
|
2956
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2957
|
+
}
|
|
2958
|
+
},
|
|
2939
2959
|
"node_modules/@eslint/js": {
|
|
2940
|
-
"version": "8.
|
|
2941
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
|
2942
|
-
"integrity": "sha512-
|
|
2960
|
+
"version": "8.57.0",
|
|
2961
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
|
2962
|
+
"integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
|
|
2943
2963
|
"dev": true,
|
|
2944
2964
|
"license": "MIT",
|
|
2945
2965
|
"engines": {
|
|
@@ -2954,14 +2974,14 @@
|
|
|
2954
2974
|
"license": "MIT"
|
|
2955
2975
|
},
|
|
2956
2976
|
"node_modules/@humanwhocodes/config-array": {
|
|
2957
|
-
"version": "0.11.
|
|
2958
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.
|
|
2959
|
-
"integrity": "sha512-
|
|
2977
|
+
"version": "0.11.14",
|
|
2978
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
|
|
2979
|
+
"integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
|
|
2960
2980
|
"dev": true,
|
|
2961
2981
|
"license": "Apache-2.0",
|
|
2962
2982
|
"dependencies": {
|
|
2963
|
-
"@humanwhocodes/object-schema": "^2.0.
|
|
2964
|
-
"debug": "^4.
|
|
2983
|
+
"@humanwhocodes/object-schema": "^2.0.2",
|
|
2984
|
+
"debug": "^4.3.1",
|
|
2965
2985
|
"minimatch": "^3.0.5"
|
|
2966
2986
|
},
|
|
2967
2987
|
"engines": {
|
|
@@ -2983,9 +3003,9 @@
|
|
|
2983
3003
|
}
|
|
2984
3004
|
},
|
|
2985
3005
|
"node_modules/@humanwhocodes/object-schema": {
|
|
2986
|
-
"version": "2.0.
|
|
2987
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.
|
|
2988
|
-
"integrity": "sha512-
|
|
3006
|
+
"version": "2.0.2",
|
|
3007
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz",
|
|
3008
|
+
"integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==",
|
|
2989
3009
|
"dev": true,
|
|
2990
3010
|
"license": "BSD-3-Clause"
|
|
2991
3011
|
},
|
|
@@ -3232,30 +3252,6 @@
|
|
|
3232
3252
|
"node": ">=8"
|
|
3233
3253
|
}
|
|
3234
3254
|
},
|
|
3235
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
3236
|
-
"version": "1.0.10",
|
|
3237
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3238
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3239
|
-
"dev": true,
|
|
3240
|
-
"license": "MIT",
|
|
3241
|
-
"dependencies": {
|
|
3242
|
-
"sprintf-js": "~1.0.2"
|
|
3243
|
-
}
|
|
3244
|
-
},
|
|
3245
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
3246
|
-
"version": "3.14.1",
|
|
3247
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3248
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3249
|
-
"dev": true,
|
|
3250
|
-
"license": "MIT",
|
|
3251
|
-
"dependencies": {
|
|
3252
|
-
"argparse": "^1.0.7",
|
|
3253
|
-
"esprima": "^4.0.0"
|
|
3254
|
-
},
|
|
3255
|
-
"bin": {
|
|
3256
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3257
|
-
}
|
|
3258
|
-
},
|
|
3259
3255
|
"node_modules/@istanbuljs/schema": {
|
|
3260
3256
|
"version": "0.1.3",
|
|
3261
3257
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
@@ -3572,9 +3568,9 @@
|
|
|
3572
3568
|
}
|
|
3573
3569
|
},
|
|
3574
3570
|
"node_modules/@oclif/core": {
|
|
3575
|
-
"version": "3.
|
|
3576
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3577
|
-
"integrity": "sha512-
|
|
3571
|
+
"version": "3.23.0",
|
|
3572
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.23.0.tgz",
|
|
3573
|
+
"integrity": "sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==",
|
|
3578
3574
|
"license": "MIT",
|
|
3579
3575
|
"dependencies": {
|
|
3580
3576
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3593,6 +3589,7 @@
|
|
|
3593
3589
|
"indent-string": "^4.0.0",
|
|
3594
3590
|
"is-wsl": "^2.2.0",
|
|
3595
3591
|
"js-yaml": "^3.14.1",
|
|
3592
|
+
"minimatch": "^9.0.3",
|
|
3596
3593
|
"natural-orderby": "^2.0.3",
|
|
3597
3594
|
"object-treeify": "^1.1.33",
|
|
3598
3595
|
"password-prompt": "^1.1.3",
|
|
@@ -3609,26 +3606,19 @@
|
|
|
3609
3606
|
"node": ">=18.0.0"
|
|
3610
3607
|
}
|
|
3611
3608
|
},
|
|
3612
|
-
"node_modules/@oclif/core/node_modules/
|
|
3613
|
-
"version": "
|
|
3614
|
-
"resolved": "https://registry.npmjs.org/
|
|
3615
|
-
"integrity": "sha512-
|
|
3616
|
-
"license": "
|
|
3617
|
-
"dependencies": {
|
|
3618
|
-
"sprintf-js": "~1.0.2"
|
|
3619
|
-
}
|
|
3620
|
-
},
|
|
3621
|
-
"node_modules/@oclif/core/node_modules/js-yaml": {
|
|
3622
|
-
"version": "3.14.1",
|
|
3623
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3624
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3625
|
-
"license": "MIT",
|
|
3609
|
+
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3610
|
+
"version": "9.0.3",
|
|
3611
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
3612
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
3613
|
+
"license": "ISC",
|
|
3626
3614
|
"dependencies": {
|
|
3627
|
-
"
|
|
3628
|
-
"esprima": "^4.0.0"
|
|
3615
|
+
"brace-expansion": "^2.0.1"
|
|
3629
3616
|
},
|
|
3630
|
-
"
|
|
3631
|
-
"
|
|
3617
|
+
"engines": {
|
|
3618
|
+
"node": ">=16 || 14 >=14.17"
|
|
3619
|
+
},
|
|
3620
|
+
"funding": {
|
|
3621
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3632
3622
|
}
|
|
3633
3623
|
},
|
|
3634
3624
|
"node_modules/@oclif/core/node_modules/supports-color": {
|
|
@@ -3647,15 +3637,16 @@
|
|
|
3647
3637
|
}
|
|
3648
3638
|
},
|
|
3649
3639
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3650
|
-
"version": "5.
|
|
3651
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
3652
|
-
"integrity": "sha512-
|
|
3640
|
+
"version": "5.1.1",
|
|
3641
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.1.tgz",
|
|
3642
|
+
"integrity": "sha512-8PmnQ4aDX1n8OcrnXVPDpmoIAUWe1nbC6Md/KRupzjlRF8YDJMp7AdrE6cFD4DSZ04QvIViQ0w5P7kyu37wA1g==",
|
|
3653
3643
|
"dev": true,
|
|
3654
3644
|
"license": "MIT",
|
|
3655
3645
|
"dependencies": {
|
|
3656
|
-
"@oclif/core": "
|
|
3646
|
+
"@oclif/core": "3.21.0",
|
|
3657
3647
|
"@types/lodash.difference": "^4.5.9",
|
|
3658
3648
|
"chalk": "^5.3.0",
|
|
3649
|
+
"globby": "^14.0.1",
|
|
3659
3650
|
"just-diff": "^5.2.0",
|
|
3660
3651
|
"lodash.difference": "^4.5.0",
|
|
3661
3652
|
"lodash.get": "^4.4.2",
|
|
@@ -3667,6 +3658,106 @@
|
|
|
3667
3658
|
"node": ">=18.0.0"
|
|
3668
3659
|
}
|
|
3669
3660
|
},
|
|
3661
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3662
|
+
"version": "3.21.0",
|
|
3663
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.21.0.tgz",
|
|
3664
|
+
"integrity": "sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==",
|
|
3665
|
+
"dev": true,
|
|
3666
|
+
"license": "MIT",
|
|
3667
|
+
"dependencies": {
|
|
3668
|
+
"@types/cli-progress": "^3.11.5",
|
|
3669
|
+
"ansi-escapes": "^4.3.2",
|
|
3670
|
+
"ansi-styles": "^4.3.0",
|
|
3671
|
+
"cardinal": "^2.1.1",
|
|
3672
|
+
"chalk": "^4.1.2",
|
|
3673
|
+
"clean-stack": "^3.0.1",
|
|
3674
|
+
"cli-progress": "^3.12.0",
|
|
3675
|
+
"color": "^4.2.3",
|
|
3676
|
+
"debug": "^4.3.4",
|
|
3677
|
+
"ejs": "^3.1.9",
|
|
3678
|
+
"get-package-type": "^0.1.0",
|
|
3679
|
+
"globby": "^11.1.0",
|
|
3680
|
+
"hyperlinker": "^1.0.0",
|
|
3681
|
+
"indent-string": "^4.0.0",
|
|
3682
|
+
"is-wsl": "^2.2.0",
|
|
3683
|
+
"js-yaml": "^3.14.1",
|
|
3684
|
+
"natural-orderby": "^2.0.3",
|
|
3685
|
+
"object-treeify": "^1.1.33",
|
|
3686
|
+
"password-prompt": "^1.1.3",
|
|
3687
|
+
"slice-ansi": "^4.0.0",
|
|
3688
|
+
"string-width": "^4.2.3",
|
|
3689
|
+
"strip-ansi": "^6.0.1",
|
|
3690
|
+
"supports-color": "^8.1.1",
|
|
3691
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3692
|
+
"widest-line": "^3.1.0",
|
|
3693
|
+
"wordwrap": "^1.0.0",
|
|
3694
|
+
"wrap-ansi": "^7.0.0"
|
|
3695
|
+
},
|
|
3696
|
+
"engines": {
|
|
3697
|
+
"node": ">=18.0.0"
|
|
3698
|
+
}
|
|
3699
|
+
},
|
|
3700
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3701
|
+
"version": "4.1.2",
|
|
3702
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3703
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3704
|
+
"dev": true,
|
|
3705
|
+
"license": "MIT",
|
|
3706
|
+
"dependencies": {
|
|
3707
|
+
"ansi-styles": "^4.1.0",
|
|
3708
|
+
"supports-color": "^7.1.0"
|
|
3709
|
+
},
|
|
3710
|
+
"engines": {
|
|
3711
|
+
"node": ">=10"
|
|
3712
|
+
},
|
|
3713
|
+
"funding": {
|
|
3714
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3715
|
+
}
|
|
3716
|
+
},
|
|
3717
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3718
|
+
"version": "7.2.0",
|
|
3719
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3720
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3721
|
+
"dev": true,
|
|
3722
|
+
"license": "MIT",
|
|
3723
|
+
"dependencies": {
|
|
3724
|
+
"has-flag": "^4.0.0"
|
|
3725
|
+
},
|
|
3726
|
+
"engines": {
|
|
3727
|
+
"node": ">=8"
|
|
3728
|
+
}
|
|
3729
|
+
},
|
|
3730
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3731
|
+
"version": "11.1.0",
|
|
3732
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3733
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3734
|
+
"dev": true,
|
|
3735
|
+
"license": "MIT",
|
|
3736
|
+
"dependencies": {
|
|
3737
|
+
"array-union": "^2.1.0",
|
|
3738
|
+
"dir-glob": "^3.0.1",
|
|
3739
|
+
"fast-glob": "^3.2.9",
|
|
3740
|
+
"ignore": "^5.2.0",
|
|
3741
|
+
"merge2": "^1.4.1",
|
|
3742
|
+
"slash": "^3.0.0"
|
|
3743
|
+
},
|
|
3744
|
+
"engines": {
|
|
3745
|
+
"node": ">=10"
|
|
3746
|
+
},
|
|
3747
|
+
"funding": {
|
|
3748
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3749
|
+
}
|
|
3750
|
+
},
|
|
3751
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3752
|
+
"version": "3.0.0",
|
|
3753
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3754
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3755
|
+
"dev": true,
|
|
3756
|
+
"license": "MIT",
|
|
3757
|
+
"engines": {
|
|
3758
|
+
"node": ">=8"
|
|
3759
|
+
}
|
|
3760
|
+
},
|
|
3670
3761
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/chalk": {
|
|
3671
3762
|
"version": "5.3.0",
|
|
3672
3763
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -3680,6 +3771,69 @@
|
|
|
3680
3771
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3681
3772
|
}
|
|
3682
3773
|
},
|
|
3774
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3775
|
+
"version": "14.0.1",
|
|
3776
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
3777
|
+
"integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
|
|
3778
|
+
"dev": true,
|
|
3779
|
+
"license": "MIT",
|
|
3780
|
+
"dependencies": {
|
|
3781
|
+
"@sindresorhus/merge-streams": "^2.1.0",
|
|
3782
|
+
"fast-glob": "^3.3.2",
|
|
3783
|
+
"ignore": "^5.2.4",
|
|
3784
|
+
"path-type": "^5.0.0",
|
|
3785
|
+
"slash": "^5.1.0",
|
|
3786
|
+
"unicorn-magic": "^0.1.0"
|
|
3787
|
+
},
|
|
3788
|
+
"engines": {
|
|
3789
|
+
"node": ">=18"
|
|
3790
|
+
},
|
|
3791
|
+
"funding": {
|
|
3792
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3793
|
+
}
|
|
3794
|
+
},
|
|
3795
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3796
|
+
"version": "5.0.0",
|
|
3797
|
+
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
3798
|
+
"integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
|
|
3799
|
+
"dev": true,
|
|
3800
|
+
"license": "MIT",
|
|
3801
|
+
"engines": {
|
|
3802
|
+
"node": ">=12"
|
|
3803
|
+
},
|
|
3804
|
+
"funding": {
|
|
3805
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3806
|
+
}
|
|
3807
|
+
},
|
|
3808
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/slash": {
|
|
3809
|
+
"version": "5.1.0",
|
|
3810
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
|
|
3811
|
+
"integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
|
|
3812
|
+
"dev": true,
|
|
3813
|
+
"license": "MIT",
|
|
3814
|
+
"engines": {
|
|
3815
|
+
"node": ">=14.16"
|
|
3816
|
+
},
|
|
3817
|
+
"funding": {
|
|
3818
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3819
|
+
}
|
|
3820
|
+
},
|
|
3821
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3822
|
+
"version": "8.1.1",
|
|
3823
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3824
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3825
|
+
"dev": true,
|
|
3826
|
+
"license": "MIT",
|
|
3827
|
+
"dependencies": {
|
|
3828
|
+
"has-flag": "^4.0.0"
|
|
3829
|
+
},
|
|
3830
|
+
"engines": {
|
|
3831
|
+
"node": ">=10"
|
|
3832
|
+
},
|
|
3833
|
+
"funding": {
|
|
3834
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3835
|
+
}
|
|
3836
|
+
},
|
|
3683
3837
|
"node_modules/@oclif/plugin-help": {
|
|
3684
3838
|
"version": "6.0.12",
|
|
3685
3839
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.12.tgz",
|
|
@@ -3907,13 +4061,13 @@
|
|
|
3907
4061
|
}
|
|
3908
4062
|
},
|
|
3909
4063
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3910
|
-
"version": "5.1.
|
|
3911
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
3912
|
-
"integrity": "sha512-
|
|
4064
|
+
"version": "5.1.10",
|
|
4065
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.10.tgz",
|
|
4066
|
+
"integrity": "sha512-zAyv6luZSjJFOa/v0IHYAfNcWSl1DTZ7l5cJalKTuu7oXfy0mskZO4KzPZ4vdyBSz54t6+yXgNA2C/uFyqe/CQ==",
|
|
3913
4067
|
"dev": true,
|
|
3914
4068
|
"license": "BSD-3-Clause",
|
|
3915
4069
|
"dependencies": {
|
|
3916
|
-
"@salesforce/core": "^6.
|
|
4070
|
+
"@salesforce/core": "^6.7.0",
|
|
3917
4071
|
"@salesforce/kit": "^3.0.15",
|
|
3918
4072
|
"@salesforce/ts-types": "^2.0.9",
|
|
3919
4073
|
"@types/shelljs": "^0.8.15",
|
|
@@ -3966,12 +4120,6 @@
|
|
|
3966
4120
|
"node": ">=18.0.0"
|
|
3967
4121
|
}
|
|
3968
4122
|
},
|
|
3969
|
-
"node_modules/@salesforce/core/node_modules/@types/semver": {
|
|
3970
|
-
"version": "7.5.8",
|
|
3971
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
|
|
3972
|
-
"integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
|
|
3973
|
-
"license": "MIT"
|
|
3974
|
-
},
|
|
3975
4123
|
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
3976
4124
|
"version": "8.12.0",
|
|
3977
4125
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
@@ -4002,9 +4150,9 @@
|
|
|
4002
4150
|
"license": "BSD-3-Clause"
|
|
4003
4151
|
},
|
|
4004
4152
|
"node_modules/@salesforce/dev-scripts": {
|
|
4005
|
-
"version": "8.4.
|
|
4006
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.
|
|
4007
|
-
"integrity": "sha512-
|
|
4153
|
+
"version": "8.4.2",
|
|
4154
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.2.tgz",
|
|
4155
|
+
"integrity": "sha512-Hua2fwrN1nb/rv8seE6thy43WeqS52UbXJ3Mp1scumM9ln3cksMJ0ZPtuRjtLaxziqkUjO7HV10UEzu35AX2ZA==",
|
|
4008
4156
|
"dev": true,
|
|
4009
4157
|
"license": "BSD-3-Clause",
|
|
4010
4158
|
"dependencies": {
|
|
@@ -4019,21 +4167,21 @@
|
|
|
4019
4167
|
"chai": "^4.3.10",
|
|
4020
4168
|
"chalk": "^4.0.0",
|
|
4021
4169
|
"cosmiconfig": "^7.0.0",
|
|
4022
|
-
"eslint-config-salesforce-typescript": "^3.
|
|
4170
|
+
"eslint-config-salesforce-typescript": "^3.2.11",
|
|
4023
4171
|
"husky": "^7.0.4",
|
|
4024
4172
|
"linkinator": "^6.0.4",
|
|
4025
4173
|
"mocha": "^10.2.0",
|
|
4026
4174
|
"nyc": "^15.1.0",
|
|
4027
4175
|
"prettier": "^2.8.8",
|
|
4028
|
-
"pretty-quick": "^3.1
|
|
4176
|
+
"pretty-quick": "^3.3.1",
|
|
4029
4177
|
"shelljs": "^0.8.5",
|
|
4030
4178
|
"sinon": "10.0.0",
|
|
4031
4179
|
"source-map-support": "^0.5.21",
|
|
4032
4180
|
"ts-node": "^10.9.2",
|
|
4033
|
-
"typedoc": "^0.25.
|
|
4181
|
+
"typedoc": "^0.25.9",
|
|
4034
4182
|
"typedoc-plugin-missing-exports": "0.23.0",
|
|
4035
4183
|
"typescript": "^4.9.5",
|
|
4036
|
-
"wireit": "^0.14.
|
|
4184
|
+
"wireit": "^0.14.4"
|
|
4037
4185
|
},
|
|
4038
4186
|
"bin": {
|
|
4039
4187
|
"sf-clean": "bin/sf-clean.js",
|
|
@@ -4099,16 +4247,16 @@
|
|
|
4099
4247
|
}
|
|
4100
4248
|
},
|
|
4101
4249
|
"node_modules/@salesforce/dev-scripts/node_modules/typedoc": {
|
|
4102
|
-
"version": "0.25.
|
|
4103
|
-
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.
|
|
4104
|
-
"integrity": "sha512-
|
|
4250
|
+
"version": "0.25.10",
|
|
4251
|
+
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.10.tgz",
|
|
4252
|
+
"integrity": "sha512-v10rtOFojrjW9og3T+6wAKeJaGMuojU87DXGZ33sfs+554wgPTRG+s07Ag1BjPZI85Y5QPVouPI63JQ6fcQM5w==",
|
|
4105
4253
|
"dev": true,
|
|
4106
4254
|
"license": "Apache-2.0",
|
|
4107
4255
|
"dependencies": {
|
|
4108
4256
|
"lunr": "^2.3.9",
|
|
4109
4257
|
"marked": "^4.3.0",
|
|
4110
4258
|
"minimatch": "^9.0.3",
|
|
4111
|
-
"shiki": "^0.14.
|
|
4259
|
+
"shiki": "^0.14.7"
|
|
4112
4260
|
},
|
|
4113
4261
|
"bin": {
|
|
4114
4262
|
"typedoc": "bin/typedoc"
|
|
@@ -4117,7 +4265,7 @@
|
|
|
4117
4265
|
"node": ">= 16"
|
|
4118
4266
|
},
|
|
4119
4267
|
"peerDependencies": {
|
|
4120
|
-
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x"
|
|
4268
|
+
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x"
|
|
4121
4269
|
}
|
|
4122
4270
|
},
|
|
4123
4271
|
"node_modules/@salesforce/dev-scripts/node_modules/typescript": {
|
|
@@ -4145,13 +4293,13 @@
|
|
|
4145
4293
|
}
|
|
4146
4294
|
},
|
|
4147
4295
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4148
|
-
"version": "3.0.
|
|
4149
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
4150
|
-
"integrity": "sha512-
|
|
4296
|
+
"version": "3.0.70",
|
|
4297
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.70.tgz",
|
|
4298
|
+
"integrity": "sha512-MwgdWn5OzY3d+6PgW/aopYqnGmeLvs/7JXS5VNOO63bnYYfhwCwzoJL9gRkL8v+PWeU6wZhEDITNPOM6x7K+YA==",
|
|
4151
4299
|
"dev": true,
|
|
4152
4300
|
"license": "BSD-3-Clause",
|
|
4153
4301
|
"dependencies": {
|
|
4154
|
-
"@oclif/core": "^3.
|
|
4302
|
+
"@oclif/core": "^3.20.0",
|
|
4155
4303
|
"@salesforce/core": "^6.5.3",
|
|
4156
4304
|
"@salesforce/kit": "^3.0.15",
|
|
4157
4305
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
@@ -4251,6 +4399,19 @@
|
|
|
4251
4399
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
4252
4400
|
}
|
|
4253
4401
|
},
|
|
4402
|
+
"node_modules/@sindresorhus/merge-streams": {
|
|
4403
|
+
"version": "2.3.0",
|
|
4404
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
|
|
4405
|
+
"integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
|
|
4406
|
+
"dev": true,
|
|
4407
|
+
"license": "MIT",
|
|
4408
|
+
"engines": {
|
|
4409
|
+
"node": ">=18"
|
|
4410
|
+
},
|
|
4411
|
+
"funding": {
|
|
4412
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4413
|
+
}
|
|
4414
|
+
},
|
|
4254
4415
|
"node_modules/@sinonjs/commons": {
|
|
4255
4416
|
"version": "1.8.6",
|
|
4256
4417
|
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
|
|
@@ -5125,13 +5286,6 @@
|
|
|
5125
5286
|
"@types/node": "*"
|
|
5126
5287
|
}
|
|
5127
5288
|
},
|
|
5128
|
-
"node_modules/@types/glob/node_modules/@types/minimatch": {
|
|
5129
|
-
"version": "5.1.2",
|
|
5130
|
-
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
|
|
5131
|
-
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
|
|
5132
|
-
"dev": true,
|
|
5133
|
-
"license": "MIT"
|
|
5134
|
-
},
|
|
5135
5289
|
"node_modules/@types/http-cache-semantics": {
|
|
5136
5290
|
"version": "4.0.1",
|
|
5137
5291
|
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
|
|
@@ -5192,9 +5346,9 @@
|
|
|
5192
5346
|
}
|
|
5193
5347
|
},
|
|
5194
5348
|
"node_modules/@types/minimatch": {
|
|
5195
|
-
"version": "
|
|
5196
|
-
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-
|
|
5197
|
-
"integrity": "sha512-
|
|
5349
|
+
"version": "5.1.2",
|
|
5350
|
+
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
|
|
5351
|
+
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
|
|
5198
5352
|
"dev": true,
|
|
5199
5353
|
"license": "MIT"
|
|
5200
5354
|
},
|
|
@@ -5255,10 +5409,9 @@
|
|
|
5255
5409
|
}
|
|
5256
5410
|
},
|
|
5257
5411
|
"node_modules/@types/semver": {
|
|
5258
|
-
"version": "7.5.
|
|
5259
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.
|
|
5260
|
-
"integrity": "sha512
|
|
5261
|
-
"dev": true,
|
|
5412
|
+
"version": "7.5.8",
|
|
5413
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
|
|
5414
|
+
"integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
|
|
5262
5415
|
"license": "MIT"
|
|
5263
5416
|
},
|
|
5264
5417
|
"node_modules/@types/shelljs": {
|
|
@@ -5317,17 +5470,17 @@
|
|
|
5317
5470
|
"license": "MIT"
|
|
5318
5471
|
},
|
|
5319
5472
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
5320
|
-
"version": "6.
|
|
5321
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.
|
|
5322
|
-
"integrity": "sha512-
|
|
5473
|
+
"version": "6.21.0",
|
|
5474
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",
|
|
5475
|
+
"integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==",
|
|
5323
5476
|
"dev": true,
|
|
5324
5477
|
"license": "MIT",
|
|
5325
5478
|
"dependencies": {
|
|
5326
5479
|
"@eslint-community/regexpp": "^4.5.1",
|
|
5327
|
-
"@typescript-eslint/scope-manager": "6.
|
|
5328
|
-
"@typescript-eslint/type-utils": "6.
|
|
5329
|
-
"@typescript-eslint/utils": "6.
|
|
5330
|
-
"@typescript-eslint/visitor-keys": "6.
|
|
5480
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
|
5481
|
+
"@typescript-eslint/type-utils": "6.21.0",
|
|
5482
|
+
"@typescript-eslint/utils": "6.21.0",
|
|
5483
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
5331
5484
|
"debug": "^4.3.4",
|
|
5332
5485
|
"graphemer": "^1.4.0",
|
|
5333
5486
|
"ignore": "^5.2.4",
|
|
@@ -5353,16 +5506,16 @@
|
|
|
5353
5506
|
}
|
|
5354
5507
|
},
|
|
5355
5508
|
"node_modules/@typescript-eslint/parser": {
|
|
5356
|
-
"version": "6.
|
|
5357
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.
|
|
5358
|
-
"integrity": "sha512
|
|
5509
|
+
"version": "6.21.0",
|
|
5510
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz",
|
|
5511
|
+
"integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
|
|
5359
5512
|
"dev": true,
|
|
5360
5513
|
"license": "BSD-2-Clause",
|
|
5361
5514
|
"dependencies": {
|
|
5362
|
-
"@typescript-eslint/scope-manager": "6.
|
|
5363
|
-
"@typescript-eslint/types": "6.
|
|
5364
|
-
"@typescript-eslint/typescript-estree": "6.
|
|
5365
|
-
"@typescript-eslint/visitor-keys": "6.
|
|
5515
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
|
5516
|
+
"@typescript-eslint/types": "6.21.0",
|
|
5517
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
5518
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
5366
5519
|
"debug": "^4.3.4"
|
|
5367
5520
|
},
|
|
5368
5521
|
"engines": {
|
|
@@ -5382,14 +5535,14 @@
|
|
|
5382
5535
|
}
|
|
5383
5536
|
},
|
|
5384
5537
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
5385
|
-
"version": "6.
|
|
5386
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.
|
|
5387
|
-
"integrity": "sha512-
|
|
5538
|
+
"version": "6.21.0",
|
|
5539
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
|
|
5540
|
+
"integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==",
|
|
5388
5541
|
"dev": true,
|
|
5389
5542
|
"license": "MIT",
|
|
5390
5543
|
"dependencies": {
|
|
5391
|
-
"@typescript-eslint/types": "6.
|
|
5392
|
-
"@typescript-eslint/visitor-keys": "6.
|
|
5544
|
+
"@typescript-eslint/types": "6.21.0",
|
|
5545
|
+
"@typescript-eslint/visitor-keys": "6.21.0"
|
|
5393
5546
|
},
|
|
5394
5547
|
"engines": {
|
|
5395
5548
|
"node": "^16.0.0 || >=18.0.0"
|
|
@@ -5400,14 +5553,14 @@
|
|
|
5400
5553
|
}
|
|
5401
5554
|
},
|
|
5402
5555
|
"node_modules/@typescript-eslint/type-utils": {
|
|
5403
|
-
"version": "6.
|
|
5404
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.
|
|
5405
|
-
"integrity": "sha512-
|
|
5556
|
+
"version": "6.21.0",
|
|
5557
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
|
|
5558
|
+
"integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==",
|
|
5406
5559
|
"dev": true,
|
|
5407
5560
|
"license": "MIT",
|
|
5408
5561
|
"dependencies": {
|
|
5409
|
-
"@typescript-eslint/typescript-estree": "6.
|
|
5410
|
-
"@typescript-eslint/utils": "6.
|
|
5562
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
5563
|
+
"@typescript-eslint/utils": "6.21.0",
|
|
5411
5564
|
"debug": "^4.3.4",
|
|
5412
5565
|
"ts-api-utils": "^1.0.1"
|
|
5413
5566
|
},
|
|
@@ -5428,9 +5581,9 @@
|
|
|
5428
5581
|
}
|
|
5429
5582
|
},
|
|
5430
5583
|
"node_modules/@typescript-eslint/types": {
|
|
5431
|
-
"version": "6.
|
|
5432
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.
|
|
5433
|
-
"integrity": "sha512-
|
|
5584
|
+
"version": "6.21.0",
|
|
5585
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
|
|
5586
|
+
"integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
|
|
5434
5587
|
"dev": true,
|
|
5435
5588
|
"license": "MIT",
|
|
5436
5589
|
"engines": {
|
|
@@ -5442,17 +5595,18 @@
|
|
|
5442
5595
|
}
|
|
5443
5596
|
},
|
|
5444
5597
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
5445
|
-
"version": "6.
|
|
5446
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.
|
|
5447
|
-
"integrity": "sha512-
|
|
5598
|
+
"version": "6.21.0",
|
|
5599
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz",
|
|
5600
|
+
"integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==",
|
|
5448
5601
|
"dev": true,
|
|
5449
5602
|
"license": "BSD-2-Clause",
|
|
5450
5603
|
"dependencies": {
|
|
5451
|
-
"@typescript-eslint/types": "6.
|
|
5452
|
-
"@typescript-eslint/visitor-keys": "6.
|
|
5604
|
+
"@typescript-eslint/types": "6.21.0",
|
|
5605
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
5453
5606
|
"debug": "^4.3.4",
|
|
5454
5607
|
"globby": "^11.1.0",
|
|
5455
5608
|
"is-glob": "^4.0.3",
|
|
5609
|
+
"minimatch": "9.0.3",
|
|
5456
5610
|
"semver": "^7.5.4",
|
|
5457
5611
|
"ts-api-utils": "^1.0.1"
|
|
5458
5612
|
},
|
|
@@ -5469,19 +5623,35 @@
|
|
|
5469
5623
|
}
|
|
5470
5624
|
}
|
|
5471
5625
|
},
|
|
5626
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
5627
|
+
"version": "9.0.3",
|
|
5628
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
5629
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
5630
|
+
"dev": true,
|
|
5631
|
+
"license": "ISC",
|
|
5632
|
+
"dependencies": {
|
|
5633
|
+
"brace-expansion": "^2.0.1"
|
|
5634
|
+
},
|
|
5635
|
+
"engines": {
|
|
5636
|
+
"node": ">=16 || 14 >=14.17"
|
|
5637
|
+
},
|
|
5638
|
+
"funding": {
|
|
5639
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5640
|
+
}
|
|
5641
|
+
},
|
|
5472
5642
|
"node_modules/@typescript-eslint/utils": {
|
|
5473
|
-
"version": "6.
|
|
5474
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.
|
|
5475
|
-
"integrity": "sha512-
|
|
5643
|
+
"version": "6.21.0",
|
|
5644
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz",
|
|
5645
|
+
"integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==",
|
|
5476
5646
|
"dev": true,
|
|
5477
5647
|
"license": "MIT",
|
|
5478
5648
|
"dependencies": {
|
|
5479
5649
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
5480
5650
|
"@types/json-schema": "^7.0.12",
|
|
5481
5651
|
"@types/semver": "^7.5.0",
|
|
5482
|
-
"@typescript-eslint/scope-manager": "6.
|
|
5483
|
-
"@typescript-eslint/types": "6.
|
|
5484
|
-
"@typescript-eslint/typescript-estree": "6.
|
|
5652
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
|
5653
|
+
"@typescript-eslint/types": "6.21.0",
|
|
5654
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
5485
5655
|
"semver": "^7.5.4"
|
|
5486
5656
|
},
|
|
5487
5657
|
"engines": {
|
|
@@ -5496,13 +5666,13 @@
|
|
|
5496
5666
|
}
|
|
5497
5667
|
},
|
|
5498
5668
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
5499
|
-
"version": "6.
|
|
5500
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.
|
|
5501
|
-
"integrity": "sha512
|
|
5669
|
+
"version": "6.21.0",
|
|
5670
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
|
|
5671
|
+
"integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
|
|
5502
5672
|
"dev": true,
|
|
5503
5673
|
"license": "MIT",
|
|
5504
5674
|
"dependencies": {
|
|
5505
|
-
"@typescript-eslint/types": "6.
|
|
5675
|
+
"@typescript-eslint/types": "6.21.0",
|
|
5506
5676
|
"eslint-visitor-keys": "^3.4.1"
|
|
5507
5677
|
},
|
|
5508
5678
|
"engines": {
|
|
@@ -5787,11 +5957,13 @@
|
|
|
5787
5957
|
"license": "MIT"
|
|
5788
5958
|
},
|
|
5789
5959
|
"node_modules/argparse": {
|
|
5790
|
-
"version": "
|
|
5791
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-
|
|
5792
|
-
"integrity": "sha512-
|
|
5793
|
-
"
|
|
5794
|
-
"
|
|
5960
|
+
"version": "1.0.10",
|
|
5961
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5962
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5963
|
+
"license": "MIT",
|
|
5964
|
+
"dependencies": {
|
|
5965
|
+
"sprintf-js": "~1.0.2"
|
|
5966
|
+
}
|
|
5795
5967
|
},
|
|
5796
5968
|
"node_modules/array-buffer-byte-length": {
|
|
5797
5969
|
"version": "1.0.0",
|
|
@@ -6177,9 +6349,9 @@
|
|
|
6177
6349
|
"license": "ISC"
|
|
6178
6350
|
},
|
|
6179
6351
|
"node_modules/browserslist": {
|
|
6180
|
-
"version": "4.
|
|
6181
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.
|
|
6182
|
-
"integrity": "sha512-
|
|
6352
|
+
"version": "4.23.0",
|
|
6353
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz",
|
|
6354
|
+
"integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==",
|
|
6183
6355
|
"dev": true,
|
|
6184
6356
|
"funding": [
|
|
6185
6357
|
{
|
|
@@ -6189,14 +6361,18 @@
|
|
|
6189
6361
|
{
|
|
6190
6362
|
"type": "tidelift",
|
|
6191
6363
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
6364
|
+
},
|
|
6365
|
+
{
|
|
6366
|
+
"type": "github",
|
|
6367
|
+
"url": "https://github.com/sponsors/ai"
|
|
6192
6368
|
}
|
|
6193
6369
|
],
|
|
6194
6370
|
"license": "MIT",
|
|
6195
6371
|
"dependencies": {
|
|
6196
|
-
"caniuse-lite": "^1.0.
|
|
6197
|
-
"electron-to-chromium": "^1.4.
|
|
6198
|
-
"node-releases": "^2.0.
|
|
6199
|
-
"update-browserslist-db": "^1.0.
|
|
6372
|
+
"caniuse-lite": "^1.0.30001587",
|
|
6373
|
+
"electron-to-chromium": "^1.4.668",
|
|
6374
|
+
"node-releases": "^2.0.14",
|
|
6375
|
+
"update-browserslist-db": "^1.0.13"
|
|
6200
6376
|
},
|
|
6201
6377
|
"bin": {
|
|
6202
6378
|
"browserslist": "cli.js"
|
|
@@ -6431,9 +6607,9 @@
|
|
|
6431
6607
|
}
|
|
6432
6608
|
},
|
|
6433
6609
|
"node_modules/caniuse-lite": {
|
|
6434
|
-
"version": "1.0.
|
|
6435
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
6436
|
-
"integrity": "sha512-
|
|
6610
|
+
"version": "1.0.30001593",
|
|
6611
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001593.tgz",
|
|
6612
|
+
"integrity": "sha512-UWM1zlo3cZfkpBysd7AS+z+v007q9G1+fLTUU42rQnY6t2axoogPW/xol6T7juU5EUoOhML4WgBIdG+9yYqAjQ==",
|
|
6437
6613
|
"dev": true,
|
|
6438
6614
|
"funding": [
|
|
6439
6615
|
{
|
|
@@ -6443,6 +6619,10 @@
|
|
|
6443
6619
|
{
|
|
6444
6620
|
"type": "tidelift",
|
|
6445
6621
|
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
6622
|
+
},
|
|
6623
|
+
{
|
|
6624
|
+
"type": "github",
|
|
6625
|
+
"url": "https://github.com/sponsors/ai"
|
|
6446
6626
|
}
|
|
6447
6627
|
],
|
|
6448
6628
|
"license": "CC-BY-4.0"
|
|
@@ -6584,9 +6764,9 @@
|
|
|
6584
6764
|
}
|
|
6585
6765
|
},
|
|
6586
6766
|
"node_modules/ci-info": {
|
|
6587
|
-
"version": "
|
|
6588
|
-
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-
|
|
6589
|
-
"integrity": "sha512-
|
|
6767
|
+
"version": "4.0.0",
|
|
6768
|
+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",
|
|
6769
|
+
"integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",
|
|
6590
6770
|
"dev": true,
|
|
6591
6771
|
"funding": [
|
|
6592
6772
|
{
|
|
@@ -7052,6 +7232,20 @@
|
|
|
7052
7232
|
"url": "https://opencollective.com/core-js"
|
|
7053
7233
|
}
|
|
7054
7234
|
},
|
|
7235
|
+
"node_modules/core-js-compat": {
|
|
7236
|
+
"version": "3.36.0",
|
|
7237
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz",
|
|
7238
|
+
"integrity": "sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==",
|
|
7239
|
+
"dev": true,
|
|
7240
|
+
"license": "MIT",
|
|
7241
|
+
"dependencies": {
|
|
7242
|
+
"browserslist": "^4.22.3"
|
|
7243
|
+
},
|
|
7244
|
+
"funding": {
|
|
7245
|
+
"type": "opencollective",
|
|
7246
|
+
"url": "https://opencollective.com/core-js"
|
|
7247
|
+
}
|
|
7248
|
+
},
|
|
7055
7249
|
"node_modules/core-js-pure": {
|
|
7056
7250
|
"version": "3.29.0",
|
|
7057
7251
|
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.29.0.tgz",
|
|
@@ -7105,6 +7299,26 @@
|
|
|
7105
7299
|
"typescript": ">=3"
|
|
7106
7300
|
}
|
|
7107
7301
|
},
|
|
7302
|
+
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
7303
|
+
"version": "2.0.1",
|
|
7304
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
7305
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
7306
|
+
"dev": true,
|
|
7307
|
+
"license": "Python-2.0"
|
|
7308
|
+
},
|
|
7309
|
+
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
7310
|
+
"version": "4.1.0",
|
|
7311
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
7312
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
7313
|
+
"dev": true,
|
|
7314
|
+
"license": "MIT",
|
|
7315
|
+
"dependencies": {
|
|
7316
|
+
"argparse": "^2.0.1"
|
|
7317
|
+
},
|
|
7318
|
+
"bin": {
|
|
7319
|
+
"js-yaml": "bin/js-yaml.js"
|
|
7320
|
+
}
|
|
7321
|
+
},
|
|
7108
7322
|
"node_modules/create-require": {
|
|
7109
7323
|
"version": "1.1.1",
|
|
7110
7324
|
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
|
|
@@ -7139,9 +7353,9 @@
|
|
|
7139
7353
|
}
|
|
7140
7354
|
},
|
|
7141
7355
|
"node_modules/csv-parse": {
|
|
7142
|
-
"version": "5.5.
|
|
7143
|
-
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.
|
|
7144
|
-
"integrity": "sha512-
|
|
7356
|
+
"version": "5.5.5",
|
|
7357
|
+
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.5.tgz",
|
|
7358
|
+
"integrity": "sha512-erCk7tyU3yLWAhk6wvKxnyPtftuy/6Ak622gOO7BCJ05+TYffnPCJF905wmOQm+BpkX54OdAl8pveJwUdpnCXQ==",
|
|
7145
7359
|
"license": "MIT"
|
|
7146
7360
|
},
|
|
7147
7361
|
"node_modules/csv-stringify": {
|
|
@@ -7389,6 +7603,29 @@
|
|
|
7389
7603
|
"dev": true,
|
|
7390
7604
|
"license": "ISC"
|
|
7391
7605
|
},
|
|
7606
|
+
"node_modules/detect-indent": {
|
|
7607
|
+
"version": "7.0.1",
|
|
7608
|
+
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-7.0.1.tgz",
|
|
7609
|
+
"integrity": "sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==",
|
|
7610
|
+
"dev": true,
|
|
7611
|
+
"license": "MIT",
|
|
7612
|
+
"engines": {
|
|
7613
|
+
"node": ">=12.20"
|
|
7614
|
+
}
|
|
7615
|
+
},
|
|
7616
|
+
"node_modules/detect-newline": {
|
|
7617
|
+
"version": "4.0.1",
|
|
7618
|
+
"resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-4.0.1.tgz",
|
|
7619
|
+
"integrity": "sha512-qE3Veg1YXzGHQhlA6jzebZN2qVf6NX+A7m7qlhCGG30dJixrAQhYOsJjsnBjJkCSmuOPpCk30145fr8FV0bzog==",
|
|
7620
|
+
"dev": true,
|
|
7621
|
+
"license": "MIT",
|
|
7622
|
+
"engines": {
|
|
7623
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
7624
|
+
},
|
|
7625
|
+
"funding": {
|
|
7626
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
7627
|
+
}
|
|
7628
|
+
},
|
|
7392
7629
|
"node_modules/dezalgo": {
|
|
7393
7630
|
"version": "1.0.4",
|
|
7394
7631
|
"resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz",
|
|
@@ -7423,16 +7660,16 @@
|
|
|
7423
7660
|
}
|
|
7424
7661
|
},
|
|
7425
7662
|
"node_modules/doctrine": {
|
|
7426
|
-
"version": "
|
|
7427
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-
|
|
7428
|
-
"integrity": "sha512-
|
|
7663
|
+
"version": "2.1.0",
|
|
7664
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
|
7665
|
+
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
|
|
7429
7666
|
"dev": true,
|
|
7430
7667
|
"license": "Apache-2.0",
|
|
7431
7668
|
"dependencies": {
|
|
7432
7669
|
"esutils": "^2.0.2"
|
|
7433
7670
|
},
|
|
7434
7671
|
"engines": {
|
|
7435
|
-
"node": ">=
|
|
7672
|
+
"node": ">=0.10.0"
|
|
7436
7673
|
}
|
|
7437
7674
|
},
|
|
7438
7675
|
"node_modules/dom-serializer": {
|
|
@@ -7549,9 +7786,9 @@
|
|
|
7549
7786
|
}
|
|
7550
7787
|
},
|
|
7551
7788
|
"node_modules/electron-to-chromium": {
|
|
7552
|
-
"version": "1.4.
|
|
7553
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
7554
|
-
"integrity": "sha512
|
|
7789
|
+
"version": "1.4.690",
|
|
7790
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.690.tgz",
|
|
7791
|
+
"integrity": "sha512-+2OAGjUx68xElQhydpcbqH50hE8Vs2K6TkAeLhICYfndb67CVH0UsZaijmRUE3rHlIxU1u0jxwhgVe6fK3YANA==",
|
|
7555
7792
|
"dev": true,
|
|
7556
7793
|
"license": "ISC"
|
|
7557
7794
|
},
|
|
@@ -7773,17 +8010,17 @@
|
|
|
7773
8010
|
}
|
|
7774
8011
|
},
|
|
7775
8012
|
"node_modules/eslint": {
|
|
7776
|
-
"version": "8.
|
|
7777
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
|
7778
|
-
"integrity": "sha512-
|
|
8013
|
+
"version": "8.57.0",
|
|
8014
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
|
|
8015
|
+
"integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
|
|
7779
8016
|
"dev": true,
|
|
7780
8017
|
"license": "MIT",
|
|
7781
8018
|
"dependencies": {
|
|
7782
8019
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
7783
8020
|
"@eslint-community/regexpp": "^4.6.1",
|
|
7784
|
-
"@eslint/eslintrc": "^2.1.
|
|
7785
|
-
"@eslint/js": "8.
|
|
7786
|
-
"@humanwhocodes/config-array": "^0.11.
|
|
8021
|
+
"@eslint/eslintrc": "^2.1.4",
|
|
8022
|
+
"@eslint/js": "8.57.0",
|
|
8023
|
+
"@humanwhocodes/config-array": "^0.11.14",
|
|
7787
8024
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
7788
8025
|
"@nodelib/fs.walk": "^1.2.8",
|
|
7789
8026
|
"@ungap/structured-clone": "^1.2.0",
|
|
@@ -7829,9 +8066,9 @@
|
|
|
7829
8066
|
}
|
|
7830
8067
|
},
|
|
7831
8068
|
"node_modules/eslint-config-prettier": {
|
|
7832
|
-
"version": "9.
|
|
7833
|
-
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.
|
|
7834
|
-
"integrity": "sha512-
|
|
8069
|
+
"version": "9.1.0",
|
|
8070
|
+
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
|
|
8071
|
+
"integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==",
|
|
7835
8072
|
"dev": true,
|
|
7836
8073
|
"license": "MIT",
|
|
7837
8074
|
"bin": {
|
|
@@ -7856,22 +8093,22 @@
|
|
|
7856
8093
|
"license": "BSD-3-Clause"
|
|
7857
8094
|
},
|
|
7858
8095
|
"node_modules/eslint-config-salesforce-typescript": {
|
|
7859
|
-
"version": "3.
|
|
7860
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.
|
|
7861
|
-
"integrity": "sha512-
|
|
8096
|
+
"version": "3.2.11",
|
|
8097
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.2.11.tgz",
|
|
8098
|
+
"integrity": "sha512-joZX/tMJXn9U48KAEUEeoIlhFLwr8vSA+mazZLzyZ6vO6bA0LUz1t6gJLH+wjKkrhayNUGOG5aBI2ODmhFnk7w==",
|
|
7862
8099
|
"dev": true,
|
|
7863
8100
|
"license": "BSD-3-Clause",
|
|
7864
8101
|
"dependencies": {
|
|
7865
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
7866
|
-
"@typescript-eslint/parser": "^6.
|
|
7867
|
-
"eslint": "^8.
|
|
7868
|
-
"eslint-config-prettier": "^9.
|
|
8102
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
8103
|
+
"@typescript-eslint/parser": "^6.21.0",
|
|
8104
|
+
"eslint": "^8.56.0",
|
|
8105
|
+
"eslint-config-prettier": "^9.1.0",
|
|
7869
8106
|
"eslint-config-salesforce": "^2.0.2",
|
|
7870
8107
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
7871
8108
|
"eslint-plugin-header": "^3.1.1",
|
|
7872
|
-
"eslint-plugin-import": "^2.29.
|
|
7873
|
-
"eslint-plugin-jsdoc": "^46.
|
|
7874
|
-
"eslint-plugin-unicorn": "^
|
|
8109
|
+
"eslint-plugin-import": "^2.29.1",
|
|
8110
|
+
"eslint-plugin-jsdoc": "^46.10.1",
|
|
8111
|
+
"eslint-plugin-unicorn": "^50.0.1"
|
|
7875
8112
|
}
|
|
7876
8113
|
},
|
|
7877
8114
|
"node_modules/eslint-import-resolver-node": {
|
|
@@ -7935,9 +8172,9 @@
|
|
|
7935
8172
|
}
|
|
7936
8173
|
},
|
|
7937
8174
|
"node_modules/eslint-plugin-import": {
|
|
7938
|
-
"version": "2.29.
|
|
7939
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.
|
|
7940
|
-
"integrity": "sha512-
|
|
8175
|
+
"version": "2.29.1",
|
|
8176
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz",
|
|
8177
|
+
"integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==",
|
|
7941
8178
|
"dev": true,
|
|
7942
8179
|
"license": "MIT",
|
|
7943
8180
|
"dependencies": {
|
|
@@ -7957,7 +8194,7 @@
|
|
|
7957
8194
|
"object.groupby": "^1.0.1",
|
|
7958
8195
|
"object.values": "^1.1.7",
|
|
7959
8196
|
"semver": "^6.3.1",
|
|
7960
|
-
"tsconfig-paths": "^3.
|
|
8197
|
+
"tsconfig-paths": "^3.15.0"
|
|
7961
8198
|
},
|
|
7962
8199
|
"engines": {
|
|
7963
8200
|
"node": ">=4"
|
|
@@ -7976,19 +8213,6 @@
|
|
|
7976
8213
|
"ms": "^2.1.1"
|
|
7977
8214
|
}
|
|
7978
8215
|
},
|
|
7979
|
-
"node_modules/eslint-plugin-import/node_modules/doctrine": {
|
|
7980
|
-
"version": "2.1.0",
|
|
7981
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
|
7982
|
-
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
|
|
7983
|
-
"dev": true,
|
|
7984
|
-
"license": "Apache-2.0",
|
|
7985
|
-
"dependencies": {
|
|
7986
|
-
"esutils": "^2.0.2"
|
|
7987
|
-
},
|
|
7988
|
-
"engines": {
|
|
7989
|
-
"node": ">=0.10.0"
|
|
7990
|
-
}
|
|
7991
|
-
},
|
|
7992
8216
|
"node_modules/eslint-plugin-import/node_modules/semver": {
|
|
7993
8217
|
"version": "6.3.1",
|
|
7994
8218
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -8000,9 +8224,9 @@
|
|
|
8000
8224
|
}
|
|
8001
8225
|
},
|
|
8002
8226
|
"node_modules/eslint-plugin-jsdoc": {
|
|
8003
|
-
"version": "46.
|
|
8004
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.
|
|
8005
|
-
"integrity": "sha512-
|
|
8227
|
+
"version": "46.10.1",
|
|
8228
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.10.1.tgz",
|
|
8229
|
+
"integrity": "sha512-x8wxIpv00Y50NyweDUpa+58ffgSAI5sqe+zcZh33xphD0AVh+1kqr1ombaTRb7Fhpove1zfUuujlX9DWWBP5ag==",
|
|
8006
8230
|
"dev": true,
|
|
8007
8231
|
"license": "BSD-3-Clause",
|
|
8008
8232
|
"dependencies": {
|
|
@@ -8014,161 +8238,53 @@
|
|
|
8014
8238
|
"esquery": "^1.5.0",
|
|
8015
8239
|
"is-builtin-module": "^3.2.1",
|
|
8016
8240
|
"semver": "^7.5.4",
|
|
8017
|
-
"spdx-expression-parse": "^
|
|
8241
|
+
"spdx-expression-parse": "^4.0.0"
|
|
8018
8242
|
},
|
|
8019
8243
|
"engines": {
|
|
8020
8244
|
"node": ">=16"
|
|
8021
8245
|
},
|
|
8022
8246
|
"peerDependencies": {
|
|
8023
|
-
"eslint": "^7.0.0 || ^8.0.0"
|
|
8024
|
-
}
|
|
8025
|
-
},
|
|
8026
|
-
"node_modules/eslint-plugin-sf-plugin": {
|
|
8027
|
-
"version": "1.17.3",
|
|
8028
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.3.tgz",
|
|
8029
|
-
"integrity": "sha512-IFbKJYHbb0LBkdr/ftcz/awuEiktIhouJrHeZ0oQ2BOYKK4YOFdgfpVGqENNW2RvIS077bnjf8yzdgn2pLhcdg==",
|
|
8030
|
-
"dev": true,
|
|
8031
|
-
"license": "BSD-3-Clause",
|
|
8032
|
-
"dependencies": {
|
|
8033
|
-
"@salesforce/core": "^6.5.1",
|
|
8034
|
-
"@typescript-eslint/utils": "^6.17.0"
|
|
8035
|
-
},
|
|
8036
|
-
"engines": {
|
|
8037
|
-
"node": ">=16.0.0"
|
|
8038
|
-
}
|
|
8039
|
-
},
|
|
8040
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
8041
|
-
"version": "6.18.1",
|
|
8042
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.18.1.tgz",
|
|
8043
|
-
"integrity": "sha512-BgdBwXPFmZzaZUuw6wKiHKIovms97a7eTImjkXCZE04TGHysG+0hDQPmygyvgtkoB/aOQwSM/nWv3LzrOIQOBw==",
|
|
8044
|
-
"dev": true,
|
|
8045
|
-
"license": "MIT",
|
|
8046
|
-
"dependencies": {
|
|
8047
|
-
"@typescript-eslint/types": "6.18.1",
|
|
8048
|
-
"@typescript-eslint/visitor-keys": "6.18.1"
|
|
8049
|
-
},
|
|
8050
|
-
"engines": {
|
|
8051
|
-
"node": "^16.0.0 || >=18.0.0"
|
|
8052
|
-
},
|
|
8053
|
-
"funding": {
|
|
8054
|
-
"type": "opencollective",
|
|
8055
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
8056
|
-
}
|
|
8057
|
-
},
|
|
8058
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/types": {
|
|
8059
|
-
"version": "6.18.1",
|
|
8060
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.18.1.tgz",
|
|
8061
|
-
"integrity": "sha512-4TuMAe+tc5oA7wwfqMtB0Y5OrREPF1GeJBAjqwgZh1lEMH5PJQgWgHGfYufVB51LtjD+peZylmeyxUXPfENLCw==",
|
|
8062
|
-
"dev": true,
|
|
8063
|
-
"license": "MIT",
|
|
8064
|
-
"engines": {
|
|
8065
|
-
"node": "^16.0.0 || >=18.0.0"
|
|
8066
|
-
},
|
|
8067
|
-
"funding": {
|
|
8068
|
-
"type": "opencollective",
|
|
8069
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
8070
|
-
}
|
|
8071
|
-
},
|
|
8072
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
|
8073
|
-
"version": "6.18.1",
|
|
8074
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.18.1.tgz",
|
|
8075
|
-
"integrity": "sha512-fv9B94UAhywPRhUeeV/v+3SBDvcPiLxRZJw/xZeeGgRLQZ6rLMG+8krrJUyIf6s1ecWTzlsbp0rlw7n9sjufHA==",
|
|
8076
|
-
"dev": true,
|
|
8077
|
-
"license": "BSD-2-Clause",
|
|
8078
|
-
"dependencies": {
|
|
8079
|
-
"@typescript-eslint/types": "6.18.1",
|
|
8080
|
-
"@typescript-eslint/visitor-keys": "6.18.1",
|
|
8081
|
-
"debug": "^4.3.4",
|
|
8082
|
-
"globby": "^11.1.0",
|
|
8083
|
-
"is-glob": "^4.0.3",
|
|
8084
|
-
"minimatch": "9.0.3",
|
|
8085
|
-
"semver": "^7.5.4",
|
|
8086
|
-
"ts-api-utils": "^1.0.1"
|
|
8087
|
-
},
|
|
8088
|
-
"engines": {
|
|
8089
|
-
"node": "^16.0.0 || >=18.0.0"
|
|
8090
|
-
},
|
|
8091
|
-
"funding": {
|
|
8092
|
-
"type": "opencollective",
|
|
8093
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
8094
|
-
},
|
|
8095
|
-
"peerDependenciesMeta": {
|
|
8096
|
-
"typescript": {
|
|
8097
|
-
"optional": true
|
|
8098
|
-
}
|
|
8099
|
-
}
|
|
8100
|
-
},
|
|
8101
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/utils": {
|
|
8102
|
-
"version": "6.18.1",
|
|
8103
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.18.1.tgz",
|
|
8104
|
-
"integrity": "sha512-zZmTuVZvD1wpoceHvoQpOiewmWu3uP9FuTWo8vqpy2ffsmfCE8mklRPi+vmnIYAIk9t/4kOThri2QCDgor+OpQ==",
|
|
8105
|
-
"dev": true,
|
|
8106
|
-
"license": "MIT",
|
|
8107
|
-
"dependencies": {
|
|
8108
|
-
"@eslint-community/eslint-utils": "^4.4.0",
|
|
8109
|
-
"@types/json-schema": "^7.0.12",
|
|
8110
|
-
"@types/semver": "^7.5.0",
|
|
8111
|
-
"@typescript-eslint/scope-manager": "6.18.1",
|
|
8112
|
-
"@typescript-eslint/types": "6.18.1",
|
|
8113
|
-
"@typescript-eslint/typescript-estree": "6.18.1",
|
|
8114
|
-
"semver": "^7.5.4"
|
|
8115
|
-
},
|
|
8116
|
-
"engines": {
|
|
8117
|
-
"node": "^16.0.0 || >=18.0.0"
|
|
8118
|
-
},
|
|
8119
|
-
"funding": {
|
|
8120
|
-
"type": "opencollective",
|
|
8121
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
8122
|
-
},
|
|
8123
|
-
"peerDependencies": {
|
|
8124
|
-
"eslint": "^7.0.0 || ^8.0.0"
|
|
8247
|
+
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
|
|
8125
8248
|
}
|
|
8126
8249
|
},
|
|
8127
|
-
"node_modules/eslint-plugin-
|
|
8128
|
-
"version": "
|
|
8129
|
-
"resolved": "https://registry.npmjs.org
|
|
8130
|
-
"integrity": "sha512
|
|
8131
|
-
"dev": true,
|
|
8132
|
-
"license": "MIT",
|
|
8133
|
-
"dependencies": {
|
|
8134
|
-
"
|
|
8135
|
-
"
|
|
8136
|
-
},
|
|
8137
|
-
"engines": {
|
|
8138
|
-
"node": "^16.0.0 || >=18.0.0"
|
|
8139
|
-
},
|
|
8140
|
-
"funding": {
|
|
8141
|
-
"type": "opencollective",
|
|
8142
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
8250
|
+
"node_modules/eslint-plugin-jsdoc/node_modules/spdx-expression-parse": {
|
|
8251
|
+
"version": "4.0.0",
|
|
8252
|
+
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz",
|
|
8253
|
+
"integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
|
|
8254
|
+
"dev": true,
|
|
8255
|
+
"license": "MIT",
|
|
8256
|
+
"dependencies": {
|
|
8257
|
+
"spdx-exceptions": "^2.1.0",
|
|
8258
|
+
"spdx-license-ids": "^3.0.0"
|
|
8143
8259
|
}
|
|
8144
8260
|
},
|
|
8145
|
-
"node_modules/eslint-plugin-sf-plugin
|
|
8146
|
-
"version": "
|
|
8147
|
-
"resolved": "https://registry.npmjs.org/
|
|
8148
|
-
"integrity": "sha512-
|
|
8261
|
+
"node_modules/eslint-plugin-sf-plugin": {
|
|
8262
|
+
"version": "1.17.4",
|
|
8263
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.4.tgz",
|
|
8264
|
+
"integrity": "sha512-6SVkegmUdXl2YnghLNXsnmjCw4gtkdAyRcxrhqpyS8vxfP3PZocKHQBuMH5aIAsA/Yb9bXcOs1gE5y0r/bD7MA==",
|
|
8149
8265
|
"dev": true,
|
|
8150
|
-
"license": "
|
|
8266
|
+
"license": "BSD-3-Clause",
|
|
8151
8267
|
"dependencies": {
|
|
8152
|
-
"
|
|
8268
|
+
"@salesforce/core": "^6.7.0",
|
|
8269
|
+
"@typescript-eslint/utils": "^6.17.0"
|
|
8153
8270
|
},
|
|
8154
8271
|
"engines": {
|
|
8155
|
-
"node": ">=16
|
|
8156
|
-
},
|
|
8157
|
-
"funding": {
|
|
8158
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
8272
|
+
"node": ">=16.0.0"
|
|
8159
8273
|
}
|
|
8160
8274
|
},
|
|
8161
8275
|
"node_modules/eslint-plugin-unicorn": {
|
|
8162
|
-
"version": "
|
|
8163
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-
|
|
8164
|
-
"integrity": "sha512-
|
|
8276
|
+
"version": "50.0.1",
|
|
8277
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-50.0.1.tgz",
|
|
8278
|
+
"integrity": "sha512-KxenCZxqSYW0GWHH18okDlOQcpezcitm5aOSz6EnobyJ6BIByiPDviQRjJIUAjG/tMN11958MxaQ+qCoU6lfDA==",
|
|
8165
8279
|
"dev": true,
|
|
8166
8280
|
"license": "MIT",
|
|
8167
8281
|
"dependencies": {
|
|
8168
8282
|
"@babel/helper-validator-identifier": "^7.22.20",
|
|
8169
8283
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
8170
|
-
"
|
|
8284
|
+
"@eslint/eslintrc": "^2.1.4",
|
|
8285
|
+
"ci-info": "^4.0.0",
|
|
8171
8286
|
"clean-regexp": "^1.0.0",
|
|
8287
|
+
"core-js-compat": "^3.34.0",
|
|
8172
8288
|
"esquery": "^1.5.0",
|
|
8173
8289
|
"indent-string": "^4.0.0",
|
|
8174
8290
|
"is-builtin-module": "^3.2.1",
|
|
@@ -8187,7 +8303,7 @@
|
|
|
8187
8303
|
"url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
|
|
8188
8304
|
},
|
|
8189
8305
|
"peerDependencies": {
|
|
8190
|
-
"eslint": ">=8.
|
|
8306
|
+
"eslint": ">=8.56.0"
|
|
8191
8307
|
}
|
|
8192
8308
|
},
|
|
8193
8309
|
"node_modules/eslint-scope": {
|
|
@@ -8220,6 +8336,26 @@
|
|
|
8220
8336
|
"url": "https://opencollective.com/eslint"
|
|
8221
8337
|
}
|
|
8222
8338
|
},
|
|
8339
|
+
"node_modules/eslint/node_modules/argparse": {
|
|
8340
|
+
"version": "2.0.1",
|
|
8341
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
8342
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
8343
|
+
"dev": true,
|
|
8344
|
+
"license": "Python-2.0"
|
|
8345
|
+
},
|
|
8346
|
+
"node_modules/eslint/node_modules/doctrine": {
|
|
8347
|
+
"version": "3.0.0",
|
|
8348
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
8349
|
+
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
8350
|
+
"dev": true,
|
|
8351
|
+
"license": "Apache-2.0",
|
|
8352
|
+
"dependencies": {
|
|
8353
|
+
"esutils": "^2.0.2"
|
|
8354
|
+
},
|
|
8355
|
+
"engines": {
|
|
8356
|
+
"node": ">=6.0.0"
|
|
8357
|
+
}
|
|
8358
|
+
},
|
|
8223
8359
|
"node_modules/eslint/node_modules/find-up": {
|
|
8224
8360
|
"version": "5.0.0",
|
|
8225
8361
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -8250,6 +8386,19 @@
|
|
|
8250
8386
|
"node": ">=10.13.0"
|
|
8251
8387
|
}
|
|
8252
8388
|
},
|
|
8389
|
+
"node_modules/eslint/node_modules/js-yaml": {
|
|
8390
|
+
"version": "4.1.0",
|
|
8391
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
8392
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
8393
|
+
"dev": true,
|
|
8394
|
+
"license": "MIT",
|
|
8395
|
+
"dependencies": {
|
|
8396
|
+
"argparse": "^2.0.1"
|
|
8397
|
+
},
|
|
8398
|
+
"bin": {
|
|
8399
|
+
"js-yaml": "bin/js-yaml.js"
|
|
8400
|
+
}
|
|
8401
|
+
},
|
|
8253
8402
|
"node_modules/eslint/node_modules/locate-path": {
|
|
8254
8403
|
"version": "6.0.0",
|
|
8255
8404
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -8471,9 +8620,9 @@
|
|
|
8471
8620
|
"license": "MIT"
|
|
8472
8621
|
},
|
|
8473
8622
|
"node_modules/fast-glob": {
|
|
8474
|
-
"version": "3.2
|
|
8475
|
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.
|
|
8476
|
-
"integrity": "sha512-
|
|
8623
|
+
"version": "3.3.2",
|
|
8624
|
+
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
8625
|
+
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
|
8477
8626
|
"license": "MIT",
|
|
8478
8627
|
"dependencies": {
|
|
8479
8628
|
"@nodelib/fs.stat": "^2.0.2",
|
|
@@ -8519,9 +8668,9 @@
|
|
|
8519
8668
|
"license": "MIT"
|
|
8520
8669
|
},
|
|
8521
8670
|
"node_modules/fast-xml-parser": {
|
|
8522
|
-
"version": "4.3.
|
|
8523
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.
|
|
8524
|
-
"integrity": "sha512-
|
|
8671
|
+
"version": "4.3.6",
|
|
8672
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz",
|
|
8673
|
+
"integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==",
|
|
8525
8674
|
"funding": [
|
|
8526
8675
|
{
|
|
8527
8676
|
"type": "github",
|
|
@@ -9048,6 +9197,19 @@
|
|
|
9048
9197
|
"node": ">=8.0.0"
|
|
9049
9198
|
}
|
|
9050
9199
|
},
|
|
9200
|
+
"node_modules/get-stdin": {
|
|
9201
|
+
"version": "9.0.0",
|
|
9202
|
+
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz",
|
|
9203
|
+
"integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==",
|
|
9204
|
+
"dev": true,
|
|
9205
|
+
"license": "MIT",
|
|
9206
|
+
"engines": {
|
|
9207
|
+
"node": ">=12"
|
|
9208
|
+
},
|
|
9209
|
+
"funding": {
|
|
9210
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
9211
|
+
}
|
|
9212
|
+
},
|
|
9051
9213
|
"node_modules/get-stream": {
|
|
9052
9214
|
"version": "5.2.0",
|
|
9053
9215
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
@@ -9081,6 +9243,16 @@
|
|
|
9081
9243
|
"url": "https://github.com/sponsors/ljharb"
|
|
9082
9244
|
}
|
|
9083
9245
|
},
|
|
9246
|
+
"node_modules/git-hooks-list": {
|
|
9247
|
+
"version": "3.1.0",
|
|
9248
|
+
"resolved": "https://registry.npmjs.org/git-hooks-list/-/git-hooks-list-3.1.0.tgz",
|
|
9249
|
+
"integrity": "sha512-LF8VeHeR7v+wAbXqfgRlTSX/1BJR9Q1vEMR8JAz1cEg6GX07+zyj3sAdDvYjj/xnlIfVuGgj4qBei1K3hKH+PA==",
|
|
9250
|
+
"dev": true,
|
|
9251
|
+
"license": "MIT",
|
|
9252
|
+
"funding": {
|
|
9253
|
+
"url": "https://github.com/fisker/git-hooks-list?sponsor=1"
|
|
9254
|
+
}
|
|
9255
|
+
},
|
|
9084
9256
|
"node_modules/git-raw-commits": {
|
|
9085
9257
|
"version": "2.0.11",
|
|
9086
9258
|
"resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.11.tgz",
|
|
@@ -9697,9 +9869,9 @@
|
|
|
9697
9869
|
"license": "BSD-3-Clause"
|
|
9698
9870
|
},
|
|
9699
9871
|
"node_modules/ignore": {
|
|
9700
|
-
"version": "5.
|
|
9701
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.
|
|
9702
|
-
"integrity": "sha512-
|
|
9872
|
+
"version": "5.3.1",
|
|
9873
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
|
|
9874
|
+
"integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
|
|
9703
9875
|
"license": "MIT",
|
|
9704
9876
|
"engines": {
|
|
9705
9877
|
"node": ">= 4"
|
|
@@ -10518,13 +10690,13 @@
|
|
|
10518
10690
|
"license": "MIT"
|
|
10519
10691
|
},
|
|
10520
10692
|
"node_modules/js-yaml": {
|
|
10521
|
-
"version": "
|
|
10522
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-
|
|
10523
|
-
"integrity": "sha512-
|
|
10524
|
-
"dev": true,
|
|
10693
|
+
"version": "3.14.1",
|
|
10694
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
10695
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
10525
10696
|
"license": "MIT",
|
|
10526
10697
|
"dependencies": {
|
|
10527
|
-
"argparse": "^
|
|
10698
|
+
"argparse": "^1.0.7",
|
|
10699
|
+
"esprima": "^4.0.0"
|
|
10528
10700
|
},
|
|
10529
10701
|
"bin": {
|
|
10530
10702
|
"js-yaml": "bin/js-yaml.js"
|
|
@@ -11054,30 +11226,6 @@
|
|
|
11054
11226
|
"node": ">=6"
|
|
11055
11227
|
}
|
|
11056
11228
|
},
|
|
11057
|
-
"node_modules/load-yaml-file/node_modules/argparse": {
|
|
11058
|
-
"version": "1.0.10",
|
|
11059
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
11060
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
11061
|
-
"dev": true,
|
|
11062
|
-
"license": "MIT",
|
|
11063
|
-
"dependencies": {
|
|
11064
|
-
"sprintf-js": "~1.0.2"
|
|
11065
|
-
}
|
|
11066
|
-
},
|
|
11067
|
-
"node_modules/load-yaml-file/node_modules/js-yaml": {
|
|
11068
|
-
"version": "3.14.1",
|
|
11069
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
11070
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
11071
|
-
"dev": true,
|
|
11072
|
-
"license": "MIT",
|
|
11073
|
-
"dependencies": {
|
|
11074
|
-
"argparse": "^1.0.7",
|
|
11075
|
-
"esprima": "^4.0.0"
|
|
11076
|
-
},
|
|
11077
|
-
"bin": {
|
|
11078
|
-
"js-yaml": "bin/js-yaml.js"
|
|
11079
|
-
}
|
|
11080
|
-
},
|
|
11081
11229
|
"node_modules/load-yaml-file/node_modules/pify": {
|
|
11082
11230
|
"version": "4.0.1",
|
|
11083
11231
|
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
@@ -11666,50 +11814,6 @@
|
|
|
11666
11814
|
"url": "https://github.com/sponsors/isaacs"
|
|
11667
11815
|
}
|
|
11668
11816
|
},
|
|
11669
|
-
"node_modules/mem-fs-editor/node_modules/multimatch": {
|
|
11670
|
-
"version": "5.0.0",
|
|
11671
|
-
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
|
11672
|
-
"integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
|
|
11673
|
-
"dev": true,
|
|
11674
|
-
"license": "MIT",
|
|
11675
|
-
"dependencies": {
|
|
11676
|
-
"@types/minimatch": "^3.0.3",
|
|
11677
|
-
"array-differ": "^3.0.0",
|
|
11678
|
-
"array-union": "^2.1.0",
|
|
11679
|
-
"arrify": "^2.0.1",
|
|
11680
|
-
"minimatch": "^3.0.4"
|
|
11681
|
-
},
|
|
11682
|
-
"engines": {
|
|
11683
|
-
"node": ">=10"
|
|
11684
|
-
},
|
|
11685
|
-
"funding": {
|
|
11686
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11687
|
-
}
|
|
11688
|
-
},
|
|
11689
|
-
"node_modules/mem-fs-editor/node_modules/multimatch/node_modules/brace-expansion": {
|
|
11690
|
-
"version": "1.1.11",
|
|
11691
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
11692
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
11693
|
-
"dev": true,
|
|
11694
|
-
"license": "MIT",
|
|
11695
|
-
"dependencies": {
|
|
11696
|
-
"balanced-match": "^1.0.0",
|
|
11697
|
-
"concat-map": "0.0.1"
|
|
11698
|
-
}
|
|
11699
|
-
},
|
|
11700
|
-
"node_modules/mem-fs-editor/node_modules/multimatch/node_modules/minimatch": {
|
|
11701
|
-
"version": "3.1.2",
|
|
11702
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
11703
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
11704
|
-
"dev": true,
|
|
11705
|
-
"license": "ISC",
|
|
11706
|
-
"dependencies": {
|
|
11707
|
-
"brace-expansion": "^1.1.7"
|
|
11708
|
-
},
|
|
11709
|
-
"engines": {
|
|
11710
|
-
"node": "*"
|
|
11711
|
-
}
|
|
11712
|
-
},
|
|
11713
11817
|
"node_modules/mem-fs/node_modules/@types/node": {
|
|
11714
11818
|
"version": "15.14.9",
|
|
11715
11819
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz",
|
|
@@ -12097,6 +12201,13 @@
|
|
|
12097
12201
|
"url": "https://opencollective.com/mochajs"
|
|
12098
12202
|
}
|
|
12099
12203
|
},
|
|
12204
|
+
"node_modules/mocha/node_modules/argparse": {
|
|
12205
|
+
"version": "2.0.1",
|
|
12206
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
12207
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
12208
|
+
"dev": true,
|
|
12209
|
+
"license": "Python-2.0"
|
|
12210
|
+
},
|
|
12100
12211
|
"node_modules/mocha/node_modules/diff": {
|
|
12101
12212
|
"version": "5.0.0",
|
|
12102
12213
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
@@ -12169,6 +12280,19 @@
|
|
|
12169
12280
|
"node": "*"
|
|
12170
12281
|
}
|
|
12171
12282
|
},
|
|
12283
|
+
"node_modules/mocha/node_modules/js-yaml": {
|
|
12284
|
+
"version": "4.1.0",
|
|
12285
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
12286
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
12287
|
+
"dev": true,
|
|
12288
|
+
"license": "MIT",
|
|
12289
|
+
"dependencies": {
|
|
12290
|
+
"argparse": "^2.0.1"
|
|
12291
|
+
},
|
|
12292
|
+
"bin": {
|
|
12293
|
+
"js-yaml": "bin/js-yaml.js"
|
|
12294
|
+
}
|
|
12295
|
+
},
|
|
12172
12296
|
"node_modules/mocha/node_modules/locate-path": {
|
|
12173
12297
|
"version": "6.0.0",
|
|
12174
12298
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -12273,9 +12397,9 @@
|
|
|
12273
12397
|
"license": "MIT"
|
|
12274
12398
|
},
|
|
12275
12399
|
"node_modules/multimatch": {
|
|
12276
|
-
"version": "
|
|
12277
|
-
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-
|
|
12278
|
-
"integrity": "sha512-
|
|
12400
|
+
"version": "5.0.0",
|
|
12401
|
+
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
|
12402
|
+
"integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
|
|
12279
12403
|
"dev": true,
|
|
12280
12404
|
"license": "MIT",
|
|
12281
12405
|
"dependencies": {
|
|
@@ -12286,9 +12410,19 @@
|
|
|
12286
12410
|
"minimatch": "^3.0.4"
|
|
12287
12411
|
},
|
|
12288
12412
|
"engines": {
|
|
12289
|
-
"node": ">=
|
|
12413
|
+
"node": ">=10"
|
|
12414
|
+
},
|
|
12415
|
+
"funding": {
|
|
12416
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
12290
12417
|
}
|
|
12291
12418
|
},
|
|
12419
|
+
"node_modules/multimatch/node_modules/@types/minimatch": {
|
|
12420
|
+
"version": "3.0.5",
|
|
12421
|
+
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
|
|
12422
|
+
"integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==",
|
|
12423
|
+
"dev": true,
|
|
12424
|
+
"license": "MIT"
|
|
12425
|
+
},
|
|
12292
12426
|
"node_modules/multistream": {
|
|
12293
12427
|
"version": "3.1.0",
|
|
12294
12428
|
"resolved": "https://registry.npmjs.org/multistream/-/multistream-3.1.0.tgz",
|
|
@@ -12552,9 +12686,9 @@
|
|
|
12552
12686
|
}
|
|
12553
12687
|
},
|
|
12554
12688
|
"node_modules/node-releases": {
|
|
12555
|
-
"version": "2.0.
|
|
12556
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
12557
|
-
"integrity": "sha512-
|
|
12689
|
+
"version": "2.0.14",
|
|
12690
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
|
|
12691
|
+
"integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==",
|
|
12558
12692
|
"dev": true,
|
|
12559
12693
|
"license": "MIT"
|
|
12560
12694
|
},
|
|
@@ -12928,9 +13062,9 @@
|
|
|
12928
13062
|
}
|
|
12929
13063
|
},
|
|
12930
13064
|
"node_modules/oclif": {
|
|
12931
|
-
"version": "4.4.
|
|
12932
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.4.
|
|
12933
|
-
"integrity": "sha512-
|
|
13065
|
+
"version": "4.4.19",
|
|
13066
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.4.19.tgz",
|
|
13067
|
+
"integrity": "sha512-hVF9OX7dLqKyUEmMOEZEk4ix5GXT9aWai23NkJDwc4qNrva3WigdcjC/t+E7BkKg/3IrX+/oACMaRFjVj12+Lg==",
|
|
12934
13068
|
"dev": true,
|
|
12935
13069
|
"license": "MIT",
|
|
12936
13070
|
"dependencies": {
|
|
@@ -12939,7 +13073,7 @@
|
|
|
12939
13073
|
"@oclif/core": "^3.19.2",
|
|
12940
13074
|
"@oclif/plugin-help": "^6.0.12",
|
|
12941
13075
|
"@oclif/plugin-not-found": "^3.0.10",
|
|
12942
|
-
"@oclif/plugin-warn-if-update-available": "^3.0.
|
|
13076
|
+
"@oclif/plugin-warn-if-update-available": "^3.0.12",
|
|
12943
13077
|
"async-retry": "^1.3.3",
|
|
12944
13078
|
"change-case": "^4",
|
|
12945
13079
|
"debug": "^4.3.3",
|
|
@@ -12950,6 +13084,7 @@
|
|
|
12950
13084
|
"lodash.template": "^4.5.0",
|
|
12951
13085
|
"normalize-package-data": "^3.0.3",
|
|
12952
13086
|
"semver": "^7.6.0",
|
|
13087
|
+
"sort-package-json": "^2.8.0",
|
|
12953
13088
|
"yeoman-environment": "^3.15.1",
|
|
12954
13089
|
"yeoman-generator": "^5.8.0"
|
|
12955
13090
|
},
|
|
@@ -13757,41 +13892,28 @@
|
|
|
13757
13892
|
}
|
|
13758
13893
|
},
|
|
13759
13894
|
"node_modules/pretty-quick": {
|
|
13760
|
-
"version": "3.1
|
|
13761
|
-
"resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.1.
|
|
13762
|
-
"integrity": "sha512-
|
|
13895
|
+
"version": "3.3.1",
|
|
13896
|
+
"resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.3.1.tgz",
|
|
13897
|
+
"integrity": "sha512-3b36UXfYQ+IXXqex6mCca89jC8u0mYLqFAN5eTQKoXO6oCQYcIVYZEB/5AlBHI7JPYygReM2Vv6Vom/Gln7fBg==",
|
|
13763
13898
|
"dev": true,
|
|
13764
13899
|
"license": "MIT",
|
|
13765
13900
|
"dependencies": {
|
|
13766
|
-
"
|
|
13767
|
-
"execa": "^4.0.0",
|
|
13901
|
+
"execa": "^4.1.0",
|
|
13768
13902
|
"find-up": "^4.1.0",
|
|
13769
|
-
"ignore": "^5.
|
|
13770
|
-
"mri": "^1.
|
|
13771
|
-
"
|
|
13903
|
+
"ignore": "^5.3.0",
|
|
13904
|
+
"mri": "^1.2.0",
|
|
13905
|
+
"picocolors": "^1.0.0",
|
|
13906
|
+
"picomatch": "^3.0.1",
|
|
13907
|
+
"tslib": "^2.6.2"
|
|
13772
13908
|
},
|
|
13773
13909
|
"bin": {
|
|
13774
|
-
"pretty-quick": "
|
|
13910
|
+
"pretty-quick": "dist/cli.js"
|
|
13775
13911
|
},
|
|
13776
13912
|
"engines": {
|
|
13777
13913
|
"node": ">=10.13"
|
|
13778
13914
|
},
|
|
13779
13915
|
"peerDependencies": {
|
|
13780
|
-
"prettier": "
|
|
13781
|
-
}
|
|
13782
|
-
},
|
|
13783
|
-
"node_modules/pretty-quick/node_modules/chalk": {
|
|
13784
|
-
"version": "3.0.0",
|
|
13785
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
|
|
13786
|
-
"integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
|
|
13787
|
-
"dev": true,
|
|
13788
|
-
"license": "MIT",
|
|
13789
|
-
"dependencies": {
|
|
13790
|
-
"ansi-styles": "^4.1.0",
|
|
13791
|
-
"supports-color": "^7.1.0"
|
|
13792
|
-
},
|
|
13793
|
-
"engines": {
|
|
13794
|
-
"node": ">=8"
|
|
13916
|
+
"prettier": "^2.0.0"
|
|
13795
13917
|
}
|
|
13796
13918
|
},
|
|
13797
13919
|
"node_modules/pretty-quick/node_modules/execa": {
|
|
@@ -13828,6 +13950,19 @@
|
|
|
13828
13950
|
"node": ">=8.12.0"
|
|
13829
13951
|
}
|
|
13830
13952
|
},
|
|
13953
|
+
"node_modules/pretty-quick/node_modules/picomatch": {
|
|
13954
|
+
"version": "3.0.1",
|
|
13955
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz",
|
|
13956
|
+
"integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==",
|
|
13957
|
+
"dev": true,
|
|
13958
|
+
"license": "MIT",
|
|
13959
|
+
"engines": {
|
|
13960
|
+
"node": ">=10"
|
|
13961
|
+
},
|
|
13962
|
+
"funding": {
|
|
13963
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
13964
|
+
}
|
|
13965
|
+
},
|
|
13831
13966
|
"node_modules/proc-log": {
|
|
13832
13967
|
"version": "1.0.0",
|
|
13833
13968
|
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-1.0.0.tgz",
|
|
@@ -14694,9 +14829,9 @@
|
|
|
14694
14829
|
}
|
|
14695
14830
|
},
|
|
14696
14831
|
"node_modules/shiki": {
|
|
14697
|
-
"version": "0.14.
|
|
14698
|
-
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.
|
|
14699
|
-
"integrity": "sha512-
|
|
14832
|
+
"version": "0.14.7",
|
|
14833
|
+
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.7.tgz",
|
|
14834
|
+
"integrity": "sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==",
|
|
14700
14835
|
"dev": true,
|
|
14701
14836
|
"license": "MIT",
|
|
14702
14837
|
"dependencies": {
|
|
@@ -14863,6 +14998,78 @@
|
|
|
14863
14998
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
14864
14999
|
}
|
|
14865
15000
|
},
|
|
15001
|
+
"node_modules/sort-object-keys": {
|
|
15002
|
+
"version": "1.1.3",
|
|
15003
|
+
"resolved": "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.3.tgz",
|
|
15004
|
+
"integrity": "sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==",
|
|
15005
|
+
"dev": true,
|
|
15006
|
+
"license": "MIT"
|
|
15007
|
+
},
|
|
15008
|
+
"node_modules/sort-package-json": {
|
|
15009
|
+
"version": "2.8.0",
|
|
15010
|
+
"resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.8.0.tgz",
|
|
15011
|
+
"integrity": "sha512-PxeNg93bTJWmDGnu0HADDucoxfFiKkIr73Kv85EBThlI1YQPdc0XovBgg2llD0iABZbu2SlKo8ntGmOP9wOj/g==",
|
|
15012
|
+
"dev": true,
|
|
15013
|
+
"license": "MIT",
|
|
15014
|
+
"dependencies": {
|
|
15015
|
+
"detect-indent": "^7.0.1",
|
|
15016
|
+
"detect-newline": "^4.0.0",
|
|
15017
|
+
"get-stdin": "^9.0.0",
|
|
15018
|
+
"git-hooks-list": "^3.0.0",
|
|
15019
|
+
"globby": "^13.1.2",
|
|
15020
|
+
"is-plain-obj": "^4.1.0",
|
|
15021
|
+
"sort-object-keys": "^1.1.3"
|
|
15022
|
+
},
|
|
15023
|
+
"bin": {
|
|
15024
|
+
"sort-package-json": "cli.js"
|
|
15025
|
+
}
|
|
15026
|
+
},
|
|
15027
|
+
"node_modules/sort-package-json/node_modules/globby": {
|
|
15028
|
+
"version": "13.2.2",
|
|
15029
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz",
|
|
15030
|
+
"integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==",
|
|
15031
|
+
"dev": true,
|
|
15032
|
+
"license": "MIT",
|
|
15033
|
+
"dependencies": {
|
|
15034
|
+
"dir-glob": "^3.0.1",
|
|
15035
|
+
"fast-glob": "^3.3.0",
|
|
15036
|
+
"ignore": "^5.2.4",
|
|
15037
|
+
"merge2": "^1.4.1",
|
|
15038
|
+
"slash": "^4.0.0"
|
|
15039
|
+
},
|
|
15040
|
+
"engines": {
|
|
15041
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
15042
|
+
},
|
|
15043
|
+
"funding": {
|
|
15044
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
15045
|
+
}
|
|
15046
|
+
},
|
|
15047
|
+
"node_modules/sort-package-json/node_modules/is-plain-obj": {
|
|
15048
|
+
"version": "4.1.0",
|
|
15049
|
+
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
15050
|
+
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
|
15051
|
+
"dev": true,
|
|
15052
|
+
"license": "MIT",
|
|
15053
|
+
"engines": {
|
|
15054
|
+
"node": ">=12"
|
|
15055
|
+
},
|
|
15056
|
+
"funding": {
|
|
15057
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
15058
|
+
}
|
|
15059
|
+
},
|
|
15060
|
+
"node_modules/sort-package-json/node_modules/slash": {
|
|
15061
|
+
"version": "4.0.0",
|
|
15062
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
|
|
15063
|
+
"integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
|
|
15064
|
+
"dev": true,
|
|
15065
|
+
"license": "MIT",
|
|
15066
|
+
"engines": {
|
|
15067
|
+
"node": ">=12"
|
|
15068
|
+
},
|
|
15069
|
+
"funding": {
|
|
15070
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
15071
|
+
}
|
|
15072
|
+
},
|
|
14866
15073
|
"node_modules/source-map": {
|
|
14867
15074
|
"version": "0.6.1",
|
|
14868
15075
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
@@ -15546,9 +15753,9 @@
|
|
|
15546
15753
|
}
|
|
15547
15754
|
},
|
|
15548
15755
|
"node_modules/tsconfig-paths": {
|
|
15549
|
-
"version": "3.
|
|
15550
|
-
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.
|
|
15551
|
-
"integrity": "sha512-
|
|
15756
|
+
"version": "3.15.0",
|
|
15757
|
+
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
|
|
15758
|
+
"integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
|
|
15552
15759
|
"dev": true,
|
|
15553
15760
|
"license": "MIT",
|
|
15554
15761
|
"dependencies": {
|
|
@@ -15761,6 +15968,19 @@
|
|
|
15761
15968
|
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
15762
15969
|
"license": "MIT"
|
|
15763
15970
|
},
|
|
15971
|
+
"node_modules/unicorn-magic": {
|
|
15972
|
+
"version": "0.1.0",
|
|
15973
|
+
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
|
|
15974
|
+
"integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
|
|
15975
|
+
"dev": true,
|
|
15976
|
+
"license": "MIT",
|
|
15977
|
+
"engines": {
|
|
15978
|
+
"node": ">=18"
|
|
15979
|
+
},
|
|
15980
|
+
"funding": {
|
|
15981
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
15982
|
+
}
|
|
15983
|
+
},
|
|
15764
15984
|
"node_modules/unique-filename": {
|
|
15765
15985
|
"version": "1.1.1",
|
|
15766
15986
|
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
|
|
@@ -15809,9 +16029,9 @@
|
|
|
15809
16029
|
}
|
|
15810
16030
|
},
|
|
15811
16031
|
"node_modules/update-browserslist-db": {
|
|
15812
|
-
"version": "1.0.
|
|
15813
|
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.
|
|
15814
|
-
"integrity": "sha512-
|
|
16032
|
+
"version": "1.0.13",
|
|
16033
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
|
|
16034
|
+
"integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
|
|
15815
16035
|
"dev": true,
|
|
15816
16036
|
"funding": [
|
|
15817
16037
|
{
|
|
@@ -15821,6 +16041,10 @@
|
|
|
15821
16041
|
{
|
|
15822
16042
|
"type": "tidelift",
|
|
15823
16043
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
16044
|
+
},
|
|
16045
|
+
{
|
|
16046
|
+
"type": "github",
|
|
16047
|
+
"url": "https://github.com/sponsors/ai"
|
|
15824
16048
|
}
|
|
15825
16049
|
],
|
|
15826
16050
|
"license": "MIT",
|
|
@@ -15829,7 +16053,7 @@
|
|
|
15829
16053
|
"picocolors": "^1.0.0"
|
|
15830
16054
|
},
|
|
15831
16055
|
"bin": {
|
|
15832
|
-
"browserslist-
|
|
16056
|
+
"update-browserslist-db": "cli.js"
|
|
15833
16057
|
},
|
|
15834
16058
|
"peerDependencies": {
|
|
15835
16059
|
"browserslist": ">= 4.21.0"
|
|
@@ -16127,9 +16351,9 @@
|
|
|
16127
16351
|
}
|
|
16128
16352
|
},
|
|
16129
16353
|
"node_modules/wireit": {
|
|
16130
|
-
"version": "0.14.
|
|
16131
|
-
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.
|
|
16132
|
-
"integrity": "sha512-
|
|
16354
|
+
"version": "0.14.4",
|
|
16355
|
+
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.4.tgz",
|
|
16356
|
+
"integrity": "sha512-WNAXEw2cJs1nSRNJNRcPypARZNumgtsRTJFTNpd6turCA6JZ6cEwl4ZU3C1IHc/3IaXoPu9LdxcI5TBTdD6/pg==",
|
|
16133
16357
|
"dev": true,
|
|
16134
16358
|
"license": "Apache-2.0",
|
|
16135
16359
|
"workspaces": [
|