[READ-ONLY] Mirror of https://github.com/lion-byte/eslint-config. ESLint config for personal projects
eslint-config personal-config
0

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump tar and npm

Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [npm](https://github.com/npm/cli). These dependencies need to be updated together.


Removes `tar`

Updates `npm` from 11.10.1 to 11.17.0
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/v11.17.0/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v11.10.1...v11.17.0)

---
updated-dependencies:
- dependency-name: tar
dependency-version:
dependency-type: indirect
- dependency-name: npm
dependency-version: 11.17.0
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
(Jun 17, 2026, 8:18 PM UTC) 6e1726e0 6e48b3ad

+114 -182
+114 -182
package-lock.json
··· 3846 3846 } 3847 3847 }, 3848 3848 "node_modules/npm": { 3849 - "version": "11.10.1", 3850 - "resolved": "https://registry.npmjs.org/npm/-/npm-11.10.1.tgz", 3851 - "integrity": "sha512-woavuY2OgDFQ1K/tB9QHsUuW989nKfvsKTN/h5qGyS+3+BhvXN/DA2TNzx569JaFfTqrET5bEQNHwVhFk+U1gg==", 3849 + "version": "11.17.0", 3850 + "resolved": "https://registry.npmjs.org/npm/-/npm-11.17.0.tgz", 3851 + "integrity": "sha512-PurxiZexEHDTE4SSaLI3ZrnbAGiZfeyUcQcxcP5D+hfytNAze/D1IzDuInTn9XVLIbAQUnQuSPXJx02LHjLvQw==", 3852 3852 "bundleDependencies": [ 3853 3853 "@isaacs/string-locale-compare", 3854 3854 "@npmcli/arborist", ··· 3927 3927 ], 3928 3928 "dependencies": { 3929 3929 "@isaacs/string-locale-compare": "^1.1.0", 3930 - "@npmcli/arborist": "^9.3.1", 3931 - "@npmcli/config": "^10.7.1", 3930 + "@npmcli/arborist": "^9.8.0", 3931 + "@npmcli/config": "^10.11.0", 3932 3932 "@npmcli/fs": "^5.0.0", 3933 3933 "@npmcli/map-workspaces": "^5.0.3", 3934 3934 "@npmcli/metavuln-calculator": "^9.0.3", 3935 3935 "@npmcli/package-json": "^7.0.5", 3936 3936 "@npmcli/promise-spawn": "^9.0.1", 3937 3937 "@npmcli/redact": "^4.0.0", 3938 - "@npmcli/run-script": "^10.0.3", 3939 - "@sigstore/tuf": "^4.0.1", 3938 + "@npmcli/run-script": "^10.0.4", 3939 + "@sigstore/tuf": "^4.0.2", 3940 3940 "abbrev": "^4.0.0", 3941 3941 "archy": "~1.0.0", 3942 - "cacache": "^20.0.3", 3942 + "cacache": "^20.0.4", 3943 3943 "chalk": "^5.6.2", 3944 3944 "ci-info": "^4.4.0", 3945 3945 "fastest-levenshtein": "^1.0.16", 3946 3946 "fs-minipass": "^3.0.3", 3947 3947 "glob": "^13.0.6", 3948 3948 "graceful-fs": "^4.2.11", 3949 - "hosted-git-info": "^9.0.2", 3949 + "hosted-git-info": "^9.0.3", 3950 3950 "ini": "^6.0.0", 3951 3951 "init-package-json": "^8.2.5", 3952 - "is-cidr": "^6.0.3", 3952 + "is-cidr": "^6.0.4", 3953 3953 "json-parse-even-better-errors": "^5.0.0", 3954 3954 "libnpmaccess": "^10.0.3", 3955 - "libnpmdiff": "^8.1.2", 3956 - "libnpmexec": "^10.2.2", 3957 - "libnpmfund": "^7.0.16", 3955 + "libnpmdiff": "^8.1.10", 3956 + "libnpmexec": "^10.3.0", 3957 + "libnpmfund": "^7.0.24", 3958 3958 "libnpmorg": "^8.0.1", 3959 - "libnpmpack": "^9.1.2", 3960 - "libnpmpublish": "^11.1.3", 3959 + "libnpmpack": "^9.1.10", 3960 + "libnpmpublish": "^11.2.0", 3961 3961 "libnpmsearch": "^9.0.1", 3962 3962 "libnpmteam": "^8.0.2", 3963 - "libnpmversion": "^8.0.3", 3964 - "make-fetch-happen": "^15.0.3", 3965 - "minimatch": "^10.2.2", 3963 + "libnpmversion": "^8.0.4", 3964 + "make-fetch-happen": "^15.0.6", 3965 + "minimatch": "^10.2.5", 3966 3966 "minipass": "^7.1.3", 3967 3967 "minipass-pipeline": "^1.2.4", 3968 3968 "ms": "^2.1.2", 3969 - "node-gyp": "^12.2.0", 3969 + "node-gyp": "^12.4.0", 3970 3970 "nopt": "^9.0.0", 3971 3971 "npm-audit-report": "^7.0.0", 3972 3972 "npm-install-checks": "^8.0.0", ··· 3976 3976 "npm-registry-fetch": "^19.1.1", 3977 3977 "npm-user-validate": "^4.0.0", 3978 3978 "p-map": "^7.0.4", 3979 - "pacote": "^21.3.1", 3979 + "pacote": "^21.5.1", 3980 3980 "parse-conflict-json": "^5.0.1", 3981 3981 "proc-log": "^6.1.0", 3982 3982 "qrcode-terminal": "^0.12.0", 3983 3983 "read": "^5.0.1", 3984 - "semver": "^7.7.4", 3984 + "semver": "^7.8.4", 3985 3985 "spdx-expression-parse": "^4.0.0", 3986 3986 "ssri": "^13.0.1", 3987 3987 "supports-color": "^10.2.2", 3988 - "tar": "^7.5.9", 3988 + "tar": "^7.5.16", 3989 3989 "text-table": "~0.2.0", 3990 3990 "tiny-relative-date": "^2.0.2", 3991 3991 "treeverse": "^3.0.0", ··· 4013 4013 "node": ">=8" 4014 4014 } 4015 4015 }, 4016 + "node_modules/npm/node_modules/@gar/promise-retry": { 4017 + "version": "1.0.3", 4018 + "dev": true, 4019 + "inBundle": true, 4020 + "license": "MIT", 4021 + "engines": { 4022 + "node": "^20.17.0 || >=22.9.0" 4023 + } 4024 + }, 4016 4025 "node_modules/npm/node_modules/@isaacs/fs-minipass": { 4017 4026 "version": "4.0.1", 4018 4027 "dev": true, ··· 4032 4041 "license": "ISC" 4033 4042 }, 4034 4043 "node_modules/npm/node_modules/@npmcli/agent": { 4035 - "version": "4.0.0", 4044 + "version": "4.0.2", 4036 4045 "dev": true, 4037 4046 "inBundle": true, 4038 4047 "license": "ISC", ··· 4048 4057 } 4049 4058 }, 4050 4059 "node_modules/npm/node_modules/@npmcli/arborist": { 4051 - "version": "9.3.1", 4060 + "version": "9.8.0", 4052 4061 "dev": true, 4053 4062 "inBundle": true, 4054 4063 "license": "ISC", 4055 4064 "dependencies": { 4065 + "@gar/promise-retry": "^1.0.0", 4056 4066 "@isaacs/string-locale-compare": "^1.1.0", 4057 4067 "@npmcli/fs": "^5.0.0", 4058 4068 "@npmcli/installed-package-contents": "^4.0.0", ··· 4095 4105 } 4096 4106 }, 4097 4107 "node_modules/npm/node_modules/@npmcli/config": { 4098 - "version": "10.7.1", 4108 + "version": "10.11.0", 4099 4109 "dev": true, 4100 4110 "inBundle": true, 4101 4111 "license": "ISC", ··· 4126 4136 } 4127 4137 }, 4128 4138 "node_modules/npm/node_modules/@npmcli/git": { 4129 - "version": "7.0.1", 4139 + "version": "7.0.2", 4130 4140 "dev": true, 4131 4141 "inBundle": true, 4132 4142 "license": "ISC", 4133 4143 "dependencies": { 4144 + "@gar/promise-retry": "^1.0.0", 4134 4145 "@npmcli/promise-spawn": "^9.0.0", 4135 4146 "ini": "^6.0.0", 4136 4147 "lru-cache": "^11.2.1", 4137 4148 "npm-pick-manifest": "^11.0.1", 4138 4149 "proc-log": "^6.0.0", 4139 - "promise-retry": "^2.0.1", 4140 4150 "semver": "^7.3.5", 4141 4151 "which": "^6.0.0" 4142 4152 }, ··· 4261 4271 } 4262 4272 }, 4263 4273 "node_modules/npm/node_modules/@npmcli/run-script": { 4264 - "version": "10.0.3", 4274 + "version": "10.0.4", 4265 4275 "dev": true, 4266 4276 "inBundle": true, 4267 4277 "license": "ISC", ··· 4270 4280 "@npmcli/package-json": "^7.0.0", 4271 4281 "@npmcli/promise-spawn": "^9.0.0", 4272 4282 "node-gyp": "^12.1.0", 4273 - "proc-log": "^6.0.0", 4274 - "which": "^6.0.0" 4283 + "proc-log": "^6.0.0" 4275 4284 }, 4276 4285 "engines": { 4277 4286 "node": "^20.17.0 || >=22.9.0" ··· 4290 4299 } 4291 4300 }, 4292 4301 "node_modules/npm/node_modules/@sigstore/core": { 4293 - "version": "3.1.0", 4302 + "version": "3.2.1", 4294 4303 "dev": true, 4295 4304 "inBundle": true, 4296 4305 "license": "Apache-2.0", ··· 4299 4308 } 4300 4309 }, 4301 4310 "node_modules/npm/node_modules/@sigstore/protobuf-specs": { 4302 - "version": "0.5.0", 4311 + "version": "0.5.1", 4303 4312 "dev": true, 4304 4313 "inBundle": true, 4305 4314 "license": "Apache-2.0", ··· 4308 4317 } 4309 4318 }, 4310 4319 "node_modules/npm/node_modules/@sigstore/sign": { 4311 - "version": "4.1.0", 4320 + "version": "4.1.1", 4312 4321 "dev": true, 4313 4322 "inBundle": true, 4314 4323 "license": "Apache-2.0", 4315 4324 "dependencies": { 4325 + "@gar/promise-retry": "^1.0.2", 4316 4326 "@sigstore/bundle": "^4.0.0", 4317 - "@sigstore/core": "^3.1.0", 4327 + "@sigstore/core": "^3.2.0", 4318 4328 "@sigstore/protobuf-specs": "^0.5.0", 4319 - "make-fetch-happen": "^15.0.3", 4320 - "proc-log": "^6.1.0", 4321 - "promise-retry": "^2.0.1" 4329 + "make-fetch-happen": "^15.0.4", 4330 + "proc-log": "^6.1.0" 4322 4331 }, 4323 4332 "engines": { 4324 4333 "node": "^20.17.0 || >=22.9.0" 4325 4334 } 4326 4335 }, 4327 4336 "node_modules/npm/node_modules/@sigstore/tuf": { 4328 - "version": "4.0.1", 4337 + "version": "4.0.2", 4329 4338 "dev": true, 4330 4339 "inBundle": true, 4331 4340 "license": "Apache-2.0", ··· 4338 4347 } 4339 4348 }, 4340 4349 "node_modules/npm/node_modules/@sigstore/verify": { 4341 - "version": "3.1.0", 4350 + "version": "3.1.1", 4342 4351 "dev": true, 4343 4352 "inBundle": true, 4344 4353 "license": "Apache-2.0", 4345 4354 "dependencies": { 4346 4355 "@sigstore/bundle": "^4.0.0", 4347 - "@sigstore/core": "^3.1.0", 4356 + "@sigstore/core": "^3.2.1", 4348 4357 "@sigstore/protobuf-specs": "^0.5.0" 4349 4358 }, 4350 4359 "engines": { ··· 4404 4413 "license": "MIT" 4405 4414 }, 4406 4415 "node_modules/npm/node_modules/balanced-match": { 4407 - "version": "4.0.3", 4416 + "version": "4.0.4", 4408 4417 "dev": true, 4409 4418 "inBundle": true, 4410 4419 "license": "MIT", 4411 4420 "engines": { 4412 - "node": "20 || >=22" 4421 + "node": "18 || 20 || >=22" 4413 4422 } 4414 4423 }, 4415 4424 "node_modules/npm/node_modules/bin-links": { 4416 - "version": "6.0.0", 4425 + "version": "6.0.2", 4417 4426 "dev": true, 4418 4427 "inBundle": true, 4419 4428 "license": "ISC", ··· 4441 4450 } 4442 4451 }, 4443 4452 "node_modules/npm/node_modules/brace-expansion": { 4444 - "version": "5.0.2", 4453 + "version": "5.0.6", 4445 4454 "dev": true, 4446 4455 "inBundle": true, 4447 4456 "license": "MIT", ··· 4449 4458 "balanced-match": "^4.0.2" 4450 4459 }, 4451 4460 "engines": { 4452 - "node": "20 || >=22" 4461 + "node": "18 || 20 || >=22" 4453 4462 } 4454 4463 }, 4455 4464 "node_modules/npm/node_modules/cacache": { 4456 - "version": "20.0.3", 4465 + "version": "20.0.4", 4457 4466 "dev": true, 4458 4467 "inBundle": true, 4459 4468 "license": "ISC", ··· 4467 4476 "minipass-flush": "^1.0.5", 4468 4477 "minipass-pipeline": "^1.2.4", 4469 4478 "p-map": "^7.0.2", 4470 - "ssri": "^13.0.0", 4471 - "unique-filename": "^5.0.0" 4479 + "ssri": "^13.0.0" 4472 4480 }, 4473 4481 "engines": { 4474 4482 "node": "^20.17.0 || >=22.9.0" ··· 4511 4519 } 4512 4520 }, 4513 4521 "node_modules/npm/node_modules/cidr-regex": { 4514 - "version": "5.0.3", 4522 + "version": "5.0.5", 4515 4523 "dev": true, 4516 4524 "inBundle": true, 4517 4525 "license": "BSD-2-Clause", ··· 4567 4575 } 4568 4576 }, 4569 4577 "node_modules/npm/node_modules/diff": { 4570 - "version": "8.0.3", 4578 + "version": "8.0.4", 4571 4579 "dev": true, 4572 4580 "inBundle": true, 4573 4581 "license": "BSD-3-Clause", ··· 4575 4583 "node": ">=0.3.1" 4576 4584 } 4577 4585 }, 4578 - "node_modules/npm/node_modules/encoding": { 4579 - "version": "0.1.13", 4580 - "dev": true, 4581 - "inBundle": true, 4582 - "license": "MIT", 4583 - "optional": true, 4584 - "dependencies": { 4585 - "iconv-lite": "^0.6.2" 4586 - } 4587 - }, 4588 4586 "node_modules/npm/node_modules/env-paths": { 4589 4587 "version": "2.2.1", 4590 4588 "dev": true, ··· 4594 4592 "node": ">=6" 4595 4593 } 4596 4594 }, 4597 - "node_modules/npm/node_modules/err-code": { 4598 - "version": "2.0.3", 4599 - "dev": true, 4600 - "inBundle": true, 4601 - "license": "MIT" 4602 - }, 4603 4595 "node_modules/npm/node_modules/exponential-backoff": { 4604 4596 "version": "3.1.3", 4605 4597 "dev": true, ··· 4651 4643 "license": "ISC" 4652 4644 }, 4653 4645 "node_modules/npm/node_modules/hosted-git-info": { 4654 - "version": "9.0.2", 4646 + "version": "9.0.3", 4655 4647 "dev": true, 4656 4648 "inBundle": true, 4657 4649 "license": "ISC", ··· 4695 4687 } 4696 4688 }, 4697 4689 "node_modules/npm/node_modules/iconv-lite": { 4698 - "version": "0.6.3", 4690 + "version": "0.7.2", 4699 4691 "dev": true, 4700 4692 "inBundle": true, 4701 4693 "license": "MIT", ··· 4705 4697 }, 4706 4698 "engines": { 4707 4699 "node": ">=0.10.0" 4700 + }, 4701 + "funding": { 4702 + "type": "opencollective", 4703 + "url": "https://opencollective.com/express" 4708 4704 } 4709 4705 }, 4710 4706 "node_modules/npm/node_modules/ignore-walk": { ··· 4719 4715 "node": "^20.17.0 || >=22.9.0" 4720 4716 } 4721 4717 }, 4722 - "node_modules/npm/node_modules/imurmurhash": { 4723 - "version": "0.1.4", 4724 - "dev": true, 4725 - "inBundle": true, 4726 - "license": "MIT", 4727 - "engines": { 4728 - "node": ">=0.8.19" 4729 - } 4730 - }, 4731 4718 "node_modules/npm/node_modules/ini": { 4732 4719 "version": "6.0.0", 4733 4720 "dev": true, ··· 4755 4742 } 4756 4743 }, 4757 4744 "node_modules/npm/node_modules/ip-address": { 4758 - "version": "10.1.0", 4745 + "version": "10.2.0", 4759 4746 "dev": true, 4760 4747 "inBundle": true, 4761 4748 "license": "MIT", ··· 4764 4751 } 4765 4752 }, 4766 4753 "node_modules/npm/node_modules/is-cidr": { 4767 - "version": "6.0.3", 4754 + "version": "6.0.4", 4768 4755 "dev": true, 4769 4756 "inBundle": true, 4770 4757 "license": "BSD-2-Clause", 4771 4758 "dependencies": { 4772 - "cidr-regex": "^5.0.1" 4759 + "cidr-regex": "^5.0.4" 4773 4760 }, 4774 4761 "engines": { 4775 4762 "node": ">=20" ··· 4837 4824 } 4838 4825 }, 4839 4826 "node_modules/npm/node_modules/libnpmdiff": { 4840 - "version": "8.1.2", 4827 + "version": "8.1.10", 4841 4828 "dev": true, 4842 4829 "inBundle": true, 4843 4830 "license": "ISC", 4844 4831 "dependencies": { 4845 - "@npmcli/arborist": "^9.3.1", 4832 + "@npmcli/arborist": "^9.8.0", 4846 4833 "@npmcli/installed-package-contents": "^4.0.0", 4847 4834 "binary-extensions": "^3.0.0", 4848 4835 "diff": "^8.0.2", ··· 4856 4843 } 4857 4844 }, 4858 4845 "node_modules/npm/node_modules/libnpmexec": { 4859 - "version": "10.2.2", 4846 + "version": "10.3.0", 4860 4847 "dev": true, 4861 4848 "inBundle": true, 4862 4849 "license": "ISC", 4863 4850 "dependencies": { 4864 - "@npmcli/arborist": "^9.3.1", 4851 + "@gar/promise-retry": "^1.0.0", 4852 + "@npmcli/arborist": "^9.8.0", 4865 4853 "@npmcli/package-json": "^7.0.0", 4866 4854 "@npmcli/run-script": "^10.0.0", 4867 4855 "ci-info": "^4.0.0", 4868 4856 "npm-package-arg": "^13.0.0", 4869 4857 "pacote": "^21.0.2", 4870 4858 "proc-log": "^6.0.0", 4871 - "promise-retry": "^2.0.1", 4872 4859 "read": "^5.0.1", 4873 4860 "semver": "^7.3.7", 4874 4861 "signal-exit": "^4.1.0", ··· 4879 4866 } 4880 4867 }, 4881 4868 "node_modules/npm/node_modules/libnpmfund": { 4882 - "version": "7.0.16", 4869 + "version": "7.0.24", 4883 4870 "dev": true, 4884 4871 "inBundle": true, 4885 4872 "license": "ISC", 4886 4873 "dependencies": { 4887 - "@npmcli/arborist": "^9.3.1" 4874 + "@npmcli/arborist": "^9.8.0" 4888 4875 }, 4889 4876 "engines": { 4890 4877 "node": "^20.17.0 || >=22.9.0" ··· 4904 4891 } 4905 4892 }, 4906 4893 "node_modules/npm/node_modules/libnpmpack": { 4907 - "version": "9.1.2", 4894 + "version": "9.1.10", 4908 4895 "dev": true, 4909 4896 "inBundle": true, 4910 4897 "license": "ISC", 4911 4898 "dependencies": { 4912 - "@npmcli/arborist": "^9.3.1", 4899 + "@npmcli/arborist": "^9.8.0", 4913 4900 "@npmcli/run-script": "^10.0.0", 4914 4901 "npm-package-arg": "^13.0.0", 4915 4902 "pacote": "^21.0.2" ··· 4919 4906 } 4920 4907 }, 4921 4908 "node_modules/npm/node_modules/libnpmpublish": { 4922 - "version": "11.1.3", 4909 + "version": "11.2.0", 4923 4910 "dev": true, 4924 4911 "inBundle": true, 4925 4912 "license": "ISC", ··· 4963 4950 } 4964 4951 }, 4965 4952 "node_modules/npm/node_modules/libnpmversion": { 4966 - "version": "8.0.3", 4953 + "version": "8.0.4", 4967 4954 "dev": true, 4968 4955 "inBundle": true, 4969 4956 "license": "ISC", ··· 4979 4966 } 4980 4967 }, 4981 4968 "node_modules/npm/node_modules/lru-cache": { 4982 - "version": "11.2.6", 4969 + "version": "11.5.1", 4983 4970 "dev": true, 4984 4971 "inBundle": true, 4985 4972 "license": "BlueOak-1.0.0", ··· 4988 4975 } 4989 4976 }, 4990 4977 "node_modules/npm/node_modules/make-fetch-happen": { 4991 - "version": "15.0.3", 4978 + "version": "15.0.6", 4992 4979 "dev": true, 4993 4980 "inBundle": true, 4994 4981 "license": "ISC", 4995 4982 "dependencies": { 4983 + "@gar/promise-retry": "^1.0.0", 4996 4984 "@npmcli/agent": "^4.0.0", 4985 + "@npmcli/redact": "^4.0.0", 4997 4986 "cacache": "^20.0.1", 4998 4987 "http-cache-semantics": "^4.1.1", 4999 4988 "minipass": "^7.0.2", ··· 5002 4991 "minipass-pipeline": "^1.2.4", 5003 4992 "negotiator": "^1.0.0", 5004 4993 "proc-log": "^6.0.0", 5005 - "promise-retry": "^2.0.1", 5006 4994 "ssri": "^13.0.0" 5007 4995 }, 5008 4996 "engines": { ··· 5010 4998 } 5011 4999 }, 5012 5000 "node_modules/npm/node_modules/minimatch": { 5013 - "version": "10.2.2", 5001 + "version": "10.2.5", 5014 5002 "dev": true, 5015 5003 "inBundle": true, 5016 5004 "license": "BlueOak-1.0.0", 5017 5005 "dependencies": { 5018 - "brace-expansion": "^5.0.2" 5006 + "brace-expansion": "^5.0.5" 5019 5007 }, 5020 5008 "engines": { 5021 5009 "node": "18 || 20 || >=22" ··· 5046 5034 } 5047 5035 }, 5048 5036 "node_modules/npm/node_modules/minipass-fetch": { 5049 - "version": "5.0.1", 5037 + "version": "5.0.2", 5050 5038 "dev": true, 5051 5039 "inBundle": true, 5052 5040 "license": "MIT", ··· 5059 5047 "node": "^20.17.0 || >=22.9.0" 5060 5048 }, 5061 5049 "optionalDependencies": { 5062 - "encoding": "^0.1.13" 5050 + "iconv-lite": "^0.7.2" 5063 5051 } 5064 5052 }, 5065 5053 "node_modules/npm/node_modules/minipass-flush": { 5066 - "version": "1.0.5", 5054 + "version": "1.0.6", 5067 5055 "dev": true, 5068 5056 "inBundle": true, 5069 - "license": "ISC", 5057 + "license": "BlueOak-1.0.0", 5070 5058 "dependencies": { 5071 - "minipass": "^3.0.0" 5059 + "minipass": "^7.1.3" 5072 5060 }, 5073 5061 "engines": { 5074 - "node": ">= 8" 5075 - } 5076 - }, 5077 - "node_modules/npm/node_modules/minipass-flush/node_modules/minipass": { 5078 - "version": "3.3.6", 5079 - "dev": true, 5080 - "inBundle": true, 5081 - "license": "ISC", 5082 - "dependencies": { 5083 - "yallist": "^4.0.0" 5084 - }, 5085 - "engines": { 5086 - "node": ">=8" 5062 + "node": ">=16 || 14 >=14.17" 5087 5063 } 5088 5064 }, 5089 - "node_modules/npm/node_modules/minipass-flush/node_modules/yallist": { 5090 - "version": "4.0.0", 5091 - "dev": true, 5092 - "inBundle": true, 5093 - "license": "ISC" 5094 - }, 5095 5065 "node_modules/npm/node_modules/minipass-pipeline": { 5096 5066 "version": "1.2.4", 5097 5067 "dev": true, ··· 5171 5141 } 5172 5142 }, 5173 5143 "node_modules/npm/node_modules/node-gyp": { 5174 - "version": "12.2.0", 5144 + "version": "12.4.0", 5175 5145 "dev": true, 5176 5146 "inBundle": true, 5177 5147 "license": "MIT", ··· 5179 5149 "env-paths": "^2.2.0", 5180 5150 "exponential-backoff": "^3.1.1", 5181 5151 "graceful-fs": "^4.2.6", 5182 - "make-fetch-happen": "^15.0.0", 5183 5152 "nopt": "^9.0.0", 5184 5153 "proc-log": "^6.0.0", 5185 5154 "semver": "^7.3.5", 5186 5155 "tar": "^7.5.4", 5187 5156 "tinyglobby": "^0.2.12", 5157 + "undici": "^6.25.0", 5188 5158 "which": "^6.0.0" 5189 5159 }, 5190 5160 "bin": { ··· 5267 5237 } 5268 5238 }, 5269 5239 "node_modules/npm/node_modules/npm-packlist": { 5270 - "version": "10.0.3", 5240 + "version": "10.0.4", 5271 5241 "dev": true, 5272 5242 "inBundle": true, 5273 5243 "license": "ISC", ··· 5348 5318 } 5349 5319 }, 5350 5320 "node_modules/npm/node_modules/pacote": { 5351 - "version": "21.3.1", 5321 + "version": "21.5.1", 5352 5322 "dev": true, 5353 5323 "inBundle": true, 5354 5324 "license": "ISC", 5355 5325 "dependencies": { 5326 + "@gar/promise-retry": "^1.0.0", 5356 5327 "@npmcli/git": "^7.0.0", 5357 5328 "@npmcli/installed-package-contents": "^4.0.0", 5358 5329 "@npmcli/package-json": "^7.0.0", ··· 5366 5337 "npm-pick-manifest": "^11.0.1", 5367 5338 "npm-registry-fetch": "^19.0.0", 5368 5339 "proc-log": "^6.0.0", 5369 - "promise-retry": "^2.0.1", 5370 5340 "sigstore": "^4.0.0", 5371 5341 "ssri": "^13.0.0", 5372 5342 "tar": "^7.4.3" ··· 5409 5379 } 5410 5380 }, 5411 5381 "node_modules/npm/node_modules/postcss-selector-parser": { 5412 - "version": "7.1.1", 5382 + "version": "7.1.4", 5413 5383 "dev": true, 5414 5384 "inBundle": true, 5415 5385 "license": "MIT", ··· 5457 5427 "url": "https://github.com/sponsors/isaacs" 5458 5428 } 5459 5429 }, 5460 - "node_modules/npm/node_modules/promise-retry": { 5461 - "version": "2.0.1", 5462 - "dev": true, 5463 - "inBundle": true, 5464 - "license": "MIT", 5465 - "dependencies": { 5466 - "err-code": "^2.0.2", 5467 - "retry": "^0.12.0" 5468 - }, 5469 - "engines": { 5470 - "node": ">=10" 5471 - } 5472 - }, 5473 5430 "node_modules/npm/node_modules/promzard": { 5474 5431 "version": "3.0.1", 5475 5432 "dev": true, ··· 5511 5468 "node": "^20.17.0 || >=22.9.0" 5512 5469 } 5513 5470 }, 5514 - "node_modules/npm/node_modules/retry": { 5515 - "version": "0.12.0", 5516 - "dev": true, 5517 - "inBundle": true, 5518 - "license": "MIT", 5519 - "engines": { 5520 - "node": ">= 4" 5521 - } 5522 - }, 5523 5471 "node_modules/npm/node_modules/safer-buffer": { 5524 5472 "version": "2.1.2", 5525 5473 "dev": true, ··· 5528 5476 "optional": true 5529 5477 }, 5530 5478 "node_modules/npm/node_modules/semver": { 5531 - "version": "7.7.4", 5479 + "version": "7.8.4", 5532 5480 "dev": true, 5533 5481 "inBundle": true, 5534 5482 "license": "ISC", ··· 5552 5500 } 5553 5501 }, 5554 5502 "node_modules/npm/node_modules/sigstore": { 5555 - "version": "4.1.0", 5503 + "version": "4.1.1", 5556 5504 "dev": true, 5557 5505 "inBundle": true, 5558 5506 "license": "Apache-2.0", 5559 5507 "dependencies": { 5560 5508 "@sigstore/bundle": "^4.0.0", 5561 - "@sigstore/core": "^3.1.0", 5509 + "@sigstore/core": "^3.2.1", 5562 5510 "@sigstore/protobuf-specs": "^0.5.0", 5563 - "@sigstore/sign": "^4.1.0", 5564 - "@sigstore/tuf": "^4.0.1", 5565 - "@sigstore/verify": "^3.1.0" 5511 + "@sigstore/sign": "^4.1.1", 5512 + "@sigstore/tuf": "^4.0.2", 5513 + "@sigstore/verify": "^3.1.1" 5566 5514 }, 5567 5515 "engines": { 5568 5516 "node": "^20.17.0 || >=22.9.0" ··· 5579 5527 } 5580 5528 }, 5581 5529 "node_modules/npm/node_modules/socks": { 5582 - "version": "2.8.7", 5530 + "version": "2.8.9", 5583 5531 "dev": true, 5584 5532 "inBundle": true, 5585 5533 "license": "MIT", 5586 5534 "dependencies": { 5587 - "ip-address": "^10.0.1", 5535 + "ip-address": "^10.1.1", 5588 5536 "smart-buffer": "^4.2.0" 5589 5537 }, 5590 5538 "engines": { ··· 5623 5571 } 5624 5572 }, 5625 5573 "node_modules/npm/node_modules/spdx-license-ids": { 5626 - "version": "3.0.22", 5574 + "version": "3.0.23", 5627 5575 "dev": true, 5628 5576 "inBundle": true, 5629 5577 "license": "CC0-1.0" ··· 5653 5601 } 5654 5602 }, 5655 5603 "node_modules/npm/node_modules/tar": { 5656 - "version": "7.5.9", 5604 + "version": "7.5.16", 5657 5605 "dev": true, 5658 5606 "inBundle": true, 5659 5607 "license": "BlueOak-1.0.0", ··· 5681 5629 "license": "MIT" 5682 5630 }, 5683 5631 "node_modules/npm/node_modules/tinyglobby": { 5684 - "version": "0.2.15", 5632 + "version": "0.2.17", 5685 5633 "dev": true, 5686 5634 "inBundle": true, 5687 5635 "license": "MIT", 5688 5636 "dependencies": { 5689 5637 "fdir": "^6.5.0", 5690 - "picomatch": "^4.0.3" 5638 + "picomatch": "^4.0.4" 5691 5639 }, 5692 5640 "engines": { 5693 5641 "node": ">=12.0.0" ··· 5714 5662 } 5715 5663 }, 5716 5664 "node_modules/npm/node_modules/tinyglobby/node_modules/picomatch": { 5717 - "version": "4.0.3", 5665 + "version": "4.0.4", 5718 5666 "dev": true, 5719 5667 "inBundle": true, 5720 5668 "license": "MIT", ··· 5748 5696 "node": "^20.17.0 || >=22.9.0" 5749 5697 } 5750 5698 }, 5751 - "node_modules/npm/node_modules/unique-filename": { 5752 - "version": "5.0.0", 5699 + "node_modules/npm/node_modules/undici": { 5700 + "version": "6.26.0", 5753 5701 "dev": true, 5754 5702 "inBundle": true, 5755 - "license": "ISC", 5756 - "dependencies": { 5757 - "unique-slug": "^6.0.0" 5758 - }, 5703 + "license": "MIT", 5759 5704 "engines": { 5760 - "node": "^20.17.0 || >=22.9.0" 5761 - } 5762 - }, 5763 - "node_modules/npm/node_modules/unique-slug": { 5764 - "version": "6.0.0", 5765 - "dev": true, 5766 - "inBundle": true, 5767 - "license": "ISC", 5768 - "dependencies": { 5769 - "imurmurhash": "^0.1.4" 5770 - }, 5771 - "engines": { 5772 - "node": "^20.17.0 || >=22.9.0" 5705 + "node": ">=18.17" 5773 5706 } 5774 5707 }, 5775 5708 "node_modules/npm/node_modules/util-deprecate": { ··· 5812 5745 } 5813 5746 }, 5814 5747 "node_modules/npm/node_modules/write-file-atomic": { 5815 - "version": "7.0.0", 5748 + "version": "7.0.1", 5816 5749 "dev": true, 5817 5750 "inBundle": true, 5818 5751 "license": "ISC", 5819 5752 "dependencies": { 5820 - "imurmurhash": "^0.1.4", 5821 5753 "signal-exit": "^4.0.1" 5822 5754 }, 5823 5755 "engines": {