@salesforce/cli 2.62.2 → 2.62.4

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.62.2",
3
+ "version": "2.62.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.62.2",
9
+ "version": "2.62.4",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -14,35 +14,35 @@
14
14
  "@oclif/core": "4.0.27",
15
15
  "@oclif/plugin-autocomplete": "3.2.5",
16
16
  "@oclif/plugin-commands": "4.1.1",
17
- "@oclif/plugin-help": "6.2.13",
17
+ "@oclif/plugin-help": "6.2.14",
18
18
  "@oclif/plugin-not-found": "3.2.22",
19
- "@oclif/plugin-plugins": "5.4.12",
20
- "@oclif/plugin-search": "1.2.10",
21
- "@oclif/plugin-update": "4.6.0",
19
+ "@oclif/plugin-plugins": "5.4.14",
20
+ "@oclif/plugin-search": "1.2.11",
21
+ "@oclif/plugin-update": "4.6.1",
22
22
  "@oclif/plugin-version": "2.2.14",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.18",
24
24
  "@oclif/plugin-which": "3.2.15",
25
25
  "@salesforce/core": "^8.2.3",
26
26
  "@salesforce/kit": "^3.1.6",
27
- "@salesforce/plugin-apex": "3.5.0",
27
+ "@salesforce/plugin-apex": "3.5.1",
28
28
  "@salesforce/plugin-api": "1.3.0",
29
29
  "@salesforce/plugin-auth": "3.6.65",
30
- "@salesforce/plugin-data": "3.6.8",
31
- "@salesforce/plugin-deploy-retrieve": "3.12.16",
30
+ "@salesforce/plugin-data": "3.6.9",
31
+ "@salesforce/plugin-deploy-retrieve": "3.12.17",
32
32
  "@salesforce/plugin-info": "3.4.9",
33
33
  "@salesforce/plugin-limits": "3.3.32",
34
34
  "@salesforce/plugin-marketplace": "1.2.26",
35
35
  "@salesforce/plugin-org": "4.6.0",
36
- "@salesforce/plugin-packaging": "2.8.10",
36
+ "@salesforce/plugin-packaging": "2.8.11",
37
37
  "@salesforce/plugin-schema": "3.3.34",
38
38
  "@salesforce/plugin-settings": "2.3.23",
39
- "@salesforce/plugin-sobject": "1.4.40",
39
+ "@salesforce/plugin-sobject": "1.4.41",
40
40
  "@salesforce/plugin-source": "3.5.21",
41
41
  "@salesforce/plugin-telemetry": "3.6.15",
42
- "@salesforce/plugin-templates": "56.3.21",
43
- "@salesforce/plugin-trust": "3.7.32",
42
+ "@salesforce/plugin-templates": "56.3.22",
43
+ "@salesforce/plugin-trust": "3.7.33",
44
44
  "@salesforce/plugin-user": "3.5.32",
45
- "@salesforce/sf-plugins-core": "11.3.10",
45
+ "@salesforce/sf-plugins-core": "11.3.12",
46
46
  "ansis": "^3.3.0"
47
47
  },
48
48
  "bin": {
@@ -3580,6 +3580,19 @@
3580
3580
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3581
3581
  }
3582
3582
  },
3583
+ "node_modules/@isaacs/fs-minipass": {
3584
+ "version": "4.0.1",
3585
+ "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
3586
+ "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
3587
+ "extraneous": true,
3588
+ "license": "ISC",
3589
+ "dependencies": {
3590
+ "minipass": "^7.0.4"
3591
+ },
3592
+ "engines": {
3593
+ "node": ">=18.0.0"
3594
+ }
3595
+ },
3583
3596
  "node_modules/@isaacs/string-locale-compare": {
3584
3597
  "version": "1.1.0",
3585
3598
  "resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
@@ -3699,13 +3712,12 @@
3699
3712
  }
3700
3713
  },
3701
3714
  "node_modules/@jsforce/jsforce-node": {
3702
- "version": "3.4.1",
3703
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.4.1.tgz",
3704
- "integrity": "sha512-PsBKfglH0/8W/Srr4LsxEFsVmjmZjEj/T4XLGpbBoK8yVObwbiMk4VqwA6XwiA6SHqnEqqQbHZxk2rr7dZC+4A==",
3715
+ "version": "3.5.1",
3716
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.5.1.tgz",
3717
+ "integrity": "sha512-P+pfsLL6AddDeBP3iswjlB1+YM4w2ZsWTqunGjMA0/Aj8Jt4gA+XycV+fGEbGzsm6DvSvbZUnyrfkRYNsT9F8Q==",
3705
3718
  "license": "MIT",
3706
3719
  "dependencies": {
3707
3720
  "@sindresorhus/is": "^4",
3708
- "abort-controller": "^3.0.0",
3709
3721
  "base64url": "^3.0.1",
3710
3722
  "csv-parse": "^5.5.2",
3711
3723
  "csv-stringify": "^6.4.4",
@@ -3805,45 +3817,45 @@
3805
3817
  }
3806
3818
  },
3807
3819
  "node_modules/@npmcli/arborist": {
3808
- "version": "7.5.4",
3809
- "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.5.4.tgz",
3810
- "integrity": "sha512-nWtIc6QwwoUORCRNzKx4ypHqCk3drI+5aeYdMTQQiRCcn4lOOgfQh7WyZobGYTxXPSq1VwV53lkpN/BRlRk08g==",
3820
+ "version": "8.0.0",
3821
+ "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-8.0.0.tgz",
3822
+ "integrity": "sha512-APDXxtXGSftyXibl0dZ3CuZYmmVnkiN3+gkqwXshY4GKC2rof2+Lg0sGuj6H1p2YfBAKd7PRwuMVhu6Pf/nQ/A==",
3811
3823
  "extraneous": true,
3812
3824
  "license": "ISC",
3813
3825
  "dependencies": {
3814
3826
  "@isaacs/string-locale-compare": "^1.1.0",
3815
- "@npmcli/fs": "^3.1.1",
3816
- "@npmcli/installed-package-contents": "^2.1.0",
3817
- "@npmcli/map-workspaces": "^3.0.2",
3818
- "@npmcli/metavuln-calculator": "^7.1.1",
3819
- "@npmcli/name-from-folder": "^2.0.0",
3820
- "@npmcli/node-gyp": "^3.0.0",
3821
- "@npmcli/package-json": "^5.1.0",
3822
- "@npmcli/query": "^3.1.0",
3823
- "@npmcli/redact": "^2.0.0",
3824
- "@npmcli/run-script": "^8.1.0",
3825
- "bin-links": "^4.0.4",
3826
- "cacache": "^18.0.3",
3827
+ "@npmcli/fs": "^4.0.0",
3828
+ "@npmcli/installed-package-contents": "^3.0.0",
3829
+ "@npmcli/map-workspaces": "^4.0.1",
3830
+ "@npmcli/metavuln-calculator": "^8.0.0",
3831
+ "@npmcli/name-from-folder": "^3.0.0",
3832
+ "@npmcli/node-gyp": "^4.0.0",
3833
+ "@npmcli/package-json": "^6.0.1",
3834
+ "@npmcli/query": "^4.0.0",
3835
+ "@npmcli/redact": "^3.0.0",
3836
+ "@npmcli/run-script": "^9.0.1",
3837
+ "bin-links": "^5.0.0",
3838
+ "cacache": "^19.0.1",
3827
3839
  "common-ancestor-path": "^1.0.1",
3828
- "hosted-git-info": "^7.0.2",
3829
- "json-parse-even-better-errors": "^3.0.2",
3840
+ "hosted-git-info": "^8.0.0",
3841
+ "json-parse-even-better-errors": "^4.0.0",
3830
3842
  "json-stringify-nice": "^1.1.4",
3831
3843
  "lru-cache": "^10.2.2",
3832
3844
  "minimatch": "^9.0.4",
3833
- "nopt": "^7.2.1",
3834
- "npm-install-checks": "^6.2.0",
3835
- "npm-package-arg": "^11.0.2",
3836
- "npm-pick-manifest": "^9.0.1",
3837
- "npm-registry-fetch": "^17.0.1",
3838
- "pacote": "^18.0.6",
3839
- "parse-conflict-json": "^3.0.0",
3840
- "proc-log": "^4.2.0",
3841
- "proggy": "^2.0.0",
3845
+ "nopt": "^8.0.0",
3846
+ "npm-install-checks": "^7.1.0",
3847
+ "npm-package-arg": "^12.0.0",
3848
+ "npm-pick-manifest": "^10.0.0",
3849
+ "npm-registry-fetch": "^18.0.1",
3850
+ "pacote": "^19.0.0",
3851
+ "parse-conflict-json": "^4.0.0",
3852
+ "proc-log": "^5.0.0",
3853
+ "proggy": "^3.0.0",
3842
3854
  "promise-all-reject-late": "^1.0.0",
3843
3855
  "promise-call-limit": "^3.0.1",
3844
- "read-package-json-fast": "^3.0.2",
3856
+ "read-package-json-fast": "^4.0.0",
3845
3857
  "semver": "^7.3.7",
3846
- "ssri": "^10.0.6",
3858
+ "ssri": "^12.0.0",
3847
3859
  "treeverse": "^3.0.0",
3848
3860
  "walk-up-path": "^3.0.1"
3849
3861
  },
@@ -3851,213 +3863,224 @@
3851
3863
  "arborist": "bin/index.js"
3852
3864
  },
3853
3865
  "engines": {
3854
- "node": "^16.14.0 || >=18.0.0"
3866
+ "node": "^18.17.0 || >=20.5.0"
3855
3867
  }
3856
3868
  },
3857
3869
  "node_modules/@npmcli/config": {
3858
- "version": "8.3.4",
3859
- "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.3.4.tgz",
3860
- "integrity": "sha512-01rtHedemDNhUXdicU7s+QYz/3JyV5Naj84cvdXGH4mgCdL+agmSYaLF4LUG4vMCLzhBO8YtS0gPpH1FGvbgAw==",
3870
+ "version": "9.0.0",
3871
+ "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-9.0.0.tgz",
3872
+ "integrity": "sha512-P5Vi16Y+c8E0prGIzX112ug7XxqfaPFUVW/oXAV+2VsxplKZEnJozqZ0xnK8V8w/SEsBf+TXhUihrEIAU4CA5Q==",
3861
3873
  "extraneous": true,
3862
3874
  "license": "ISC",
3863
3875
  "dependencies": {
3864
- "@npmcli/map-workspaces": "^3.0.2",
3865
- "@npmcli/package-json": "^5.1.1",
3876
+ "@npmcli/map-workspaces": "^4.0.1",
3877
+ "@npmcli/package-json": "^6.0.1",
3866
3878
  "ci-info": "^4.0.0",
3867
- "ini": "^4.1.2",
3868
- "nopt": "^7.2.1",
3869
- "proc-log": "^4.2.0",
3879
+ "ini": "^5.0.0",
3880
+ "nopt": "^8.0.0",
3881
+ "proc-log": "^5.0.0",
3870
3882
  "semver": "^7.3.5",
3871
3883
  "walk-up-path": "^3.0.1"
3872
3884
  },
3873
3885
  "engines": {
3874
- "node": "^16.14.0 || >=18.0.0"
3886
+ "node": "^18.17.0 || >=20.5.0"
3875
3887
  }
3876
3888
  },
3877
3889
  "node_modules/@npmcli/config/node_modules/ini": {
3878
- "version": "4.1.3",
3879
- "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz",
3880
- "integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==",
3890
+ "version": "5.0.0",
3891
+ "resolved": "https://registry.npmjs.org/ini/-/ini-5.0.0.tgz",
3892
+ "integrity": "sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==",
3881
3893
  "extraneous": true,
3882
3894
  "license": "ISC",
3883
3895
  "engines": {
3884
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
3896
+ "node": "^18.17.0 || >=20.5.0"
3885
3897
  }
3886
3898
  },
3887
3899
  "node_modules/@npmcli/fs": {
3888
- "version": "3.1.1",
3889
- "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz",
3890
- "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==",
3900
+ "version": "4.0.0",
3901
+ "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-4.0.0.tgz",
3902
+ "integrity": "sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==",
3891
3903
  "extraneous": true,
3892
3904
  "license": "ISC",
3893
3905
  "dependencies": {
3894
3906
  "semver": "^7.3.5"
3895
3907
  },
3896
3908
  "engines": {
3897
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
3909
+ "node": "^18.17.0 || >=20.5.0"
3898
3910
  }
3899
3911
  },
3900
3912
  "node_modules/@npmcli/git": {
3901
- "version": "5.0.7",
3902
- "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.7.tgz",
3903
- "integrity": "sha512-WaOVvto604d5IpdCRV2KjQu8PzkfE96d50CQGKgywXh2GxXmDeUO5EWcBC4V57uFyrNqx83+MewuJh3WTR3xPA==",
3913
+ "version": "6.0.1",
3914
+ "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-6.0.1.tgz",
3915
+ "integrity": "sha512-BBWMMxeQzalmKadyimwb2/VVQyJB01PH0HhVSNLHNBDZN/M/h/02P6f8fxedIiFhpMj11SO9Ep5tKTBE7zL2nw==",
3904
3916
  "extraneous": true,
3905
3917
  "license": "ISC",
3906
3918
  "dependencies": {
3907
- "@npmcli/promise-spawn": "^7.0.0",
3919
+ "@npmcli/promise-spawn": "^8.0.0",
3920
+ "ini": "^5.0.0",
3908
3921
  "lru-cache": "^10.0.1",
3909
- "npm-pick-manifest": "^9.0.0",
3910
- "proc-log": "^4.0.0",
3922
+ "npm-pick-manifest": "^10.0.0",
3923
+ "proc-log": "^5.0.0",
3911
3924
  "promise-inflight": "^1.0.1",
3912
3925
  "promise-retry": "^2.0.1",
3913
3926
  "semver": "^7.3.5",
3914
- "which": "^4.0.0"
3927
+ "which": "^5.0.0"
3915
3928
  },
3916
3929
  "engines": {
3917
- "node": "^16.14.0 || >=18.0.0"
3930
+ "node": "^18.17.0 || >=20.5.0"
3931
+ }
3932
+ },
3933
+ "node_modules/@npmcli/git/node_modules/ini": {
3934
+ "version": "5.0.0",
3935
+ "resolved": "https://registry.npmjs.org/ini/-/ini-5.0.0.tgz",
3936
+ "integrity": "sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==",
3937
+ "extraneous": true,
3938
+ "license": "ISC",
3939
+ "engines": {
3940
+ "node": "^18.17.0 || >=20.5.0"
3918
3941
  }
3919
3942
  },
3920
3943
  "node_modules/@npmcli/installed-package-contents": {
3921
- "version": "2.1.0",
3922
- "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz",
3923
- "integrity": "sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==",
3944
+ "version": "3.0.0",
3945
+ "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-3.0.0.tgz",
3946
+ "integrity": "sha512-fkxoPuFGvxyrH+OQzyTkX2LUEamrF4jZSmxjAtPPHHGO0dqsQ8tTKjnIS8SAnPHdk2I03BDtSMR5K/4loKg79Q==",
3924
3947
  "extraneous": true,
3925
3948
  "license": "ISC",
3926
3949
  "dependencies": {
3927
- "npm-bundled": "^3.0.0",
3928
- "npm-normalize-package-bin": "^3.0.0"
3950
+ "npm-bundled": "^4.0.0",
3951
+ "npm-normalize-package-bin": "^4.0.0"
3929
3952
  },
3930
3953
  "bin": {
3931
3954
  "installed-package-contents": "bin/index.js"
3932
3955
  },
3933
3956
  "engines": {
3934
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
3957
+ "node": "^18.17.0 || >=20.5.0"
3935
3958
  }
3936
3959
  },
3937
3960
  "node_modules/@npmcli/map-workspaces": {
3938
- "version": "3.0.6",
3939
- "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-3.0.6.tgz",
3940
- "integrity": "sha512-tkYs0OYnzQm6iIRdfy+LcLBjcKuQCeE5YLb8KnrIlutJfheNaPvPpgoFEyEFgbjzl5PLZ3IA/BWAwRU0eHuQDA==",
3961
+ "version": "4.0.1",
3962
+ "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-4.0.1.tgz",
3963
+ "integrity": "sha512-g5H8ljH7Z+4T1ASsfcL09gZl4YGw6M4GbjzPt6HgE+pCRSKC4nlNc4nY75zshi88eEHcdoh3Q8XgWFkGKoVOPw==",
3941
3964
  "extraneous": true,
3942
3965
  "license": "ISC",
3943
3966
  "dependencies": {
3944
- "@npmcli/name-from-folder": "^2.0.0",
3967
+ "@npmcli/name-from-folder": "^3.0.0",
3968
+ "@npmcli/package-json": "^6.0.0",
3945
3969
  "glob": "^10.2.2",
3946
- "minimatch": "^9.0.0",
3947
- "read-package-json-fast": "^3.0.0"
3970
+ "minimatch": "^9.0.0"
3948
3971
  },
3949
3972
  "engines": {
3950
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
3973
+ "node": "^18.17.0 || >=20.5.0"
3951
3974
  }
3952
3975
  },
3953
3976
  "node_modules/@npmcli/metavuln-calculator": {
3954
- "version": "7.1.1",
3955
- "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-7.1.1.tgz",
3956
- "integrity": "sha512-Nkxf96V0lAx3HCpVda7Vw4P23RILgdi/5K1fmj2tZkWIYLpXAN8k2UVVOsW16TsS5F8Ws2I7Cm+PU1/rsVF47g==",
3977
+ "version": "8.0.0",
3978
+ "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-8.0.0.tgz",
3979
+ "integrity": "sha512-zR2TGfhR8fH1u4VRz9fuC7r1nI9dweViRDsFnMH8J89OA90lJNwF6idTttEzYSWaOTW4NVoAIB6+ujV+/wI+kg==",
3957
3980
  "extraneous": true,
3958
3981
  "license": "ISC",
3959
3982
  "dependencies": {
3960
- "cacache": "^18.0.0",
3961
- "json-parse-even-better-errors": "^3.0.0",
3962
- "pacote": "^18.0.0",
3963
- "proc-log": "^4.1.0",
3983
+ "cacache": "^19.0.0",
3984
+ "json-parse-even-better-errors": "^4.0.0",
3985
+ "pacote": "^19.0.0",
3986
+ "proc-log": "^5.0.0",
3964
3987
  "semver": "^7.3.5"
3965
3988
  },
3966
3989
  "engines": {
3967
- "node": "^16.14.0 || >=18.0.0"
3990
+ "node": "^18.17.0 || >=20.5.0"
3968
3991
  }
3969
3992
  },
3970
3993
  "node_modules/@npmcli/name-from-folder": {
3971
- "version": "2.0.0",
3972
- "resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz",
3973
- "integrity": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==",
3994
+ "version": "3.0.0",
3995
+ "resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-3.0.0.tgz",
3996
+ "integrity": "sha512-61cDL8LUc9y80fXn+lir+iVt8IS0xHqEKwPu/5jCjxQTVoSCmkXvw4vbMrzAMtmghz3/AkiBjhHkDKUH+kf7kA==",
3974
3997
  "extraneous": true,
3975
3998
  "license": "ISC",
3976
3999
  "engines": {
3977
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4000
+ "node": "^18.17.0 || >=20.5.0"
3978
4001
  }
3979
4002
  },
3980
4003
  "node_modules/@npmcli/node-gyp": {
3981
- "version": "3.0.0",
3982
- "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz",
3983
- "integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==",
4004
+ "version": "4.0.0",
4005
+ "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-4.0.0.tgz",
4006
+ "integrity": "sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==",
3984
4007
  "extraneous": true,
3985
4008
  "license": "ISC",
3986
4009
  "engines": {
3987
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4010
+ "node": "^18.17.0 || >=20.5.0"
3988
4011
  }
3989
4012
  },
3990
4013
  "node_modules/@npmcli/package-json": {
3991
- "version": "5.2.0",
3992
- "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.0.tgz",
3993
- "integrity": "sha512-qe/kiqqkW0AGtvBjL8TJKZk/eBBSpnJkUWvHdQ9jM2lKHXRYYJuyNpJPlJw3c8QjC2ow6NZYiLExhUaeJelbxQ==",
4014
+ "version": "6.0.1",
4015
+ "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-6.0.1.tgz",
4016
+ "integrity": "sha512-YW6PZ99sc1Q4DINEY2td5z9Z3rwbbsx7CyCnOc7UXUUdePXh5gPi1UeaoQVmKQMVbIU7aOwX2l1OG5ZfjgGi5g==",
3994
4017
  "extraneous": true,
3995
4018
  "license": "ISC",
3996
4019
  "dependencies": {
3997
- "@npmcli/git": "^5.0.0",
4020
+ "@npmcli/git": "^6.0.0",
3998
4021
  "glob": "^10.2.2",
3999
- "hosted-git-info": "^7.0.0",
4000
- "json-parse-even-better-errors": "^3.0.0",
4001
- "normalize-package-data": "^6.0.0",
4002
- "proc-log": "^4.0.0",
4022
+ "hosted-git-info": "^8.0.0",
4023
+ "json-parse-even-better-errors": "^4.0.0",
4024
+ "normalize-package-data": "^7.0.0",
4025
+ "proc-log": "^5.0.0",
4003
4026
  "semver": "^7.5.3"
4004
4027
  },
4005
4028
  "engines": {
4006
- "node": "^16.14.0 || >=18.0.0"
4029
+ "node": "^18.17.0 || >=20.5.0"
4007
4030
  }
4008
4031
  },
4009
4032
  "node_modules/@npmcli/promise-spawn": {
4010
- "version": "7.0.2",
4011
- "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz",
4012
- "integrity": "sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==",
4033
+ "version": "8.0.1",
4034
+ "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-8.0.1.tgz",
4035
+ "integrity": "sha512-ZscqKtJqy7oj6MgXEJcHQ1om4utU0Q84QtC28UVuiO6ALSO9sDPanXdu6Wd1oYhItW8fx2u96zRFUE8BuPlAjA==",
4013
4036
  "extraneous": true,
4014
4037
  "license": "ISC",
4015
4038
  "dependencies": {
4016
- "which": "^4.0.0"
4039
+ "which": "^5.0.0"
4017
4040
  },
4018
4041
  "engines": {
4019
- "node": "^16.14.0 || >=18.0.0"
4042
+ "node": "^18.17.0 || >=20.5.0"
4020
4043
  }
4021
4044
  },
4022
4045
  "node_modules/@npmcli/query": {
4023
- "version": "3.1.0",
4024
- "resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.1.0.tgz",
4025
- "integrity": "sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ==",
4046
+ "version": "4.0.0",
4047
+ "resolved": "https://registry.npmjs.org/@npmcli/query/-/query-4.0.0.tgz",
4048
+ "integrity": "sha512-3pPbese0fbCiFJ/7/X1GBgxAKYFE8sxBddA7GtuRmOgNseH4YbGsXJ807Ig3AEwNITjDUISHglvy89cyDJnAwA==",
4026
4049
  "extraneous": true,
4027
4050
  "license": "ISC",
4028
4051
  "dependencies": {
4029
- "postcss-selector-parser": "^6.0.10"
4052
+ "postcss-selector-parser": "^6.1.2"
4030
4053
  },
4031
4054
  "engines": {
4032
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4055
+ "node": "^18.17.0 || >=20.5.0"
4033
4056
  }
4034
4057
  },
4035
4058
  "node_modules/@npmcli/redact": {
4036
- "version": "2.0.1",
4037
- "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-2.0.1.tgz",
4038
- "integrity": "sha512-YgsR5jCQZhVmTJvjduTOIHph0L73pK8xwMVaDY0PatySqVM9AZj93jpoXYSJqfHFxFkN9dmqTw6OiqExsS3LPw==",
4059
+ "version": "3.0.0",
4060
+ "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-3.0.0.tgz",
4061
+ "integrity": "sha512-/1uFzjVcfzqrgCeGW7+SZ4hv0qLWmKXVzFahZGJ6QuJBj6Myt9s17+JL86i76NV9YSnJRcGXJYQbAU0rn1YTCQ==",
4039
4062
  "extraneous": true,
4040
4063
  "license": "ISC",
4041
4064
  "engines": {
4042
- "node": "^16.14.0 || >=18.0.0"
4065
+ "node": "^18.17.0 || >=20.5.0"
4043
4066
  }
4044
4067
  },
4045
4068
  "node_modules/@npmcli/run-script": {
4046
- "version": "8.1.0",
4047
- "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-8.1.0.tgz",
4048
- "integrity": "sha512-y7efHHwghQfk28G2z3tlZ67pLG0XdfYbcVG26r7YIXALRsrVQcTq4/tdenSmdOrEsNahIYA/eh8aEVROWGFUDg==",
4069
+ "version": "9.0.1",
4070
+ "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-9.0.1.tgz",
4071
+ "integrity": "sha512-q9C0uHrb6B6cm3qXVM32UmpqTKuFGbtP23O2K5sLvPMz2hilKd0ptqGXSpuunOuOmPQb/aT5F/kCXFc1P2gO/A==",
4049
4072
  "extraneous": true,
4050
4073
  "license": "ISC",
4051
4074
  "dependencies": {
4052
- "@npmcli/node-gyp": "^3.0.0",
4053
- "@npmcli/package-json": "^5.0.0",
4054
- "@npmcli/promise-spawn": "^7.0.0",
4075
+ "@npmcli/node-gyp": "^4.0.0",
4076
+ "@npmcli/package-json": "^6.0.0",
4077
+ "@npmcli/promise-spawn": "^8.0.0",
4055
4078
  "node-gyp": "^10.0.0",
4056
- "proc-log": "^4.0.0",
4057
- "which": "^4.0.0"
4079
+ "proc-log": "^5.0.0",
4080
+ "which": "^5.0.0"
4058
4081
  },
4059
4082
  "engines": {
4060
- "node": "^16.14.0 || >=18.0.0"
4083
+ "node": "^18.17.0 || >=20.5.0"
4061
4084
  }
4062
4085
  },
4063
4086
  "node_modules/@oclif/core": {
@@ -4235,9 +4258,9 @@
4235
4258
  }
4236
4259
  },
4237
4260
  "node_modules/@oclif/plugin-help": {
4238
- "version": "6.2.13",
4239
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.13.tgz",
4240
- "integrity": "sha512-IgLytXXYfuTs6dV7xhgt4xhE4Mjx8/29/4iH6jp9TKDblopCBnZ3q1VMlHfhhLsJ4Q+rSjP/QCHtiO3HnXk69Q==",
4261
+ "version": "6.2.14",
4262
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.14.tgz",
4263
+ "integrity": "sha512-Tz0QuOstZhr9EXftjihMScM0sXtjzDPrx683lKnEit/XGPdx3IJtH8+0uKxmmeDQ/VbGLNWb57ZLjB62H5yA9g==",
4241
4264
  "license": "MIT",
4242
4265
  "dependencies": {
4243
4266
  "@oclif/core": "^4"
@@ -4262,15 +4285,15 @@
4262
4285
  }
4263
4286
  },
4264
4287
  "node_modules/@oclif/plugin-plugins": {
4265
- "version": "5.4.12",
4266
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.12.tgz",
4267
- "integrity": "sha512-E73/qValFhJv2UryX+1e8vCyAYvn3go2Neg1u6uyHMJ+vHMTg7g1vXaPNGacY8OJSInj1IudJbwIfPOajR4A2Q==",
4288
+ "version": "5.4.14",
4289
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.14.tgz",
4290
+ "integrity": "sha512-ZoF9Jw4Y4uTFf56tGHGsBzCFhBKKRAuIiGCMoSpy8VEL3cFb5Jv6Xm0rdzv54lkmw1XWBBFM6cqK/hmxM2QEIw==",
4268
4291
  "license": "MIT",
4269
4292
  "dependencies": {
4270
4293
  "@oclif/core": "^4",
4271
4294
  "ansis": "^3.3.2",
4272
4295
  "debug": "^4.3.7",
4273
- "npm": "^10.8.3",
4296
+ "npm": "^10.9.0",
4274
4297
  "npm-package-arg": "^11.0.3",
4275
4298
  "npm-run-path": "^5.3.0",
4276
4299
  "object-treeify": "^4.0.1",
@@ -4283,6 +4306,33 @@
4283
4306
  "node": ">=18.0.0"
4284
4307
  }
4285
4308
  },
4309
+ "node_modules/@oclif/plugin-plugins/node_modules/hosted-git-info": {
4310
+ "version": "7.0.2",
4311
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
4312
+ "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==",
4313
+ "license": "ISC",
4314
+ "dependencies": {
4315
+ "lru-cache": "^10.0.1"
4316
+ },
4317
+ "engines": {
4318
+ "node": "^16.14.0 || >=18.0.0"
4319
+ }
4320
+ },
4321
+ "node_modules/@oclif/plugin-plugins/node_modules/npm-package-arg": {
4322
+ "version": "11.0.3",
4323
+ "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.3.tgz",
4324
+ "integrity": "sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==",
4325
+ "license": "ISC",
4326
+ "dependencies": {
4327
+ "hosted-git-info": "^7.0.0",
4328
+ "proc-log": "^4.0.0",
4329
+ "semver": "^7.3.5",
4330
+ "validate-npm-package-name": "^5.0.0"
4331
+ },
4332
+ "engines": {
4333
+ "node": "^16.14.0 || >=18.0.0"
4334
+ }
4335
+ },
4286
4336
  "node_modules/@oclif/plugin-plugins/node_modules/npm-run-path": {
4287
4337
  "version": "5.3.0",
4288
4338
  "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
@@ -4310,10 +4360,34 @@
4310
4360
  "url": "https://github.com/sponsors/sindresorhus"
4311
4361
  }
4312
4362
  },
4363
+ "node_modules/@oclif/plugin-plugins/node_modules/proc-log": {
4364
+ "version": "4.2.0",
4365
+ "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz",
4366
+ "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==",
4367
+ "license": "ISC",
4368
+ "engines": {
4369
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4370
+ }
4371
+ },
4372
+ "node_modules/@oclif/plugin-plugins/node_modules/which": {
4373
+ "version": "4.0.0",
4374
+ "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
4375
+ "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
4376
+ "license": "ISC",
4377
+ "dependencies": {
4378
+ "isexe": "^3.1.1"
4379
+ },
4380
+ "bin": {
4381
+ "node-which": "bin/which.js"
4382
+ },
4383
+ "engines": {
4384
+ "node": "^16.13.0 || >=18.0.0"
4385
+ }
4386
+ },
4313
4387
  "node_modules/@oclif/plugin-search": {
4314
- "version": "1.2.10",
4315
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.10.tgz",
4316
- "integrity": "sha512-SsdHmPDAnQXHvKyCbEViMy+9q+Ny5Qec0zbuJtz7b/FhQ0s1pS2huBnNbYRNnGDUZOoaYXNZxvL/kFSE+y4Zqg==",
4388
+ "version": "1.2.11",
4389
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.11.tgz",
4390
+ "integrity": "sha512-CxMFPKkanL1luhzrJGY3vMa0GUshRgXWvPWoh0foqmrNNe09nFBKpt918GFfFpkAGwTVeNoUVNl3os7eKJMBxQ==",
4317
4391
  "license": "MIT",
4318
4392
  "dependencies": {
4319
4393
  "@oclif/core": "^4",
@@ -4340,14 +4414,14 @@
4340
4414
  }
4341
4415
  },
4342
4416
  "node_modules/@oclif/plugin-update": {
4343
- "version": "4.6.0",
4344
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.0.tgz",
4345
- "integrity": "sha512-Xn8GV7rWt/9axPMn68gRZcYBSCCPZ+7QCQdI8/vflxSloHRQbn5LIyzZHEqKmQUTkJPXr9SCnfdb1bLG6Al95Q==",
4417
+ "version": "4.6.1",
4418
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.1.tgz",
4419
+ "integrity": "sha512-r1P+wQhw1+wLgQlc8scad5npYFFW7V5qd6wbrFSZr14AlnlATPdOGtDvouaNnNmoBIPK0HDvl9/1aUKWyFFjyw==",
4346
4420
  "license": "MIT",
4347
4421
  "dependencies": {
4348
4422
  "@inquirer/select": "^2.5.0",
4349
4423
  "@oclif/core": "^4",
4350
- "@oclif/table": "^0.1.12",
4424
+ "@oclif/table": "^0.1.13",
4351
4425
  "ansis": "^3.3.2",
4352
4426
  "debug": "^4.3.7",
4353
4427
  "filesize": "^6.1.0",
@@ -4779,13 +4853,13 @@
4779
4853
  }
4780
4854
  },
4781
4855
  "node_modules/@salesforce/apex-node": {
4782
- "version": "8.1.9",
4783
- "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.9.tgz",
4784
- "integrity": "sha512-9Qv48QygPI6w1n5cD9n0jGYNc4J2cSD0eVW0pSONyxc/2VfU7nRamjg1EQ8oSuA5rfkXcqZcmkp/B3slU90YfQ==",
4856
+ "version": "8.1.12",
4857
+ "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.12.tgz",
4858
+ "integrity": "sha512-GLhhBwC1UxzJKoJAFsnh+3KmiRonytk8vhoQZEyMyWAU6F3nMs/qGO2dhIokmqfFsH6q5ZVzs0TTI+Baw4mFvQ==",
4785
4859
  "license": "BSD-3-Clause",
4786
4860
  "dependencies": {
4787
- "@jsforce/jsforce-node": "^3.4.1",
4788
- "@salesforce/core": "^8.5.7",
4861
+ "@jsforce/jsforce-node": "^3.5.1",
4862
+ "@salesforce/core": "^8.6.1",
4789
4863
  "@salesforce/kit": "^3.2.3",
4790
4864
  "@types/istanbul-reports": "^3.0.4",
4791
4865
  "bfj": "8.0.0",
@@ -5083,12 +5157,12 @@
5083
5157
  }
5084
5158
  },
5085
5159
  "node_modules/@salesforce/plugin-apex": {
5086
- "version": "3.5.0",
5087
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.5.0.tgz",
5088
- "integrity": "sha512-sz2Rdk9GbrDLQ2RzouoL1BMKzihwIZESIDnnAa+YI81CDgQZEEDhn8cM1oKMa1tsXkkdNMhrxVChb5tCbTTi9Q==",
5160
+ "version": "3.5.1",
5161
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.5.1.tgz",
5162
+ "integrity": "sha512-d7GPtrEi+rpaAN5Z+IMUcUuaH+CSif9p0hxdYrPk0gA162ed0KIiXHfOEFjgNVNni/f8Z70ajtuHkFaAgyXVRQ==",
5089
5163
  "license": "BSD-3-Clause",
5090
5164
  "dependencies": {
5091
- "@salesforce/apex-node": "^8.1.9",
5165
+ "@salesforce/apex-node": "^8.1.11",
5092
5166
  "@salesforce/core": "^8.5.1",
5093
5167
  "@salesforce/kit": "^3.2.2",
5094
5168
  "@salesforce/sf-plugins-core": "^11.3.7",
@@ -5172,12 +5246,12 @@
5172
5246
  }
5173
5247
  },
5174
5248
  "node_modules/@salesforce/plugin-data": {
5175
- "version": "3.6.8",
5176
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.8.tgz",
5177
- "integrity": "sha512-QqslH/1yxbEY7mJxyEecPbVKL9go1+vuZHSZZWJdZ4Eji/hkPqrIov8o17+iRE/khqN6GNwy7rylZIu7qMOBxQ==",
5249
+ "version": "3.6.9",
5250
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.9.tgz",
5251
+ "integrity": "sha512-nN5RY0E9M4Z9DVk5QMk7pkHD0gSt0V3k/T2g3xyo3wUSwqBEf/YxB3JN1KYbvTrMwJJz2aAKC6TJRzJYeGvvAA==",
5178
5252
  "license": "BSD-3-Clause",
5179
5253
  "dependencies": {
5180
- "@jsforce/jsforce-node": "^3.4.1",
5254
+ "@jsforce/jsforce-node": "^3.5.1",
5181
5255
  "@salesforce/core": "^8.6.1",
5182
5256
  "@salesforce/kit": "^3.2.2",
5183
5257
  "@salesforce/sf-plugins-core": "^11.3.10",
@@ -5193,9 +5267,9 @@
5193
5267
  }
5194
5268
  },
5195
5269
  "node_modules/@salesforce/plugin-deploy-retrieve": {
5196
- "version": "3.12.16",
5197
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.16.tgz",
5198
- "integrity": "sha512-dIUKn72ilrf8lG3kneXlpkW938TjNRhPRr/xN7YjJ7h9jkwY9KS8T+l7Cylf/Dhcjn7JV9I/3qYsUI1S6weIVA==",
5270
+ "version": "3.12.17",
5271
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.17.tgz",
5272
+ "integrity": "sha512-TWR4n33poTVFk2otm/B8PNLO/kpJLOLWz+q4lB8YIE2VxzQ7fyr7xCrXI2UcD+XUDvE8Ev7t/yamqR2F1BRdHQ==",
5199
5273
  "license": "BSD-3-Clause",
5200
5274
  "dependencies": {
5201
5275
  "@oclif/core": "^4.0.18",
@@ -5204,7 +5278,7 @@
5204
5278
  "@salesforce/kit": "^3.2.3",
5205
5279
  "@salesforce/plugin-info": "^3.4.9",
5206
5280
  "@salesforce/sf-plugins-core": "^11.3.2",
5207
- "@salesforce/source-deploy-retrieve": "^12.7.3",
5281
+ "@salesforce/source-deploy-retrieve": "^12.7.4",
5208
5282
  "@salesforce/source-tracking": "^7.1.16",
5209
5283
  "@salesforce/ts-types": "^2.0.12",
5210
5284
  "ansis": "^3.3.2"
@@ -5286,9 +5360,9 @@
5286
5360
  }
5287
5361
  },
5288
5362
  "node_modules/@salesforce/plugin-packaging": {
5289
- "version": "2.8.10",
5290
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.10.tgz",
5291
- "integrity": "sha512-IkgSj5D9Jy0ZQ1yRRBUNd+gi4BQy5RvdfqhCpDJIYfcCdNBhcuVtsNp9gg8mg/tbzB5Guwaa30zKStVjYPyKhg==",
5363
+ "version": "2.8.11",
5364
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.11.tgz",
5365
+ "integrity": "sha512-urU0dYrRVK/u7gRT704ldQftNF4ejhzKfGK9FuCP4ko566b6jpcXWZZUL/OEyLhnuVw7grmKGryeMUY/PEi11g==",
5292
5366
  "license": "BSD-3-Clause",
5293
5367
  "dependencies": {
5294
5368
  "@oclif/core": "^4",
@@ -5394,9 +5468,9 @@
5394
5468
  }
5395
5469
  },
5396
5470
  "node_modules/@salesforce/plugin-sobject": {
5397
- "version": "1.4.40",
5398
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.40.tgz",
5399
- "integrity": "sha512-wKUlB+/8NwXKwEPsx/X88TGJpgfT6bpFxg5DasUk3LFlvR2A5imDErUiHZMPEYfNiteguR6aUqbXFF7Hz/UB7w==",
5471
+ "version": "1.4.41",
5472
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.41.tgz",
5473
+ "integrity": "sha512-HAwZwbMwKSjZnBV8hk6Fs74g0iRmWRrsT7oGhvCJ161O5pLhkck6g8qDzvi5SsK+rcSfCoy4H5SMhB0P88r+BA==",
5400
5474
  "license": "BSD-3-Clause",
5401
5475
  "dependencies": {
5402
5476
  "@inquirer/confirm": "^3.2.0",
@@ -5468,23 +5542,23 @@
5468
5542
  }
5469
5543
  },
5470
5544
  "node_modules/@salesforce/plugin-templates": {
5471
- "version": "56.3.21",
5472
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.21.tgz",
5473
- "integrity": "sha512-IoyVb4J0EVB5fuGU+HKeA2lF5F+lgBR2ZMD7IBSCls9xC7OdohUfT7knS1cD4cjGE0iLN3uJ629QSDWdQkgFUg==",
5545
+ "version": "56.3.22",
5546
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.22.tgz",
5547
+ "integrity": "sha512-F1t3uRfHoiKZD2R2pSvzHPp1xyYckgeODp8v/RDegWDC3TnZ4Wmdk0czVYAkOyCCsqcwKvyz1WuScjMapBGNNA==",
5474
5548
  "license": "BSD-3-Clause",
5475
5549
  "dependencies": {
5476
5550
  "@salesforce/core": "^8.5.7",
5477
5551
  "@salesforce/sf-plugins-core": "^11.3.10",
5478
- "@salesforce/templates": "^61.4.11"
5552
+ "@salesforce/templates": "^61.4.12"
5479
5553
  },
5480
5554
  "engines": {
5481
5555
  "node": ">=18.0.0"
5482
5556
  }
5483
5557
  },
5484
5558
  "node_modules/@salesforce/plugin-trust": {
5485
- "version": "3.7.32",
5486
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.32.tgz",
5487
- "integrity": "sha512-zC1RdoY8LrZbE/upEY62+wqpwrIyKcn1CkJF8Qi6IiqkTQfTK/Iu27VJUAQfoUq/Nyf2veNyjeHlRYMh56nMtA==",
5559
+ "version": "3.7.33",
5560
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.33.tgz",
5561
+ "integrity": "sha512-WMRnDHd3ZbqcXPrFYugquzw2tU5lH65NrElGwvTK6FICRQLtGeWImWbgsQxercstGzDgy8CJ+yrl/WdsjyPWTg==",
5488
5562
  "license": "BSD-3-Clause",
5489
5563
  "dependencies": {
5490
5564
  "@oclif/core": "^4",
@@ -5493,7 +5567,7 @@
5493
5567
  "@salesforce/plugin-info": "^3.4.9",
5494
5568
  "@salesforce/sf-plugins-core": "^11.3.10",
5495
5569
  "got": "^13.0.0",
5496
- "npm": "^10.8.3",
5570
+ "npm": "^10.9.0",
5497
5571
  "npm-run-path": "^4.0.1",
5498
5572
  "proxy-agent": "^6.4.0",
5499
5573
  "semver": "^7.6.3",
@@ -5535,16 +5609,16 @@
5535
5609
  "license": "ISC"
5536
5610
  },
5537
5611
  "node_modules/@salesforce/sf-plugins-core": {
5538
- "version": "11.3.10",
5539
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.10.tgz",
5540
- "integrity": "sha512-Gvj6OM57cs1R/M/U8tWCo0srTyLNAsSOVtRWie8nz6x/qp6212ewkVgwwHBmP8XJsfuzjNvbzGcCjrCgwBzmCQ==",
5612
+ "version": "11.3.12",
5613
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
5614
+ "integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
5541
5615
  "license": "BSD-3-Clause",
5542
5616
  "dependencies": {
5543
5617
  "@inquirer/confirm": "^3.1.22",
5544
5618
  "@inquirer/password": "^2.2.0",
5545
- "@oclif/core": "^4.0.19",
5619
+ "@oclif/core": "^4.0.27",
5546
5620
  "@salesforce/core": "^8.5.1",
5547
- "@salesforce/kit": "^3.2.2",
5621
+ "@salesforce/kit": "^3.2.3",
5548
5622
  "@salesforce/ts-types": "^2.0.12",
5549
5623
  "ansis": "^3.3.2",
5550
5624
  "cli-progress": "^3.12.0",
@@ -5608,9 +5682,9 @@
5608
5682
  }
5609
5683
  },
5610
5684
  "node_modules/@salesforce/source-deploy-retrieve": {
5611
- "version": "12.7.3",
5612
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.7.3.tgz",
5613
- "integrity": "sha512-hnaU4maxxHYc7B2fBKNevXjBJqTOdOqXIRhIHypeC1OMuUGYT6hchAxRIYGYaG+LEQ8Af4QG7t4zx3nJZuXV2Q==",
5685
+ "version": "12.7.4",
5686
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.7.4.tgz",
5687
+ "integrity": "sha512-aJ/U2k+2vXj8LQ3zrB0ohOzCyNLQATaq2WLm9yIhLq8CItjNcVhp+jE6s+EBMnGulv/A3G4EVTvC1gi7s7FW6A==",
5614
5688
  "license": "BSD-3-Clause",
5615
5689
  "dependencies": {
5616
5690
  "@salesforce/core": "^8.6.1",
@@ -5894,9 +5968,9 @@
5894
5968
  }
5895
5969
  },
5896
5970
  "node_modules/@salesforce/templates": {
5897
- "version": "61.4.11",
5898
- "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-61.4.11.tgz",
5899
- "integrity": "sha512-swLPVqk+DtqMNs2tQ/1MtRrh/RaY5a1tzFIGjt9ng8eluXA2hzZb3OcoKO7b4ipdNOXYG7qbJ+Uog2BC2E9d2Q==",
5971
+ "version": "61.4.12",
5972
+ "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-61.4.12.tgz",
5973
+ "integrity": "sha512-E1+Tk61aRWxYqoKOD9gNuE4fgzix3vR9kS4G0U4zqWmQh+7n0zYD3S1iIc4uwCTwd7LOqYvy9sxKQLLC/OsiYw==",
5900
5974
  "license": "BSD-3-Clause",
5901
5975
  "dependencies": {
5902
5976
  "@salesforce/kit": "^3.2.3",
@@ -8218,19 +8292,20 @@
8218
8292
  }
8219
8293
  },
8220
8294
  "node_modules/bin-links": {
8221
- "version": "4.0.4",
8222
- "resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.4.tgz",
8223
- "integrity": "sha512-cMtq4W5ZsEwcutJrVId+a/tjt8GSbS+h0oNkdl6+6rBuEv8Ot33Bevj5KPm40t309zuhVic8NjpuL42QCiJWWA==",
8295
+ "version": "5.0.0",
8296
+ "resolved": "https://registry.npmjs.org/bin-links/-/bin-links-5.0.0.tgz",
8297
+ "integrity": "sha512-sdleLVfCjBtgO5cNjA2HVRvWBJAHs4zwenaCPMNJAJU0yNxpzj80IpjOIimkpkr+mhlA+how5poQtt53PygbHA==",
8224
8298
  "extraneous": true,
8225
8299
  "license": "ISC",
8226
8300
  "dependencies": {
8227
- "cmd-shim": "^6.0.0",
8228
- "npm-normalize-package-bin": "^3.0.0",
8229
- "read-cmd-shim": "^4.0.0",
8230
- "write-file-atomic": "^5.0.0"
8301
+ "cmd-shim": "^7.0.0",
8302
+ "npm-normalize-package-bin": "^4.0.0",
8303
+ "proc-log": "^5.0.0",
8304
+ "read-cmd-shim": "^5.0.0",
8305
+ "write-file-atomic": "^6.0.0"
8231
8306
  },
8232
8307
  "engines": {
8233
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
8308
+ "node": "^18.17.0 || >=20.5.0"
8234
8309
  }
8235
8310
  },
8236
8311
  "node_modules/binary-extensions": {
@@ -8416,13 +8491,13 @@
8416
8491
  }
8417
8492
  },
8418
8493
  "node_modules/cacache": {
8419
- "version": "18.0.4",
8420
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz",
8421
- "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==",
8494
+ "version": "19.0.1",
8495
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-19.0.1.tgz",
8496
+ "integrity": "sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==",
8422
8497
  "extraneous": true,
8423
8498
  "license": "ISC",
8424
8499
  "dependencies": {
8425
- "@npmcli/fs": "^3.1.0",
8500
+ "@npmcli/fs": "^4.0.0",
8426
8501
  "fs-minipass": "^3.0.0",
8427
8502
  "glob": "^10.2.2",
8428
8503
  "lru-cache": "^10.0.1",
@@ -8430,31 +8505,82 @@
8430
8505
  "minipass-collect": "^2.0.1",
8431
8506
  "minipass-flush": "^1.0.5",
8432
8507
  "minipass-pipeline": "^1.2.4",
8433
- "p-map": "^4.0.0",
8434
- "ssri": "^10.0.0",
8435
- "tar": "^6.1.11",
8436
- "unique-filename": "^3.0.0"
8508
+ "p-map": "^7.0.2",
8509
+ "ssri": "^12.0.0",
8510
+ "tar": "^7.4.3",
8511
+ "unique-filename": "^4.0.0"
8437
8512
  },
8438
8513
  "engines": {
8439
- "node": "^16.14.0 || >=18.0.0"
8514
+ "node": "^18.17.0 || >=20.5.0"
8440
8515
  }
8441
8516
  },
8442
- "node_modules/cacache/node_modules/p-map": {
8443
- "version": "4.0.0",
8444
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
8445
- "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
8517
+ "node_modules/cacache/node_modules/chownr": {
8518
+ "version": "3.0.0",
8519
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
8520
+ "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
8521
+ "extraneous": true,
8522
+ "license": "BlueOak-1.0.0",
8523
+ "engines": {
8524
+ "node": ">=18"
8525
+ }
8526
+ },
8527
+ "node_modules/cacache/node_modules/mkdirp": {
8528
+ "version": "3.0.1",
8529
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
8530
+ "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
8446
8531
  "extraneous": true,
8447
8532
  "license": "MIT",
8448
- "dependencies": {
8449
- "aggregate-error": "^3.0.0"
8533
+ "bin": {
8534
+ "mkdirp": "dist/cjs/src/bin.js"
8450
8535
  },
8451
8536
  "engines": {
8452
8537
  "node": ">=10"
8453
8538
  },
8539
+ "funding": {
8540
+ "url": "https://github.com/sponsors/isaacs"
8541
+ }
8542
+ },
8543
+ "node_modules/cacache/node_modules/p-map": {
8544
+ "version": "7.0.2",
8545
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.2.tgz",
8546
+ "integrity": "sha512-z4cYYMMdKHzw4O5UkWJImbZynVIo0lSGTXc7bzB1e/rrDqkgGUNysK/o4bTr+0+xKvvLoTyGqYC4Fgljy9qe1Q==",
8547
+ "extraneous": true,
8548
+ "license": "MIT",
8549
+ "engines": {
8550
+ "node": ">=18"
8551
+ },
8454
8552
  "funding": {
8455
8553
  "url": "https://github.com/sponsors/sindresorhus"
8456
8554
  }
8457
8555
  },
8556
+ "node_modules/cacache/node_modules/tar": {
8557
+ "version": "7.4.3",
8558
+ "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz",
8559
+ "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==",
8560
+ "extraneous": true,
8561
+ "license": "ISC",
8562
+ "dependencies": {
8563
+ "@isaacs/fs-minipass": "^4.0.0",
8564
+ "chownr": "^3.0.0",
8565
+ "minipass": "^7.1.2",
8566
+ "minizlib": "^3.0.1",
8567
+ "mkdirp": "^3.0.1",
8568
+ "yallist": "^5.0.0"
8569
+ },
8570
+ "engines": {
8571
+ "node": ">=18"
8572
+ }
8573
+ },
8574
+ "node_modules/cacache/node_modules/yallist": {
8575
+ "version": "5.0.0",
8576
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
8577
+ "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
8578
+ "extraneous": true,
8579
+ "license": "BlueOak-1.0.0",
8580
+ "engines": {
8581
+ "node": ">=18"
8582
+ }
8583
+ },
8458
8584
  "node_modules/cacheable-lookup": {
8459
8585
  "version": "7.0.0",
8460
8586
  "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
@@ -8790,10 +8916,13 @@
8790
8916
  }
8791
8917
  },
8792
8918
  "node_modules/chownr": {
8793
- "version": "1.1.4",
8794
- "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
8795
- "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
8796
- "license": "ISC"
8919
+ "version": "2.0.0",
8920
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
8921
+ "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
8922
+ "license": "ISC",
8923
+ "engines": {
8924
+ "node": ">=10"
8925
+ }
8797
8926
  },
8798
8927
  "node_modules/ci-info": {
8799
8928
  "version": "4.0.0",
@@ -9148,13 +9277,13 @@
9148
9277
  }
9149
9278
  },
9150
9279
  "node_modules/cmd-shim": {
9151
- "version": "6.0.2",
9152
- "resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-6.0.2.tgz",
9153
- "integrity": "sha512-+FFYbB0YLaAkhkcrjkyNLYDiOsFSfRjwjY19LXk/psmMx1z00xlCv7hhQoTGXXIKi+YXHL/iiFo8NqMVQX9nOw==",
9280
+ "version": "7.0.0",
9281
+ "resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-7.0.0.tgz",
9282
+ "integrity": "sha512-rtpaCbr164TPPh+zFdkWpCyZuKkjpAzODfaZCf/SVJZzJN+4bHQb/LP3Jzq5/+84um3XXY8r548XiWKSborwVw==",
9154
9283
  "extraneous": true,
9155
9284
  "license": "ISC",
9156
9285
  "engines": {
9157
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
9286
+ "node": "^18.17.0 || >=20.5.0"
9158
9287
  }
9159
9288
  },
9160
9289
  "node_modules/code-excerpt": {
@@ -12654,15 +12783,16 @@
12654
12783
  }
12655
12784
  },
12656
12785
  "node_modules/hosted-git-info": {
12657
- "version": "7.0.2",
12658
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
12659
- "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==",
12786
+ "version": "8.0.0",
12787
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-8.0.0.tgz",
12788
+ "integrity": "sha512-4nw3vOVR+vHUOT8+U4giwe2tcGv+R3pwwRidUe67DoMBTjhrfr6rZYJVVwdkBE+Um050SG+X9tf0Jo4fOpn01w==",
12789
+ "extraneous": true,
12660
12790
  "license": "ISC",
12661
12791
  "dependencies": {
12662
12792
  "lru-cache": "^10.0.1"
12663
12793
  },
12664
12794
  "engines": {
12665
- "node": "^16.14.0 || >=18.0.0"
12795
+ "node": "^18.17.0 || >=20.5.0"
12666
12796
  }
12667
12797
  },
12668
12798
  "node_modules/hpagent": {
@@ -12838,16 +12968,16 @@
12838
12968
  }
12839
12969
  },
12840
12970
  "node_modules/ignore-walk": {
12841
- "version": "6.0.4",
12842
- "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.4.tgz",
12843
- "integrity": "sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==",
12971
+ "version": "7.0.0",
12972
+ "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz",
12973
+ "integrity": "sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==",
12844
12974
  "extraneous": true,
12845
12975
  "license": "ISC",
12846
12976
  "dependencies": {
12847
12977
  "minimatch": "^9.0.0"
12848
12978
  },
12849
12979
  "engines": {
12850
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
12980
+ "node": "^18.17.0 || >=20.5.0"
12851
12981
  }
12852
12982
  },
12853
12983
  "node_modules/immediate": {
@@ -12937,22 +13067,32 @@
12937
13067
  "license": "ISC"
12938
13068
  },
12939
13069
  "node_modules/init-package-json": {
12940
- "version": "6.0.3",
12941
- "resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-6.0.3.tgz",
12942
- "integrity": "sha512-Zfeb5ol+H+eqJWHTaGca9BovufyGeIfr4zaaBorPmJBMrJ+KBnN+kQx2ZtXdsotUTgldHmHQV44xvUWOUA7E2w==",
13070
+ "version": "7.0.1",
13071
+ "resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-7.0.1.tgz",
13072
+ "integrity": "sha512-8KZtk/53ReI2T2f6z2hl5ql6xKLjDexNw7DUqTdR8f+Mo8WZmBjjkH6DrTfBjmW0j3Tqx+j3t8creN0O890+0A==",
12943
13073
  "extraneous": true,
12944
13074
  "license": "ISC",
12945
13075
  "dependencies": {
12946
- "@npmcli/package-json": "^5.0.0",
12947
- "npm-package-arg": "^11.0.0",
12948
- "promzard": "^1.0.0",
12949
- "read": "^3.0.1",
13076
+ "@npmcli/package-json": "^6.0.0",
13077
+ "npm-package-arg": "^12.0.0",
13078
+ "promzard": "^2.0.0",
13079
+ "read": "^4.0.0",
12950
13080
  "semver": "^7.3.5",
12951
13081
  "validate-npm-package-license": "^3.0.4",
12952
- "validate-npm-package-name": "^5.0.0"
13082
+ "validate-npm-package-name": "^6.0.0"
12953
13083
  },
12954
13084
  "engines": {
12955
- "node": "^16.14.0 || >=18.0.0"
13085
+ "node": "^18.17.0 || >=20.5.0"
13086
+ }
13087
+ },
13088
+ "node_modules/init-package-json/node_modules/validate-npm-package-name": {
13089
+ "version": "6.0.0",
13090
+ "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-6.0.0.tgz",
13091
+ "integrity": "sha512-d7KLgL1LD3U3fgnvWEY1cQXoO/q6EQ1BSz48Sa149V/5zVTAbgmZIpyI8TRi6U9/JNyeYLlTKsEMPtLC27RFUg==",
13092
+ "extraneous": true,
13093
+ "license": "ISC",
13094
+ "engines": {
13095
+ "node": "^18.17.0 || >=20.5.0"
12956
13096
  }
12957
13097
  },
12958
13098
  "node_modules/ink": {
@@ -14185,13 +14325,13 @@
14185
14325
  "license": "MIT"
14186
14326
  },
14187
14327
  "node_modules/json-parse-even-better-errors": {
14188
- "version": "3.0.2",
14189
- "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz",
14190
- "integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==",
14328
+ "version": "4.0.0",
14329
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz",
14330
+ "integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==",
14191
14331
  "extraneous": true,
14192
14332
  "license": "MIT",
14193
14333
  "engines": {
14194
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
14334
+ "node": "^18.17.0 || >=20.5.0"
14195
14335
  }
14196
14336
  },
14197
14337
  "node_modules/json-schema-traverse": {
@@ -14470,37 +14610,37 @@
14470
14610
  }
14471
14611
  },
14472
14612
  "node_modules/libnpmaccess": {
14473
- "version": "8.0.6",
14474
- "resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.6.tgz",
14475
- "integrity": "sha512-uM8DHDEfYG6G5gVivVl+yQd4pH3uRclHC59lzIbSvy7b5FEwR+mU49Zq1jEyRtRFv7+M99mUW9S0wL/4laT4lw==",
14613
+ "version": "9.0.0",
14614
+ "resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-9.0.0.tgz",
14615
+ "integrity": "sha512-mTCFoxyevNgXRrvgdOhghKJnCWByBc9yp7zX4u9RBsmZjwOYdUDEBfL5DdgD1/8gahsYnauqIWFbq0iK6tO6CQ==",
14476
14616
  "extraneous": true,
14477
14617
  "license": "ISC",
14478
14618
  "dependencies": {
14479
- "npm-package-arg": "^11.0.2",
14480
- "npm-registry-fetch": "^17.0.1"
14619
+ "npm-package-arg": "^12.0.0",
14620
+ "npm-registry-fetch": "^18.0.1"
14481
14621
  },
14482
14622
  "engines": {
14483
- "node": "^16.14.0 || >=18.0.0"
14623
+ "node": "^18.17.0 || >=20.5.0"
14484
14624
  }
14485
14625
  },
14486
14626
  "node_modules/libnpmdiff": {
14487
- "version": "6.1.4",
14488
- "resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.1.4.tgz",
14489
- "integrity": "sha512-KCNoCY8kjQ16/EE4VoW7AYqecsb9frNIh/cPwWQSk1s2grzZMQH+Scp7Yo7Fk6SWTkyVDLZEYfUT/vKONYrfmg==",
14627
+ "version": "7.0.0",
14628
+ "resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-7.0.0.tgz",
14629
+ "integrity": "sha512-MjvsBJL1AT4ofsSsBRse5clxv7gfPbdgzT0VE+xmVTxE8M92T22laeX9vqFhaQKInSeKiZ2L9w/FVhoCCGPdUg==",
14490
14630
  "extraneous": true,
14491
14631
  "license": "ISC",
14492
14632
  "dependencies": {
14493
- "@npmcli/arborist": "^7.5.4",
14494
- "@npmcli/installed-package-contents": "^2.1.0",
14633
+ "@npmcli/arborist": "^8.0.0",
14634
+ "@npmcli/installed-package-contents": "^3.0.0",
14495
14635
  "binary-extensions": "^2.3.0",
14496
14636
  "diff": "^5.1.0",
14497
14637
  "minimatch": "^9.0.4",
14498
- "npm-package-arg": "^11.0.2",
14499
- "pacote": "^18.0.6",
14638
+ "npm-package-arg": "^12.0.0",
14639
+ "pacote": "^19.0.0",
14500
14640
  "tar": "^6.2.1"
14501
14641
  },
14502
14642
  "engines": {
14503
- "node": "^16.14.0 || >=18.0.0"
14643
+ "node": "^18.17.0 || >=20.5.0"
14504
14644
  }
14505
14645
  },
14506
14646
  "node_modules/libnpmdiff/node_modules/diff": {
@@ -14514,146 +14654,146 @@
14514
14654
  }
14515
14655
  },
14516
14656
  "node_modules/libnpmexec": {
14517
- "version": "8.1.4",
14518
- "resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.4.tgz",
14519
- "integrity": "sha512-/5mQ8d7PJT3Ok1iTfXVZaev4mppno9IbimHv7x1g8ZLIQtRE0SWrdFN7SB43vzxexdw0bJ3LKu2OsY6L3h60Kg==",
14657
+ "version": "9.0.0",
14658
+ "resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-9.0.0.tgz",
14659
+ "integrity": "sha512-5dOwgvt0srgrOkwsjNWokx23BvQXEaUo87HWIY+9lymvAto2VSunNS+Ih7WXVwvkJk7cZ0jhS2H3rNK8G9Anxw==",
14520
14660
  "extraneous": true,
14521
14661
  "license": "ISC",
14522
14662
  "dependencies": {
14523
- "@npmcli/arborist": "^7.5.4",
14524
- "@npmcli/run-script": "^8.1.0",
14663
+ "@npmcli/arborist": "^8.0.0",
14664
+ "@npmcli/run-script": "^9.0.1",
14525
14665
  "ci-info": "^4.0.0",
14526
- "npm-package-arg": "^11.0.2",
14527
- "pacote": "^18.0.6",
14528
- "proc-log": "^4.2.0",
14529
- "read": "^3.0.1",
14530
- "read-package-json-fast": "^3.0.2",
14666
+ "npm-package-arg": "^12.0.0",
14667
+ "pacote": "^19.0.0",
14668
+ "proc-log": "^5.0.0",
14669
+ "read": "^4.0.0",
14670
+ "read-package-json-fast": "^4.0.0",
14531
14671
  "semver": "^7.3.7",
14532
14672
  "walk-up-path": "^3.0.1"
14533
14673
  },
14534
14674
  "engines": {
14535
- "node": "^16.14.0 || >=18.0.0"
14675
+ "node": "^18.17.0 || >=20.5.0"
14536
14676
  }
14537
14677
  },
14538
14678
  "node_modules/libnpmfund": {
14539
- "version": "5.0.12",
14540
- "resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.12.tgz",
14541
- "integrity": "sha512-lox1UHcv8/r/TE+T9B+aOylU3c13tK2IuwwUwUm+YMw+C/iq14dqskHqhGPTqa75ZJbiVOW7PMWO92Wn5HG49Q==",
14679
+ "version": "6.0.0",
14680
+ "resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-6.0.0.tgz",
14681
+ "integrity": "sha512-+7ZTxPyJ0O/Y0xKoEd1CxPCUQ4ldn6EZ2qUMI/E1gJkfzcwb3AdFlSWk1WEXaGBu2+EqMrPf4Xu5lXFWw2Jd3w==",
14542
14682
  "extraneous": true,
14543
14683
  "license": "ISC",
14544
14684
  "dependencies": {
14545
- "@npmcli/arborist": "^7.5.4"
14685
+ "@npmcli/arborist": "^8.0.0"
14546
14686
  },
14547
14687
  "engines": {
14548
- "node": "^16.14.0 || >=18.0.0"
14688
+ "node": "^18.17.0 || >=20.5.0"
14549
14689
  }
14550
14690
  },
14551
14691
  "node_modules/libnpmhook": {
14552
- "version": "10.0.5",
14553
- "resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.5.tgz",
14554
- "integrity": "sha512-XulT+N/s3o9oFlIq6pGRv3OG2qR1NVRbVQOKLchycDwyf16RZA3oXbeEgs2H3oE7hRZPUMBZqsalQXMMPal3cQ==",
14692
+ "version": "11.0.0",
14693
+ "resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-11.0.0.tgz",
14694
+ "integrity": "sha512-Xc18rD9NFbRwZbYCQ+UCF5imPsiHSyuQA8RaCA2KmOUo8q4kmBX4JjGWzmZnxZCT8s6vwzmY1BvHNqBGdg9oBQ==",
14555
14695
  "extraneous": true,
14556
14696
  "license": "ISC",
14557
14697
  "dependencies": {
14558
14698
  "aproba": "^2.0.0",
14559
- "npm-registry-fetch": "^17.0.1"
14699
+ "npm-registry-fetch": "^18.0.1"
14560
14700
  },
14561
14701
  "engines": {
14562
- "node": "^16.14.0 || >=18.0.0"
14702
+ "node": "^18.17.0 || >=20.5.0"
14563
14703
  }
14564
14704
  },
14565
14705
  "node_modules/libnpmorg": {
14566
- "version": "6.0.6",
14567
- "resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.6.tgz",
14568
- "integrity": "sha512-4MVxsAS4H2z7su/sU0GsrirfBm4ssfqPRSDvoZ8qmRw58kEWJ0qE0cQ2VilRlFgCWKzKPhfoPeyNPyxBTnOusA==",
14706
+ "version": "7.0.0",
14707
+ "resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-7.0.0.tgz",
14708
+ "integrity": "sha512-DcTodX31gDEiFrlIHurBQiBlBO6Var2KCqMVCk+HqZhfQXqUfhKGmFOp0UHr6HR1lkTVM0MzXOOYtUObk0r6Dg==",
14569
14709
  "extraneous": true,
14570
14710
  "license": "ISC",
14571
14711
  "dependencies": {
14572
14712
  "aproba": "^2.0.0",
14573
- "npm-registry-fetch": "^17.0.1"
14713
+ "npm-registry-fetch": "^18.0.1"
14574
14714
  },
14575
14715
  "engines": {
14576
- "node": "^16.14.0 || >=18.0.0"
14716
+ "node": "^18.17.0 || >=20.5.0"
14577
14717
  }
14578
14718
  },
14579
14719
  "node_modules/libnpmpack": {
14580
- "version": "7.0.4",
14581
- "resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-7.0.4.tgz",
14582
- "integrity": "sha512-oKZA0afbueiC88lskXzAEr3DCN9BTMbUySjUce6qhBV9CjYF2R/x347KhgHu75+p9W2Rd57ZvKz81c5a2+9h6Q==",
14720
+ "version": "8.0.0",
14721
+ "resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-8.0.0.tgz",
14722
+ "integrity": "sha512-Z5zqR+j8PNOki97D4XnKlekLQjqJYkqCFZeac07XCJYA3aq6O7wYIpn7RqLcNfFm+u3ZsdblY2VQENMoiHA+FQ==",
14583
14723
  "extraneous": true,
14584
14724
  "license": "ISC",
14585
14725
  "dependencies": {
14586
- "@npmcli/arborist": "^7.5.4",
14587
- "@npmcli/run-script": "^8.1.0",
14588
- "npm-package-arg": "^11.0.2",
14589
- "pacote": "^18.0.6"
14726
+ "@npmcli/arborist": "^8.0.0",
14727
+ "@npmcli/run-script": "^9.0.1",
14728
+ "npm-package-arg": "^12.0.0",
14729
+ "pacote": "^19.0.0"
14590
14730
  },
14591
14731
  "engines": {
14592
- "node": "^16.14.0 || >=18.0.0"
14732
+ "node": "^18.17.0 || >=20.5.0"
14593
14733
  }
14594
14734
  },
14595
14735
  "node_modules/libnpmpublish": {
14596
- "version": "9.0.9",
14597
- "resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.9.tgz",
14598
- "integrity": "sha512-26zzwoBNAvX9AWOPiqqF6FG4HrSCPsHFkQm7nT+xU1ggAujL/eae81RnCv4CJ2In9q9fh10B88sYSzKCUh/Ghg==",
14736
+ "version": "10.0.0",
14737
+ "resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-10.0.0.tgz",
14738
+ "integrity": "sha512-keixAKMGMegm9HHY0stnNtjPHI7J79sMLlRQf0V1n1iFrWspLTGmoA5VMyzX27L3gC8prl+wLizwNWOZlGpcWw==",
14599
14739
  "extraneous": true,
14600
14740
  "license": "ISC",
14601
14741
  "dependencies": {
14602
14742
  "ci-info": "^4.0.0",
14603
- "normalize-package-data": "^6.0.1",
14604
- "npm-package-arg": "^11.0.2",
14605
- "npm-registry-fetch": "^17.0.1",
14606
- "proc-log": "^4.2.0",
14743
+ "normalize-package-data": "^7.0.0",
14744
+ "npm-package-arg": "^12.0.0",
14745
+ "npm-registry-fetch": "^18.0.1",
14746
+ "proc-log": "^5.0.0",
14607
14747
  "semver": "^7.3.7",
14608
14748
  "sigstore": "^2.2.0",
14609
- "ssri": "^10.0.6"
14749
+ "ssri": "^12.0.0"
14610
14750
  },
14611
14751
  "engines": {
14612
- "node": "^16.14.0 || >=18.0.0"
14752
+ "node": "^18.17.0 || >=20.5.0"
14613
14753
  }
14614
14754
  },
14615
14755
  "node_modules/libnpmsearch": {
14616
- "version": "7.0.6",
14617
- "resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.6.tgz",
14618
- "integrity": "sha512-PmiER4bgiIqN9OjBtgPn2/PxwU+OdJWtLBFM+vewOrn4VmaNAHSUKDt/wxOOkZSDLyMICVUBp61Ji1+XxhSrKw==",
14756
+ "version": "8.0.0",
14757
+ "resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-8.0.0.tgz",
14758
+ "integrity": "sha512-W8FWB78RS3Nkl1gPSHOlF024qQvcoU/e3m9BGDuBfVZGfL4MJ91GXXb04w3zJCGOW9dRQUyWVEqupFjCrgltDg==",
14619
14759
  "extraneous": true,
14620
14760
  "license": "ISC",
14621
14761
  "dependencies": {
14622
- "npm-registry-fetch": "^17.0.1"
14762
+ "npm-registry-fetch": "^18.0.1"
14623
14763
  },
14624
14764
  "engines": {
14625
- "node": "^16.14.0 || >=18.0.0"
14765
+ "node": "^18.17.0 || >=20.5.0"
14626
14766
  }
14627
14767
  },
14628
14768
  "node_modules/libnpmteam": {
14629
- "version": "6.0.5",
14630
- "resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.5.tgz",
14631
- "integrity": "sha512-iJW4Cq42GMqMwZEV+Mx8ZLj0Np5kGXQ9P/BAekHjIpYC1v3/vJqbmfJkzkwFvGxEhUotmx+xpLChZCDJ7c3rxA==",
14769
+ "version": "7.0.0",
14770
+ "resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-7.0.0.tgz",
14771
+ "integrity": "sha512-PKLOoVukN34qyJjgEm5DEOnDwZkeVMUHRx8NhcKDiCNJGPl7G/pF1cfBw8yicMwRlHaHkld1FdujOzKzy4AlwA==",
14632
14772
  "extraneous": true,
14633
14773
  "license": "ISC",
14634
14774
  "dependencies": {
14635
14775
  "aproba": "^2.0.0",
14636
- "npm-registry-fetch": "^17.0.1"
14776
+ "npm-registry-fetch": "^18.0.1"
14637
14777
  },
14638
14778
  "engines": {
14639
- "node": "^16.14.0 || >=18.0.0"
14779
+ "node": "^18.17.0 || >=20.5.0"
14640
14780
  }
14641
14781
  },
14642
14782
  "node_modules/libnpmversion": {
14643
- "version": "6.0.3",
14644
- "resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-6.0.3.tgz",
14645
- "integrity": "sha512-Kjk1anQ9sPn7E/qF1jXumItvr2OA1914tYWkSTXH9G2rYoY+Ol1+KNrWfGeje2aBvFfKlt4VeKdCfM3yxMXNBw==",
14783
+ "version": "7.0.0",
14784
+ "resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-7.0.0.tgz",
14785
+ "integrity": "sha512-0xle91R6F8r/Q/4tHOnyKko+ZSquEXNdxwRdKCPv4kC1cOVBMFXRsKKrVtRKtXcFn362U8ZlJefk4Apu00424g==",
14646
14786
  "extraneous": true,
14647
14787
  "license": "ISC",
14648
14788
  "dependencies": {
14649
- "@npmcli/git": "^5.0.7",
14650
- "@npmcli/run-script": "^8.1.0",
14651
- "json-parse-even-better-errors": "^3.0.2",
14652
- "proc-log": "^4.2.0",
14789
+ "@npmcli/git": "^6.0.1",
14790
+ "@npmcli/run-script": "^9.0.1",
14791
+ "json-parse-even-better-errors": "^4.0.0",
14792
+ "proc-log": "^5.0.0",
14653
14793
  "semver": "^7.3.7"
14654
14794
  },
14655
14795
  "engines": {
14656
- "node": "^16.14.0 || >=18.0.0"
14796
+ "node": "^18.17.0 || >=20.5.0"
14657
14797
  }
14658
14798
  },
14659
14799
  "node_modules/lie": {
@@ -15076,6 +15216,153 @@
15076
15216
  "node": "^16.14.0 || >=18.0.0"
15077
15217
  }
15078
15218
  },
15219
+ "node_modules/make-fetch-happen/node_modules/@npmcli/fs": {
15220
+ "version": "3.1.1",
15221
+ "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz",
15222
+ "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==",
15223
+ "extraneous": true,
15224
+ "license": "ISC",
15225
+ "dependencies": {
15226
+ "semver": "^7.3.5"
15227
+ },
15228
+ "engines": {
15229
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
15230
+ }
15231
+ },
15232
+ "node_modules/make-fetch-happen/node_modules/cacache": {
15233
+ "version": "18.0.4",
15234
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz",
15235
+ "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==",
15236
+ "extraneous": true,
15237
+ "license": "ISC",
15238
+ "dependencies": {
15239
+ "@npmcli/fs": "^3.1.0",
15240
+ "fs-minipass": "^3.0.0",
15241
+ "glob": "^10.2.2",
15242
+ "lru-cache": "^10.0.1",
15243
+ "minipass": "^7.0.3",
15244
+ "minipass-collect": "^2.0.1",
15245
+ "minipass-flush": "^1.0.5",
15246
+ "minipass-pipeline": "^1.2.4",
15247
+ "p-map": "^4.0.0",
15248
+ "ssri": "^10.0.0",
15249
+ "tar": "^6.1.11",
15250
+ "unique-filename": "^3.0.0"
15251
+ },
15252
+ "engines": {
15253
+ "node": "^16.14.0 || >=18.0.0"
15254
+ }
15255
+ },
15256
+ "node_modules/make-fetch-happen/node_modules/minipass-fetch": {
15257
+ "version": "3.0.4",
15258
+ "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz",
15259
+ "integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==",
15260
+ "extraneous": true,
15261
+ "license": "MIT",
15262
+ "dependencies": {
15263
+ "minipass": "^7.0.3",
15264
+ "minipass-sized": "^1.0.3",
15265
+ "minizlib": "^2.1.2"
15266
+ },
15267
+ "engines": {
15268
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
15269
+ },
15270
+ "optionalDependencies": {
15271
+ "encoding": "^0.1.13"
15272
+ }
15273
+ },
15274
+ "node_modules/make-fetch-happen/node_modules/minizlib": {
15275
+ "version": "2.1.2",
15276
+ "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
15277
+ "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
15278
+ "extraneous": true,
15279
+ "license": "MIT",
15280
+ "dependencies": {
15281
+ "minipass": "^3.0.0",
15282
+ "yallist": "^4.0.0"
15283
+ },
15284
+ "engines": {
15285
+ "node": ">= 8"
15286
+ }
15287
+ },
15288
+ "node_modules/make-fetch-happen/node_modules/minizlib/node_modules/minipass": {
15289
+ "version": "3.3.6",
15290
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
15291
+ "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
15292
+ "extraneous": true,
15293
+ "license": "ISC",
15294
+ "dependencies": {
15295
+ "yallist": "^4.0.0"
15296
+ },
15297
+ "engines": {
15298
+ "node": ">=8"
15299
+ }
15300
+ },
15301
+ "node_modules/make-fetch-happen/node_modules/p-map": {
15302
+ "version": "4.0.0",
15303
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
15304
+ "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
15305
+ "extraneous": true,
15306
+ "license": "MIT",
15307
+ "dependencies": {
15308
+ "aggregate-error": "^3.0.0"
15309
+ },
15310
+ "engines": {
15311
+ "node": ">=10"
15312
+ },
15313
+ "funding": {
15314
+ "url": "https://github.com/sponsors/sindresorhus"
15315
+ }
15316
+ },
15317
+ "node_modules/make-fetch-happen/node_modules/proc-log": {
15318
+ "version": "4.2.0",
15319
+ "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz",
15320
+ "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==",
15321
+ "extraneous": true,
15322
+ "license": "ISC",
15323
+ "engines": {
15324
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
15325
+ }
15326
+ },
15327
+ "node_modules/make-fetch-happen/node_modules/ssri": {
15328
+ "version": "10.0.6",
15329
+ "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
15330
+ "integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==",
15331
+ "extraneous": true,
15332
+ "license": "ISC",
15333
+ "dependencies": {
15334
+ "minipass": "^7.0.3"
15335
+ },
15336
+ "engines": {
15337
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
15338
+ }
15339
+ },
15340
+ "node_modules/make-fetch-happen/node_modules/unique-filename": {
15341
+ "version": "3.0.0",
15342
+ "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz",
15343
+ "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==",
15344
+ "extraneous": true,
15345
+ "license": "ISC",
15346
+ "dependencies": {
15347
+ "unique-slug": "^4.0.0"
15348
+ },
15349
+ "engines": {
15350
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
15351
+ }
15352
+ },
15353
+ "node_modules/make-fetch-happen/node_modules/unique-slug": {
15354
+ "version": "4.0.0",
15355
+ "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz",
15356
+ "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==",
15357
+ "extraneous": true,
15358
+ "license": "ISC",
15359
+ "dependencies": {
15360
+ "imurmurhash": "^0.1.4"
15361
+ },
15362
+ "engines": {
15363
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
15364
+ }
15365
+ },
15079
15366
  "node_modules/map-obj": {
15080
15367
  "version": "1.0.1",
15081
15368
  "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
@@ -15361,18 +15648,18 @@
15361
15648
  }
15362
15649
  },
15363
15650
  "node_modules/minipass-fetch": {
15364
- "version": "3.0.4",
15365
- "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz",
15366
- "integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==",
15651
+ "version": "4.0.0",
15652
+ "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.0.tgz",
15653
+ "integrity": "sha512-2v6aXUXwLP1Epd/gc32HAMIWoczx+fZwEPRHm/VwtrJzRGwR1qGZXEYV3Zp8ZjjbwaZhMrM6uHV4KVkk+XCc2w==",
15367
15654
  "extraneous": true,
15368
15655
  "license": "MIT",
15369
15656
  "dependencies": {
15370
15657
  "minipass": "^7.0.3",
15371
15658
  "minipass-sized": "^1.0.3",
15372
- "minizlib": "^2.1.2"
15659
+ "minizlib": "^3.0.1"
15373
15660
  },
15374
15661
  "engines": {
15375
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
15662
+ "node": "^18.17.0 || >=20.5.0"
15376
15663
  },
15377
15664
  "optionalDependencies": {
15378
15665
  "encoding": "^0.1.13"
@@ -15457,28 +15744,33 @@
15457
15744
  }
15458
15745
  },
15459
15746
  "node_modules/minizlib": {
15460
- "version": "2.1.2",
15461
- "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
15462
- "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
15747
+ "version": "3.0.1",
15748
+ "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz",
15749
+ "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==",
15750
+ "extraneous": true,
15463
15751
  "license": "MIT",
15464
15752
  "dependencies": {
15465
- "minipass": "^3.0.0",
15466
- "yallist": "^4.0.0"
15753
+ "minipass": "^7.0.4",
15754
+ "rimraf": "^5.0.5"
15467
15755
  },
15468
15756
  "engines": {
15469
- "node": ">= 8"
15757
+ "node": ">= 18"
15470
15758
  }
15471
15759
  },
15472
- "node_modules/minizlib/node_modules/minipass": {
15473
- "version": "3.3.6",
15474
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
15475
- "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
15760
+ "node_modules/minizlib/node_modules/rimraf": {
15761
+ "version": "5.0.10",
15762
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz",
15763
+ "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==",
15764
+ "extraneous": true,
15476
15765
  "license": "ISC",
15477
15766
  "dependencies": {
15478
- "yallist": "^4.0.0"
15767
+ "glob": "^10.3.7"
15479
15768
  },
15480
- "engines": {
15481
- "node": ">=8"
15769
+ "bin": {
15770
+ "rimraf": "dist/esm/bin.mjs"
15771
+ },
15772
+ "funding": {
15773
+ "url": "https://github.com/sponsors/isaacs"
15482
15774
  }
15483
15775
  },
15484
15776
  "node_modules/mkdirp": {
@@ -15930,6 +16222,48 @@
15930
16222
  "node": "^16.14.0 || >=18.0.0"
15931
16223
  }
15932
16224
  },
16225
+ "node_modules/node-gyp/node_modules/nopt": {
16226
+ "version": "7.2.1",
16227
+ "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
16228
+ "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
16229
+ "extraneous": true,
16230
+ "license": "ISC",
16231
+ "dependencies": {
16232
+ "abbrev": "^2.0.0"
16233
+ },
16234
+ "bin": {
16235
+ "nopt": "bin/nopt.js"
16236
+ },
16237
+ "engines": {
16238
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16239
+ }
16240
+ },
16241
+ "node_modules/node-gyp/node_modules/proc-log": {
16242
+ "version": "4.2.0",
16243
+ "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz",
16244
+ "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==",
16245
+ "extraneous": true,
16246
+ "license": "ISC",
16247
+ "engines": {
16248
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16249
+ }
16250
+ },
16251
+ "node_modules/node-gyp/node_modules/which": {
16252
+ "version": "4.0.0",
16253
+ "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
16254
+ "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
16255
+ "extraneous": true,
16256
+ "license": "ISC",
16257
+ "dependencies": {
16258
+ "isexe": "^3.1.1"
16259
+ },
16260
+ "bin": {
16261
+ "node-which": "bin/which.js"
16262
+ },
16263
+ "engines": {
16264
+ "node": "^16.13.0 || >=18.0.0"
16265
+ }
16266
+ },
15933
16267
  "node_modules/node-preload": {
15934
16268
  "version": "0.2.1",
15935
16269
  "resolved": "https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz",
@@ -15951,9 +16285,9 @@
15951
16285
  "license": "MIT"
15952
16286
  },
15953
16287
  "node_modules/nopt": {
15954
- "version": "7.2.1",
15955
- "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
15956
- "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
16288
+ "version": "8.0.0",
16289
+ "resolved": "https://registry.npmjs.org/nopt/-/nopt-8.0.0.tgz",
16290
+ "integrity": "sha512-1L/fTJ4UmV/lUxT2Uf006pfZKTvAgCF+chz+0OgBHO8u2Z67pE7AaAUUj7CJy0lXqHmymUvGFt6NE9R3HER0yw==",
15957
16291
  "extraneous": true,
15958
16292
  "license": "ISC",
15959
16293
  "dependencies": {
@@ -15963,22 +16297,22 @@
15963
16297
  "nopt": "bin/nopt.js"
15964
16298
  },
15965
16299
  "engines": {
15966
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16300
+ "node": "^18.17.0 || >=20.5.0"
15967
16301
  }
15968
16302
  },
15969
16303
  "node_modules/normalize-package-data": {
15970
- "version": "6.0.2",
15971
- "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.2.tgz",
15972
- "integrity": "sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==",
15973
- "dev": true,
16304
+ "version": "7.0.0",
16305
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-7.0.0.tgz",
16306
+ "integrity": "sha512-k6U0gKRIuNCTkwHGZqblCfLfBRh+w1vI6tBo+IeJwq2M8FUiOqhX7GH+GArQGScA7azd1WfyRCvxoXDO3hQDIA==",
16307
+ "extraneous": true,
15974
16308
  "license": "BSD-2-Clause",
15975
16309
  "dependencies": {
15976
- "hosted-git-info": "^7.0.0",
16310
+ "hosted-git-info": "^8.0.0",
15977
16311
  "semver": "^7.3.5",
15978
16312
  "validate-npm-package-license": "^3.0.4"
15979
16313
  },
15980
16314
  "engines": {
15981
- "node": "^16.14.0 || >=18.0.0"
16315
+ "node": "^18.17.0 || >=20.5.0"
15982
16316
  }
15983
16317
  },
15984
16318
  "node_modules/normalize-path": {
@@ -16004,9 +16338,9 @@
16004
16338
  }
16005
16339
  },
16006
16340
  "node_modules/npm": {
16007
- "version": "10.8.3",
16008
- "resolved": "https://registry.npmjs.org/npm/-/npm-10.8.3.tgz",
16009
- "integrity": "sha512-0IQlyAYvVtQ7uOhDFYZCGK8kkut2nh8cpAdA9E6FvRSJaTgtZRZgNjlC5ZCct//L73ygrpY93CxXpRJDtNqPVg==",
16341
+ "version": "10.9.0",
16342
+ "resolved": "https://registry.npmjs.org/npm/-/npm-10.9.0.tgz",
16343
+ "integrity": "sha512-ZanDioFylI9helNhl2LNd+ErmVD+H5I53ry41ixlLyCBgkuYb+58CvbAp99hW+zr5L9W4X7CchSoeqKdngOLSw==",
16010
16344
  "bundleDependencies": [
16011
16345
  "@isaacs/string-locale-compare",
16012
16346
  "@npmcli/arborist",
@@ -16087,18 +16421,18 @@
16087
16421
  ],
16088
16422
  "dependencies": {
16089
16423
  "@isaacs/string-locale-compare": "^1.1.0",
16090
- "@npmcli/arborist": "^7.5.4",
16091
- "@npmcli/config": "^8.3.4",
16092
- "@npmcli/fs": "^3.1.1",
16093
- "@npmcli/map-workspaces": "^3.0.6",
16094
- "@npmcli/package-json": "^5.2.0",
16095
- "@npmcli/promise-spawn": "^7.0.2",
16096
- "@npmcli/redact": "^2.0.1",
16097
- "@npmcli/run-script": "^8.1.0",
16424
+ "@npmcli/arborist": "^8.0.0",
16425
+ "@npmcli/config": "^9.0.0",
16426
+ "@npmcli/fs": "^4.0.0",
16427
+ "@npmcli/map-workspaces": "^4.0.1",
16428
+ "@npmcli/package-json": "^6.0.1",
16429
+ "@npmcli/promise-spawn": "^8.0.1",
16430
+ "@npmcli/redact": "^3.0.0",
16431
+ "@npmcli/run-script": "^9.0.1",
16098
16432
  "@sigstore/tuf": "^2.3.4",
16099
- "abbrev": "^2.0.0",
16433
+ "abbrev": "^3.0.0",
16100
16434
  "archy": "~1.0.0",
16101
- "cacache": "^18.0.4",
16435
+ "cacache": "^19.0.1",
16102
16436
  "chalk": "^5.3.0",
16103
16437
  "ci-info": "^4.0.0",
16104
16438
  "cli-columns": "^4.0.0",
@@ -16106,54 +16440,54 @@
16106
16440
  "fs-minipass": "^3.0.3",
16107
16441
  "glob": "^10.4.5",
16108
16442
  "graceful-fs": "^4.2.11",
16109
- "hosted-git-info": "^7.0.2",
16110
- "ini": "^4.1.3",
16111
- "init-package-json": "^6.0.3",
16443
+ "hosted-git-info": "^8.0.0",
16444
+ "ini": "^5.0.0",
16445
+ "init-package-json": "^7.0.1",
16112
16446
  "is-cidr": "^5.1.0",
16113
- "json-parse-even-better-errors": "^3.0.2",
16114
- "libnpmaccess": "^8.0.6",
16115
- "libnpmdiff": "^6.1.4",
16116
- "libnpmexec": "^8.1.4",
16117
- "libnpmfund": "^5.0.12",
16118
- "libnpmhook": "^10.0.5",
16119
- "libnpmorg": "^6.0.6",
16120
- "libnpmpack": "^7.0.4",
16121
- "libnpmpublish": "^9.0.9",
16122
- "libnpmsearch": "^7.0.6",
16123
- "libnpmteam": "^6.0.5",
16124
- "libnpmversion": "^6.0.3",
16125
- "make-fetch-happen": "^13.0.1",
16447
+ "json-parse-even-better-errors": "^4.0.0",
16448
+ "libnpmaccess": "^9.0.0",
16449
+ "libnpmdiff": "^7.0.0",
16450
+ "libnpmexec": "^9.0.0",
16451
+ "libnpmfund": "^6.0.0",
16452
+ "libnpmhook": "^11.0.0",
16453
+ "libnpmorg": "^7.0.0",
16454
+ "libnpmpack": "^8.0.0",
16455
+ "libnpmpublish": "^10.0.0",
16456
+ "libnpmsearch": "^8.0.0",
16457
+ "libnpmteam": "^7.0.0",
16458
+ "libnpmversion": "^7.0.0",
16459
+ "make-fetch-happen": "^14.0.1",
16126
16460
  "minimatch": "^9.0.5",
16127
16461
  "minipass": "^7.1.1",
16128
16462
  "minipass-pipeline": "^1.2.4",
16129
16463
  "ms": "^2.1.2",
16130
16464
  "node-gyp": "^10.2.0",
16131
- "nopt": "^7.2.1",
16132
- "normalize-package-data": "^6.0.2",
16133
- "npm-audit-report": "^5.0.0",
16134
- "npm-install-checks": "^6.3.0",
16135
- "npm-package-arg": "^11.0.3",
16136
- "npm-pick-manifest": "^9.1.0",
16137
- "npm-profile": "^10.0.0",
16138
- "npm-registry-fetch": "^17.1.0",
16139
- "npm-user-validate": "^2.0.1",
16465
+ "nopt": "^8.0.0",
16466
+ "normalize-package-data": "^7.0.0",
16467
+ "npm-audit-report": "^6.0.0",
16468
+ "npm-install-checks": "^7.1.0",
16469
+ "npm-package-arg": "^12.0.0",
16470
+ "npm-pick-manifest": "^10.0.0",
16471
+ "npm-profile": "^11.0.1",
16472
+ "npm-registry-fetch": "^18.0.1",
16473
+ "npm-user-validate": "^3.0.0",
16140
16474
  "p-map": "^4.0.0",
16141
- "pacote": "^18.0.6",
16142
- "parse-conflict-json": "^3.0.1",
16143
- "proc-log": "^4.2.0",
16475
+ "pacote": "^19.0.0",
16476
+ "parse-conflict-json": "^4.0.0",
16477
+ "proc-log": "^5.0.0",
16144
16478
  "qrcode-terminal": "^0.12.0",
16145
- "read": "^3.0.1",
16479
+ "read": "^4.0.0",
16146
16480
  "semver": "^7.6.3",
16147
16481
  "spdx-expression-parse": "^4.0.0",
16148
- "ssri": "^10.0.6",
16482
+ "ssri": "^12.0.0",
16149
16483
  "supports-color": "^9.4.0",
16150
16484
  "tar": "^6.2.1",
16151
16485
  "text-table": "~0.2.0",
16152
16486
  "tiny-relative-date": "^1.3.0",
16153
16487
  "treeverse": "^3.0.0",
16154
- "validate-npm-package-name": "^5.0.1",
16155
- "which": "^4.0.0",
16156
- "write-file-atomic": "^5.0.1"
16488
+ "validate-npm-package-name": "^6.0.0",
16489
+ "which": "^5.0.0",
16490
+ "write-file-atomic": "^6.0.0"
16157
16491
  },
16158
16492
  "bin": {
16159
16493
  "npm": "bin/npm-cli.js",
@@ -16164,127 +16498,178 @@
16164
16498
  }
16165
16499
  },
16166
16500
  "node_modules/npm-audit-report": {
16167
- "version": "5.0.0",
16168
- "resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-5.0.0.tgz",
16169
- "integrity": "sha512-EkXrzat7zERmUhHaoren1YhTxFwsOu5jypE84k6632SXTHcQE1z8V51GC6GVZt8LxkC+tbBcKMUBZAgk8SUSbw==",
16501
+ "version": "6.0.0",
16502
+ "resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-6.0.0.tgz",
16503
+ "integrity": "sha512-Ag6Y1irw/+CdSLqEEAn69T8JBgBThj5mw0vuFIKeP7hATYuQuS5jkMjK6xmVB8pr7U4g5Audbun0lHhBDMIBRA==",
16170
16504
  "extraneous": true,
16171
16505
  "license": "ISC",
16172
16506
  "engines": {
16173
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16507
+ "node": "^18.17.0 || >=20.5.0"
16174
16508
  }
16175
16509
  },
16176
16510
  "node_modules/npm-bundled": {
16177
- "version": "3.0.0",
16178
- "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.0.tgz",
16179
- "integrity": "sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==",
16511
+ "version": "4.0.0",
16512
+ "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-4.0.0.tgz",
16513
+ "integrity": "sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA==",
16180
16514
  "extraneous": true,
16181
16515
  "license": "ISC",
16182
16516
  "dependencies": {
16183
- "npm-normalize-package-bin": "^3.0.0"
16517
+ "npm-normalize-package-bin": "^4.0.0"
16184
16518
  },
16185
16519
  "engines": {
16186
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16520
+ "node": "^18.17.0 || >=20.5.0"
16187
16521
  }
16188
16522
  },
16189
16523
  "node_modules/npm-install-checks": {
16190
- "version": "6.3.0",
16191
- "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz",
16192
- "integrity": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==",
16524
+ "version": "7.1.0",
16525
+ "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-7.1.0.tgz",
16526
+ "integrity": "sha512-bkTildVlofeMX7wiOaWk3PlW7YcBXAuEc7TWpOxwUgalG5ZvgT/ms+6OX9zt7iGLv4+VhKbRZhpOfgQJzk1YAw==",
16193
16527
  "extraneous": true,
16194
16528
  "license": "BSD-2-Clause",
16195
16529
  "dependencies": {
16196
16530
  "semver": "^7.1.1"
16197
16531
  },
16198
16532
  "engines": {
16199
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16533
+ "node": "^18.17.0 || >=20.5.0"
16200
16534
  }
16201
16535
  },
16202
16536
  "node_modules/npm-normalize-package-bin": {
16203
- "version": "3.0.1",
16204
- "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz",
16205
- "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==",
16537
+ "version": "4.0.0",
16538
+ "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
16539
+ "integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==",
16206
16540
  "extraneous": true,
16207
16541
  "license": "ISC",
16208
16542
  "engines": {
16209
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16543
+ "node": "^18.17.0 || >=20.5.0"
16210
16544
  }
16211
16545
  },
16212
16546
  "node_modules/npm-package-arg": {
16213
- "version": "11.0.3",
16214
- "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.3.tgz",
16215
- "integrity": "sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==",
16547
+ "version": "12.0.0",
16548
+ "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-12.0.0.tgz",
16549
+ "integrity": "sha512-ZTE0hbwSdTNL+Stx2zxSqdu2KZfNDcrtrLdIk7XGnQFYBWYDho/ORvXtn5XEePcL3tFpGjHCV3X3xrtDh7eZ+A==",
16550
+ "extraneous": true,
16216
16551
  "license": "ISC",
16217
16552
  "dependencies": {
16218
- "hosted-git-info": "^7.0.0",
16219
- "proc-log": "^4.0.0",
16553
+ "hosted-git-info": "^8.0.0",
16554
+ "proc-log": "^5.0.0",
16220
16555
  "semver": "^7.3.5",
16221
- "validate-npm-package-name": "^5.0.0"
16556
+ "validate-npm-package-name": "^6.0.0"
16222
16557
  },
16223
16558
  "engines": {
16224
- "node": "^16.14.0 || >=18.0.0"
16559
+ "node": "^18.17.0 || >=20.5.0"
16560
+ }
16561
+ },
16562
+ "node_modules/npm-package-arg/node_modules/validate-npm-package-name": {
16563
+ "version": "6.0.0",
16564
+ "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-6.0.0.tgz",
16565
+ "integrity": "sha512-d7KLgL1LD3U3fgnvWEY1cQXoO/q6EQ1BSz48Sa149V/5zVTAbgmZIpyI8TRi6U9/JNyeYLlTKsEMPtLC27RFUg==",
16566
+ "extraneous": true,
16567
+ "license": "ISC",
16568
+ "engines": {
16569
+ "node": "^18.17.0 || >=20.5.0"
16225
16570
  }
16226
16571
  },
16227
16572
  "node_modules/npm-packlist": {
16228
- "version": "8.0.2",
16229
- "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz",
16230
- "integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==",
16573
+ "version": "9.0.0",
16574
+ "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",
16575
+ "integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",
16231
16576
  "extraneous": true,
16232
16577
  "license": "ISC",
16233
16578
  "dependencies": {
16234
- "ignore-walk": "^6.0.4"
16579
+ "ignore-walk": "^7.0.0"
16235
16580
  },
16236
16581
  "engines": {
16237
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16582
+ "node": "^18.17.0 || >=20.5.0"
16238
16583
  }
16239
16584
  },
16240
16585
  "node_modules/npm-pick-manifest": {
16241
- "version": "9.1.0",
16242
- "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.1.0.tgz",
16243
- "integrity": "sha512-nkc+3pIIhqHVQr085X9d2JzPzLyjzQS96zbruppqC9aZRm/x8xx6xhI98gHtsfELP2bE+loHq8ZaHFHhe+NauA==",
16586
+ "version": "10.0.0",
16587
+ "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-10.0.0.tgz",
16588
+ "integrity": "sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ==",
16244
16589
  "extraneous": true,
16245
16590
  "license": "ISC",
16246
16591
  "dependencies": {
16247
- "npm-install-checks": "^6.0.0",
16248
- "npm-normalize-package-bin": "^3.0.0",
16249
- "npm-package-arg": "^11.0.0",
16592
+ "npm-install-checks": "^7.1.0",
16593
+ "npm-normalize-package-bin": "^4.0.0",
16594
+ "npm-package-arg": "^12.0.0",
16250
16595
  "semver": "^7.3.5"
16251
16596
  },
16252
16597
  "engines": {
16253
- "node": "^16.14.0 || >=18.0.0"
16598
+ "node": "^18.17.0 || >=20.5.0"
16254
16599
  }
16255
16600
  },
16256
16601
  "node_modules/npm-profile": {
16257
- "version": "10.0.0",
16258
- "resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-10.0.0.tgz",
16259
- "integrity": "sha512-DXnge3nHYnEnPxmVd/kPmgcXKXwVUqFihGnU+EJUiu5mIOs3awq6zEm0rRp3kSQNhFsoqdLu8L1TIfRyeBOCog==",
16602
+ "version": "11.0.1",
16603
+ "resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-11.0.1.tgz",
16604
+ "integrity": "sha512-HP5Cw9WHwFS9vb4fxVlkNAQBUhVL5BmW6rAR+/JWkpwqcFJid7TihKUdYDWqHl0NDfLd0mpucheGySqo8ysyfw==",
16260
16605
  "extraneous": true,
16261
16606
  "license": "ISC",
16262
16607
  "dependencies": {
16263
- "npm-registry-fetch": "^17.0.1",
16264
- "proc-log": "^4.0.0"
16608
+ "npm-registry-fetch": "^18.0.0",
16609
+ "proc-log": "^5.0.0"
16265
16610
  },
16266
16611
  "engines": {
16267
- "node": ">=18.0.0"
16612
+ "node": "^18.17.0 || >=20.5.0"
16268
16613
  }
16269
16614
  },
16270
16615
  "node_modules/npm-registry-fetch": {
16271
- "version": "17.1.0",
16272
- "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-17.1.0.tgz",
16273
- "integrity": "sha512-5+bKQRH0J1xG1uZ1zMNvxW0VEyoNWgJpY9UDuluPFLKDfJ9u2JmmjmTJV1srBGQOROfdBMiVvnH2Zvpbm+xkVA==",
16616
+ "version": "18.0.1",
16617
+ "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-18.0.1.tgz",
16618
+ "integrity": "sha512-5XKlWmVtfTTmnU6rKBjjQDMdnFOVAH9t7D4DG1ZcsIDwkGYBTUl0fMnbzsVSM0t/HZRpyE1VMLZv9O0Bvkj3UA==",
16274
16619
  "extraneous": true,
16275
16620
  "license": "ISC",
16276
16621
  "dependencies": {
16277
- "@npmcli/redact": "^2.0.0",
16622
+ "@npmcli/redact": "^3.0.0",
16278
16623
  "jsonparse": "^1.3.1",
16279
- "make-fetch-happen": "^13.0.0",
16624
+ "make-fetch-happen": "^14.0.0",
16280
16625
  "minipass": "^7.0.2",
16281
- "minipass-fetch": "^3.0.0",
16282
- "minizlib": "^2.1.2",
16283
- "npm-package-arg": "^11.0.0",
16284
- "proc-log": "^4.0.0"
16626
+ "minipass-fetch": "^4.0.0",
16627
+ "minizlib": "^3.0.1",
16628
+ "npm-package-arg": "^12.0.0",
16629
+ "proc-log": "^5.0.0"
16285
16630
  },
16286
16631
  "engines": {
16287
- "node": "^16.14.0 || >=18.0.0"
16632
+ "node": "^18.17.0 || >=20.5.0"
16633
+ }
16634
+ },
16635
+ "node_modules/npm-registry-fetch/node_modules/@npmcli/agent": {
16636
+ "version": "3.0.0",
16637
+ "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-3.0.0.tgz",
16638
+ "integrity": "sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==",
16639
+ "extraneous": true,
16640
+ "license": "ISC",
16641
+ "dependencies": {
16642
+ "agent-base": "^7.1.0",
16643
+ "http-proxy-agent": "^7.0.0",
16644
+ "https-proxy-agent": "^7.0.1",
16645
+ "lru-cache": "^10.0.1",
16646
+ "socks-proxy-agent": "^8.0.3"
16647
+ },
16648
+ "engines": {
16649
+ "node": "^18.17.0 || >=20.5.0"
16650
+ }
16651
+ },
16652
+ "node_modules/npm-registry-fetch/node_modules/make-fetch-happen": {
16653
+ "version": "14.0.1",
16654
+ "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-14.0.1.tgz",
16655
+ "integrity": "sha512-Z1ndm71UQdcK362F5Wg4IFRBZq4MGeCz+uor5iPROkSjEWEoc1Zn7OSKPvmg01S9XOI8mr+GlRr+W4ABz4ZgdA==",
16656
+ "extraneous": true,
16657
+ "license": "ISC",
16658
+ "dependencies": {
16659
+ "@npmcli/agent": "^3.0.0",
16660
+ "cacache": "^19.0.1",
16661
+ "http-cache-semantics": "^4.1.1",
16662
+ "minipass": "^7.0.2",
16663
+ "minipass-fetch": "^4.0.0",
16664
+ "minipass-flush": "^1.0.5",
16665
+ "minipass-pipeline": "^1.2.4",
16666
+ "negotiator": "^0.6.3",
16667
+ "proc-log": "^5.0.0",
16668
+ "promise-retry": "^2.0.1",
16669
+ "ssri": "^12.0.0"
16670
+ },
16671
+ "engines": {
16672
+ "node": "^18.17.0 || >=20.5.0"
16288
16673
  }
16289
16674
  },
16290
16675
  "node_modules/npm-run-path": {
@@ -16300,13 +16685,13 @@
16300
16685
  }
16301
16686
  },
16302
16687
  "node_modules/npm-user-validate": {
16303
- "version": "2.0.1",
16304
- "resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.1.tgz",
16305
- "integrity": "sha512-d17PKaF2h8LSGFl5j4b1gHOJt1fgH7YUcCm1kNSJvaLWWKXlBsuUvx0bBEkr0qhsVA9XP5LtRZ83hdlhm2QkgA==",
16688
+ "version": "3.0.0",
16689
+ "resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-3.0.0.tgz",
16690
+ "integrity": "sha512-9xi0RdSmJ4mPYTC393VJPz1Sp8LyCx9cUnm/L9Qcb3cFO8gjT4mN20P9FAsea8qDHdQ7LtcN8VLh2UT47SdKCw==",
16306
16691
  "extraneous": true,
16307
16692
  "license": "BSD-2-Clause",
16308
16693
  "engines": {
16309
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16694
+ "node": "^18.17.0 || >=20.5.0"
16310
16695
  }
16311
16696
  },
16312
16697
  "node_modules/npm/node_modules/@isaacs/cliui": {
@@ -16381,6 +16766,19 @@
16381
16766
  "url": "https://github.com/chalk/strip-ansi?sponsor=1"
16382
16767
  }
16383
16768
  },
16769
+ "node_modules/npm/node_modules/@isaacs/fs-minipass": {
16770
+ "version": "4.0.1",
16771
+ "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
16772
+ "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
16773
+ "inBundle": true,
16774
+ "license": "ISC",
16775
+ "dependencies": {
16776
+ "minipass": "^7.0.4"
16777
+ },
16778
+ "engines": {
16779
+ "node": ">=18.0.0"
16780
+ }
16781
+ },
16384
16782
  "node_modules/npm/node_modules/@isaacs/string-locale-compare": {
16385
16783
  "version": "1.1.0",
16386
16784
  "resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
@@ -16389,9 +16787,9 @@
16389
16787
  "license": "ISC"
16390
16788
  },
16391
16789
  "node_modules/npm/node_modules/@npmcli/agent": {
16392
- "version": "2.2.2",
16393
- "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.2.tgz",
16394
- "integrity": "sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==",
16790
+ "version": "3.0.0",
16791
+ "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-3.0.0.tgz",
16792
+ "integrity": "sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==",
16395
16793
  "inBundle": true,
16396
16794
  "license": "ISC",
16397
16795
  "dependencies": {
@@ -16402,49 +16800,49 @@
16402
16800
  "socks-proxy-agent": "^8.0.3"
16403
16801
  },
16404
16802
  "engines": {
16405
- "node": "^16.14.0 || >=18.0.0"
16803
+ "node": "^18.17.0 || >=20.5.0"
16406
16804
  }
16407
16805
  },
16408
16806
  "node_modules/npm/node_modules/@npmcli/arborist": {
16409
- "version": "7.5.4",
16410
- "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.5.4.tgz",
16411
- "integrity": "sha512-nWtIc6QwwoUORCRNzKx4ypHqCk3drI+5aeYdMTQQiRCcn4lOOgfQh7WyZobGYTxXPSq1VwV53lkpN/BRlRk08g==",
16807
+ "version": "8.0.0",
16808
+ "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-8.0.0.tgz",
16809
+ "integrity": "sha512-APDXxtXGSftyXibl0dZ3CuZYmmVnkiN3+gkqwXshY4GKC2rof2+Lg0sGuj6H1p2YfBAKd7PRwuMVhu6Pf/nQ/A==",
16412
16810
  "inBundle": true,
16413
16811
  "license": "ISC",
16414
16812
  "dependencies": {
16415
16813
  "@isaacs/string-locale-compare": "^1.1.0",
16416
- "@npmcli/fs": "^3.1.1",
16417
- "@npmcli/installed-package-contents": "^2.1.0",
16418
- "@npmcli/map-workspaces": "^3.0.2",
16419
- "@npmcli/metavuln-calculator": "^7.1.1",
16420
- "@npmcli/name-from-folder": "^2.0.0",
16421
- "@npmcli/node-gyp": "^3.0.0",
16422
- "@npmcli/package-json": "^5.1.0",
16423
- "@npmcli/query": "^3.1.0",
16424
- "@npmcli/redact": "^2.0.0",
16425
- "@npmcli/run-script": "^8.1.0",
16426
- "bin-links": "^4.0.4",
16427
- "cacache": "^18.0.3",
16814
+ "@npmcli/fs": "^4.0.0",
16815
+ "@npmcli/installed-package-contents": "^3.0.0",
16816
+ "@npmcli/map-workspaces": "^4.0.1",
16817
+ "@npmcli/metavuln-calculator": "^8.0.0",
16818
+ "@npmcli/name-from-folder": "^3.0.0",
16819
+ "@npmcli/node-gyp": "^4.0.0",
16820
+ "@npmcli/package-json": "^6.0.1",
16821
+ "@npmcli/query": "^4.0.0",
16822
+ "@npmcli/redact": "^3.0.0",
16823
+ "@npmcli/run-script": "^9.0.1",
16824
+ "bin-links": "^5.0.0",
16825
+ "cacache": "^19.0.1",
16428
16826
  "common-ancestor-path": "^1.0.1",
16429
- "hosted-git-info": "^7.0.2",
16430
- "json-parse-even-better-errors": "^3.0.2",
16827
+ "hosted-git-info": "^8.0.0",
16828
+ "json-parse-even-better-errors": "^4.0.0",
16431
16829
  "json-stringify-nice": "^1.1.4",
16432
16830
  "lru-cache": "^10.2.2",
16433
16831
  "minimatch": "^9.0.4",
16434
- "nopt": "^7.2.1",
16435
- "npm-install-checks": "^6.2.0",
16436
- "npm-package-arg": "^11.0.2",
16437
- "npm-pick-manifest": "^9.0.1",
16438
- "npm-registry-fetch": "^17.0.1",
16439
- "pacote": "^18.0.6",
16440
- "parse-conflict-json": "^3.0.0",
16441
- "proc-log": "^4.2.0",
16442
- "proggy": "^2.0.0",
16832
+ "nopt": "^8.0.0",
16833
+ "npm-install-checks": "^7.1.0",
16834
+ "npm-package-arg": "^12.0.0",
16835
+ "npm-pick-manifest": "^10.0.0",
16836
+ "npm-registry-fetch": "^18.0.1",
16837
+ "pacote": "^19.0.0",
16838
+ "parse-conflict-json": "^4.0.0",
16839
+ "proc-log": "^5.0.0",
16840
+ "proggy": "^3.0.0",
16443
16841
  "promise-all-reject-late": "^1.0.0",
16444
16842
  "promise-call-limit": "^3.0.1",
16445
- "read-package-json-fast": "^3.0.2",
16843
+ "read-package-json-fast": "^4.0.0",
16446
16844
  "semver": "^7.3.7",
16447
- "ssri": "^10.0.6",
16845
+ "ssri": "^12.0.0",
16448
16846
  "treeverse": "^3.0.0",
16449
16847
  "walk-up-path": "^3.0.1"
16450
16848
  },
@@ -16452,202 +16850,204 @@
16452
16850
  "arborist": "bin/index.js"
16453
16851
  },
16454
16852
  "engines": {
16455
- "node": "^16.14.0 || >=18.0.0"
16853
+ "node": "^18.17.0 || >=20.5.0"
16456
16854
  }
16457
16855
  },
16458
16856
  "node_modules/npm/node_modules/@npmcli/config": {
16459
- "version": "8.3.4",
16460
- "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.3.4.tgz",
16461
- "integrity": "sha512-01rtHedemDNhUXdicU7s+QYz/3JyV5Naj84cvdXGH4mgCdL+agmSYaLF4LUG4vMCLzhBO8YtS0gPpH1FGvbgAw==",
16857
+ "version": "9.0.0",
16858
+ "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-9.0.0.tgz",
16859
+ "integrity": "sha512-P5Vi16Y+c8E0prGIzX112ug7XxqfaPFUVW/oXAV+2VsxplKZEnJozqZ0xnK8V8w/SEsBf+TXhUihrEIAU4CA5Q==",
16462
16860
  "inBundle": true,
16463
16861
  "license": "ISC",
16464
16862
  "dependencies": {
16465
- "@npmcli/map-workspaces": "^3.0.2",
16466
- "@npmcli/package-json": "^5.1.1",
16863
+ "@npmcli/map-workspaces": "^4.0.1",
16864
+ "@npmcli/package-json": "^6.0.1",
16467
16865
  "ci-info": "^4.0.0",
16468
- "ini": "^4.1.2",
16469
- "nopt": "^7.2.1",
16470
- "proc-log": "^4.2.0",
16866
+ "ini": "^5.0.0",
16867
+ "nopt": "^8.0.0",
16868
+ "proc-log": "^5.0.0",
16471
16869
  "semver": "^7.3.5",
16472
16870
  "walk-up-path": "^3.0.1"
16473
16871
  },
16474
16872
  "engines": {
16475
- "node": "^16.14.0 || >=18.0.0"
16873
+ "node": "^18.17.0 || >=20.5.0"
16476
16874
  }
16477
16875
  },
16478
16876
  "node_modules/npm/node_modules/@npmcli/fs": {
16479
- "version": "3.1.1",
16480
- "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz",
16481
- "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==",
16877
+ "version": "4.0.0",
16878
+ "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-4.0.0.tgz",
16879
+ "integrity": "sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==",
16482
16880
  "inBundle": true,
16483
16881
  "license": "ISC",
16484
16882
  "dependencies": {
16485
16883
  "semver": "^7.3.5"
16486
16884
  },
16487
16885
  "engines": {
16488
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16886
+ "node": "^18.17.0 || >=20.5.0"
16489
16887
  }
16490
16888
  },
16491
16889
  "node_modules/npm/node_modules/@npmcli/git": {
16492
- "version": "5.0.8",
16890
+ "version": "6.0.1",
16891
+ "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-6.0.1.tgz",
16892
+ "integrity": "sha512-BBWMMxeQzalmKadyimwb2/VVQyJB01PH0HhVSNLHNBDZN/M/h/02P6f8fxedIiFhpMj11SO9Ep5tKTBE7zL2nw==",
16493
16893
  "inBundle": true,
16494
16894
  "license": "ISC",
16495
16895
  "dependencies": {
16496
- "@npmcli/promise-spawn": "^7.0.0",
16497
- "ini": "^4.1.3",
16896
+ "@npmcli/promise-spawn": "^8.0.0",
16897
+ "ini": "^5.0.0",
16498
16898
  "lru-cache": "^10.0.1",
16499
- "npm-pick-manifest": "^9.0.0",
16500
- "proc-log": "^4.0.0",
16899
+ "npm-pick-manifest": "^10.0.0",
16900
+ "proc-log": "^5.0.0",
16501
16901
  "promise-inflight": "^1.0.1",
16502
16902
  "promise-retry": "^2.0.1",
16503
16903
  "semver": "^7.3.5",
16504
- "which": "^4.0.0"
16904
+ "which": "^5.0.0"
16505
16905
  },
16506
16906
  "engines": {
16507
- "node": "^16.14.0 || >=18.0.0"
16907
+ "node": "^18.17.0 || >=20.5.0"
16508
16908
  }
16509
16909
  },
16510
16910
  "node_modules/npm/node_modules/@npmcli/installed-package-contents": {
16511
- "version": "2.1.0",
16512
- "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz",
16513
- "integrity": "sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==",
16911
+ "version": "3.0.0",
16912
+ "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-3.0.0.tgz",
16913
+ "integrity": "sha512-fkxoPuFGvxyrH+OQzyTkX2LUEamrF4jZSmxjAtPPHHGO0dqsQ8tTKjnIS8SAnPHdk2I03BDtSMR5K/4loKg79Q==",
16514
16914
  "inBundle": true,
16515
16915
  "license": "ISC",
16516
16916
  "dependencies": {
16517
- "npm-bundled": "^3.0.0",
16518
- "npm-normalize-package-bin": "^3.0.0"
16917
+ "npm-bundled": "^4.0.0",
16918
+ "npm-normalize-package-bin": "^4.0.0"
16519
16919
  },
16520
16920
  "bin": {
16521
16921
  "installed-package-contents": "bin/index.js"
16522
16922
  },
16523
16923
  "engines": {
16524
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16924
+ "node": "^18.17.0 || >=20.5.0"
16525
16925
  }
16526
16926
  },
16527
16927
  "node_modules/npm/node_modules/@npmcli/map-workspaces": {
16528
- "version": "3.0.6",
16529
- "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-3.0.6.tgz",
16530
- "integrity": "sha512-tkYs0OYnzQm6iIRdfy+LcLBjcKuQCeE5YLb8KnrIlutJfheNaPvPpgoFEyEFgbjzl5PLZ3IA/BWAwRU0eHuQDA==",
16928
+ "version": "4.0.1",
16929
+ "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-4.0.1.tgz",
16930
+ "integrity": "sha512-g5H8ljH7Z+4T1ASsfcL09gZl4YGw6M4GbjzPt6HgE+pCRSKC4nlNc4nY75zshi88eEHcdoh3Q8XgWFkGKoVOPw==",
16531
16931
  "inBundle": true,
16532
16932
  "license": "ISC",
16533
16933
  "dependencies": {
16534
- "@npmcli/name-from-folder": "^2.0.0",
16934
+ "@npmcli/name-from-folder": "^3.0.0",
16935
+ "@npmcli/package-json": "^6.0.0",
16535
16936
  "glob": "^10.2.2",
16536
- "minimatch": "^9.0.0",
16537
- "read-package-json-fast": "^3.0.0"
16937
+ "minimatch": "^9.0.0"
16538
16938
  },
16539
16939
  "engines": {
16540
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16940
+ "node": "^18.17.0 || >=20.5.0"
16541
16941
  }
16542
16942
  },
16543
16943
  "node_modules/npm/node_modules/@npmcli/metavuln-calculator": {
16544
- "version": "7.1.1",
16545
- "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-7.1.1.tgz",
16546
- "integrity": "sha512-Nkxf96V0lAx3HCpVda7Vw4P23RILgdi/5K1fmj2tZkWIYLpXAN8k2UVVOsW16TsS5F8Ws2I7Cm+PU1/rsVF47g==",
16944
+ "version": "8.0.0",
16945
+ "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-8.0.0.tgz",
16946
+ "integrity": "sha512-zR2TGfhR8fH1u4VRz9fuC7r1nI9dweViRDsFnMH8J89OA90lJNwF6idTttEzYSWaOTW4NVoAIB6+ujV+/wI+kg==",
16547
16947
  "inBundle": true,
16548
16948
  "license": "ISC",
16549
16949
  "dependencies": {
16550
- "cacache": "^18.0.0",
16551
- "json-parse-even-better-errors": "^3.0.0",
16552
- "pacote": "^18.0.0",
16553
- "proc-log": "^4.1.0",
16950
+ "cacache": "^19.0.0",
16951
+ "json-parse-even-better-errors": "^4.0.0",
16952
+ "pacote": "^19.0.0",
16953
+ "proc-log": "^5.0.0",
16554
16954
  "semver": "^7.3.5"
16555
16955
  },
16556
16956
  "engines": {
16557
- "node": "^16.14.0 || >=18.0.0"
16957
+ "node": "^18.17.0 || >=20.5.0"
16558
16958
  }
16559
16959
  },
16560
16960
  "node_modules/npm/node_modules/@npmcli/name-from-folder": {
16561
- "version": "2.0.0",
16562
- "resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz",
16563
- "integrity": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==",
16961
+ "version": "3.0.0",
16962
+ "resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-3.0.0.tgz",
16963
+ "integrity": "sha512-61cDL8LUc9y80fXn+lir+iVt8IS0xHqEKwPu/5jCjxQTVoSCmkXvw4vbMrzAMtmghz3/AkiBjhHkDKUH+kf7kA==",
16564
16964
  "inBundle": true,
16565
16965
  "license": "ISC",
16566
16966
  "engines": {
16567
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16967
+ "node": "^18.17.0 || >=20.5.0"
16568
16968
  }
16569
16969
  },
16570
16970
  "node_modules/npm/node_modules/@npmcli/node-gyp": {
16571
- "version": "3.0.0",
16572
- "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz",
16573
- "integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==",
16971
+ "version": "4.0.0",
16972
+ "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-4.0.0.tgz",
16973
+ "integrity": "sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==",
16574
16974
  "inBundle": true,
16575
16975
  "license": "ISC",
16576
16976
  "engines": {
16577
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16977
+ "node": "^18.17.0 || >=20.5.0"
16578
16978
  }
16579
16979
  },
16580
16980
  "node_modules/npm/node_modules/@npmcli/package-json": {
16581
- "version": "5.2.0",
16582
- "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.0.tgz",
16583
- "integrity": "sha512-qe/kiqqkW0AGtvBjL8TJKZk/eBBSpnJkUWvHdQ9jM2lKHXRYYJuyNpJPlJw3c8QjC2ow6NZYiLExhUaeJelbxQ==",
16981
+ "version": "6.0.1",
16982
+ "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-6.0.1.tgz",
16983
+ "integrity": "sha512-YW6PZ99sc1Q4DINEY2td5z9Z3rwbbsx7CyCnOc7UXUUdePXh5gPi1UeaoQVmKQMVbIU7aOwX2l1OG5ZfjgGi5g==",
16584
16984
  "inBundle": true,
16585
16985
  "license": "ISC",
16586
16986
  "dependencies": {
16587
- "@npmcli/git": "^5.0.0",
16987
+ "@npmcli/git": "^6.0.0",
16588
16988
  "glob": "^10.2.2",
16589
- "hosted-git-info": "^7.0.0",
16590
- "json-parse-even-better-errors": "^3.0.0",
16591
- "normalize-package-data": "^6.0.0",
16592
- "proc-log": "^4.0.0",
16989
+ "hosted-git-info": "^8.0.0",
16990
+ "json-parse-even-better-errors": "^4.0.0",
16991
+ "normalize-package-data": "^7.0.0",
16992
+ "proc-log": "^5.0.0",
16593
16993
  "semver": "^7.5.3"
16594
16994
  },
16595
16995
  "engines": {
16596
- "node": "^16.14.0 || >=18.0.0"
16996
+ "node": "^18.17.0 || >=20.5.0"
16597
16997
  }
16598
16998
  },
16599
16999
  "node_modules/npm/node_modules/@npmcli/promise-spawn": {
16600
- "version": "7.0.2",
16601
- "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz",
16602
- "integrity": "sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==",
17000
+ "version": "8.0.1",
17001
+ "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-8.0.1.tgz",
17002
+ "integrity": "sha512-ZscqKtJqy7oj6MgXEJcHQ1om4utU0Q84QtC28UVuiO6ALSO9sDPanXdu6Wd1oYhItW8fx2u96zRFUE8BuPlAjA==",
16603
17003
  "inBundle": true,
16604
17004
  "license": "ISC",
16605
17005
  "dependencies": {
16606
- "which": "^4.0.0"
17006
+ "which": "^5.0.0"
16607
17007
  },
16608
17008
  "engines": {
16609
- "node": "^16.14.0 || >=18.0.0"
17009
+ "node": "^18.17.0 || >=20.5.0"
16610
17010
  }
16611
17011
  },
16612
17012
  "node_modules/npm/node_modules/@npmcli/query": {
16613
- "version": "3.1.0",
16614
- "resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.1.0.tgz",
16615
- "integrity": "sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ==",
17013
+ "version": "4.0.0",
17014
+ "resolved": "https://registry.npmjs.org/@npmcli/query/-/query-4.0.0.tgz",
17015
+ "integrity": "sha512-3pPbese0fbCiFJ/7/X1GBgxAKYFE8sxBddA7GtuRmOgNseH4YbGsXJ807Ig3AEwNITjDUISHglvy89cyDJnAwA==",
16616
17016
  "inBundle": true,
16617
17017
  "license": "ISC",
16618
17018
  "dependencies": {
16619
- "postcss-selector-parser": "^6.0.10"
17019
+ "postcss-selector-parser": "^6.1.2"
16620
17020
  },
16621
17021
  "engines": {
16622
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
17022
+ "node": "^18.17.0 || >=20.5.0"
16623
17023
  }
16624
17024
  },
16625
17025
  "node_modules/npm/node_modules/@npmcli/redact": {
16626
- "version": "2.0.1",
16627
- "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-2.0.1.tgz",
16628
- "integrity": "sha512-YgsR5jCQZhVmTJvjduTOIHph0L73pK8xwMVaDY0PatySqVM9AZj93jpoXYSJqfHFxFkN9dmqTw6OiqExsS3LPw==",
17026
+ "version": "3.0.0",
17027
+ "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-3.0.0.tgz",
17028
+ "integrity": "sha512-/1uFzjVcfzqrgCeGW7+SZ4hv0qLWmKXVzFahZGJ6QuJBj6Myt9s17+JL86i76NV9YSnJRcGXJYQbAU0rn1YTCQ==",
16629
17029
  "inBundle": true,
16630
17030
  "license": "ISC",
16631
17031
  "engines": {
16632
- "node": "^16.14.0 || >=18.0.0"
17032
+ "node": "^18.17.0 || >=20.5.0"
16633
17033
  }
16634
17034
  },
16635
17035
  "node_modules/npm/node_modules/@npmcli/run-script": {
16636
- "version": "8.1.0",
16637
- "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-8.1.0.tgz",
16638
- "integrity": "sha512-y7efHHwghQfk28G2z3tlZ67pLG0XdfYbcVG26r7YIXALRsrVQcTq4/tdenSmdOrEsNahIYA/eh8aEVROWGFUDg==",
17036
+ "version": "9.0.1",
17037
+ "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-9.0.1.tgz",
17038
+ "integrity": "sha512-q9C0uHrb6B6cm3qXVM32UmpqTKuFGbtP23O2K5sLvPMz2hilKd0ptqGXSpuunOuOmPQb/aT5F/kCXFc1P2gO/A==",
16639
17039
  "inBundle": true,
16640
17040
  "license": "ISC",
16641
17041
  "dependencies": {
16642
- "@npmcli/node-gyp": "^3.0.0",
16643
- "@npmcli/package-json": "^5.0.0",
16644
- "@npmcli/promise-spawn": "^7.0.0",
17042
+ "@npmcli/node-gyp": "^4.0.0",
17043
+ "@npmcli/package-json": "^6.0.0",
17044
+ "@npmcli/promise-spawn": "^8.0.0",
16645
17045
  "node-gyp": "^10.0.0",
16646
- "proc-log": "^4.0.0",
16647
- "which": "^4.0.0"
17046
+ "proc-log": "^5.0.0",
17047
+ "which": "^5.0.0"
16648
17048
  },
16649
17049
  "engines": {
16650
- "node": "^16.14.0 || >=18.0.0"
17050
+ "node": "^18.17.0 || >=20.5.0"
16651
17051
  }
16652
17052
  },
16653
17053
  "node_modules/npm/node_modules/@pkgjs/parseargs": {
@@ -16708,69 +17108,212 @@
16708
17108
  "node": "^16.14.0 || >=18.0.0"
16709
17109
  }
16710
17110
  },
16711
- "node_modules/npm/node_modules/@sigstore/tuf": {
16712
- "version": "2.3.4",
16713
- "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.4.tgz",
16714
- "integrity": "sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw==",
17111
+ "node_modules/npm/node_modules/@sigstore/sign/node_modules/@npmcli/agent": {
17112
+ "version": "2.2.2",
17113
+ "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.2.tgz",
17114
+ "integrity": "sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==",
16715
17115
  "inBundle": true,
16716
- "license": "Apache-2.0",
17116
+ "license": "ISC",
16717
17117
  "dependencies": {
16718
- "@sigstore/protobuf-specs": "^0.3.2",
16719
- "tuf-js": "^2.2.1"
17118
+ "agent-base": "^7.1.0",
17119
+ "http-proxy-agent": "^7.0.0",
17120
+ "https-proxy-agent": "^7.0.1",
17121
+ "lru-cache": "^10.0.1",
17122
+ "socks-proxy-agent": "^8.0.3"
16720
17123
  },
16721
17124
  "engines": {
16722
17125
  "node": "^16.14.0 || >=18.0.0"
16723
17126
  }
16724
17127
  },
16725
- "node_modules/npm/node_modules/@sigstore/verify": {
16726
- "version": "1.2.1",
17128
+ "node_modules/npm/node_modules/@sigstore/sign/node_modules/@npmcli/fs": {
17129
+ "version": "3.1.1",
17130
+ "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz",
17131
+ "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==",
16727
17132
  "inBundle": true,
16728
- "license": "Apache-2.0",
17133
+ "license": "ISC",
16729
17134
  "dependencies": {
16730
- "@sigstore/bundle": "^2.3.2",
16731
- "@sigstore/core": "^1.1.0",
16732
- "@sigstore/protobuf-specs": "^0.3.2"
17135
+ "semver": "^7.3.5"
17136
+ },
17137
+ "engines": {
17138
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
17139
+ }
17140
+ },
17141
+ "node_modules/npm/node_modules/@sigstore/sign/node_modules/cacache": {
17142
+ "version": "18.0.4",
17143
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz",
17144
+ "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==",
17145
+ "inBundle": true,
17146
+ "license": "ISC",
17147
+ "dependencies": {
17148
+ "@npmcli/fs": "^3.1.0",
17149
+ "fs-minipass": "^3.0.0",
17150
+ "glob": "^10.2.2",
17151
+ "lru-cache": "^10.0.1",
17152
+ "minipass": "^7.0.3",
17153
+ "minipass-collect": "^2.0.1",
17154
+ "minipass-flush": "^1.0.5",
17155
+ "minipass-pipeline": "^1.2.4",
17156
+ "p-map": "^4.0.0",
17157
+ "ssri": "^10.0.0",
17158
+ "tar": "^6.1.11",
17159
+ "unique-filename": "^3.0.0"
16733
17160
  },
16734
17161
  "engines": {
16735
17162
  "node": "^16.14.0 || >=18.0.0"
16736
17163
  }
16737
17164
  },
16738
- "node_modules/npm/node_modules/@tufjs/canonical-json": {
16739
- "version": "2.0.0",
16740
- "resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz",
16741
- "integrity": "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==",
17165
+ "node_modules/npm/node_modules/@sigstore/sign/node_modules/make-fetch-happen": {
17166
+ "version": "13.0.1",
17167
+ "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz",
17168
+ "integrity": "sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==",
16742
17169
  "inBundle": true,
16743
- "license": "MIT",
17170
+ "license": "ISC",
17171
+ "dependencies": {
17172
+ "@npmcli/agent": "^2.0.0",
17173
+ "cacache": "^18.0.0",
17174
+ "http-cache-semantics": "^4.1.1",
17175
+ "is-lambda": "^1.0.1",
17176
+ "minipass": "^7.0.2",
17177
+ "minipass-fetch": "^3.0.0",
17178
+ "minipass-flush": "^1.0.5",
17179
+ "minipass-pipeline": "^1.2.4",
17180
+ "negotiator": "^0.6.3",
17181
+ "proc-log": "^4.2.0",
17182
+ "promise-retry": "^2.0.1",
17183
+ "ssri": "^10.0.0"
17184
+ },
16744
17185
  "engines": {
16745
17186
  "node": "^16.14.0 || >=18.0.0"
16746
17187
  }
16747
17188
  },
16748
- "node_modules/npm/node_modules/@tufjs/models": {
16749
- "version": "2.0.1",
16750
- "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.1.tgz",
16751
- "integrity": "sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==",
17189
+ "node_modules/npm/node_modules/@sigstore/sign/node_modules/minipass-fetch": {
17190
+ "version": "3.0.5",
16752
17191
  "inBundle": true,
16753
17192
  "license": "MIT",
16754
17193
  "dependencies": {
16755
- "@tufjs/canonical-json": "2.0.0",
16756
- "minimatch": "^9.0.4"
17194
+ "minipass": "^7.0.3",
17195
+ "minipass-sized": "^1.0.3",
17196
+ "minizlib": "^2.1.2"
16757
17197
  },
16758
17198
  "engines": {
16759
- "node": "^16.14.0 || >=18.0.0"
17199
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
17200
+ },
17201
+ "optionalDependencies": {
17202
+ "encoding": "^0.1.13"
16760
17203
  }
16761
17204
  },
16762
- "node_modules/npm/node_modules/abbrev": {
16763
- "version": "2.0.0",
16764
- "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz",
16765
- "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
17205
+ "node_modules/npm/node_modules/@sigstore/sign/node_modules/proc-log": {
17206
+ "version": "4.2.0",
17207
+ "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz",
17208
+ "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==",
16766
17209
  "inBundle": true,
16767
17210
  "license": "ISC",
16768
17211
  "engines": {
16769
17212
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16770
17213
  }
16771
17214
  },
16772
- "node_modules/npm/node_modules/agent-base": {
16773
- "version": "7.1.1",
17215
+ "node_modules/npm/node_modules/@sigstore/sign/node_modules/ssri": {
17216
+ "version": "10.0.6",
17217
+ "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
17218
+ "integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==",
17219
+ "inBundle": true,
17220
+ "license": "ISC",
17221
+ "dependencies": {
17222
+ "minipass": "^7.0.3"
17223
+ },
17224
+ "engines": {
17225
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
17226
+ }
17227
+ },
17228
+ "node_modules/npm/node_modules/@sigstore/sign/node_modules/unique-filename": {
17229
+ "version": "3.0.0",
17230
+ "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz",
17231
+ "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==",
17232
+ "inBundle": true,
17233
+ "license": "ISC",
17234
+ "dependencies": {
17235
+ "unique-slug": "^4.0.0"
17236
+ },
17237
+ "engines": {
17238
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
17239
+ }
17240
+ },
17241
+ "node_modules/npm/node_modules/@sigstore/sign/node_modules/unique-slug": {
17242
+ "version": "4.0.0",
17243
+ "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz",
17244
+ "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==",
17245
+ "inBundle": true,
17246
+ "license": "ISC",
17247
+ "dependencies": {
17248
+ "imurmurhash": "^0.1.4"
17249
+ },
17250
+ "engines": {
17251
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
17252
+ }
17253
+ },
17254
+ "node_modules/npm/node_modules/@sigstore/tuf": {
17255
+ "version": "2.3.4",
17256
+ "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.4.tgz",
17257
+ "integrity": "sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw==",
17258
+ "inBundle": true,
17259
+ "license": "Apache-2.0",
17260
+ "dependencies": {
17261
+ "@sigstore/protobuf-specs": "^0.3.2",
17262
+ "tuf-js": "^2.2.1"
17263
+ },
17264
+ "engines": {
17265
+ "node": "^16.14.0 || >=18.0.0"
17266
+ }
17267
+ },
17268
+ "node_modules/npm/node_modules/@sigstore/verify": {
17269
+ "version": "1.2.1",
17270
+ "inBundle": true,
17271
+ "license": "Apache-2.0",
17272
+ "dependencies": {
17273
+ "@sigstore/bundle": "^2.3.2",
17274
+ "@sigstore/core": "^1.1.0",
17275
+ "@sigstore/protobuf-specs": "^0.3.2"
17276
+ },
17277
+ "engines": {
17278
+ "node": "^16.14.0 || >=18.0.0"
17279
+ }
17280
+ },
17281
+ "node_modules/npm/node_modules/@tufjs/canonical-json": {
17282
+ "version": "2.0.0",
17283
+ "resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz",
17284
+ "integrity": "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==",
17285
+ "inBundle": true,
17286
+ "license": "MIT",
17287
+ "engines": {
17288
+ "node": "^16.14.0 || >=18.0.0"
17289
+ }
17290
+ },
17291
+ "node_modules/npm/node_modules/@tufjs/models": {
17292
+ "version": "2.0.1",
17293
+ "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.1.tgz",
17294
+ "integrity": "sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==",
17295
+ "inBundle": true,
17296
+ "license": "MIT",
17297
+ "dependencies": {
17298
+ "@tufjs/canonical-json": "2.0.0",
17299
+ "minimatch": "^9.0.4"
17300
+ },
17301
+ "engines": {
17302
+ "node": "^16.14.0 || >=18.0.0"
17303
+ }
17304
+ },
17305
+ "node_modules/npm/node_modules/abbrev": {
17306
+ "version": "3.0.0",
17307
+ "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.0.tgz",
17308
+ "integrity": "sha512-+/kfrslGQ7TNV2ecmQwMJj/B65g5KVq1/L3SGVZ3tCYGqlzFuFCGBZJtMP99wH3NpEUyAjn0zPdPUg0D+DwrOA==",
17309
+ "inBundle": true,
17310
+ "license": "ISC",
17311
+ "engines": {
17312
+ "node": "^18.17.0 || >=20.5.0"
17313
+ }
17314
+ },
17315
+ "node_modules/npm/node_modules/agent-base": {
17316
+ "version": "7.1.1",
16774
17317
  "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
16775
17318
  "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
16776
17319
  "inBundle": true,
@@ -16841,19 +17384,20 @@
16841
17384
  "license": "MIT"
16842
17385
  },
16843
17386
  "node_modules/npm/node_modules/bin-links": {
16844
- "version": "4.0.4",
16845
- "resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.4.tgz",
16846
- "integrity": "sha512-cMtq4W5ZsEwcutJrVId+a/tjt8GSbS+h0oNkdl6+6rBuEv8Ot33Bevj5KPm40t309zuhVic8NjpuL42QCiJWWA==",
17387
+ "version": "5.0.0",
17388
+ "resolved": "https://registry.npmjs.org/bin-links/-/bin-links-5.0.0.tgz",
17389
+ "integrity": "sha512-sdleLVfCjBtgO5cNjA2HVRvWBJAHs4zwenaCPMNJAJU0yNxpzj80IpjOIimkpkr+mhlA+how5poQtt53PygbHA==",
16847
17390
  "inBundle": true,
16848
17391
  "license": "ISC",
16849
17392
  "dependencies": {
16850
- "cmd-shim": "^6.0.0",
16851
- "npm-normalize-package-bin": "^3.0.0",
16852
- "read-cmd-shim": "^4.0.0",
16853
- "write-file-atomic": "^5.0.0"
17393
+ "cmd-shim": "^7.0.0",
17394
+ "npm-normalize-package-bin": "^4.0.0",
17395
+ "proc-log": "^5.0.0",
17396
+ "read-cmd-shim": "^5.0.0",
17397
+ "write-file-atomic": "^6.0.0"
16854
17398
  },
16855
17399
  "engines": {
16856
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
17400
+ "node": "^18.17.0 || >=20.5.0"
16857
17401
  }
16858
17402
  },
16859
17403
  "node_modules/npm/node_modules/binary-extensions": {
@@ -16880,13 +17424,13 @@
16880
17424
  }
16881
17425
  },
16882
17426
  "node_modules/npm/node_modules/cacache": {
16883
- "version": "18.0.4",
16884
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz",
16885
- "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==",
17427
+ "version": "19.0.1",
17428
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-19.0.1.tgz",
17429
+ "integrity": "sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==",
16886
17430
  "inBundle": true,
16887
17431
  "license": "ISC",
16888
17432
  "dependencies": {
16889
- "@npmcli/fs": "^3.1.0",
17433
+ "@npmcli/fs": "^4.0.0",
16890
17434
  "fs-minipass": "^3.0.0",
16891
17435
  "glob": "^10.2.2",
16892
17436
  "lru-cache": "^10.0.1",
@@ -16894,13 +17438,94 @@
16894
17438
  "minipass-collect": "^2.0.1",
16895
17439
  "minipass-flush": "^1.0.5",
16896
17440
  "minipass-pipeline": "^1.2.4",
16897
- "p-map": "^4.0.0",
16898
- "ssri": "^10.0.0",
16899
- "tar": "^6.1.11",
16900
- "unique-filename": "^3.0.0"
17441
+ "p-map": "^7.0.2",
17442
+ "ssri": "^12.0.0",
17443
+ "tar": "^7.4.3",
17444
+ "unique-filename": "^4.0.0"
16901
17445
  },
16902
17446
  "engines": {
16903
- "node": "^16.14.0 || >=18.0.0"
17447
+ "node": "^18.17.0 || >=20.5.0"
17448
+ }
17449
+ },
17450
+ "node_modules/npm/node_modules/cacache/node_modules/chownr": {
17451
+ "version": "3.0.0",
17452
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
17453
+ "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
17454
+ "inBundle": true,
17455
+ "license": "BlueOak-1.0.0",
17456
+ "engines": {
17457
+ "node": ">=18"
17458
+ }
17459
+ },
17460
+ "node_modules/npm/node_modules/cacache/node_modules/minizlib": {
17461
+ "version": "3.0.1",
17462
+ "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz",
17463
+ "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==",
17464
+ "inBundle": true,
17465
+ "license": "MIT",
17466
+ "dependencies": {
17467
+ "minipass": "^7.0.4",
17468
+ "rimraf": "^5.0.5"
17469
+ },
17470
+ "engines": {
17471
+ "node": ">= 18"
17472
+ }
17473
+ },
17474
+ "node_modules/npm/node_modules/cacache/node_modules/mkdirp": {
17475
+ "version": "3.0.1",
17476
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
17477
+ "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
17478
+ "inBundle": true,
17479
+ "license": "MIT",
17480
+ "bin": {
17481
+ "mkdirp": "dist/cjs/src/bin.js"
17482
+ },
17483
+ "engines": {
17484
+ "node": ">=10"
17485
+ },
17486
+ "funding": {
17487
+ "url": "https://github.com/sponsors/isaacs"
17488
+ }
17489
+ },
17490
+ "node_modules/npm/node_modules/cacache/node_modules/p-map": {
17491
+ "version": "7.0.2",
17492
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.2.tgz",
17493
+ "integrity": "sha512-z4cYYMMdKHzw4O5UkWJImbZynVIo0lSGTXc7bzB1e/rrDqkgGUNysK/o4bTr+0+xKvvLoTyGqYC4Fgljy9qe1Q==",
17494
+ "inBundle": true,
17495
+ "license": "MIT",
17496
+ "engines": {
17497
+ "node": ">=18"
17498
+ },
17499
+ "funding": {
17500
+ "url": "https://github.com/sponsors/sindresorhus"
17501
+ }
17502
+ },
17503
+ "node_modules/npm/node_modules/cacache/node_modules/tar": {
17504
+ "version": "7.4.3",
17505
+ "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz",
17506
+ "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==",
17507
+ "inBundle": true,
17508
+ "license": "ISC",
17509
+ "dependencies": {
17510
+ "@isaacs/fs-minipass": "^4.0.0",
17511
+ "chownr": "^3.0.0",
17512
+ "minipass": "^7.1.2",
17513
+ "minizlib": "^3.0.1",
17514
+ "mkdirp": "^3.0.1",
17515
+ "yallist": "^5.0.0"
17516
+ },
17517
+ "engines": {
17518
+ "node": ">=18"
17519
+ }
17520
+ },
17521
+ "node_modules/npm/node_modules/cacache/node_modules/yallist": {
17522
+ "version": "5.0.0",
17523
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
17524
+ "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
17525
+ "inBundle": true,
17526
+ "license": "BlueOak-1.0.0",
17527
+ "engines": {
17528
+ "node": ">=18"
16904
17529
  }
16905
17530
  },
16906
17531
  "node_modules/npm/node_modules/chalk": {
@@ -16980,11 +17605,13 @@
16980
17605
  }
16981
17606
  },
16982
17607
  "node_modules/npm/node_modules/cmd-shim": {
16983
- "version": "6.0.3",
17608
+ "version": "7.0.0",
17609
+ "resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-7.0.0.tgz",
17610
+ "integrity": "sha512-rtpaCbr164TPPh+zFdkWpCyZuKkjpAzODfaZCf/SVJZzJN+4bHQb/LP3Jzq5/+84um3XXY8r548XiWKSborwVw==",
16984
17611
  "inBundle": true,
16985
17612
  "license": "ISC",
16986
17613
  "engines": {
16987
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
17614
+ "node": "^18.17.0 || >=20.5.0"
16988
17615
  }
16989
17616
  },
16990
17617
  "node_modules/npm/node_modules/color-convert": {
@@ -17207,16 +17834,16 @@
17207
17834
  "license": "ISC"
17208
17835
  },
17209
17836
  "node_modules/npm/node_modules/hosted-git-info": {
17210
- "version": "7.0.2",
17211
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
17212
- "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==",
17837
+ "version": "8.0.0",
17838
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-8.0.0.tgz",
17839
+ "integrity": "sha512-4nw3vOVR+vHUOT8+U4giwe2tcGv+R3pwwRidUe67DoMBTjhrfr6rZYJVVwdkBE+Um050SG+X9tf0Jo4fOpn01w==",
17213
17840
  "inBundle": true,
17214
17841
  "license": "ISC",
17215
17842
  "dependencies": {
17216
17843
  "lru-cache": "^10.0.1"
17217
17844
  },
17218
17845
  "engines": {
17219
- "node": "^16.14.0 || >=18.0.0"
17846
+ "node": "^18.17.0 || >=20.5.0"
17220
17847
  }
17221
17848
  },
17222
17849
  "node_modules/npm/node_modules/http-cache-semantics": {
@@ -17269,14 +17896,16 @@
17269
17896
  }
17270
17897
  },
17271
17898
  "node_modules/npm/node_modules/ignore-walk": {
17272
- "version": "6.0.5",
17899
+ "version": "7.0.0",
17900
+ "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz",
17901
+ "integrity": "sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==",
17273
17902
  "inBundle": true,
17274
17903
  "license": "ISC",
17275
17904
  "dependencies": {
17276
17905
  "minimatch": "^9.0.0"
17277
17906
  },
17278
17907
  "engines": {
17279
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
17908
+ "node": "^18.17.0 || >=20.5.0"
17280
17909
  }
17281
17910
  },
17282
17911
  "node_modules/npm/node_modules/imurmurhash": {
@@ -17300,32 +17929,32 @@
17300
17929
  }
17301
17930
  },
17302
17931
  "node_modules/npm/node_modules/ini": {
17303
- "version": "4.1.3",
17304
- "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz",
17305
- "integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==",
17932
+ "version": "5.0.0",
17933
+ "resolved": "https://registry.npmjs.org/ini/-/ini-5.0.0.tgz",
17934
+ "integrity": "sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==",
17306
17935
  "inBundle": true,
17307
17936
  "license": "ISC",
17308
17937
  "engines": {
17309
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
17938
+ "node": "^18.17.0 || >=20.5.0"
17310
17939
  }
17311
17940
  },
17312
17941
  "node_modules/npm/node_modules/init-package-json": {
17313
- "version": "6.0.3",
17314
- "resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-6.0.3.tgz",
17315
- "integrity": "sha512-Zfeb5ol+H+eqJWHTaGca9BovufyGeIfr4zaaBorPmJBMrJ+KBnN+kQx2ZtXdsotUTgldHmHQV44xvUWOUA7E2w==",
17942
+ "version": "7.0.1",
17943
+ "resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-7.0.1.tgz",
17944
+ "integrity": "sha512-8KZtk/53ReI2T2f6z2hl5ql6xKLjDexNw7DUqTdR8f+Mo8WZmBjjkH6DrTfBjmW0j3Tqx+j3t8creN0O890+0A==",
17316
17945
  "inBundle": true,
17317
17946
  "license": "ISC",
17318
17947
  "dependencies": {
17319
- "@npmcli/package-json": "^5.0.0",
17320
- "npm-package-arg": "^11.0.0",
17321
- "promzard": "^1.0.0",
17322
- "read": "^3.0.1",
17948
+ "@npmcli/package-json": "^6.0.0",
17949
+ "npm-package-arg": "^12.0.0",
17950
+ "promzard": "^2.0.0",
17951
+ "read": "^4.0.0",
17323
17952
  "semver": "^7.3.5",
17324
17953
  "validate-npm-package-license": "^3.0.4",
17325
- "validate-npm-package-name": "^5.0.0"
17954
+ "validate-npm-package-name": "^6.0.0"
17326
17955
  },
17327
17956
  "engines": {
17328
- "node": "^16.14.0 || >=18.0.0"
17957
+ "node": "^18.17.0 || >=20.5.0"
17329
17958
  }
17330
17959
  },
17331
17960
  "node_modules/npm/node_modules/ip-address": {
@@ -17414,13 +18043,13 @@
17414
18043
  "license": "MIT"
17415
18044
  },
17416
18045
  "node_modules/npm/node_modules/json-parse-even-better-errors": {
17417
- "version": "3.0.2",
17418
- "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz",
17419
- "integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==",
18046
+ "version": "4.0.0",
18047
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz",
18048
+ "integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==",
17420
18049
  "inBundle": true,
17421
18050
  "license": "MIT",
17422
18051
  "engines": {
17423
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18052
+ "node": "^18.17.0 || >=20.5.0"
17424
18053
  }
17425
18054
  },
17426
18055
  "node_modules/npm/node_modules/json-stringify-nice": {
@@ -17458,180 +18087,180 @@
17458
18087
  "license": "MIT"
17459
18088
  },
17460
18089
  "node_modules/npm/node_modules/libnpmaccess": {
17461
- "version": "8.0.6",
17462
- "resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.6.tgz",
17463
- "integrity": "sha512-uM8DHDEfYG6G5gVivVl+yQd4pH3uRclHC59lzIbSvy7b5FEwR+mU49Zq1jEyRtRFv7+M99mUW9S0wL/4laT4lw==",
18090
+ "version": "9.0.0",
18091
+ "resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-9.0.0.tgz",
18092
+ "integrity": "sha512-mTCFoxyevNgXRrvgdOhghKJnCWByBc9yp7zX4u9RBsmZjwOYdUDEBfL5DdgD1/8gahsYnauqIWFbq0iK6tO6CQ==",
17464
18093
  "inBundle": true,
17465
18094
  "license": "ISC",
17466
18095
  "dependencies": {
17467
- "npm-package-arg": "^11.0.2",
17468
- "npm-registry-fetch": "^17.0.1"
18096
+ "npm-package-arg": "^12.0.0",
18097
+ "npm-registry-fetch": "^18.0.1"
17469
18098
  },
17470
18099
  "engines": {
17471
- "node": "^16.14.0 || >=18.0.0"
18100
+ "node": "^18.17.0 || >=20.5.0"
17472
18101
  }
17473
18102
  },
17474
18103
  "node_modules/npm/node_modules/libnpmdiff": {
17475
- "version": "6.1.4",
17476
- "resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.1.4.tgz",
17477
- "integrity": "sha512-KCNoCY8kjQ16/EE4VoW7AYqecsb9frNIh/cPwWQSk1s2grzZMQH+Scp7Yo7Fk6SWTkyVDLZEYfUT/vKONYrfmg==",
18104
+ "version": "7.0.0",
18105
+ "resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-7.0.0.tgz",
18106
+ "integrity": "sha512-MjvsBJL1AT4ofsSsBRse5clxv7gfPbdgzT0VE+xmVTxE8M92T22laeX9vqFhaQKInSeKiZ2L9w/FVhoCCGPdUg==",
17478
18107
  "inBundle": true,
17479
18108
  "license": "ISC",
17480
18109
  "dependencies": {
17481
- "@npmcli/arborist": "^7.5.4",
17482
- "@npmcli/installed-package-contents": "^2.1.0",
18110
+ "@npmcli/arborist": "^8.0.0",
18111
+ "@npmcli/installed-package-contents": "^3.0.0",
17483
18112
  "binary-extensions": "^2.3.0",
17484
18113
  "diff": "^5.1.0",
17485
18114
  "minimatch": "^9.0.4",
17486
- "npm-package-arg": "^11.0.2",
17487
- "pacote": "^18.0.6",
18115
+ "npm-package-arg": "^12.0.0",
18116
+ "pacote": "^19.0.0",
17488
18117
  "tar": "^6.2.1"
17489
18118
  },
17490
18119
  "engines": {
17491
- "node": "^16.14.0 || >=18.0.0"
18120
+ "node": "^18.17.0 || >=20.5.0"
17492
18121
  }
17493
18122
  },
17494
18123
  "node_modules/npm/node_modules/libnpmexec": {
17495
- "version": "8.1.4",
17496
- "resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.4.tgz",
17497
- "integrity": "sha512-/5mQ8d7PJT3Ok1iTfXVZaev4mppno9IbimHv7x1g8ZLIQtRE0SWrdFN7SB43vzxexdw0bJ3LKu2OsY6L3h60Kg==",
18124
+ "version": "9.0.0",
18125
+ "resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-9.0.0.tgz",
18126
+ "integrity": "sha512-5dOwgvt0srgrOkwsjNWokx23BvQXEaUo87HWIY+9lymvAto2VSunNS+Ih7WXVwvkJk7cZ0jhS2H3rNK8G9Anxw==",
17498
18127
  "inBundle": true,
17499
18128
  "license": "ISC",
17500
18129
  "dependencies": {
17501
- "@npmcli/arborist": "^7.5.4",
17502
- "@npmcli/run-script": "^8.1.0",
18130
+ "@npmcli/arborist": "^8.0.0",
18131
+ "@npmcli/run-script": "^9.0.1",
17503
18132
  "ci-info": "^4.0.0",
17504
- "npm-package-arg": "^11.0.2",
17505
- "pacote": "^18.0.6",
17506
- "proc-log": "^4.2.0",
17507
- "read": "^3.0.1",
17508
- "read-package-json-fast": "^3.0.2",
18133
+ "npm-package-arg": "^12.0.0",
18134
+ "pacote": "^19.0.0",
18135
+ "proc-log": "^5.0.0",
18136
+ "read": "^4.0.0",
18137
+ "read-package-json-fast": "^4.0.0",
17509
18138
  "semver": "^7.3.7",
17510
18139
  "walk-up-path": "^3.0.1"
17511
18140
  },
17512
18141
  "engines": {
17513
- "node": "^16.14.0 || >=18.0.0"
18142
+ "node": "^18.17.0 || >=20.5.0"
17514
18143
  }
17515
18144
  },
17516
18145
  "node_modules/npm/node_modules/libnpmfund": {
17517
- "version": "5.0.12",
17518
- "resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.12.tgz",
17519
- "integrity": "sha512-lox1UHcv8/r/TE+T9B+aOylU3c13tK2IuwwUwUm+YMw+C/iq14dqskHqhGPTqa75ZJbiVOW7PMWO92Wn5HG49Q==",
18146
+ "version": "6.0.0",
18147
+ "resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-6.0.0.tgz",
18148
+ "integrity": "sha512-+7ZTxPyJ0O/Y0xKoEd1CxPCUQ4ldn6EZ2qUMI/E1gJkfzcwb3AdFlSWk1WEXaGBu2+EqMrPf4Xu5lXFWw2Jd3w==",
17520
18149
  "inBundle": true,
17521
18150
  "license": "ISC",
17522
18151
  "dependencies": {
17523
- "@npmcli/arborist": "^7.5.4"
18152
+ "@npmcli/arborist": "^8.0.0"
17524
18153
  },
17525
18154
  "engines": {
17526
- "node": "^16.14.0 || >=18.0.0"
18155
+ "node": "^18.17.0 || >=20.5.0"
17527
18156
  }
17528
18157
  },
17529
18158
  "node_modules/npm/node_modules/libnpmhook": {
17530
- "version": "10.0.5",
17531
- "resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.5.tgz",
17532
- "integrity": "sha512-XulT+N/s3o9oFlIq6pGRv3OG2qR1NVRbVQOKLchycDwyf16RZA3oXbeEgs2H3oE7hRZPUMBZqsalQXMMPal3cQ==",
18159
+ "version": "11.0.0",
18160
+ "resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-11.0.0.tgz",
18161
+ "integrity": "sha512-Xc18rD9NFbRwZbYCQ+UCF5imPsiHSyuQA8RaCA2KmOUo8q4kmBX4JjGWzmZnxZCT8s6vwzmY1BvHNqBGdg9oBQ==",
17533
18162
  "inBundle": true,
17534
18163
  "license": "ISC",
17535
18164
  "dependencies": {
17536
18165
  "aproba": "^2.0.0",
17537
- "npm-registry-fetch": "^17.0.1"
18166
+ "npm-registry-fetch": "^18.0.1"
17538
18167
  },
17539
18168
  "engines": {
17540
- "node": "^16.14.0 || >=18.0.0"
18169
+ "node": "^18.17.0 || >=20.5.0"
17541
18170
  }
17542
18171
  },
17543
18172
  "node_modules/npm/node_modules/libnpmorg": {
17544
- "version": "6.0.6",
17545
- "resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.6.tgz",
17546
- "integrity": "sha512-4MVxsAS4H2z7su/sU0GsrirfBm4ssfqPRSDvoZ8qmRw58kEWJ0qE0cQ2VilRlFgCWKzKPhfoPeyNPyxBTnOusA==",
18173
+ "version": "7.0.0",
18174
+ "resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-7.0.0.tgz",
18175
+ "integrity": "sha512-DcTodX31gDEiFrlIHurBQiBlBO6Var2KCqMVCk+HqZhfQXqUfhKGmFOp0UHr6HR1lkTVM0MzXOOYtUObk0r6Dg==",
17547
18176
  "inBundle": true,
17548
18177
  "license": "ISC",
17549
18178
  "dependencies": {
17550
18179
  "aproba": "^2.0.0",
17551
- "npm-registry-fetch": "^17.0.1"
18180
+ "npm-registry-fetch": "^18.0.1"
17552
18181
  },
17553
18182
  "engines": {
17554
- "node": "^16.14.0 || >=18.0.0"
18183
+ "node": "^18.17.0 || >=20.5.0"
17555
18184
  }
17556
18185
  },
17557
18186
  "node_modules/npm/node_modules/libnpmpack": {
17558
- "version": "7.0.4",
17559
- "resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-7.0.4.tgz",
17560
- "integrity": "sha512-oKZA0afbueiC88lskXzAEr3DCN9BTMbUySjUce6qhBV9CjYF2R/x347KhgHu75+p9W2Rd57ZvKz81c5a2+9h6Q==",
18187
+ "version": "8.0.0",
18188
+ "resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-8.0.0.tgz",
18189
+ "integrity": "sha512-Z5zqR+j8PNOki97D4XnKlekLQjqJYkqCFZeac07XCJYA3aq6O7wYIpn7RqLcNfFm+u3ZsdblY2VQENMoiHA+FQ==",
17561
18190
  "inBundle": true,
17562
18191
  "license": "ISC",
17563
18192
  "dependencies": {
17564
- "@npmcli/arborist": "^7.5.4",
17565
- "@npmcli/run-script": "^8.1.0",
17566
- "npm-package-arg": "^11.0.2",
17567
- "pacote": "^18.0.6"
18193
+ "@npmcli/arborist": "^8.0.0",
18194
+ "@npmcli/run-script": "^9.0.1",
18195
+ "npm-package-arg": "^12.0.0",
18196
+ "pacote": "^19.0.0"
17568
18197
  },
17569
18198
  "engines": {
17570
- "node": "^16.14.0 || >=18.0.0"
18199
+ "node": "^18.17.0 || >=20.5.0"
17571
18200
  }
17572
18201
  },
17573
18202
  "node_modules/npm/node_modules/libnpmpublish": {
17574
- "version": "9.0.9",
17575
- "resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.9.tgz",
17576
- "integrity": "sha512-26zzwoBNAvX9AWOPiqqF6FG4HrSCPsHFkQm7nT+xU1ggAujL/eae81RnCv4CJ2In9q9fh10B88sYSzKCUh/Ghg==",
18203
+ "version": "10.0.0",
18204
+ "resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-10.0.0.tgz",
18205
+ "integrity": "sha512-keixAKMGMegm9HHY0stnNtjPHI7J79sMLlRQf0V1n1iFrWspLTGmoA5VMyzX27L3gC8prl+wLizwNWOZlGpcWw==",
17577
18206
  "inBundle": true,
17578
18207
  "license": "ISC",
17579
18208
  "dependencies": {
17580
18209
  "ci-info": "^4.0.0",
17581
- "normalize-package-data": "^6.0.1",
17582
- "npm-package-arg": "^11.0.2",
17583
- "npm-registry-fetch": "^17.0.1",
17584
- "proc-log": "^4.2.0",
18210
+ "normalize-package-data": "^7.0.0",
18211
+ "npm-package-arg": "^12.0.0",
18212
+ "npm-registry-fetch": "^18.0.1",
18213
+ "proc-log": "^5.0.0",
17585
18214
  "semver": "^7.3.7",
17586
18215
  "sigstore": "^2.2.0",
17587
- "ssri": "^10.0.6"
18216
+ "ssri": "^12.0.0"
17588
18217
  },
17589
18218
  "engines": {
17590
- "node": "^16.14.0 || >=18.0.0"
18219
+ "node": "^18.17.0 || >=20.5.0"
17591
18220
  }
17592
18221
  },
17593
18222
  "node_modules/npm/node_modules/libnpmsearch": {
17594
- "version": "7.0.6",
17595
- "resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.6.tgz",
17596
- "integrity": "sha512-PmiER4bgiIqN9OjBtgPn2/PxwU+OdJWtLBFM+vewOrn4VmaNAHSUKDt/wxOOkZSDLyMICVUBp61Ji1+XxhSrKw==",
18223
+ "version": "8.0.0",
18224
+ "resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-8.0.0.tgz",
18225
+ "integrity": "sha512-W8FWB78RS3Nkl1gPSHOlF024qQvcoU/e3m9BGDuBfVZGfL4MJ91GXXb04w3zJCGOW9dRQUyWVEqupFjCrgltDg==",
17597
18226
  "inBundle": true,
17598
18227
  "license": "ISC",
17599
18228
  "dependencies": {
17600
- "npm-registry-fetch": "^17.0.1"
18229
+ "npm-registry-fetch": "^18.0.1"
17601
18230
  },
17602
18231
  "engines": {
17603
- "node": "^16.14.0 || >=18.0.0"
18232
+ "node": "^18.17.0 || >=20.5.0"
17604
18233
  }
17605
18234
  },
17606
18235
  "node_modules/npm/node_modules/libnpmteam": {
17607
- "version": "6.0.5",
17608
- "resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.5.tgz",
17609
- "integrity": "sha512-iJW4Cq42GMqMwZEV+Mx8ZLj0Np5kGXQ9P/BAekHjIpYC1v3/vJqbmfJkzkwFvGxEhUotmx+xpLChZCDJ7c3rxA==",
18236
+ "version": "7.0.0",
18237
+ "resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-7.0.0.tgz",
18238
+ "integrity": "sha512-PKLOoVukN34qyJjgEm5DEOnDwZkeVMUHRx8NhcKDiCNJGPl7G/pF1cfBw8yicMwRlHaHkld1FdujOzKzy4AlwA==",
17610
18239
  "inBundle": true,
17611
18240
  "license": "ISC",
17612
18241
  "dependencies": {
17613
18242
  "aproba": "^2.0.0",
17614
- "npm-registry-fetch": "^17.0.1"
18243
+ "npm-registry-fetch": "^18.0.1"
17615
18244
  },
17616
18245
  "engines": {
17617
- "node": "^16.14.0 || >=18.0.0"
18246
+ "node": "^18.17.0 || >=20.5.0"
17618
18247
  }
17619
18248
  },
17620
18249
  "node_modules/npm/node_modules/libnpmversion": {
17621
- "version": "6.0.3",
17622
- "resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-6.0.3.tgz",
17623
- "integrity": "sha512-Kjk1anQ9sPn7E/qF1jXumItvr2OA1914tYWkSTXH9G2rYoY+Ol1+KNrWfGeje2aBvFfKlt4VeKdCfM3yxMXNBw==",
18250
+ "version": "7.0.0",
18251
+ "resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-7.0.0.tgz",
18252
+ "integrity": "sha512-0xle91R6F8r/Q/4tHOnyKko+ZSquEXNdxwRdKCPv4kC1cOVBMFXRsKKrVtRKtXcFn362U8ZlJefk4Apu00424g==",
17624
18253
  "inBundle": true,
17625
18254
  "license": "ISC",
17626
18255
  "dependencies": {
17627
- "@npmcli/git": "^5.0.7",
17628
- "@npmcli/run-script": "^8.1.0",
17629
- "json-parse-even-better-errors": "^3.0.2",
17630
- "proc-log": "^4.2.0",
18256
+ "@npmcli/git": "^6.0.1",
18257
+ "@npmcli/run-script": "^9.0.1",
18258
+ "json-parse-even-better-errors": "^4.0.0",
18259
+ "proc-log": "^5.0.0",
17631
18260
  "semver": "^7.3.7"
17632
18261
  },
17633
18262
  "engines": {
17634
- "node": "^16.14.0 || >=18.0.0"
18263
+ "node": "^18.17.0 || >=20.5.0"
17635
18264
  }
17636
18265
  },
17637
18266
  "node_modules/npm/node_modules/lru-cache": {
@@ -17640,27 +18269,26 @@
17640
18269
  "license": "ISC"
17641
18270
  },
17642
18271
  "node_modules/npm/node_modules/make-fetch-happen": {
17643
- "version": "13.0.1",
17644
- "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz",
17645
- "integrity": "sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==",
18272
+ "version": "14.0.1",
18273
+ "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-14.0.1.tgz",
18274
+ "integrity": "sha512-Z1ndm71UQdcK362F5Wg4IFRBZq4MGeCz+uor5iPROkSjEWEoc1Zn7OSKPvmg01S9XOI8mr+GlRr+W4ABz4ZgdA==",
17646
18275
  "inBundle": true,
17647
18276
  "license": "ISC",
17648
18277
  "dependencies": {
17649
- "@npmcli/agent": "^2.0.0",
17650
- "cacache": "^18.0.0",
18278
+ "@npmcli/agent": "^3.0.0",
18279
+ "cacache": "^19.0.1",
17651
18280
  "http-cache-semantics": "^4.1.1",
17652
- "is-lambda": "^1.0.1",
17653
18281
  "minipass": "^7.0.2",
17654
- "minipass-fetch": "^3.0.0",
18282
+ "minipass-fetch": "^4.0.0",
17655
18283
  "minipass-flush": "^1.0.5",
17656
18284
  "minipass-pipeline": "^1.2.4",
17657
18285
  "negotiator": "^0.6.3",
17658
- "proc-log": "^4.2.0",
18286
+ "proc-log": "^5.0.0",
17659
18287
  "promise-retry": "^2.0.1",
17660
- "ssri": "^10.0.0"
18288
+ "ssri": "^12.0.0"
17661
18289
  },
17662
18290
  "engines": {
17663
- "node": "^16.14.0 || >=18.0.0"
18291
+ "node": "^18.17.0 || >=20.5.0"
17664
18292
  }
17665
18293
  },
17666
18294
  "node_modules/npm/node_modules/minimatch": {
@@ -17703,21 +18331,37 @@
17703
18331
  }
17704
18332
  },
17705
18333
  "node_modules/npm/node_modules/minipass-fetch": {
17706
- "version": "3.0.5",
18334
+ "version": "4.0.0",
18335
+ "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.0.tgz",
18336
+ "integrity": "sha512-2v6aXUXwLP1Epd/gc32HAMIWoczx+fZwEPRHm/VwtrJzRGwR1qGZXEYV3Zp8ZjjbwaZhMrM6uHV4KVkk+XCc2w==",
17707
18337
  "inBundle": true,
17708
18338
  "license": "MIT",
17709
18339
  "dependencies": {
17710
18340
  "minipass": "^7.0.3",
17711
18341
  "minipass-sized": "^1.0.3",
17712
- "minizlib": "^2.1.2"
18342
+ "minizlib": "^3.0.1"
17713
18343
  },
17714
18344
  "engines": {
17715
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18345
+ "node": "^18.17.0 || >=20.5.0"
17716
18346
  },
17717
18347
  "optionalDependencies": {
17718
18348
  "encoding": "^0.1.13"
17719
18349
  }
17720
18350
  },
18351
+ "node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib": {
18352
+ "version": "3.0.1",
18353
+ "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz",
18354
+ "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==",
18355
+ "inBundle": true,
18356
+ "license": "MIT",
18357
+ "dependencies": {
18358
+ "minipass": "^7.0.4",
18359
+ "rimraf": "^5.0.5"
18360
+ },
18361
+ "engines": {
18362
+ "node": ">= 18"
18363
+ }
18364
+ },
17721
18365
  "node_modules/npm/node_modules/minipass-flush": {
17722
18366
  "version": "1.0.5",
17723
18367
  "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz",
@@ -17844,13 +18488,13 @@
17844
18488
  "license": "MIT"
17845
18489
  },
17846
18490
  "node_modules/npm/node_modules/mute-stream": {
17847
- "version": "1.0.0",
17848
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
17849
- "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==",
18491
+ "version": "2.0.0",
18492
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
18493
+ "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
17850
18494
  "inBundle": true,
17851
18495
  "license": "ISC",
17852
18496
  "engines": {
17853
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18497
+ "node": "^18.17.0 || >=20.5.0"
17854
18498
  }
17855
18499
  },
17856
18500
  "node_modules/npm/node_modules/negotiator": {
@@ -17868,30 +18512,225 @@
17868
18512
  "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.2.0.tgz",
17869
18513
  "integrity": "sha512-sp3FonBAaFe4aYTcFdZUn2NYkbP7xroPGYvQmP4Nl5PxamznItBnNCgjrVTKrEfQynInMsJvZrdmqUnysCJ8rw==",
17870
18514
  "inBundle": true,
17871
- "license": "MIT",
18515
+ "license": "MIT",
18516
+ "dependencies": {
18517
+ "env-paths": "^2.2.0",
18518
+ "exponential-backoff": "^3.1.1",
18519
+ "glob": "^10.3.10",
18520
+ "graceful-fs": "^4.2.6",
18521
+ "make-fetch-happen": "^13.0.0",
18522
+ "nopt": "^7.0.0",
18523
+ "proc-log": "^4.1.0",
18524
+ "semver": "^7.3.5",
18525
+ "tar": "^6.2.1",
18526
+ "which": "^4.0.0"
18527
+ },
18528
+ "bin": {
18529
+ "node-gyp": "bin/node-gyp.js"
18530
+ },
18531
+ "engines": {
18532
+ "node": "^16.14.0 || >=18.0.0"
18533
+ }
18534
+ },
18535
+ "node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/agent": {
18536
+ "version": "2.2.2",
18537
+ "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.2.tgz",
18538
+ "integrity": "sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==",
18539
+ "inBundle": true,
18540
+ "license": "ISC",
18541
+ "dependencies": {
18542
+ "agent-base": "^7.1.0",
18543
+ "http-proxy-agent": "^7.0.0",
18544
+ "https-proxy-agent": "^7.0.1",
18545
+ "lru-cache": "^10.0.1",
18546
+ "socks-proxy-agent": "^8.0.3"
18547
+ },
18548
+ "engines": {
18549
+ "node": "^16.14.0 || >=18.0.0"
18550
+ }
18551
+ },
18552
+ "node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs": {
18553
+ "version": "3.1.1",
18554
+ "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz",
18555
+ "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==",
18556
+ "inBundle": true,
18557
+ "license": "ISC",
18558
+ "dependencies": {
18559
+ "semver": "^7.3.5"
18560
+ },
18561
+ "engines": {
18562
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18563
+ }
18564
+ },
18565
+ "node_modules/npm/node_modules/node-gyp/node_modules/abbrev": {
18566
+ "version": "2.0.0",
18567
+ "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz",
18568
+ "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
18569
+ "inBundle": true,
18570
+ "license": "ISC",
18571
+ "engines": {
18572
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18573
+ }
18574
+ },
18575
+ "node_modules/npm/node_modules/node-gyp/node_modules/cacache": {
18576
+ "version": "18.0.4",
18577
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz",
18578
+ "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==",
18579
+ "inBundle": true,
18580
+ "license": "ISC",
18581
+ "dependencies": {
18582
+ "@npmcli/fs": "^3.1.0",
18583
+ "fs-minipass": "^3.0.0",
18584
+ "glob": "^10.2.2",
18585
+ "lru-cache": "^10.0.1",
18586
+ "minipass": "^7.0.3",
18587
+ "minipass-collect": "^2.0.1",
18588
+ "minipass-flush": "^1.0.5",
18589
+ "minipass-pipeline": "^1.2.4",
18590
+ "p-map": "^4.0.0",
18591
+ "ssri": "^10.0.0",
18592
+ "tar": "^6.1.11",
18593
+ "unique-filename": "^3.0.0"
18594
+ },
18595
+ "engines": {
18596
+ "node": "^16.14.0 || >=18.0.0"
18597
+ }
18598
+ },
18599
+ "node_modules/npm/node_modules/node-gyp/node_modules/isexe": {
18600
+ "version": "3.1.1",
18601
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
18602
+ "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
18603
+ "inBundle": true,
18604
+ "license": "ISC",
18605
+ "engines": {
18606
+ "node": ">=16"
18607
+ }
18608
+ },
18609
+ "node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen": {
18610
+ "version": "13.0.1",
18611
+ "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz",
18612
+ "integrity": "sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==",
18613
+ "inBundle": true,
18614
+ "license": "ISC",
18615
+ "dependencies": {
18616
+ "@npmcli/agent": "^2.0.0",
18617
+ "cacache": "^18.0.0",
18618
+ "http-cache-semantics": "^4.1.1",
18619
+ "is-lambda": "^1.0.1",
18620
+ "minipass": "^7.0.2",
18621
+ "minipass-fetch": "^3.0.0",
18622
+ "minipass-flush": "^1.0.5",
18623
+ "minipass-pipeline": "^1.2.4",
18624
+ "negotiator": "^0.6.3",
18625
+ "proc-log": "^4.2.0",
18626
+ "promise-retry": "^2.0.1",
18627
+ "ssri": "^10.0.0"
18628
+ },
18629
+ "engines": {
18630
+ "node": "^16.14.0 || >=18.0.0"
18631
+ }
18632
+ },
18633
+ "node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch": {
18634
+ "version": "3.0.5",
18635
+ "inBundle": true,
18636
+ "license": "MIT",
18637
+ "dependencies": {
18638
+ "minipass": "^7.0.3",
18639
+ "minipass-sized": "^1.0.3",
18640
+ "minizlib": "^2.1.2"
18641
+ },
18642
+ "engines": {
18643
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18644
+ },
18645
+ "optionalDependencies": {
18646
+ "encoding": "^0.1.13"
18647
+ }
18648
+ },
18649
+ "node_modules/npm/node_modules/node-gyp/node_modules/nopt": {
18650
+ "version": "7.2.1",
18651
+ "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
18652
+ "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
18653
+ "inBundle": true,
18654
+ "license": "ISC",
18655
+ "dependencies": {
18656
+ "abbrev": "^2.0.0"
18657
+ },
18658
+ "bin": {
18659
+ "nopt": "bin/nopt.js"
18660
+ },
18661
+ "engines": {
18662
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18663
+ }
18664
+ },
18665
+ "node_modules/npm/node_modules/node-gyp/node_modules/proc-log": {
18666
+ "version": "4.2.0",
18667
+ "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz",
18668
+ "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==",
18669
+ "inBundle": true,
18670
+ "license": "ISC",
18671
+ "engines": {
18672
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18673
+ }
18674
+ },
18675
+ "node_modules/npm/node_modules/node-gyp/node_modules/ssri": {
18676
+ "version": "10.0.6",
18677
+ "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
18678
+ "integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==",
18679
+ "inBundle": true,
18680
+ "license": "ISC",
18681
+ "dependencies": {
18682
+ "minipass": "^7.0.3"
18683
+ },
18684
+ "engines": {
18685
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18686
+ }
18687
+ },
18688
+ "node_modules/npm/node_modules/node-gyp/node_modules/unique-filename": {
18689
+ "version": "3.0.0",
18690
+ "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz",
18691
+ "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==",
18692
+ "inBundle": true,
18693
+ "license": "ISC",
18694
+ "dependencies": {
18695
+ "unique-slug": "^4.0.0"
18696
+ },
18697
+ "engines": {
18698
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18699
+ }
18700
+ },
18701
+ "node_modules/npm/node_modules/node-gyp/node_modules/unique-slug": {
18702
+ "version": "4.0.0",
18703
+ "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz",
18704
+ "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==",
18705
+ "inBundle": true,
18706
+ "license": "ISC",
18707
+ "dependencies": {
18708
+ "imurmurhash": "^0.1.4"
18709
+ },
18710
+ "engines": {
18711
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18712
+ }
18713
+ },
18714
+ "node_modules/npm/node_modules/node-gyp/node_modules/which": {
18715
+ "version": "4.0.0",
18716
+ "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
18717
+ "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
18718
+ "inBundle": true,
18719
+ "license": "ISC",
17872
18720
  "dependencies": {
17873
- "env-paths": "^2.2.0",
17874
- "exponential-backoff": "^3.1.1",
17875
- "glob": "^10.3.10",
17876
- "graceful-fs": "^4.2.6",
17877
- "make-fetch-happen": "^13.0.0",
17878
- "nopt": "^7.0.0",
17879
- "proc-log": "^4.1.0",
17880
- "semver": "^7.3.5",
17881
- "tar": "^6.2.1",
17882
- "which": "^4.0.0"
18721
+ "isexe": "^3.1.1"
17883
18722
  },
17884
18723
  "bin": {
17885
- "node-gyp": "bin/node-gyp.js"
18724
+ "node-which": "bin/which.js"
17886
18725
  },
17887
18726
  "engines": {
17888
- "node": "^16.14.0 || >=18.0.0"
18727
+ "node": "^16.13.0 || >=18.0.0"
17889
18728
  }
17890
18729
  },
17891
18730
  "node_modules/npm/node_modules/nopt": {
17892
- "version": "7.2.1",
17893
- "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
17894
- "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
18731
+ "version": "8.0.0",
18732
+ "resolved": "https://registry.npmjs.org/nopt/-/nopt-8.0.0.tgz",
18733
+ "integrity": "sha512-1L/fTJ4UmV/lUxT2Uf006pfZKTvAgCF+chz+0OgBHO8u2Z67pE7AaAUUj7CJy0lXqHmymUvGFt6NE9R3HER0yw==",
17895
18734
  "inBundle": true,
17896
18735
  "license": "ISC",
17897
18736
  "dependencies": {
@@ -17900,156 +18739,182 @@
17900
18739
  "bin": {
17901
18740
  "nopt": "bin/nopt.js"
17902
18741
  },
18742
+ "engines": {
18743
+ "node": "^18.17.0 || >=20.5.0"
18744
+ }
18745
+ },
18746
+ "node_modules/npm/node_modules/nopt/node_modules/abbrev": {
18747
+ "version": "2.0.0",
18748
+ "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz",
18749
+ "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
18750
+ "inBundle": true,
18751
+ "license": "ISC",
17903
18752
  "engines": {
17904
18753
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
17905
18754
  }
17906
18755
  },
17907
18756
  "node_modules/npm/node_modules/normalize-package-data": {
17908
- "version": "6.0.2",
17909
- "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.2.tgz",
17910
- "integrity": "sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==",
18757
+ "version": "7.0.0",
18758
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-7.0.0.tgz",
18759
+ "integrity": "sha512-k6U0gKRIuNCTkwHGZqblCfLfBRh+w1vI6tBo+IeJwq2M8FUiOqhX7GH+GArQGScA7azd1WfyRCvxoXDO3hQDIA==",
17911
18760
  "inBundle": true,
17912
18761
  "license": "BSD-2-Clause",
17913
18762
  "dependencies": {
17914
- "hosted-git-info": "^7.0.0",
18763
+ "hosted-git-info": "^8.0.0",
17915
18764
  "semver": "^7.3.5",
17916
18765
  "validate-npm-package-license": "^3.0.4"
17917
18766
  },
17918
18767
  "engines": {
17919
- "node": "^16.14.0 || >=18.0.0"
18768
+ "node": "^18.17.0 || >=20.5.0"
17920
18769
  }
17921
18770
  },
17922
18771
  "node_modules/npm/node_modules/npm-audit-report": {
17923
- "version": "5.0.0",
17924
- "resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-5.0.0.tgz",
17925
- "integrity": "sha512-EkXrzat7zERmUhHaoren1YhTxFwsOu5jypE84k6632SXTHcQE1z8V51GC6GVZt8LxkC+tbBcKMUBZAgk8SUSbw==",
18772
+ "version": "6.0.0",
18773
+ "resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-6.0.0.tgz",
18774
+ "integrity": "sha512-Ag6Y1irw/+CdSLqEEAn69T8JBgBThj5mw0vuFIKeP7hATYuQuS5jkMjK6xmVB8pr7U4g5Audbun0lHhBDMIBRA==",
17926
18775
  "inBundle": true,
17927
18776
  "license": "ISC",
17928
18777
  "engines": {
17929
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18778
+ "node": "^18.17.0 || >=20.5.0"
17930
18779
  }
17931
18780
  },
17932
18781
  "node_modules/npm/node_modules/npm-bundled": {
17933
- "version": "3.0.1",
18782
+ "version": "4.0.0",
18783
+ "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-4.0.0.tgz",
18784
+ "integrity": "sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA==",
17934
18785
  "inBundle": true,
17935
18786
  "license": "ISC",
17936
18787
  "dependencies": {
17937
- "npm-normalize-package-bin": "^3.0.0"
18788
+ "npm-normalize-package-bin": "^4.0.0"
17938
18789
  },
17939
18790
  "engines": {
17940
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18791
+ "node": "^18.17.0 || >=20.5.0"
17941
18792
  }
17942
18793
  },
17943
18794
  "node_modules/npm/node_modules/npm-install-checks": {
17944
- "version": "6.3.0",
17945
- "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz",
17946
- "integrity": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==",
18795
+ "version": "7.1.0",
18796
+ "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-7.1.0.tgz",
18797
+ "integrity": "sha512-bkTildVlofeMX7wiOaWk3PlW7YcBXAuEc7TWpOxwUgalG5ZvgT/ms+6OX9zt7iGLv4+VhKbRZhpOfgQJzk1YAw==",
17947
18798
  "inBundle": true,
17948
18799
  "license": "BSD-2-Clause",
17949
18800
  "dependencies": {
17950
18801
  "semver": "^7.1.1"
17951
18802
  },
17952
18803
  "engines": {
17953
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18804
+ "node": "^18.17.0 || >=20.5.0"
17954
18805
  }
17955
18806
  },
17956
18807
  "node_modules/npm/node_modules/npm-normalize-package-bin": {
17957
- "version": "3.0.1",
17958
- "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz",
17959
- "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==",
18808
+ "version": "4.0.0",
18809
+ "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
18810
+ "integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==",
17960
18811
  "inBundle": true,
17961
18812
  "license": "ISC",
17962
18813
  "engines": {
17963
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18814
+ "node": "^18.17.0 || >=20.5.0"
17964
18815
  }
17965
18816
  },
17966
18817
  "node_modules/npm/node_modules/npm-package-arg": {
17967
- "version": "11.0.3",
17968
- "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.3.tgz",
17969
- "integrity": "sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==",
18818
+ "version": "12.0.0",
18819
+ "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-12.0.0.tgz",
18820
+ "integrity": "sha512-ZTE0hbwSdTNL+Stx2zxSqdu2KZfNDcrtrLdIk7XGnQFYBWYDho/ORvXtn5XEePcL3tFpGjHCV3X3xrtDh7eZ+A==",
17970
18821
  "inBundle": true,
17971
18822
  "license": "ISC",
17972
18823
  "dependencies": {
17973
- "hosted-git-info": "^7.0.0",
17974
- "proc-log": "^4.0.0",
18824
+ "hosted-git-info": "^8.0.0",
18825
+ "proc-log": "^5.0.0",
17975
18826
  "semver": "^7.3.5",
17976
- "validate-npm-package-name": "^5.0.0"
18827
+ "validate-npm-package-name": "^6.0.0"
17977
18828
  },
17978
18829
  "engines": {
17979
- "node": "^16.14.0 || >=18.0.0"
18830
+ "node": "^18.17.0 || >=20.5.0"
17980
18831
  }
17981
18832
  },
17982
18833
  "node_modules/npm/node_modules/npm-packlist": {
17983
- "version": "8.0.2",
17984
- "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz",
17985
- "integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==",
18834
+ "version": "9.0.0",
18835
+ "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",
18836
+ "integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",
17986
18837
  "inBundle": true,
17987
18838
  "license": "ISC",
17988
18839
  "dependencies": {
17989
- "ignore-walk": "^6.0.4"
18840
+ "ignore-walk": "^7.0.0"
17990
18841
  },
17991
18842
  "engines": {
17992
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18843
+ "node": "^18.17.0 || >=20.5.0"
17993
18844
  }
17994
18845
  },
17995
18846
  "node_modules/npm/node_modules/npm-pick-manifest": {
17996
- "version": "9.1.0",
17997
- "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.1.0.tgz",
17998
- "integrity": "sha512-nkc+3pIIhqHVQr085X9d2JzPzLyjzQS96zbruppqC9aZRm/x8xx6xhI98gHtsfELP2bE+loHq8ZaHFHhe+NauA==",
18847
+ "version": "10.0.0",
18848
+ "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-10.0.0.tgz",
18849
+ "integrity": "sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ==",
17999
18850
  "inBundle": true,
18000
18851
  "license": "ISC",
18001
18852
  "dependencies": {
18002
- "npm-install-checks": "^6.0.0",
18003
- "npm-normalize-package-bin": "^3.0.0",
18004
- "npm-package-arg": "^11.0.0",
18853
+ "npm-install-checks": "^7.1.0",
18854
+ "npm-normalize-package-bin": "^4.0.0",
18855
+ "npm-package-arg": "^12.0.0",
18005
18856
  "semver": "^7.3.5"
18006
18857
  },
18007
18858
  "engines": {
18008
- "node": "^16.14.0 || >=18.0.0"
18859
+ "node": "^18.17.0 || >=20.5.0"
18009
18860
  }
18010
18861
  },
18011
18862
  "node_modules/npm/node_modules/npm-profile": {
18012
- "version": "10.0.0",
18013
- "resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-10.0.0.tgz",
18014
- "integrity": "sha512-DXnge3nHYnEnPxmVd/kPmgcXKXwVUqFihGnU+EJUiu5mIOs3awq6zEm0rRp3kSQNhFsoqdLu8L1TIfRyeBOCog==",
18863
+ "version": "11.0.1",
18864
+ "resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-11.0.1.tgz",
18865
+ "integrity": "sha512-HP5Cw9WHwFS9vb4fxVlkNAQBUhVL5BmW6rAR+/JWkpwqcFJid7TihKUdYDWqHl0NDfLd0mpucheGySqo8ysyfw==",
18015
18866
  "inBundle": true,
18016
18867
  "license": "ISC",
18017
18868
  "dependencies": {
18018
- "npm-registry-fetch": "^17.0.1",
18019
- "proc-log": "^4.0.0"
18869
+ "npm-registry-fetch": "^18.0.0",
18870
+ "proc-log": "^5.0.0"
18020
18871
  },
18021
18872
  "engines": {
18022
- "node": ">=18.0.0"
18873
+ "node": "^18.17.0 || >=20.5.0"
18023
18874
  }
18024
18875
  },
18025
18876
  "node_modules/npm/node_modules/npm-registry-fetch": {
18026
- "version": "17.1.0",
18027
- "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-17.1.0.tgz",
18028
- "integrity": "sha512-5+bKQRH0J1xG1uZ1zMNvxW0VEyoNWgJpY9UDuluPFLKDfJ9u2JmmjmTJV1srBGQOROfdBMiVvnH2Zvpbm+xkVA==",
18877
+ "version": "18.0.1",
18878
+ "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-18.0.1.tgz",
18879
+ "integrity": "sha512-5XKlWmVtfTTmnU6rKBjjQDMdnFOVAH9t7D4DG1ZcsIDwkGYBTUl0fMnbzsVSM0t/HZRpyE1VMLZv9O0Bvkj3UA==",
18029
18880
  "inBundle": true,
18030
18881
  "license": "ISC",
18031
18882
  "dependencies": {
18032
- "@npmcli/redact": "^2.0.0",
18883
+ "@npmcli/redact": "^3.0.0",
18033
18884
  "jsonparse": "^1.3.1",
18034
- "make-fetch-happen": "^13.0.0",
18885
+ "make-fetch-happen": "^14.0.0",
18035
18886
  "minipass": "^7.0.2",
18036
- "minipass-fetch": "^3.0.0",
18037
- "minizlib": "^2.1.2",
18038
- "npm-package-arg": "^11.0.0",
18039
- "proc-log": "^4.0.0"
18887
+ "minipass-fetch": "^4.0.0",
18888
+ "minizlib": "^3.0.1",
18889
+ "npm-package-arg": "^12.0.0",
18890
+ "proc-log": "^5.0.0"
18040
18891
  },
18041
18892
  "engines": {
18042
- "node": "^16.14.0 || >=18.0.0"
18893
+ "node": "^18.17.0 || >=20.5.0"
18894
+ }
18895
+ },
18896
+ "node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib": {
18897
+ "version": "3.0.1",
18898
+ "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz",
18899
+ "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==",
18900
+ "inBundle": true,
18901
+ "license": "MIT",
18902
+ "dependencies": {
18903
+ "minipass": "^7.0.4",
18904
+ "rimraf": "^5.0.5"
18905
+ },
18906
+ "engines": {
18907
+ "node": ">= 18"
18043
18908
  }
18044
18909
  },
18045
18910
  "node_modules/npm/node_modules/npm-user-validate": {
18046
- "version": "2.0.1",
18047
- "resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.1.tgz",
18048
- "integrity": "sha512-d17PKaF2h8LSGFl5j4b1gHOJt1fgH7YUcCm1kNSJvaLWWKXlBsuUvx0bBEkr0qhsVA9XP5LtRZ83hdlhm2QkgA==",
18911
+ "version": "3.0.0",
18912
+ "resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-3.0.0.tgz",
18913
+ "integrity": "sha512-9xi0RdSmJ4mPYTC393VJPz1Sp8LyCx9cUnm/L9Qcb3cFO8gjT4mN20P9FAsea8qDHdQ7LtcN8VLh2UT47SdKCw==",
18049
18914
  "inBundle": true,
18050
18915
  "license": "BSD-2-Clause",
18051
18916
  "engines": {
18052
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18917
+ "node": "^18.17.0 || >=20.5.0"
18053
18918
  }
18054
18919
  },
18055
18920
  "node_modules/npm/node_modules/p-map": {
@@ -18076,50 +18941,50 @@
18076
18941
  "license": "BlueOak-1.0.0"
18077
18942
  },
18078
18943
  "node_modules/npm/node_modules/pacote": {
18079
- "version": "18.0.6",
18080
- "resolved": "https://registry.npmjs.org/pacote/-/pacote-18.0.6.tgz",
18081
- "integrity": "sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A==",
18944
+ "version": "19.0.0",
18945
+ "resolved": "https://registry.npmjs.org/pacote/-/pacote-19.0.0.tgz",
18946
+ "integrity": "sha512-953pUJqILTeaRvKFcQ78unsNc3Nl4PyVHTTsAUmvSmJ0NXs0LTWKAl5tMF2CXPRXA16RdCMYI9EKlV4CCi2T5g==",
18082
18947
  "inBundle": true,
18083
18948
  "license": "ISC",
18084
18949
  "dependencies": {
18085
- "@npmcli/git": "^5.0.0",
18086
- "@npmcli/installed-package-contents": "^2.0.1",
18087
- "@npmcli/package-json": "^5.1.0",
18088
- "@npmcli/promise-spawn": "^7.0.0",
18089
- "@npmcli/run-script": "^8.0.0",
18090
- "cacache": "^18.0.0",
18950
+ "@npmcli/git": "^6.0.0",
18951
+ "@npmcli/installed-package-contents": "^3.0.0",
18952
+ "@npmcli/package-json": "^6.0.0",
18953
+ "@npmcli/promise-spawn": "^8.0.0",
18954
+ "@npmcli/run-script": "^9.0.0",
18955
+ "cacache": "^19.0.0",
18091
18956
  "fs-minipass": "^3.0.0",
18092
18957
  "minipass": "^7.0.2",
18093
- "npm-package-arg": "^11.0.0",
18094
- "npm-packlist": "^8.0.0",
18095
- "npm-pick-manifest": "^9.0.0",
18096
- "npm-registry-fetch": "^17.0.0",
18097
- "proc-log": "^4.0.0",
18958
+ "npm-package-arg": "^12.0.0",
18959
+ "npm-packlist": "^9.0.0",
18960
+ "npm-pick-manifest": "^10.0.0",
18961
+ "npm-registry-fetch": "^18.0.0",
18962
+ "proc-log": "^5.0.0",
18098
18963
  "promise-retry": "^2.0.1",
18099
18964
  "sigstore": "^2.2.0",
18100
- "ssri": "^10.0.0",
18965
+ "ssri": "^12.0.0",
18101
18966
  "tar": "^6.1.11"
18102
18967
  },
18103
18968
  "bin": {
18104
18969
  "pacote": "bin/index.js"
18105
18970
  },
18106
18971
  "engines": {
18107
- "node": "^16.14.0 || >=18.0.0"
18972
+ "node": "^18.17.0 || >=20.5.0"
18108
18973
  }
18109
18974
  },
18110
18975
  "node_modules/npm/node_modules/parse-conflict-json": {
18111
- "version": "3.0.1",
18112
- "resolved": "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-3.0.1.tgz",
18113
- "integrity": "sha512-01TvEktc68vwbJOtWZluyWeVGWjP+bZwXtPDMQVbBKzbJ/vZBif0L69KH1+cHv1SZ6e0FKLvjyHe8mqsIqYOmw==",
18976
+ "version": "4.0.0",
18977
+ "resolved": "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-4.0.0.tgz",
18978
+ "integrity": "sha512-37CN2VtcuvKgHUs8+0b1uJeEsbGn61GRHz469C94P5xiOoqpDYJYwjg4RY9Vmz39WyZAVkR5++nbJwLMIgOCnQ==",
18114
18979
  "inBundle": true,
18115
18980
  "license": "ISC",
18116
18981
  "dependencies": {
18117
- "json-parse-even-better-errors": "^3.0.0",
18982
+ "json-parse-even-better-errors": "^4.0.0",
18118
18983
  "just-diff": "^6.0.0",
18119
18984
  "just-diff-apply": "^5.2.0"
18120
18985
  },
18121
18986
  "engines": {
18122
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18987
+ "node": "^18.17.0 || >=20.5.0"
18123
18988
  }
18124
18989
  },
18125
18990
  "node_modules/npm/node_modules/path-key": {
@@ -18151,6 +19016,8 @@
18151
19016
  },
18152
19017
  "node_modules/npm/node_modules/postcss-selector-parser": {
18153
19018
  "version": "6.1.2",
19019
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
19020
+ "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
18154
19021
  "inBundle": true,
18155
19022
  "license": "MIT",
18156
19023
  "dependencies": {
@@ -18162,23 +19029,23 @@
18162
19029
  }
18163
19030
  },
18164
19031
  "node_modules/npm/node_modules/proc-log": {
18165
- "version": "4.2.0",
18166
- "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz",
18167
- "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==",
19032
+ "version": "5.0.0",
19033
+ "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-5.0.0.tgz",
19034
+ "integrity": "sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ==",
18168
19035
  "inBundle": true,
18169
19036
  "license": "ISC",
18170
19037
  "engines": {
18171
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
19038
+ "node": "^18.17.0 || >=20.5.0"
18172
19039
  }
18173
19040
  },
18174
19041
  "node_modules/npm/node_modules/proggy": {
18175
- "version": "2.0.0",
18176
- "resolved": "https://registry.npmjs.org/proggy/-/proggy-2.0.0.tgz",
18177
- "integrity": "sha512-69agxLtnI8xBs9gUGqEnK26UfiexpHy+KUpBQWabiytQjnn5wFY8rklAi7GRfABIuPNnQ/ik48+LGLkYYJcy4A==",
19042
+ "version": "3.0.0",
19043
+ "resolved": "https://registry.npmjs.org/proggy/-/proggy-3.0.0.tgz",
19044
+ "integrity": "sha512-QE8RApCM3IaRRxVzxrjbgNMpQEX6Wu0p0KBeoSiSEw5/bsGwZHsshF4LCxH2jp/r6BU+bqA3LrMDEYNfJnpD8Q==",
18178
19045
  "inBundle": true,
18179
19046
  "license": "ISC",
18180
19047
  "engines": {
18181
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
19048
+ "node": "^18.17.0 || >=20.5.0"
18182
19049
  }
18183
19050
  },
18184
19051
  "node_modules/npm/node_modules/promise-all-reject-late": {
@@ -18223,14 +19090,16 @@
18223
19090
  }
18224
19091
  },
18225
19092
  "node_modules/npm/node_modules/promzard": {
18226
- "version": "1.0.2",
19093
+ "version": "2.0.0",
19094
+ "resolved": "https://registry.npmjs.org/promzard/-/promzard-2.0.0.tgz",
19095
+ "integrity": "sha512-Ncd0vyS2eXGOjchIRg6PVCYKetJYrW1BSbbIo+bKdig61TB6nH2RQNF2uP+qMpsI73L/jURLWojcw8JNIKZ3gg==",
18227
19096
  "inBundle": true,
18228
19097
  "license": "ISC",
18229
19098
  "dependencies": {
18230
- "read": "^3.0.1"
19099
+ "read": "^4.0.0"
18231
19100
  },
18232
19101
  "engines": {
18233
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
19102
+ "node": "^18.17.0 || >=20.5.0"
18234
19103
  }
18235
19104
  },
18236
19105
  "node_modules/npm/node_modules/qrcode-terminal": {
@@ -18243,40 +19112,40 @@
18243
19112
  }
18244
19113
  },
18245
19114
  "node_modules/npm/node_modules/read": {
18246
- "version": "3.0.1",
18247
- "resolved": "https://registry.npmjs.org/read/-/read-3.0.1.tgz",
18248
- "integrity": "sha512-SLBrDU/Srs/9EoWhU5GdbAoxG1GzpQHo/6qiGItaoLJ1thmYpcNIM1qISEUvyHBzfGlWIyd6p2DNi1oV1VmAuw==",
19115
+ "version": "4.0.0",
19116
+ "resolved": "https://registry.npmjs.org/read/-/read-4.0.0.tgz",
19117
+ "integrity": "sha512-nbYGT3cec3J5NPUeJia7l72I3oIzMIB6yeNyDqi8CVHr3WftwjrCUqR0j13daoHEMVaZ/rxCpmHKrbods3hI2g==",
18249
19118
  "inBundle": true,
18250
19119
  "license": "ISC",
18251
19120
  "dependencies": {
18252
- "mute-stream": "^1.0.0"
19121
+ "mute-stream": "^2.0.0"
18253
19122
  },
18254
19123
  "engines": {
18255
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
19124
+ "node": "^18.17.0 || >=20.5.0"
18256
19125
  }
18257
19126
  },
18258
19127
  "node_modules/npm/node_modules/read-cmd-shim": {
18259
- "version": "4.0.0",
18260
- "resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-4.0.0.tgz",
18261
- "integrity": "sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==",
19128
+ "version": "5.0.0",
19129
+ "resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-5.0.0.tgz",
19130
+ "integrity": "sha512-SEbJV7tohp3DAAILbEMPXavBjAnMN0tVnh4+9G8ihV4Pq3HYF9h8QNez9zkJ1ILkv9G2BjdzwctznGZXgu/HGw==",
18262
19131
  "inBundle": true,
18263
19132
  "license": "ISC",
18264
19133
  "engines": {
18265
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
19134
+ "node": "^18.17.0 || >=20.5.0"
18266
19135
  }
18267
19136
  },
18268
19137
  "node_modules/npm/node_modules/read-package-json-fast": {
18269
- "version": "3.0.2",
18270
- "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz",
18271
- "integrity": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==",
19138
+ "version": "4.0.0",
19139
+ "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
19140
+ "integrity": "sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==",
18272
19141
  "inBundle": true,
18273
19142
  "license": "ISC",
18274
19143
  "dependencies": {
18275
- "json-parse-even-better-errors": "^3.0.0",
18276
- "npm-normalize-package-bin": "^3.0.0"
19144
+ "json-parse-even-better-errors": "^4.0.0",
19145
+ "npm-normalize-package-bin": "^4.0.0"
18277
19146
  },
18278
19147
  "engines": {
18279
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
19148
+ "node": "^18.17.0 || >=20.5.0"
18280
19149
  }
18281
19150
  },
18282
19151
  "node_modules/npm/node_modules/retry": {
@@ -18289,6 +19158,22 @@
18289
19158
  "node": ">= 4"
18290
19159
  }
18291
19160
  },
19161
+ "node_modules/npm/node_modules/rimraf": {
19162
+ "version": "5.0.10",
19163
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz",
19164
+ "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==",
19165
+ "inBundle": true,
19166
+ "license": "ISC",
19167
+ "dependencies": {
19168
+ "glob": "^10.3.7"
19169
+ },
19170
+ "bin": {
19171
+ "rimraf": "dist/esm/bin.mjs"
19172
+ },
19173
+ "funding": {
19174
+ "url": "https://github.com/sponsors/isaacs"
19175
+ }
19176
+ },
18292
19177
  "node_modules/npm/node_modules/safer-buffer": {
18293
19178
  "version": "2.1.2",
18294
19179
  "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
@@ -18452,16 +19337,16 @@
18452
19337
  "license": "BSD-3-Clause"
18453
19338
  },
18454
19339
  "node_modules/npm/node_modules/ssri": {
18455
- "version": "10.0.6",
18456
- "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
18457
- "integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==",
19340
+ "version": "12.0.0",
19341
+ "resolved": "https://registry.npmjs.org/ssri/-/ssri-12.0.0.tgz",
19342
+ "integrity": "sha512-S7iGNosepx9RadX82oimUkvr0Ct7IjJbEbs4mJcTxst8um95J3sDYU1RBEOvdu6oL1Wek2ODI5i4MAw+dZ6cAQ==",
18458
19343
  "inBundle": true,
18459
19344
  "license": "ISC",
18460
19345
  "dependencies": {
18461
19346
  "minipass": "^7.0.3"
18462
19347
  },
18463
19348
  "engines": {
18464
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
19349
+ "node": "^18.17.0 || >=20.5.0"
18465
19350
  }
18466
19351
  },
18467
19352
  "node_modules/npm/node_modules/string-width": {
@@ -18563,72 +19448,189 @@
18563
19448
  "minipass": "^3.0.0"
18564
19449
  },
18565
19450
  "engines": {
18566
- "node": ">= 8"
19451
+ "node": ">= 8"
19452
+ }
19453
+ },
19454
+ "node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass": {
19455
+ "version": "3.3.6",
19456
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
19457
+ "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
19458
+ "inBundle": true,
19459
+ "license": "ISC",
19460
+ "dependencies": {
19461
+ "yallist": "^4.0.0"
19462
+ },
19463
+ "engines": {
19464
+ "node": ">=8"
19465
+ }
19466
+ },
19467
+ "node_modules/npm/node_modules/tar/node_modules/minipass": {
19468
+ "version": "5.0.0",
19469
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
19470
+ "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
19471
+ "inBundle": true,
19472
+ "license": "ISC",
19473
+ "engines": {
19474
+ "node": ">=8"
19475
+ }
19476
+ },
19477
+ "node_modules/npm/node_modules/text-table": {
19478
+ "version": "0.2.0",
19479
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
19480
+ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
19481
+ "inBundle": true,
19482
+ "license": "MIT"
19483
+ },
19484
+ "node_modules/npm/node_modules/tiny-relative-date": {
19485
+ "version": "1.3.0",
19486
+ "resolved": "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz",
19487
+ "integrity": "sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==",
19488
+ "inBundle": true,
19489
+ "license": "MIT"
19490
+ },
19491
+ "node_modules/npm/node_modules/treeverse": {
19492
+ "version": "3.0.0",
19493
+ "resolved": "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz",
19494
+ "integrity": "sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==",
19495
+ "inBundle": true,
19496
+ "license": "ISC",
19497
+ "engines": {
19498
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
19499
+ }
19500
+ },
19501
+ "node_modules/npm/node_modules/tuf-js": {
19502
+ "version": "2.2.1",
19503
+ "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.1.tgz",
19504
+ "integrity": "sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==",
19505
+ "inBundle": true,
19506
+ "license": "MIT",
19507
+ "dependencies": {
19508
+ "@tufjs/models": "2.0.1",
19509
+ "debug": "^4.3.4",
19510
+ "make-fetch-happen": "^13.0.1"
19511
+ },
19512
+ "engines": {
19513
+ "node": "^16.14.0 || >=18.0.0"
19514
+ }
19515
+ },
19516
+ "node_modules/npm/node_modules/tuf-js/node_modules/@npmcli/agent": {
19517
+ "version": "2.2.2",
19518
+ "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.2.tgz",
19519
+ "integrity": "sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==",
19520
+ "inBundle": true,
19521
+ "license": "ISC",
19522
+ "dependencies": {
19523
+ "agent-base": "^7.1.0",
19524
+ "http-proxy-agent": "^7.0.0",
19525
+ "https-proxy-agent": "^7.0.1",
19526
+ "lru-cache": "^10.0.1",
19527
+ "socks-proxy-agent": "^8.0.3"
19528
+ },
19529
+ "engines": {
19530
+ "node": "^16.14.0 || >=18.0.0"
19531
+ }
19532
+ },
19533
+ "node_modules/npm/node_modules/tuf-js/node_modules/@npmcli/fs": {
19534
+ "version": "3.1.1",
19535
+ "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz",
19536
+ "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==",
19537
+ "inBundle": true,
19538
+ "license": "ISC",
19539
+ "dependencies": {
19540
+ "semver": "^7.3.5"
19541
+ },
19542
+ "engines": {
19543
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
19544
+ }
19545
+ },
19546
+ "node_modules/npm/node_modules/tuf-js/node_modules/cacache": {
19547
+ "version": "18.0.4",
19548
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz",
19549
+ "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==",
19550
+ "inBundle": true,
19551
+ "license": "ISC",
19552
+ "dependencies": {
19553
+ "@npmcli/fs": "^3.1.0",
19554
+ "fs-minipass": "^3.0.0",
19555
+ "glob": "^10.2.2",
19556
+ "lru-cache": "^10.0.1",
19557
+ "minipass": "^7.0.3",
19558
+ "minipass-collect": "^2.0.1",
19559
+ "minipass-flush": "^1.0.5",
19560
+ "minipass-pipeline": "^1.2.4",
19561
+ "p-map": "^4.0.0",
19562
+ "ssri": "^10.0.0",
19563
+ "tar": "^6.1.11",
19564
+ "unique-filename": "^3.0.0"
19565
+ },
19566
+ "engines": {
19567
+ "node": "^16.14.0 || >=18.0.0"
18567
19568
  }
18568
19569
  },
18569
- "node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass": {
18570
- "version": "3.3.6",
18571
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
18572
- "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
19570
+ "node_modules/npm/node_modules/tuf-js/node_modules/make-fetch-happen": {
19571
+ "version": "13.0.1",
19572
+ "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz",
19573
+ "integrity": "sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==",
18573
19574
  "inBundle": true,
18574
19575
  "license": "ISC",
18575
19576
  "dependencies": {
18576
- "yallist": "^4.0.0"
19577
+ "@npmcli/agent": "^2.0.0",
19578
+ "cacache": "^18.0.0",
19579
+ "http-cache-semantics": "^4.1.1",
19580
+ "is-lambda": "^1.0.1",
19581
+ "minipass": "^7.0.2",
19582
+ "minipass-fetch": "^3.0.0",
19583
+ "minipass-flush": "^1.0.5",
19584
+ "minipass-pipeline": "^1.2.4",
19585
+ "negotiator": "^0.6.3",
19586
+ "proc-log": "^4.2.0",
19587
+ "promise-retry": "^2.0.1",
19588
+ "ssri": "^10.0.0"
18577
19589
  },
18578
19590
  "engines": {
18579
- "node": ">=8"
19591
+ "node": "^16.14.0 || >=18.0.0"
18580
19592
  }
18581
19593
  },
18582
- "node_modules/npm/node_modules/tar/node_modules/minipass": {
18583
- "version": "5.0.0",
18584
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
18585
- "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
19594
+ "node_modules/npm/node_modules/tuf-js/node_modules/minipass-fetch": {
19595
+ "version": "3.0.5",
18586
19596
  "inBundle": true,
18587
- "license": "ISC",
19597
+ "license": "MIT",
19598
+ "dependencies": {
19599
+ "minipass": "^7.0.3",
19600
+ "minipass-sized": "^1.0.3",
19601
+ "minizlib": "^2.1.2"
19602
+ },
18588
19603
  "engines": {
18589
- "node": ">=8"
19604
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
19605
+ },
19606
+ "optionalDependencies": {
19607
+ "encoding": "^0.1.13"
18590
19608
  }
18591
19609
  },
18592
- "node_modules/npm/node_modules/text-table": {
18593
- "version": "0.2.0",
18594
- "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
18595
- "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
18596
- "inBundle": true,
18597
- "license": "MIT"
18598
- },
18599
- "node_modules/npm/node_modules/tiny-relative-date": {
18600
- "version": "1.3.0",
18601
- "resolved": "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz",
18602
- "integrity": "sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==",
18603
- "inBundle": true,
18604
- "license": "MIT"
18605
- },
18606
- "node_modules/npm/node_modules/treeverse": {
18607
- "version": "3.0.0",
18608
- "resolved": "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz",
18609
- "integrity": "sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==",
19610
+ "node_modules/npm/node_modules/tuf-js/node_modules/proc-log": {
19611
+ "version": "4.2.0",
19612
+ "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz",
19613
+ "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==",
18610
19614
  "inBundle": true,
18611
19615
  "license": "ISC",
18612
19616
  "engines": {
18613
19617
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18614
19618
  }
18615
19619
  },
18616
- "node_modules/npm/node_modules/tuf-js": {
18617
- "version": "2.2.1",
18618
- "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.1.tgz",
18619
- "integrity": "sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==",
19620
+ "node_modules/npm/node_modules/tuf-js/node_modules/ssri": {
19621
+ "version": "10.0.6",
19622
+ "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
19623
+ "integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==",
18620
19624
  "inBundle": true,
18621
- "license": "MIT",
19625
+ "license": "ISC",
18622
19626
  "dependencies": {
18623
- "@tufjs/models": "2.0.1",
18624
- "debug": "^4.3.4",
18625
- "make-fetch-happen": "^13.0.1"
19627
+ "minipass": "^7.0.3"
18626
19628
  },
18627
19629
  "engines": {
18628
- "node": "^16.14.0 || >=18.0.0"
19630
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18629
19631
  }
18630
19632
  },
18631
- "node_modules/npm/node_modules/unique-filename": {
19633
+ "node_modules/npm/node_modules/tuf-js/node_modules/unique-filename": {
18632
19634
  "version": "3.0.0",
18633
19635
  "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz",
18634
19636
  "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==",
@@ -18641,7 +19643,7 @@
18641
19643
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18642
19644
  }
18643
19645
  },
18644
- "node_modules/npm/node_modules/unique-slug": {
19646
+ "node_modules/npm/node_modules/tuf-js/node_modules/unique-slug": {
18645
19647
  "version": "4.0.0",
18646
19648
  "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz",
18647
19649
  "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==",
@@ -18654,6 +19656,32 @@
18654
19656
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18655
19657
  }
18656
19658
  },
19659
+ "node_modules/npm/node_modules/unique-filename": {
19660
+ "version": "4.0.0",
19661
+ "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-4.0.0.tgz",
19662
+ "integrity": "sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==",
19663
+ "inBundle": true,
19664
+ "license": "ISC",
19665
+ "dependencies": {
19666
+ "unique-slug": "^5.0.0"
19667
+ },
19668
+ "engines": {
19669
+ "node": "^18.17.0 || >=20.5.0"
19670
+ }
19671
+ },
19672
+ "node_modules/npm/node_modules/unique-slug": {
19673
+ "version": "5.0.0",
19674
+ "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-5.0.0.tgz",
19675
+ "integrity": "sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==",
19676
+ "inBundle": true,
19677
+ "license": "ISC",
19678
+ "dependencies": {
19679
+ "imurmurhash": "^0.1.4"
19680
+ },
19681
+ "engines": {
19682
+ "node": "^18.17.0 || >=20.5.0"
19683
+ }
19684
+ },
18657
19685
  "node_modules/npm/node_modules/util-deprecate": {
18658
19686
  "version": "1.0.2",
18659
19687
  "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
@@ -18684,13 +19712,13 @@
18684
19712
  }
18685
19713
  },
18686
19714
  "node_modules/npm/node_modules/validate-npm-package-name": {
18687
- "version": "5.0.1",
18688
- "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz",
18689
- "integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==",
19715
+ "version": "6.0.0",
19716
+ "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-6.0.0.tgz",
19717
+ "integrity": "sha512-d7KLgL1LD3U3fgnvWEY1cQXoO/q6EQ1BSz48Sa149V/5zVTAbgmZIpyI8TRi6U9/JNyeYLlTKsEMPtLC27RFUg==",
18690
19718
  "inBundle": true,
18691
19719
  "license": "ISC",
18692
19720
  "engines": {
18693
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
19721
+ "node": "^18.17.0 || >=20.5.0"
18694
19722
  }
18695
19723
  },
18696
19724
  "node_modules/npm/node_modules/walk-up-path": {
@@ -18701,9 +19729,9 @@
18701
19729
  "license": "ISC"
18702
19730
  },
18703
19731
  "node_modules/npm/node_modules/which": {
18704
- "version": "4.0.0",
18705
- "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
18706
- "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
19732
+ "version": "5.0.0",
19733
+ "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
19734
+ "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
18707
19735
  "inBundle": true,
18708
19736
  "license": "ISC",
18709
19737
  "dependencies": {
@@ -18713,7 +19741,7 @@
18713
19741
  "node-which": "bin/which.js"
18714
19742
  },
18715
19743
  "engines": {
18716
- "node": "^16.13.0 || >=18.0.0"
19744
+ "node": "^18.17.0 || >=20.5.0"
18717
19745
  }
18718
19746
  },
18719
19747
  "node_modules/npm/node_modules/which/node_modules/isexe": {
@@ -18834,9 +19862,9 @@
18834
19862
  }
18835
19863
  },
18836
19864
  "node_modules/npm/node_modules/write-file-atomic": {
18837
- "version": "5.0.1",
18838
- "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
18839
- "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==",
19865
+ "version": "6.0.0",
19866
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-6.0.0.tgz",
19867
+ "integrity": "sha512-GmqrO8WJ1NuzJ2DrziEI2o57jKAVIQNf8a18W3nCYU3H7PNWqCCVTeH6/NQE93CIllIgQS98rrmVkYgTX9fFJQ==",
18840
19868
  "inBundle": true,
18841
19869
  "license": "ISC",
18842
19870
  "dependencies": {
@@ -18844,7 +19872,7 @@
18844
19872
  "signal-exit": "^4.0.1"
18845
19873
  },
18846
19874
  "engines": {
18847
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
19875
+ "node": "^18.17.0 || >=20.5.0"
18848
19876
  }
18849
19877
  },
18850
19878
  "node_modules/npm/node_modules/yallist": {
@@ -19187,6 +20215,19 @@
19187
20215
  "node": ">=6 <7 || >=8"
19188
20216
  }
19189
20217
  },
20218
+ "node_modules/oclif/node_modules/hosted-git-info": {
20219
+ "version": "7.0.2",
20220
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
20221
+ "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==",
20222
+ "dev": true,
20223
+ "license": "ISC",
20224
+ "dependencies": {
20225
+ "lru-cache": "^10.0.1"
20226
+ },
20227
+ "engines": {
20228
+ "node": "^16.14.0 || >=18.0.0"
20229
+ }
20230
+ },
19190
20231
  "node_modules/oclif/node_modules/jsonfile": {
19191
20232
  "version": "4.0.0",
19192
20233
  "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
@@ -19197,6 +20238,21 @@
19197
20238
  "graceful-fs": "^4.1.6"
19198
20239
  }
19199
20240
  },
20241
+ "node_modules/oclif/node_modules/normalize-package-data": {
20242
+ "version": "6.0.2",
20243
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.2.tgz",
20244
+ "integrity": "sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==",
20245
+ "dev": true,
20246
+ "license": "BSD-2-Clause",
20247
+ "dependencies": {
20248
+ "hosted-git-info": "^7.0.0",
20249
+ "semver": "^7.3.5",
20250
+ "validate-npm-package-license": "^3.0.4"
20251
+ },
20252
+ "engines": {
20253
+ "node": "^16.14.0 || >=18.0.0"
20254
+ }
20255
+ },
19200
20256
  "node_modules/oclif/node_modules/universalify": {
19201
20257
  "version": "0.1.2",
19202
20258
  "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
@@ -19423,35 +20479,35 @@
19423
20479
  "license": "BlueOak-1.0.0"
19424
20480
  },
19425
20481
  "node_modules/pacote": {
19426
- "version": "18.0.6",
19427
- "resolved": "https://registry.npmjs.org/pacote/-/pacote-18.0.6.tgz",
19428
- "integrity": "sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A==",
20482
+ "version": "19.0.0",
20483
+ "resolved": "https://registry.npmjs.org/pacote/-/pacote-19.0.0.tgz",
20484
+ "integrity": "sha512-953pUJqILTeaRvKFcQ78unsNc3Nl4PyVHTTsAUmvSmJ0NXs0LTWKAl5tMF2CXPRXA16RdCMYI9EKlV4CCi2T5g==",
19429
20485
  "extraneous": true,
19430
20486
  "license": "ISC",
19431
20487
  "dependencies": {
19432
- "@npmcli/git": "^5.0.0",
19433
- "@npmcli/installed-package-contents": "^2.0.1",
19434
- "@npmcli/package-json": "^5.1.0",
19435
- "@npmcli/promise-spawn": "^7.0.0",
19436
- "@npmcli/run-script": "^8.0.0",
19437
- "cacache": "^18.0.0",
20488
+ "@npmcli/git": "^6.0.0",
20489
+ "@npmcli/installed-package-contents": "^3.0.0",
20490
+ "@npmcli/package-json": "^6.0.0",
20491
+ "@npmcli/promise-spawn": "^8.0.0",
20492
+ "@npmcli/run-script": "^9.0.0",
20493
+ "cacache": "^19.0.0",
19438
20494
  "fs-minipass": "^3.0.0",
19439
20495
  "minipass": "^7.0.2",
19440
- "npm-package-arg": "^11.0.0",
19441
- "npm-packlist": "^8.0.0",
19442
- "npm-pick-manifest": "^9.0.0",
19443
- "npm-registry-fetch": "^17.0.0",
19444
- "proc-log": "^4.0.0",
20496
+ "npm-package-arg": "^12.0.0",
20497
+ "npm-packlist": "^9.0.0",
20498
+ "npm-pick-manifest": "^10.0.0",
20499
+ "npm-registry-fetch": "^18.0.0",
20500
+ "proc-log": "^5.0.0",
19445
20501
  "promise-retry": "^2.0.1",
19446
20502
  "sigstore": "^2.2.0",
19447
- "ssri": "^10.0.0",
20503
+ "ssri": "^12.0.0",
19448
20504
  "tar": "^6.1.11"
19449
20505
  },
19450
20506
  "bin": {
19451
20507
  "pacote": "bin/index.js"
19452
20508
  },
19453
20509
  "engines": {
19454
- "node": "^16.14.0 || >=18.0.0"
20510
+ "node": "^18.17.0 || >=20.5.0"
19455
20511
  }
19456
20512
  },
19457
20513
  "node_modules/pako": {
@@ -19484,18 +20540,18 @@
19484
20540
  }
19485
20541
  },
19486
20542
  "node_modules/parse-conflict-json": {
19487
- "version": "3.0.1",
19488
- "resolved": "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-3.0.1.tgz",
19489
- "integrity": "sha512-01TvEktc68vwbJOtWZluyWeVGWjP+bZwXtPDMQVbBKzbJ/vZBif0L69KH1+cHv1SZ6e0FKLvjyHe8mqsIqYOmw==",
20543
+ "version": "4.0.0",
20544
+ "resolved": "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-4.0.0.tgz",
20545
+ "integrity": "sha512-37CN2VtcuvKgHUs8+0b1uJeEsbGn61GRHz469C94P5xiOoqpDYJYwjg4RY9Vmz39WyZAVkR5++nbJwLMIgOCnQ==",
19490
20546
  "extraneous": true,
19491
20547
  "license": "ISC",
19492
20548
  "dependencies": {
19493
- "json-parse-even-better-errors": "^3.0.0",
20549
+ "json-parse-even-better-errors": "^4.0.0",
19494
20550
  "just-diff": "^6.0.0",
19495
20551
  "just-diff-apply": "^5.2.0"
19496
20552
  },
19497
20553
  "engines": {
19498
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
20554
+ "node": "^18.17.0 || >=20.5.0"
19499
20555
  }
19500
20556
  },
19501
20557
  "node_modules/parse-conflict-json/node_modules/just-diff": {
@@ -19857,9 +20913,9 @@
19857
20913
  }
19858
20914
  },
19859
20915
  "node_modules/postcss-selector-parser": {
19860
- "version": "6.0.16",
19861
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz",
19862
- "integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==",
20916
+ "version": "6.1.2",
20917
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
20918
+ "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
19863
20919
  "extraneous": true,
19864
20920
  "license": "MIT",
19865
20921
  "dependencies": {
@@ -19983,12 +21039,13 @@
19983
21039
  }
19984
21040
  },
19985
21041
  "node_modules/proc-log": {
19986
- "version": "4.2.0",
19987
- "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz",
19988
- "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==",
21042
+ "version": "5.0.0",
21043
+ "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-5.0.0.tgz",
21044
+ "integrity": "sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ==",
21045
+ "extraneous": true,
19989
21046
  "license": "ISC",
19990
21047
  "engines": {
19991
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
21048
+ "node": "^18.17.0 || >=20.5.0"
19992
21049
  }
19993
21050
  },
19994
21051
  "node_modules/process": {
@@ -20026,13 +21083,13 @@
20026
21083
  "license": "MIT"
20027
21084
  },
20028
21085
  "node_modules/proggy": {
20029
- "version": "2.0.0",
20030
- "resolved": "https://registry.npmjs.org/proggy/-/proggy-2.0.0.tgz",
20031
- "integrity": "sha512-69agxLtnI8xBs9gUGqEnK26UfiexpHy+KUpBQWabiytQjnn5wFY8rklAi7GRfABIuPNnQ/ik48+LGLkYYJcy4A==",
21086
+ "version": "3.0.0",
21087
+ "resolved": "https://registry.npmjs.org/proggy/-/proggy-3.0.0.tgz",
21088
+ "integrity": "sha512-QE8RApCM3IaRRxVzxrjbgNMpQEX6Wu0p0KBeoSiSEw5/bsGwZHsshF4LCxH2jp/r6BU+bqA3LrMDEYNfJnpD8Q==",
20032
21089
  "extraneous": true,
20033
21090
  "license": "ISC",
20034
21091
  "engines": {
20035
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
21092
+ "node": "^18.17.0 || >=20.5.0"
20036
21093
  }
20037
21094
  },
20038
21095
  "node_modules/promise-all-reject-late": {
@@ -20077,16 +21134,16 @@
20077
21134
  }
20078
21135
  },
20079
21136
  "node_modules/promzard": {
20080
- "version": "1.0.1",
20081
- "resolved": "https://registry.npmjs.org/promzard/-/promzard-1.0.1.tgz",
20082
- "integrity": "sha512-ulDF77aULEHUoJkN5XZgRV5loHXBaqd9eorMvLNLvi2gXMuRAtwH6Gh4zsMHQY1kTt7tyv/YZwZW5C2gtj8F2A==",
21137
+ "version": "2.0.0",
21138
+ "resolved": "https://registry.npmjs.org/promzard/-/promzard-2.0.0.tgz",
21139
+ "integrity": "sha512-Ncd0vyS2eXGOjchIRg6PVCYKetJYrW1BSbbIo+bKdig61TB6nH2RQNF2uP+qMpsI73L/jURLWojcw8JNIKZ3gg==",
20083
21140
  "extraneous": true,
20084
21141
  "license": "ISC",
20085
21142
  "dependencies": {
20086
- "read": "^3.0.1"
21143
+ "read": "^4.0.0"
20087
21144
  },
20088
21145
  "engines": {
20089
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
21146
+ "node": "^18.17.0 || >=20.5.0"
20090
21147
  }
20091
21148
  },
20092
21149
  "node_modules/proper-lockfile": {
@@ -20277,40 +21334,40 @@
20277
21334
  }
20278
21335
  },
20279
21336
  "node_modules/read": {
20280
- "version": "3.0.1",
20281
- "resolved": "https://registry.npmjs.org/read/-/read-3.0.1.tgz",
20282
- "integrity": "sha512-SLBrDU/Srs/9EoWhU5GdbAoxG1GzpQHo/6qiGItaoLJ1thmYpcNIM1qISEUvyHBzfGlWIyd6p2DNi1oV1VmAuw==",
21337
+ "version": "4.0.0",
21338
+ "resolved": "https://registry.npmjs.org/read/-/read-4.0.0.tgz",
21339
+ "integrity": "sha512-nbYGT3cec3J5NPUeJia7l72I3oIzMIB6yeNyDqi8CVHr3WftwjrCUqR0j13daoHEMVaZ/rxCpmHKrbods3hI2g==",
20283
21340
  "extraneous": true,
20284
21341
  "license": "ISC",
20285
21342
  "dependencies": {
20286
- "mute-stream": "^1.0.0"
21343
+ "mute-stream": "^2.0.0"
20287
21344
  },
20288
21345
  "engines": {
20289
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
21346
+ "node": "^18.17.0 || >=20.5.0"
20290
21347
  }
20291
21348
  },
20292
21349
  "node_modules/read-cmd-shim": {
20293
- "version": "4.0.0",
20294
- "resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-4.0.0.tgz",
20295
- "integrity": "sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==",
21350
+ "version": "5.0.0",
21351
+ "resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-5.0.0.tgz",
21352
+ "integrity": "sha512-SEbJV7tohp3DAAILbEMPXavBjAnMN0tVnh4+9G8ihV4Pq3HYF9h8QNez9zkJ1ILkv9G2BjdzwctznGZXgu/HGw==",
20296
21353
  "extraneous": true,
20297
21354
  "license": "ISC",
20298
21355
  "engines": {
20299
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
21356
+ "node": "^18.17.0 || >=20.5.0"
20300
21357
  }
20301
21358
  },
20302
21359
  "node_modules/read-package-json-fast": {
20303
- "version": "3.0.2",
20304
- "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz",
20305
- "integrity": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==",
21360
+ "version": "4.0.0",
21361
+ "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
21362
+ "integrity": "sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==",
20306
21363
  "extraneous": true,
20307
21364
  "license": "ISC",
20308
21365
  "dependencies": {
20309
- "json-parse-even-better-errors": "^3.0.0",
20310
- "npm-normalize-package-bin": "^3.0.0"
21366
+ "json-parse-even-better-errors": "^4.0.0",
21367
+ "npm-normalize-package-bin": "^4.0.0"
20311
21368
  },
20312
21369
  "engines": {
20313
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
21370
+ "node": "^18.17.0 || >=20.5.0"
20314
21371
  }
20315
21372
  },
20316
21373
  "node_modules/read-pkg": {
@@ -20471,6 +21528,16 @@
20471
21528
  "semver": "bin/semver"
20472
21529
  }
20473
21530
  },
21531
+ "node_modules/read/node_modules/mute-stream": {
21532
+ "version": "2.0.0",
21533
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
21534
+ "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
21535
+ "extraneous": true,
21536
+ "license": "ISC",
21537
+ "engines": {
21538
+ "node": "^18.17.0 || >=20.5.0"
21539
+ }
21540
+ },
20474
21541
  "node_modules/readable-stream": {
20475
21542
  "version": "3.6.2",
20476
21543
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
@@ -21646,16 +22713,16 @@
21646
22713
  }
21647
22714
  },
21648
22715
  "node_modules/ssri": {
21649
- "version": "10.0.6",
21650
- "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
21651
- "integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==",
22716
+ "version": "12.0.0",
22717
+ "resolved": "https://registry.npmjs.org/ssri/-/ssri-12.0.0.tgz",
22718
+ "integrity": "sha512-S7iGNosepx9RadX82oimUkvr0Ct7IjJbEbs4mJcTxst8um95J3sDYU1RBEOvdu6oL1Wek2ODI5i4MAw+dZ6cAQ==",
21652
22719
  "extraneous": true,
21653
22720
  "license": "ISC",
21654
22721
  "dependencies": {
21655
22722
  "minipass": "^7.0.3"
21656
22723
  },
21657
22724
  "engines": {
21658
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
22725
+ "node": "^18.17.0 || >=20.5.0"
21659
22726
  }
21660
22727
  },
21661
22728
  "node_modules/stack-chain": {
@@ -22117,6 +23184,12 @@
22117
23184
  "tar-stream": "^2.1.4"
22118
23185
  }
22119
23186
  },
23187
+ "node_modules/tar-fs/node_modules/chownr": {
23188
+ "version": "1.1.4",
23189
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
23190
+ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
23191
+ "license": "ISC"
23192
+ },
22120
23193
  "node_modules/tar-stream": {
22121
23194
  "version": "2.2.0",
22122
23195
  "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
@@ -22133,15 +23206,6 @@
22133
23206
  "node": ">=6"
22134
23207
  }
22135
23208
  },
22136
- "node_modules/tar/node_modules/chownr": {
22137
- "version": "2.0.0",
22138
- "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
22139
- "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
22140
- "license": "ISC",
22141
- "engines": {
22142
- "node": ">=10"
22143
- }
22144
- },
22145
23209
  "node_modules/tar/node_modules/fs-minipass": {
22146
23210
  "version": "2.1.0",
22147
23211
  "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
@@ -22175,6 +23239,31 @@
22175
23239
  "node": ">=8"
22176
23240
  }
22177
23241
  },
23242
+ "node_modules/tar/node_modules/minizlib": {
23243
+ "version": "2.1.2",
23244
+ "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
23245
+ "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
23246
+ "license": "MIT",
23247
+ "dependencies": {
23248
+ "minipass": "^3.0.0",
23249
+ "yallist": "^4.0.0"
23250
+ },
23251
+ "engines": {
23252
+ "node": ">= 8"
23253
+ }
23254
+ },
23255
+ "node_modules/tar/node_modules/minizlib/node_modules/minipass": {
23256
+ "version": "3.3.6",
23257
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
23258
+ "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
23259
+ "license": "ISC",
23260
+ "dependencies": {
23261
+ "yallist": "^4.0.0"
23262
+ },
23263
+ "engines": {
23264
+ "node": ">=8"
23265
+ }
23266
+ },
22178
23267
  "node_modules/terminal-link": {
22179
23268
  "version": "3.0.0",
22180
23269
  "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-3.0.0.tgz",
@@ -22844,29 +23933,29 @@
22844
23933
  }
22845
23934
  },
22846
23935
  "node_modules/unique-filename": {
22847
- "version": "3.0.0",
22848
- "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz",
22849
- "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==",
23936
+ "version": "4.0.0",
23937
+ "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-4.0.0.tgz",
23938
+ "integrity": "sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==",
22850
23939
  "extraneous": true,
22851
23940
  "license": "ISC",
22852
23941
  "dependencies": {
22853
- "unique-slug": "^4.0.0"
23942
+ "unique-slug": "^5.0.0"
22854
23943
  },
22855
23944
  "engines": {
22856
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
23945
+ "node": "^18.17.0 || >=20.5.0"
22857
23946
  }
22858
23947
  },
22859
23948
  "node_modules/unique-slug": {
22860
- "version": "4.0.0",
22861
- "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz",
22862
- "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==",
23949
+ "version": "5.0.0",
23950
+ "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-5.0.0.tgz",
23951
+ "integrity": "sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==",
22863
23952
  "extraneous": true,
22864
23953
  "license": "ISC",
22865
23954
  "dependencies": {
22866
23955
  "imurmurhash": "^0.1.4"
22867
23956
  },
22868
23957
  "engines": {
22869
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
23958
+ "node": "^18.17.0 || >=20.5.0"
22870
23959
  }
22871
23960
  },
22872
23961
  "node_modules/universal-user-agent": {
@@ -23094,9 +24183,10 @@
23094
24183
  }
23095
24184
  },
23096
24185
  "node_modules/which": {
23097
- "version": "4.0.0",
23098
- "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
23099
- "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
24186
+ "version": "5.0.0",
24187
+ "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
24188
+ "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
24189
+ "extraneous": true,
23100
24190
  "license": "ISC",
23101
24191
  "dependencies": {
23102
24192
  "isexe": "^3.1.1"
@@ -23105,7 +24195,7 @@
23105
24195
  "node-which": "bin/which.js"
23106
24196
  },
23107
24197
  "engines": {
23108
- "node": "^16.13.0 || >=18.0.0"
24198
+ "node": "^18.17.0 || >=20.5.0"
23109
24199
  }
23110
24200
  },
23111
24201
  "node_modules/which-boxed-primitive": {
@@ -23306,9 +24396,9 @@
23306
24396
  "license": "ISC"
23307
24397
  },
23308
24398
  "node_modules/write-file-atomic": {
23309
- "version": "5.0.1",
23310
- "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
23311
- "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==",
24399
+ "version": "6.0.0",
24400
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-6.0.0.tgz",
24401
+ "integrity": "sha512-GmqrO8WJ1NuzJ2DrziEI2o57jKAVIQNf8a18W3nCYU3H7PNWqCCVTeH6/NQE93CIllIgQS98rrmVkYgTX9fFJQ==",
23312
24402
  "extraneous": true,
23313
24403
  "license": "ISC",
23314
24404
  "dependencies": {
@@ -23316,7 +24406,7 @@
23316
24406
  "signal-exit": "^4.0.1"
23317
24407
  },
23318
24408
  "engines": {
23319
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
24409
+ "node": "^18.17.0 || >=20.5.0"
23320
24410
  }
23321
24411
  },
23322
24412
  "node_modules/write-file-atomic/node_modules/signal-exit": {