mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-02-05 20:45:19 +00:00
> ℹ️ **Note** > > This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [npm](https://docs.npmjs.com/) ([source](https://redirect.github.com/npm/cli)) | [`>=8.0.0` → `>=11.9.0`](https://renovatebot.com/diffs/npm/npm/8.0.0/11.9.0) |  |  | --- ### Packing does not respect root-level ignore files in workspaces [CVE-2022-29244](https://nvd.nist.gov/vuln/detail/CVE-2022-29244) / [GHSA-hj9c-8jmm-8c52](https://redirect.github.com/advisories/GHSA-hj9c-8jmm-8c52) <details> <summary>More information</summary> #### Details ##### Impact `npm pack` ignores root-level `.gitignore` & `.npmignore` file exclusion directives when run in a workspace or with a workspace flag (ie. `--workspaces`, `--workspace=<name>`). Anyone who has run `npm pack` or `npm publish` with workspaces, as of [v7.9.0](https://redirect.github.com/npm/cli/releases/tag/v7.9.0) & [v7.13.0](https://redirect.github.com/npm/cli/releases/tag/v7.13.0) respectively, may be affected and have published files into the npm registry they did not intend to include. ##### Patch - Upgrade to the latest, patched version of `npm` ([`v8.11.0`](https://redirect.github.com/npm/cli/releases/tag/v8.11.0) or greater), run: `npm i -g npm@latest` - Node.js versions [`v16.15.1`](https://redirect.github.com/nodejs/node/releases/tag/v16.15.1), [`v17.19.1`](https://redirect.github.com/nodejs/node/releases/tag/v17.9.1) & [`v18.3.0`](https://redirect.github.com/nodejs/node/releases/tag/v18.3.0) include the patched `v8.11.0` version of `npm` ##### Steps to take to see if you're impacted 1. Run `npm publish --dry-run` or `npm pack` with an `npm` version `>=7.9.0` & `<8.11.0` inside the project's root directory using a workspace flag like: `--workspaces` or `--workspace=<name>` (ex. `npm pack --workspace=foo`) 2. Check the output in your terminal which will list the package contents (note: `tar -tvf <package-on-disk>` also works) 3. If you find that there are files included you did not expect, you should: 3.1. Create & publish a new release excluding those files (ref. ["Keeping files out of your Package"](https://docs.npmjs.com/cli/v8/using-npm/developers#keeping-files-out-of-your-package)) 3.2. Deprecate the old package (ex. `npm deprecate <pkg>[@​<version>] <message>`) 3.3. Revoke or rotate any sensitive information (ex. passwords, tokens, secrets etc.) which might have been exposed ##### References - [CVE-2022-29244](https://nvd.nist.gov/vuln/detail/CVE-2022-29244) - [`npm-packlist`](https://redirect.github.com/npm/npm-packlist) - [`libnpmpack`](https://redirect.github.com/npm/cli/tree/latest/workspaces/libnpmpack) - [`libnpmpublish`](https://redirect.github.com/npm/cli/tree/latest/workspaces/libnpmpublish) #### Severity - CVSS Score: 7.5 / 10 (High) - Vector String: `CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N` #### References - [https://github.com/npm/cli/security/advisories/GHSA-hj9c-8jmm-8c52](https://redirect.github.com/npm/cli/security/advisories/GHSA-hj9c-8jmm-8c52) - [https://nvd.nist.gov/vuln/detail/CVE-2022-29244](https://nvd.nist.gov/vuln/detail/CVE-2022-29244) - [https://github.com/nodejs/node/pull/43210](https://redirect.github.com/nodejs/node/pull/43210) - [https://github.com/nodejs/node/releases/tag/v16.15.1](https://redirect.github.com/nodejs/node/releases/tag/v16.15.1) - [https://github.com/nodejs/node/releases/tag/v17.9.1](https://redirect.github.com/nodejs/node/releases/tag/v17.9.1) - [https://github.com/nodejs/node/releases/tag/v18.3.0](https://redirect.github.com/nodejs/node/releases/tag/v18.3.0) - [https://github.com/npm/cli](https://redirect.github.com/npm/cli) - [https://github.com/npm/cli/releases/tag/v8.11.0](https://redirect.github.com/npm/cli/releases/tag/v8.11.0) - [https://github.com/npm/cli/tree/latest/workspaces/libnpmpack](https://redirect.github.com/npm/cli/tree/latest/workspaces/libnpmpack) - [https://github.com/npm/cli/tree/latest/workspaces/libnpmpublish](https://redirect.github.com/npm/cli/tree/latest/workspaces/libnpmpublish) - [https://github.com/npm/npm-packlist](https://redirect.github.com/npm/npm-packlist) - [https://security.netapp.com/advisory/ntap-20220722-0007](https://security.netapp.com/advisory/ntap-20220722-0007) This data is provided by [OSV](https://osv.dev/vulnerability/GHSA-hj9c-8jmm-8c52) and the [GitHub Advisory Database](https://redirect.github.com/github/advisory-database) ([CC-BY 4.0](https://redirect.github.com/github/advisory-database/blob/main/LICENSE.md)). </details> --- ### npm cli Uncontrolled Search Path Element Local Privilege Escalation Vulnerability [CVE-2026-0775](https://nvd.nist.gov/vuln/detail/CVE-2026-0775) / [GHSA-3966-f6p6-2qr9](https://redirect.github.com/advisories/GHSA-3966-f6p6-2qr9) <details> <summary>More information</summary> #### Details npm cli Incorrect Permission Assignment Local Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of npm cli. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this vulnerability. The specific flaw exists within the handling of modules. The application loads modules from an unsecured location. An attacker can leverage this vulnerability to escalate privileges and execute arbitrary code in the context of a target user. #### Severity - CVSS Score: 7.0 / 10 (High) - Vector String: `CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H` #### References - [https://nvd.nist.gov/vuln/detail/CVE-2026-0775](https://nvd.nist.gov/vuln/detail/CVE-2026-0775) - [https://github.com/npm/cli/issues/8939](https://redirect.github.com/npm/cli/issues/8939) - [https://github.com/npm/cli](https://redirect.github.com/npm/cli) - [https://www.zerodayinitiative.com/advisories/ZDI-26-043](https://www.zerodayinitiative.com/advisories/ZDI-26-043) This data is provided by [OSV](https://osv.dev/vulnerability/GHSA-3966-f6p6-2qr9) and the [GitHub Advisory Database](https://redirect.github.com/github/advisory-database) ([CC-BY 4.0](https://redirect.github.com/github/advisory-database/blob/main/LICENSE.md)). </details> --- ### Release Notes <details> <summary>npm/cli (npm)</summary> ### [`v11.9.0`](https://redirect.github.com/npm/cli/blob/HEAD/CHANGELOG.md#1190-2026-02-04) [Compare Source](https://redirect.github.com/npm/cli/compare/v11.8.0...v11.9.0) ##### Features - [`f5f6cf7`](f5f6cf7c9f) [#​8943](https://redirect.github.com/npm/cli/pull/8943) config: add --allow-git ([@​wraithgar](https://redirect.github.com/wraithgar)) ##### Bug Fixes - [`2242f25`](2242f25158) [#​8952](https://redirect.github.com/npm/cli/pull/8952) webauth: improve error messages around webauth in non-TTY ([#​8952](https://redirect.github.com/npm/cli/issues/8952)) ([@​Andarist](https://redirect.github.com/Andarist)) ##### Dependencies - [`332c9f3`](332c9f355f) [#​8960](https://redirect.github.com/npm/cli/pull/8960) `glob@13.0.1` - [`eca02c7`](eca02c78c9) [#​8960](https://redirect.github.com/npm/cli/pull/8960) `minimatch@10.1.2` `@isaacs/brace-expansion@5.0.1` - [`b3f8475`](b3f847568b) [#​8951](https://redirect.github.com/npm/cli/pull/8951) `minipass-fetch@5.0.1` - [`924171b`](924171bf57) [#​8951](https://redirect.github.com/npm/cli/pull/8951) `is-cidr@6.0.2` - [`4404002`](4404002a16) [#​8951](https://redirect.github.com/npm/cli/pull/8951) `ci-info@4.4.0` - [`b65af73`](b65af737d8) [#​8951](https://redirect.github.com/npm/cli/pull/8951) `lru-cache@11.2.5` - [`164c355`](164c35580b) [#​8951](https://redirect.github.com/npm/cli/pull/8951) `tar@7.5.7` - [`a74a19c`](a74a19ce52) [#​8951](https://redirect.github.com/npm/cli/pull/8951) `node-gyp@12.2.0` - [`e0bc212`](e0bc2129c9) [#​8943](https://redirect.github.com/npm/cli/pull/8943) `pacote@21.1.0` ##### Chores - [`4a82a8f`](4a82a8f2e8) [#​8951](https://redirect.github.com/npm/cli/pull/8951) dev dependency updates ([@​wraithgar](https://redirect.github.com/wraithgar)) - [workspace](https://redirect.github.com/npm/cli/releases/tag/arborist-v9.2.0): `@npmcli/arborist@9.2.0` - [workspace](https://redirect.github.com/npm/cli/releases/tag/config-v10.6.0): `@npmcli/config@10.6.0` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmdiff-v8.1.0): `libnpmdiff@8.1.0` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmexec-v10.2.0): `libnpmexec@10.2.0` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmfund-v7.0.14): `libnpmfund@7.0.14` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmpack-v9.1.0): `libnpmpack@9.1.0` ### [`v11.8.0`](https://redirect.github.com/npm/cli/blob/HEAD/CHANGELOG.md#1180-2026-01-21) [Compare Source](https://redirect.github.com/npm/cli/compare/v11.7.0...v11.8.0) ##### Features - [`545e861`](545e86154c) [#​8828](https://redirect.github.com/npm/cli/pull/8828) show proxy environment variables in npm config list (Max Black) ##### Bug Fixes - [`c2f784d`](c2f784dbb5) [#​8859](https://redirect.github.com/npm/cli/pull/8859) preserve serialNumber UUID in CycloneDX SBOM output [#​8837](https://redirect.github.com/npm/cli/issues/8837) ([#​8859](https://redirect.github.com/npm/cli/issues/8859)) ([@​saksham-malhotra-27](https://redirect.github.com/saksham-malhotra-27)) - [`f2c3af7`](f2c3af7de1) [#​8840](https://redirect.github.com/npm/cli/pull/8840) more intuitive byte formatting boundaries for rounding ([#​8840](https://redirect.github.com/npm/cli/issues/8840)) ([@​watilde](https://redirect.github.com/watilde)) ##### Documentation - [`3474ec3`](3474ec35fb) [#​8866](https://redirect.github.com/npm/cli/pull/8866) fix typo/logic error in npm-dedupe docs ([#​8866](https://redirect.github.com/npm/cli/issues/8866)) ([@​Schweinepriester](https://redirect.github.com/Schweinepriester)) - [`5552e46`](5552e46512) [#​8797](https://redirect.github.com/npm/cli/pull/8797) npm-install: explain package-lock.json behavior ([#​8797](https://redirect.github.com/npm/cli/issues/8797)) ([@​MaxBlack-dev](https://redirect.github.com/MaxBlack-dev), Max Black) ##### Dependencies - [`f478ca0`](f478ca0efb) [#​8919](https://redirect.github.com/npm/cli/pull/8919) `postcss-selector-parser@7.1.1` - [`2b6a71f`](2b6a71fae3) [#​8919](https://redirect.github.com/npm/cli/pull/8919) `path-scurry@2.0.1` - [`19096f2`](19096f2888) [#​8919](https://redirect.github.com/npm/cli/pull/8919) `sigstore@4.1.0` - [`e7f5d1e`](e7f5d1e445) [#​8919](https://redirect.github.com/npm/cli/pull/8919) `lru-cache@11.2.4` - [`9e756ae`](9e756ae2b5) [#​8919](https://redirect.github.com/npm/cli/pull/8919) `ip-address@10.1.0` - [`f951820`](f951820017) [#​8919](https://redirect.github.com/npm/cli/pull/8919) `common-ancestor-path@2.0.0` - [`7a949ad`](7a949ad896) [#​8919](https://redirect.github.com/npm/cli/pull/8919) `@sigstore/verify@3.1.0` - [`6979ce1`](6979ce1e04) [#​8919](https://redirect.github.com/npm/cli/pull/8919) `@sigstore/sign@4.1.0` - [`b4a6a41`](b4a6a41bcc) [#​8919](https://redirect.github.com/npm/cli/pull/8919) `@sigstore/core@3.1.0` - [`dc8a8e8`](dc8a8e8090) [#​8919](https://redirect.github.com/npm/cli/pull/8919) `@sigstore/tuf@4.0.1` - [`be221ea`](be221eae29) [#​8919](https://redirect.github.com/npm/cli/pull/8919) `validate-npm-package-name@7.0.2` - [`149823d`](149823de9a) [#​8919](https://redirect.github.com/npm/cli/pull/8919) `diff@8.0.3` - [`32b2001`](32b2001f55) [#​8919](https://redirect.github.com/npm/cli/pull/8919) `tar@7.5.4` ##### Chores - [`8f599df`](8f599df6a3) [#​8919](https://redirect.github.com/npm/cli/pull/8919) pin jsdom to 27.0.0 ([@​wraithgar](https://redirect.github.com/wraithgar)) - [`f4f1161`](f4f1161520) [#​8919](https://redirect.github.com/npm/cli/pull/8919) dev dependency updates ([@​wraithgar](https://redirect.github.com/wraithgar)) - [workspace](https://redirect.github.com/npm/cli/releases/tag/arborist-v9.1.10): `@npmcli/arborist@9.1.10` - [workspace](https://redirect.github.com/npm/cli/releases/tag/config-v10.5.0): `@npmcli/config@10.5.0` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmdiff-v8.0.13): `libnpmdiff@8.0.13` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmexec-v10.1.12): `libnpmexec@10.1.12` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmfund-v7.0.13): `libnpmfund@7.0.13` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmpack-v9.0.13): `libnpmpack@9.0.13` ### [`v11.7.0`](https://redirect.github.com/npm/cli/blob/HEAD/CHANGELOG.md#1170-2025-12-09) [Compare Source](https://redirect.github.com/npm/cli/compare/v11.6.4...v11.7.0) ##### Features - [`b380d15`](b380d15505) [#​8697](https://redirect.github.com/npm/cli/pull/8697) add deduping to notices unless in verbose+ mode ([@​owlstronaut](https://redirect.github.com/owlstronaut)) ##### Bug Fixes - [`4ebb831`](4ebb831d93) [#​8839](https://redirect.github.com/npm/cli/pull/8839) updates hints to use cli paradigm ([@​owlstronaut](https://redirect.github.com/owlstronaut)) - [`7896e51`](7896e51812) [#​8838](https://redirect.github.com/npm/cli/pull/8838) update the token list text ([@​owlstronaut](https://redirect.github.com/owlstronaut)) - [`8ab8668`](8ab86685ba) [#​8836](https://redirect.github.com/npm/cli/pull/8836) query: support package-lock-only in workspaces ([@​watilde](https://redirect.github.com/watilde)) - [`35e8d38`](35e8d38ef8) [#​8322](https://redirect.github.com/npm/cli/pull/8322) properly handle newlines with input when using the spinner ([#​8322](https://redirect.github.com/npm/cli/issues/8322)) ([@​mbtools](https://redirect.github.com/mbtools)) - [`0c0faae`](0c0faae91d) [#​8780](https://redirect.github.com/npm/cli/pull/8780) adduser: improve email prompt ([#​8780](https://redirect.github.com/npm/cli/issues/8780)) ([@​mbtools](https://redirect.github.com/mbtools)) ##### Documentation - [`7f2ab9d`](7f2ab9dac6) [#​8810](https://redirect.github.com/npm/cli/pull/8810) scripts: replace deprecated prepublish and install examples with prepare (Max Black) - [`91ebab7`](91ebab777e) [#​8847](https://redirect.github.com/npm/cli/pull/8847) remove note about token create being disabled ([@​owlstronaut](https://redirect.github.com/owlstronaut)) - [`2030250`](2030250fbc) [#​8822](https://redirect.github.com/npm/cli/pull/8822) scripts: clarify prepare script runs with --production (Max Black) - [`33a50d7`](33a50d7981) [#​8821](https://redirect.github.com/npm/cli/pull/8821) scripts: update npm\_package\_\* environment variables documentation (Max Black) - [`50508f9`](50508f9b18) [#​8793](https://redirect.github.com/npm/cli/pull/8793) package-json: add documentation for type field ([#​8793](https://redirect.github.com/npm/cli/issues/8793)) ([@​MaxBlack-dev](https://redirect.github.com/MaxBlack-dev), Max Black) - [`aa1dd7e`](aa1dd7e974) [#​8823](https://redirect.github.com/npm/cli/pull/8823) scripts: document that prepare scripts run concurrently in workspaces (Max Black) - [`3f48487`](3f48487aa3) [#​8820](https://redirect.github.com/npm/cli/pull/8820) package-spec: fix alias syntax in examples (Max Black) - [`dd104da`](dd104da7d7) [#​8812](https://redirect.github.com/npm/cli/pull/8812) version: add note about git version requirements (Max Black) - [`58afdcc`](58afdcc209) [#​8792](https://redirect.github.com/npm/cli/pull/8792) install: clarify prerelease version range behavior (Max Black) - [`9f818e8`](9f818e8cdf) [#​8795](https://redirect.github.com/npm/cli/pull/8795) npm-view: clarify object property access syntax and provide examples (Max Black) - [`39c2f2e`](39c2f2ef89) [#​8791](https://redirect.github.com/npm/cli/pull/8791) add examples for command line flags including --prefix (Max Black) - [`1298530`](1298530af0) [#​8790](https://redirect.github.com/npm/cli/pull/8790) clarify version field can be omitted in package-lock (Max Black) - [`090b6ca`](090b6cacb8) [#​8794](https://redirect.github.com/npm/cli/pull/8794) npx: clarify that arguments are passed to executed command (Max Black) - [`a864f80`](a864f80799) [#​8787](https://redirect.github.com/npm/cli/pull/8787) document gypfile field in package.json (Max Black) - [`2fc689d`](2fc689dfa0) [#​8788](https://redirect.github.com/npm/cli/pull/8788) add field access patterns to npm view (Max Black) - [`4850639`](48506391c6) [#​8796](https://redirect.github.com/npm/cli/pull/8796) package-json: add examples for replacing dependencies with forks in overrides (Max Black) - [`4864dd4`](4864dd4289) [#​8798](https://redirect.github.com/npm/cli/pull/8798) npm-install: document engines field priority when installing packages (Max Black) - [`95d25cd`](95d25cd97d) [#​8799](https://redirect.github.com/npm/cli/pull/8799) package-json: clarify repository field normalization during publish (Max Black) - [`a367f9b`](a367f9bdac) [#​8800](https://redirect.github.com/npm/cli/pull/8800) package-lock-json: clarify that version field may be omitted for certain dependencies (Max Black) - [`ffc9b71`](ffc9b713b6) [#​8801](https://redirect.github.com/npm/cli/pull/8801) npm-install: clarify --tag does not override package.json ([#​8801](https://redirect.github.com/npm/cli/issues/8801)) ([@​MaxBlack-dev](https://redirect.github.com/MaxBlack-dev), Max Black) - [`73688ca`](73688ca5eb) [#​8735](https://redirect.github.com/npm/cli/pull/8735) clarify npm version behavior with prerelease versions ([#​8735](https://redirect.github.com/npm/cli/issues/8735)) ([@​yashwantbezawada](https://redirect.github.com/yashwantbezawada)) - [`4a32606`](4a32606ff5) [#​8785](https://redirect.github.com/npm/cli/pull/8785) updates the token create documentation ([#​8785](https://redirect.github.com/npm/cli/issues/8785)) ([@​owlstronaut](https://redirect.github.com/owlstronaut), [@​wraithgar](https://redirect.github.com/wraithgar)) ##### Chores - [`54929ce`](54929cef8e) [#​8836](https://redirect.github.com/npm/cli/pull/8836) update baseline-browser-mapping ([@​watilde](https://redirect.github.com/watilde)) ##### Dependencies - [workspace](https://redirect.github.com/npm/cli/releases/tag/arborist-v9.1.9): `@npmcli/arborist@9.1.9` - [workspace](https://redirect.github.com/npm/cli/releases/tag/config-v10.4.5): `@npmcli/config@10.4.5` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmdiff-v8.0.12): `libnpmdiff@8.0.12` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmexec-v10.1.11): `libnpmexec@10.1.11` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmfund-v7.0.12): `libnpmfund@7.0.12` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmpack-v9.0.12): `libnpmpack@9.0.12` ### [`v11.6.4`](https://redirect.github.com/npm/cli/blob/HEAD/CHANGELOG.md#1164-2025-11-25) [Compare Source](https://redirect.github.com/npm/cli/compare/v11.6.3...v11.6.4) ##### Documentation - [`dfb83c7`](dfb83c7887) [#​8749](https://redirect.github.com/npm/cli/pull/8749) add example for keywords field ([#​8749](https://redirect.github.com/npm/cli/issues/8749)) ([@​MaxBlack-dev](https://redirect.github.com/MaxBlack-dev), Max Black) - [`1b1e227`](1b1e227d23) [#​8750](https://redirect.github.com/npm/cli/pull/8750) remove outdated roadmap link ([#​8750](https://redirect.github.com/npm/cli/issues/8750)) ([@​MaxBlack-dev](https://redirect.github.com/MaxBlack-dev), Max Black) - [`1333d57`](1333d57644) [#​8752](https://redirect.github.com/npm/cli/pull/8752) clarify .npmrc naming convention for environment variable overrides ([#​8752](https://redirect.github.com/npm/cli/issues/8752)) ([@​MaxBlack-dev](https://redirect.github.com/MaxBlack-dev)) - [`22cddb8`](22cddb83f8) [#​8755](https://redirect.github.com/npm/cli/pull/8755) add workspace dependencies example to workspaces (Max Black) - [`17e154c`](17e154cac7) [#​8756](https://redirect.github.com/npm/cli/pull/8756) standardize env vars to uppercase convention (Max Black) - [`1e51a25`](1e51a25d02) [#​8754](https://redirect.github.com/npm/cli/pull/8754) fix lifecycle event order for prepare script (Max Black) - [`8d72bc9`](8d72bc99dc) [#​8753](https://redirect.github.com/npm/cli/pull/8753) add os, cpu, and funding fields to package-lock.json (Max Black) ##### Dependencies - [`f56bb13`](f56bb133bb) [#​8779](https://redirect.github.com/npm/cli/pull/8779) `proc-log@6.1.0` ([#​8779](https://redirect.github.com/npm/cli/issues/8779)) - [`f963223`](f96322350e) [#​8770](https://redirect.github.com/npm/cli/pull/8770) `proggy@4.0.0` - [`f51e4aa`](f51e4aaf06) [#​8770](https://redirect.github.com/npm/cli/pull/8770) `nopt@9.0.0` - [`2d15040`](2d15040390) [#​8770](https://redirect.github.com/npm/cli/pull/8770) `@npmcli/query@5.0.0` - [`9d77b84`](9d77b84ce9) [#​8770](https://redirect.github.com/npm/cli/pull/8770) `@npmcli/installed-package-contents@4.0.0` - [`e2ac092`](e2ac092fda) [#​8770](https://redirect.github.com/npm/cli/pull/8770) `read@5.0.1` - [`6e5bfd9`](6e5bfd93f5) [#​8770](https://redirect.github.com/npm/cli/pull/8770) `init-package-json@8.2.4` - [`7f8e237`](7f8e2376e2) [#​8770](https://redirect.github.com/npm/cli/pull/8770) `p-map@7.0.4` - [`a4aa218`](a4aa218fa0) [#​8770](https://redirect.github.com/npm/cli/pull/8770) `npm-user-validate@4.0.0` - [`6430446`](643044690b) [#​8770](https://redirect.github.com/npm/cli/pull/8770) `npm-audit-report@7.0.0` - [`58650dc`](58650dc089) [#​8770](https://redirect.github.com/npm/cli/pull/8770) `@npmcli/fs@5.0.0` - [`4a11146`](4a11146aa7) [#​8770](https://redirect.github.com/npm/cli/pull/8770) `glob@13.0.0` - [`00511d4`](00511d426a) [#​8770](https://redirect.github.com/npm/cli/pull/8770) `@npmcli/cacache@20.0.3` - [`224afa2`](224afa2717) [#​8770](https://redirect.github.com/npm/cli/pull/8770) `@npmcli/map-workspaces@5.0.3` - [`664ac34`](664ac341ef) [#​8770](https://redirect.github.com/npm/cli/pull/8770) `@npmcli/package-json@7.0.4` - [workspace](https://redirect.github.com/npm/cli/releases/tag/arborist-v9.1.8): `@npmcli/arborist@9.1.8` - [workspace](https://redirect.github.com/npm/cli/releases/tag/config-v10.4.4): `@npmcli/config@10.4.4` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmdiff-v8.0.11): `libnpmdiff@8.0.11` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmexec-v10.1.10): `libnpmexec@10.1.10` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmfund-v7.0.11): `libnpmfund@7.0.11` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmpack-v9.0.11): `libnpmpack@9.0.11` ### [`v11.6.3`](https://redirect.github.com/npm/cli/blob/HEAD/CHANGELOG.md#1163-2025-11-19) [Compare Source](https://redirect.github.com/npm/cli/compare/v11.6.2...v11.6.3) ##### Bug Fixes - [`c6242d9`](c6242d92e5) [#​8706](https://redirect.github.com/npm/cli/pull/8706) change npm profile to create tokens with GAT support ([#​8706](https://redirect.github.com/npm/cli/issues/8706)) ([@​owlstronaut](https://redirect.github.com/owlstronaut), [@​wraithgar](https://redirect.github.com/wraithgar)) - [`cbc6fa9`](cbc6fa9cd7) [#​8731](https://redirect.github.com/npm/cli/pull/8731) order of version information in error message ([#​8731](https://redirect.github.com/npm/cli/issues/8731)) ([@​piotrd](https://redirect.github.com/piotrd), [@​pd-be](https://redirect.github.com/pd-be)) - [`11dbd7e`](11dbd7e362) [#​8709](https://redirect.github.com/npm/cli/pull/8709) display full token when creating authentication tokens ([#​8709](https://redirect.github.com/npm/cli/issues/8709)) ([@​MaxBlack-dev](https://redirect.github.com/MaxBlack-dev), Max Black) - [`49a4eef`](49a4eefd61) [#​8676](https://redirect.github.com/npm/cli/pull/8676) use look behind regex for trailing slash stripping ([#​8676](https://redirect.github.com/npm/cli/issues/8676)) ([@​wraithgar](https://redirect.github.com/wraithgar)) - [`b1aee62`](b1aee62082) [#​8645](https://redirect.github.com/npm/cli/pull/8645) dep flag calculation ([#​8645](https://redirect.github.com/npm/cli/issues/8645)) ([@​liamcmitchell](https://redirect.github.com/liamcmitchell)) ##### Documentation - [`ca53c21`](ca53c21e8a) [#​8745](https://redirect.github.com/npm/cli/pull/8745) add workspace usage examples ([#​8745](https://redirect.github.com/npm/cli/issues/8745)) ([@​MaxBlack-dev](https://redirect.github.com/MaxBlack-dev), Max Black) - [`e71ca0e`](e71ca0e193) [#​8746](https://redirect.github.com/npm/cli/pull/8746) add --save flag to documentation ([#​8746](https://redirect.github.com/npm/cli/issues/8746)) ([@​MaxBlack-dev](https://redirect.github.com/MaxBlack-dev), Max Black) - [`06510a8`](06510a8720) [#​8683](https://redirect.github.com/npm/cli/pull/8683) add ignore-scripts option to npm version help and docs ([#​8683](https://redirect.github.com/npm/cli/issues/8683)) ([@​Tejas242](https://redirect.github.com/Tejas242)) ##### Dependencies - [`7f72238`](7f7223833b) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `cacache@20.0.2` - [`7ac9db8`](7ac9db8564) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `init-package-json@8.2.3` - [`41e97c6`](41e97c65d1) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `validate-npm-package-name@7.0.0` - [`6b1fbe1`](6b1fbe1ef3) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `npm-package-arg@13.0.2` - [`aa1d486`](aa1d486a4e) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `@npmcli/promise-spawn@9.0.1` - [`599c819`](599c819e52) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `which@6.0.0` - [`e49286e`](e49286e218) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `ini@5.0.0` - [`b7c9f96`](b7c9f96006) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `@npmcli/promise-spawn@9.0.0` - [`8cc9f70`](8cc9f70c27) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `ssri@13.0.0` - [`0b7274f`](0b7274fa39) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `pacote@21.0.4` - [`59b3c6a`](59b3c6adf5) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `@npmcli/redact@4.0.0` - [`578abad`](578abad64d) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `node-gyp@12.1.0` - [`89c4151`](89c4151a91) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `@npmcli/git@7.0.1` - [`c6d109d`](c6d109d7ad) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `make-fetch-happen@15.0.3` - [`34d8599`](34d8599987) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `npm-registry-fetch@19.1.1` - [`4811a86`](4811a86a56) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `@npmcli/run-script@10.0.3` - [`6cb77df`](6cb77df379) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `@npmcli/installed-package-contents@4.0.0` - [`05ac7a7`](05ac7a7ea2) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `proc-log@6.0.0` - [`0a74f6d`](0a74f6d1d8) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `bin-links@6.0.0` - [`c02ce5c`](c02ce5c132) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `@npmcli/package-json@7.0.2` - [`9c0cefa`](9c0cefa841) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `json-parse-even-better-errors@5.0.0` - [`041b9b2`](041b9b29b3) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `parse-conflict-json@5.0.1` - [`a1b0fea`](a1b0feac64) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `@npmcli/name-from-folder@4.0.0` - [`a085745`](a085745da6) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `abbrev@4.0.0` - [`00d9c7d`](00d9c7da41) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `nopt@9.0.0` - [`3404dca`](3404dca3d9) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `npm-install-checks@8.0.0` - [`542fcf3`](542fcf3eee) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `@npmcli/node-gyp@5.0.0` - [`89e14d3`](89e14d376f) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `tar@7.5.2` - [`5383f3a`](5383f3aa68) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `npm-registry-fetch@19.1.0` - [`1bb9a7d`](1bb9a7d4ce) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `npm-profile@12.0.1` - [`de619a4`](de619a40ec) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `npm-pick-manifest@11.0.3` - [`0e042ec`](0e042ec4ed) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `npm-packlist@10.0.3` - [`2a3c338`](2a3c338714) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `node-gyp@11.5.0` - [`b96e86c`](b96e86cca5) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `minimatch@10.1.1` - [`d347329`](d347329513) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `exponential-backoff@3.1.3` - [`d6830f4`](d6830f4fac) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `@npmcli/run-script@10.0.2` - [`bcc7ec8`](bcc7ec83ad) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `@npmcli/metavuln-calculator@9.0.3` - [`7a419df`](7a419df651) [#​8723](https://redirect.github.com/npm/cli/pull/8723) `@npmcli/map-workspaces@5.0.1` ##### Chores - [`32bdd83`](32bdd833f8) [#​8723](https://redirect.github.com/npm/cli/pull/8723) fix package-lock ([@​wraithgar](https://redirect.github.com/wraithgar)) - [`4bff14b`](4bff14b536) [#​8670](https://redirect.github.com/npm/cli/pull/8670) write tarball to testDir ([#​8670](https://redirect.github.com/npm/cli/issues/8670)) ([@​wraithgar](https://redirect.github.com/wraithgar)) - [`679486b`](679486b095) [#​8672](https://redirect.github.com/npm/cli/pull/8672) fix lockfile ([#​8672](https://redirect.github.com/npm/cli/issues/8672)) ([@​wraithgar](https://redirect.github.com/wraithgar)) - [workspace](https://redirect.github.com/npm/cli/releases/tag/arborist-v9.1.7): `@npmcli/arborist@9.1.7` - [workspace](https://redirect.github.com/npm/cli/releases/tag/config-v10.4.3): `@npmcli/config@10.4.3` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmdiff-v8.0.10): `libnpmdiff@8.0.10` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmexec-v10.1.9): `libnpmexec@10.1.9` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmfund-v7.0.10): `libnpmfund@7.0.10` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmpack-v9.0.10): `libnpmpack@9.0.10` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmpublish-v11.1.3): `libnpmpublish@11.1.3` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmversion-v8.0.3): `libnpmversion@8.0.3` ### [`v11.6.2`](https://redirect.github.com/npm/cli/blob/HEAD/CHANGELOG.md#1162-2025-10-08) [Compare Source](https://redirect.github.com/npm/cli/compare/v11.6.1...v11.6.2) ##### Bug Fixes - [`c54d1e9`](c54d1e96f3) [#​8633](https://redirect.github.com/npm/cli/pull/8633) progress bar code cleanup ([#​8633](https://redirect.github.com/npm/cli/issues/8633)) ([@​wraithgar](https://redirect.github.com/wraithgar)) - [`d352e27`](d352e27a67) [#​8629](https://redirect.github.com/npm/cli/pull/8629) do not redact notice logs going to stdout ([#​8629](https://redirect.github.com/npm/cli/issues/8629)) ([@​wraithgar](https://redirect.github.com/wraithgar)) - [`5ac3678`](5ac3678fea) [#​8617](https://redirect.github.com/npm/cli/pull/8617) spelling in ./lib and ./test/lib ([#​8617](https://redirect.github.com/npm/cli/issues/8617)) ([@​jsoref](https://redirect.github.com/jsoref)) - [`9197995`](9197995ef0) [#​8619](https://redirect.github.com/npm/cli/pull/8619) spelling ([#​8619](https://redirect.github.com/npm/cli/issues/8619)) ([@​jsoref](https://redirect.github.com/jsoref)) - [`dd884e3`](dd884e371c) [#​8618](https://redirect.github.com/npm/cli/pull/8618) spelling ([#​8618](https://redirect.github.com/npm/cli/issues/8618)) ([@​jsoref](https://redirect.github.com/jsoref)) - [`f6028e6`](f6028e67aa) [#​8614](https://redirect.github.com/npm/cli/pull/8614) skip redacting urls meant for opening by the user ([#​8614](https://redirect.github.com/npm/cli/issues/8614)) ([@​wraithgar](https://redirect.github.com/wraithgar), [@​jolyndenning](https://redirect.github.com/jolyndenning)) - [`54fd27f`](54fd27f9f6) [#​8602](https://redirect.github.com/npm/cli/pull/8602) refactor node.ideallyInert to node.inert ([#​8602](https://redirect.github.com/npm/cli/issues/8602)) ([@​liamcmitchell](https://redirect.github.com/liamcmitchell)) - [`79e3c1e`](79e3c1eff7) [#​8593](https://redirect.github.com/npm/cli/pull/8593) use [@​npmcli/package-json](https://redirect.github.com/npmcli/package-json) to normalize package data ([@​wraithgar](https://redirect.github.com/wraithgar)) ##### Documentation - [`0469c5e`](0469c5ebec) [#​8639](https://redirect.github.com/npm/cli/pull/8639) rewrap markdown ([#​8639](https://redirect.github.com/npm/cli/issues/8639)) ([@​jsoref](https://redirect.github.com/jsoref)) - [`9ceb9c1`](9ceb9c1d18) [#​8636](https://redirect.github.com/npm/cli/pull/8636) rewrap markdown ([#​8636](https://redirect.github.com/npm/cli/issues/8636)) ([@​jsoref](https://redirect.github.com/jsoref)) - [`6324370`](6324370942) [#​8616](https://redirect.github.com/npm/cli/pull/8616) fix spelling ([#​8616](https://redirect.github.com/npm/cli/issues/8616)) ([@​jsoref](https://redirect.github.com/jsoref)) - [`1b0429a`](1b0429af3b) [#​8607](https://redirect.github.com/npm/cli/pull/8607) Fix spelling ([#​8607](https://redirect.github.com/npm/cli/issues/8607)) ([@​jsoref](https://redirect.github.com/jsoref)) - [`7fbe07a`](7fbe07a6ad) [#​8603](https://redirect.github.com/npm/cli/pull/8603) clean up deprecated `npm access` commands ([#​8603](https://redirect.github.com/npm/cli/issues/8603)) ([@​jsoref](https://redirect.github.com/jsoref)) ##### Dependencies - [`fa7cc6f`](fa7cc6f933) [#​8662](https://redirect.github.com/npm/cli/pull/8662) `ci-info@4.3.1` ([#​8662](https://redirect.github.com/npm/cli/issues/8662)) - [`b05461b`](b05461b6b1) [#​8663](https://redirect.github.com/npm/cli/pull/8663) `@sigstore/sign@4.0.1` ([#​8663](https://redirect.github.com/npm/cli/issues/8663)) - [`c31de22`](c31de22970) [#​8661](https://redirect.github.com/npm/cli/pull/8661) downgrade ci-info to 4.3.0 ([#​8661](https://redirect.github.com/npm/cli/issues/8661)) ([@​wraithgar](https://redirect.github.com/wraithgar)) - [`c5191b5`](c5191b542a) [#​8659](https://redirect.github.com/npm/cli/pull/8659) `ci-info@4.3.1` - [`f255c92`](f255c92abf) [#​8659](https://redirect.github.com/npm/cli/pull/8659) `hosted-git-info@9.0.2` - [`bdaf323`](bdaf323a16) [#​8659](https://redirect.github.com/npm/cli/pull/8659) `is-cidr@6.0.1` - [`a33f106`](a33f1062c3) [#​8659](https://redirect.github.com/npm/cli/pull/8659) `lru-cache@11.2.2` - [`8044e07`](8044e07000) [#​8659](https://redirect.github.com/npm/cli/pull/8659) `npm-package-arg@13.0.1` - [`f577504`](f5775043e7) [#​8659](https://redirect.github.com/npm/cli/pull/8659) `npm-packlist@10.0.2` - [`9aa4fa6`](9aa4fa6687) [#​8659](https://redirect.github.com/npm/cli/pull/8659) `semver@7.7.3` - [`fe9484a`](fe9484a177) [#​8593](https://redirect.github.com/npm/cli/pull/8593) remove normalize-package-data ##### Chores - [`b3409f4`](b3409f480f) [#​8659](https://redirect.github.com/npm/cli/pull/8659) dev dependency updates ([@​wraithgar](https://redirect.github.com/wraithgar)) - [`e8de81b`](e8de81bc82) [#​8643](https://redirect.github.com/npm/cli/pull/8643) Add automatically generated annotation to dependencies.md ([#​8643](https://redirect.github.com/npm/cli/issues/8643)) ([@​jsoref](https://redirect.github.com/jsoref)) - [`67cfaf3`](67cfaf3529) [#​8627](https://redirect.github.com/npm/cli/pull/8627) fix spelling: different ([#​8627](https://redirect.github.com/npm/cli/issues/8627)) ([@​jsoref](https://redirect.github.com/jsoref)) - [`17ddc0d`](17ddc0d6af) [#​8622](https://redirect.github.com/npm/cli/pull/8622) fix spelling ([#​8622](https://redirect.github.com/npm/cli/issues/8622)) ([@​jsoref](https://redirect.github.com/jsoref)) - [`c3e1790`](c3e1790c98) [#​8605](https://redirect.github.com/npm/cli/pull/8605) Remove reference to nonexistent calendar ([#​8605](https://redirect.github.com/npm/cli/issues/8605)) ([@​jsoref](https://redirect.github.com/jsoref)) - [`ac9143e`](ac9143eafd) [#​8604](https://redirect.github.com/npm/cli/pull/8604) Improve link accessibility for screen reader users ([#​8604](https://redirect.github.com/npm/cli/issues/8604)) ([@​jsoref](https://redirect.github.com/jsoref)) - [`62d73e7`](62d73e763f) [#​8601](https://redirect.github.com/npm/cli/pull/8601) remove references to benchmarks workflow ([#​8601](https://redirect.github.com/npm/cli/issues/8601)) ([@​jsoref](https://redirect.github.com/jsoref)) - [`bb4b739`](bb4b73953a) [#​8598](https://redirect.github.com/npm/cli/pull/8598) remove stale comment ([#​8598](https://redirect.github.com/npm/cli/issues/8598)) ([@​jsoref](https://redirect.github.com/jsoref)) - [`f73e65d`](f73e65d86d) [#​8592](https://redirect.github.com/npm/cli/pull/8592) fix build url code for remark-github\@​12 ([#​8592](https://redirect.github.com/npm/cli/issues/8592)) ([@​wraithgar](https://redirect.github.com/wraithgar)) - [workspace](https://redirect.github.com/npm/cli/releases/tag/arborist-v9.1.6): `@npmcli/arborist@9.1.6` - [workspace](https://redirect.github.com/npm/cli/releases/tag/config-v10.4.2): `@npmcli/config@10.4.2` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmaccess-v10.0.3): `libnpmaccess@10.0.3` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmdiff-v8.0.9): `libnpmdiff@8.0.9` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmexec-v10.1.8): `libnpmexec@10.1.8` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmfund-v7.0.9): `libnpmfund@7.0.9` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmpack-v9.0.9): `libnpmpack@9.0.9` - [workspace](https://redirect.github.com/npm/cli/releases/tag/libnpmpublish-v11.1.2): `libnpmpublish@11.1.2` ### [`v11.6.1`](https://redirect.github.com/npm/cli/blob/HEAD/CHANGELOG.md#1161-2025-09-23) [Compare Source](https://redirect.github.com/npm/cli/compare/v11.6.0...v11.6.1) ##### Bug Fixes - [`d389614`](d3896147c6) [#​8579](https://redirect.github.com/npm/cli/pull/8579) corrects peer dependency flag propagation ([@​owlstronaut](https://redirect.github.com/owlstronaut)) - [`5db81c3`](5db81c3506) [#​8512](https://redirect.github.com/npm/cli/pull/8512) allow concurrent non-local npx calls ([#​8512](https://redirect.github.com/npm/cli/issues/8512)) ([@​jenseng](https://redirect.github.com/jenseng), [@​wraithgar](https://redirect.github.com/wraithgar)) ##### Documentation - [`7a09902`](7a099029db) [#​8582](https://redirect.github.com/npm/cli/pull/8582) bring back certfile ([#​8582](https://redirect.github.com/npm/cli/issues/8582)) ([@​jenseng](https://redirect.github.com/jenseng)) ##### Dependencies - [`849dcb6`](849dcb6dc2) [#​8589](https://redirect.github.com/npm/cli/pull/8589) `tar@7.5.1` ([#​8589](https://redirect.github.com/npm/cli/issues/8589)) - [`ea15731`](ea15731e32) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `binary-extensions@3.1.0` - [`0f41bac`](0f41bace56) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `tiny-relative-date@2.0.2` - [`07bf540`](07bf5402fb) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `is-cidr@6.0.0` - [`ef87ec6`](ef87ec6612) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `diff@8.0.2` - [`48285e0`](48285e04fd) [#​8576](https://redirect.github.com/npm/cli/pull/8576) add fdir, isexe, and picomatch to node\_modules - [`099238a`](099238ac13) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `fdir@6.5.0` - [`6e4d673`](6e4d673138) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `isexe@3.1.1` - [`09a7494`](09a7494b59) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `supports-color@10.2.2` - [`c5157c9`](c5157c978f) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `chalk@5.6.2` - [`46035db`](46035dbf4d) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `debug@4.4.3` - [`5f6664b`](5f6664b7a8) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `spdx-license-ids@3.0.22` - [`5516583`](5516583de7) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `socks@2.8.7` - [`6a392f3`](6a392f3631) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `tinyglobby@0.2.15` - [`9519f18`](9519f189a4) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `npm-install-checks@7.1.2` - [`34bafd1`](34bafd153f) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `node-gyp@11.4.2` - [`dfd034e`](dfd034eaf9) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `@npmcli/promise-spawn@8.0.3` - [`d4eef14`](d4eef14dcd) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `rimraf@6.0.1` - [`566f1b7`](566f1b7b48) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `minimatch@10.0.3` - [`ac33497`](ac334979ab) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `mkdirp@3.0.1` - [`1676626`](167662683d) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `glob@11.0.3` - [`817f0b1`](817f0b1eb5) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `ignore-walk@8.0.0` - [`79a4e67`](79a4e67c35) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `minizlib@3.0.2` - [`38fa2c2`](38fa2c2e67) [#​8576](https://redirect.github.com/npm/cli/pull/8576) `negotiator@1.0.0` - [`24252a1`](https://redirect.github.com/npm/cli/commit/ </details> --- ### Configuration 📅 **Schedule**: Branch creation - "" in timezone Europe/Helsinki, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ivuorinen/everforest-resources). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9tYWpvciJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1496 lines
51 KiB
JSON
1496 lines
51 KiB
JSON
{
|
|
"name": "everforest-resources",
|
|
"version": "0.1.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "everforest-resources",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.2.3",
|
|
"@commitlint/cli": "^20.0.0",
|
|
"@commitlint/config-conventional": "^20.0.0",
|
|
"@playwright/test": "^1.40.0",
|
|
"husky": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=11.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame": {
|
|
"version": "7.27.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
"integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-validator-identifier": "^7.27.1",
|
|
"js-tokens": "^4.0.0",
|
|
"picocolors": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
"version": "7.27.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/biome": {
|
|
"version": "2.2.3",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.2.3.tgz",
|
|
"integrity": "sha512-9w0uMTvPrIdvUrxazZ42Ib7t8Y2yoGLKLdNne93RLICmaHw7mcLv4PPb5LvZLJF3141gQHiCColOh/v6VWlWmg==",
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"bin": {
|
|
"biome": "bin/biome"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/biome"
|
|
},
|
|
"optionalDependencies": {
|
|
"@biomejs/cli-darwin-arm64": "2.2.3",
|
|
"@biomejs/cli-darwin-x64": "2.2.3",
|
|
"@biomejs/cli-linux-arm64": "2.2.3",
|
|
"@biomejs/cli-linux-arm64-musl": "2.2.3",
|
|
"@biomejs/cli-linux-x64": "2.2.3",
|
|
"@biomejs/cli-linux-x64-musl": "2.2.3",
|
|
"@biomejs/cli-win32-arm64": "2.2.3",
|
|
"@biomejs/cli-win32-x64": "2.2.3"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-darwin-arm64": {
|
|
"version": "2.2.3",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.2.3.tgz",
|
|
"integrity": "sha512-OrqQVBpadB5eqzinXN4+Q6honBz+tTlKVCsbEuEpljK8ASSItzIRZUA02mTikl3H/1nO2BMPFiJ0nkEZNy3B1w==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-darwin-x64": {
|
|
"version": "2.2.3",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.2.3.tgz",
|
|
"integrity": "sha512-OCdBpb1TmyfsTgBAM1kPMXyYKTohQ48WpiN9tkt9xvU6gKVKHY4oVwteBebiOqyfyzCNaSiuKIPjmHjUZ2ZNMg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-linux-arm64": {
|
|
"version": "2.2.3",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.2.3.tgz",
|
|
"integrity": "sha512-g/Uta2DqYpECxG+vUmTAmUKlVhnGEcY7DXWgKP8ruLRa8Si1QHsWknPY3B/wCo0KgYiFIOAZ9hjsHfNb9L85+g==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-linux-arm64-musl": {
|
|
"version": "2.2.3",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.2.3.tgz",
|
|
"integrity": "sha512-q3w9jJ6JFPZPeqyvwwPeaiS/6NEszZ+pXKF+IczNo8Xj6fsii45a4gEEicKyKIytalV+s829ACZujQlXAiVLBQ==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-linux-x64": {
|
|
"version": "2.2.3",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.2.3.tgz",
|
|
"integrity": "sha512-LEtyYL1fJsvw35CxrbQ0gZoxOG3oZsAjzfRdvRBRHxOpQ91Q5doRVjvWW/wepgSdgk5hlaNzfeqpyGmfSD0Eyw==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-linux-x64-musl": {
|
|
"version": "2.2.3",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.2.3.tgz",
|
|
"integrity": "sha512-y76Dn4vkP1sMRGPFlNc+OTETBhGPJ90jY3il6jAfur8XWrYBQV3swZ1Jo0R2g+JpOeeoA0cOwM7mJG6svDz79w==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-win32-arm64": {
|
|
"version": "2.2.3",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.2.3.tgz",
|
|
"integrity": "sha512-Ms9zFYzjcJK7LV+AOMYnjN3pV3xL8Prxf9aWdDVL74onLn5kcvZ1ZMQswE5XHtnd/r/0bnUd928Rpbs14BzVmA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@biomejs/cli-win32-x64": {
|
|
"version": "2.2.3",
|
|
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.2.3.tgz",
|
|
"integrity": "sha512-gvCpewE7mBwBIpqk1YrUqNR4mCiyJm6UI3YWQQXkedSSEwzRdodRpaKhbdbHw1/hmTWOVXQ+Eih5Qctf4TCVOQ==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/cli": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-20.0.0.tgz",
|
|
"integrity": "sha512-I3D7Yldq8ZhOB3qEaTvXWIgib6tSZhbCpRObfFQ/aYI0J9AH8NMwT07Ak+bpE3n6Yn7EtbqEhQUkJZ/jZ5kCeQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@commitlint/format": "^20.0.0",
|
|
"@commitlint/lint": "^20.0.0",
|
|
"@commitlint/load": "^20.0.0",
|
|
"@commitlint/read": "^20.0.0",
|
|
"@commitlint/types": "^20.0.0",
|
|
"tinyexec": "^1.0.0",
|
|
"yargs": "^17.0.0"
|
|
},
|
|
"bin": {
|
|
"commitlint": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/config-conventional": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.0.0.tgz",
|
|
"integrity": "sha512-q7JroPIkDBtyOkVe9Bca0p7kAUYxZMxkrBArCfuD3yN4KjRAenP9PmYwnn7rsw8Q+hHq1QB2BRmBh0/Z19ZoJw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@commitlint/types": "^20.0.0",
|
|
"conventional-changelog-conventionalcommits": "^7.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/config-validator": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-20.0.0.tgz",
|
|
"integrity": "sha512-BeyLMaRIJDdroJuYM2EGhDMGwVBMZna9UiIqV9hxj+J551Ctc6yoGuGSmghOy/qPhBSuhA6oMtbEiTmxECafsg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@commitlint/types": "^20.0.0",
|
|
"ajv": "^8.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/ensure": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-20.0.0.tgz",
|
|
"integrity": "sha512-WBV47Fffvabe68n+13HJNFBqiMH5U1Ryls4W3ieGwPC0C7kJqp3OVQQzG2GXqOALmzrgAB+7GXmyy8N9ct8/Fg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@commitlint/types": "^20.0.0",
|
|
"lodash.camelcase": "^4.3.0",
|
|
"lodash.kebabcase": "^4.1.1",
|
|
"lodash.snakecase": "^4.1.1",
|
|
"lodash.startcase": "^4.4.0",
|
|
"lodash.upperfirst": "^4.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/execute-rule": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-20.0.0.tgz",
|
|
"integrity": "sha512-xyCoOShoPuPL44gVa+5EdZsBVao/pNzpQhkzq3RdtlFdKZtjWcLlUFQHSWBuhk5utKYykeJPSz2i8ABHQA+ZZw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/format": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-20.0.0.tgz",
|
|
"integrity": "sha512-zrZQXUcSDmQ4eGGrd+gFESiX0Rw+WFJk7nW4VFOmxub4mAATNKBQ4vNw5FgMCVehLUKG2OT2LjOqD0Hk8HvcRg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@commitlint/types": "^20.0.0",
|
|
"chalk": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/is-ignored": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-20.0.0.tgz",
|
|
"integrity": "sha512-ayPLicsqqGAphYIQwh9LdAYOVAQ9Oe5QCgTNTj+BfxZb9b/JW222V5taPoIBzYnAP0z9EfUtljgBk+0BN4T4Cw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@commitlint/types": "^20.0.0",
|
|
"semver": "^7.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/lint": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-20.0.0.tgz",
|
|
"integrity": "sha512-kWrX8SfWk4+4nCexfLaQT3f3EcNjJwJBsSZ5rMBw6JCd6OzXufFHgel2Curos4LKIxwec9WSvs2YUD87rXlxNQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@commitlint/is-ignored": "^20.0.0",
|
|
"@commitlint/parse": "^20.0.0",
|
|
"@commitlint/rules": "^20.0.0",
|
|
"@commitlint/types": "^20.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/load": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-20.0.0.tgz",
|
|
"integrity": "sha512-WiNKO9fDPlLY90Rruw2HqHKcghrmj5+kMDJ4GcTlX1weL8K07Q6b27C179DxnsrjGCRAKVwFKyzxV4x+xDY28Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@commitlint/config-validator": "^20.0.0",
|
|
"@commitlint/execute-rule": "^20.0.0",
|
|
"@commitlint/resolve-extends": "^20.0.0",
|
|
"@commitlint/types": "^20.0.0",
|
|
"chalk": "^5.3.0",
|
|
"cosmiconfig": "^9.0.0",
|
|
"cosmiconfig-typescript-loader": "^6.1.0",
|
|
"lodash.isplainobject": "^4.0.6",
|
|
"lodash.merge": "^4.6.2",
|
|
"lodash.uniq": "^4.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/message": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-20.0.0.tgz",
|
|
"integrity": "sha512-gLX4YmKnZqSwkmSB9OckQUrI5VyXEYiv3J5JKZRxIp8jOQsWjZgHSG/OgEfMQBK9ibdclEdAyIPYggwXoFGXjQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/parse": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-20.0.0.tgz",
|
|
"integrity": "sha512-j/PHCDX2bGM5xGcWObOvpOc54cXjn9g6xScXzAeOLwTsScaL4Y+qd0pFC6HBwTtrH92NvJQc+2Lx9HFkVi48cg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@commitlint/types": "^20.0.0",
|
|
"conventional-changelog-angular": "^7.0.0",
|
|
"conventional-commits-parser": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/read": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-20.0.0.tgz",
|
|
"integrity": "sha512-Ti7Y7aEgxsM1nkwA4ZIJczkTFRX/+USMjNrL9NXwWQHqNqrBX2iMi+zfuzZXqfZ327WXBjdkRaytJ+z5vNqTOA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@commitlint/top-level": "^20.0.0",
|
|
"@commitlint/types": "^20.0.0",
|
|
"git-raw-commits": "^4.0.0",
|
|
"minimist": "^1.2.8",
|
|
"tinyexec": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/resolve-extends": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-20.0.0.tgz",
|
|
"integrity": "sha512-BA4vva1hY8y0/Hl80YDhe9TJZpRFMsUYzVxvwTLPTEBotbGx/gS49JlVvtF1tOCKODQp7pS7CbxCpiceBgp3Dg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@commitlint/config-validator": "^20.0.0",
|
|
"@commitlint/types": "^20.0.0",
|
|
"global-directory": "^4.0.1",
|
|
"import-meta-resolve": "^4.0.0",
|
|
"lodash.mergewith": "^4.6.2",
|
|
"resolve-from": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/rules": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-20.0.0.tgz",
|
|
"integrity": "sha512-gvg2k10I/RfvHn5I5sxvVZKM1fl72Sqrv2YY/BnM7lMHcYqO0E2jnRWoYguvBfEcZ39t+rbATlciggVe77E4zA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@commitlint/ensure": "^20.0.0",
|
|
"@commitlint/message": "^20.0.0",
|
|
"@commitlint/to-lines": "^20.0.0",
|
|
"@commitlint/types": "^20.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/to-lines": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-20.0.0.tgz",
|
|
"integrity": "sha512-2l9gmwiCRqZNWgV+pX1X7z4yP0b3ex/86UmUFgoRt672Ez6cAM2lOQeHFRUTuE6sPpi8XBCGnd8Kh3bMoyHwJw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/top-level": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-20.0.0.tgz",
|
|
"integrity": "sha512-drXaPSP2EcopukrUXvUXmsQMu3Ey/FuJDc/5oiW4heoCfoE5BdLQyuc7veGeE3aoQaTVqZnh4D5WTWe2vefYKg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@commitlint/types": {
|
|
"version": "20.0.0",
|
|
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-20.0.0.tgz",
|
|
"integrity": "sha512-bVUNBqG6aznYcYjTjnc3+Cat/iBgbgpflxbIBTnsHTX0YVpnmINPEkSRWymT2Q8aSH3Y7aKnEbunilkYe8TybA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/conventional-commits-parser": "^5.0.0",
|
|
"chalk": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18"
|
|
}
|
|
},
|
|
"node_modules/@playwright/test": {
|
|
"version": "1.55.0",
|
|
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.55.0.tgz",
|
|
"integrity": "sha512-04IXzPwHrW69XusN/SIdDdKZBzMfOT9UNT/YiJit/xpy2VuAoB8NHc8Aplb96zsWDddLnbkPL3TsmrS04ZU2xQ==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"playwright": "1.55.0"
|
|
},
|
|
"bin": {
|
|
"playwright": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@types/conventional-commits-parser": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.1.tgz",
|
|
"integrity": "sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "24.3.1",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.1.tgz",
|
|
"integrity": "sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~7.10.0"
|
|
}
|
|
},
|
|
"node_modules/ajv": {
|
|
"version": "8.17.1",
|
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fast-uri": "^3.0.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/argparse": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
"dev": true,
|
|
"license": "Python-2.0"
|
|
},
|
|
"node_modules/array-ify": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz",
|
|
"integrity": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/callsites": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
|
|
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/chalk": {
|
|
"version": "5.6.0",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz",
|
|
"integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/cliui": {
|
|
"version": "8.0.1",
|
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.1",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/compare-func": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz",
|
|
"integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-ify": "^1.0.0",
|
|
"dot-prop": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-angular": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz",
|
|
"integrity": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"compare-func": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-conventionalcommits": {
|
|
"version": "7.0.2",
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz",
|
|
"integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"compare-func": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz",
|
|
"integrity": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-text-path": "^2.0.0",
|
|
"JSONStream": "^1.3.5",
|
|
"meow": "^12.0.1",
|
|
"split2": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"conventional-commits-parser": "cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/cosmiconfig": {
|
|
"version": "9.0.0",
|
|
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"env-paths": "^2.2.1",
|
|
"import-fresh": "^3.3.0",
|
|
"js-yaml": "^4.1.0",
|
|
"parse-json": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/d-fischer"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.9.5"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/cosmiconfig-typescript-loader": {
|
|
"version": "6.1.0",
|
|
"resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-6.1.0.tgz",
|
|
"integrity": "sha512-tJ1w35ZRUiM5FeTzT7DtYWAFFv37ZLqSRkGi2oeCK1gPhvaWjkAtfXvLmvE1pRfxxp9aQo6ba/Pvg1dKj05D4g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jiti": "^2.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/node": "*",
|
|
"cosmiconfig": ">=9",
|
|
"typescript": ">=5"
|
|
}
|
|
},
|
|
"node_modules/dargs": {
|
|
"version": "8.1.0",
|
|
"resolved": "https://registry.npmjs.org/dargs/-/dargs-8.1.0.tgz",
|
|
"integrity": "sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/dot-prop": {
|
|
"version": "5.3.0",
|
|
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
|
|
"integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-obj": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/env-paths": {
|
|
"version": "2.2.1",
|
|
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
|
|
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/error-ex": {
|
|
"version": "1.3.2",
|
|
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
|
|
"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.2.1"
|
|
}
|
|
},
|
|
"node_modules/escalade": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/fast-deep-equal": {
|
|
"version": "3.1.3",
|
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-uri": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
|
|
"integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fastify"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/fastify"
|
|
}
|
|
],
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/find-up": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-7.0.0.tgz",
|
|
"integrity": "sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^7.2.0",
|
|
"path-exists": "^5.0.0",
|
|
"unicorn-magic": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/fsevents": {
|
|
"version": "2.3.2",
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
|
|
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
}
|
|
},
|
|
"node_modules/get-caller-file": {
|
|
"version": "2.0.5",
|
|
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "6.* || 8.* || >= 10.*"
|
|
}
|
|
},
|
|
"node_modules/git-raw-commits": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-4.0.0.tgz",
|
|
"integrity": "sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dargs": "^8.0.0",
|
|
"meow": "^12.0.1",
|
|
"split2": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"git-raw-commits": "cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/global-directory": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
|
|
"integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ini": "4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/husky": {
|
|
"version": "9.1.7",
|
|
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
|
|
"integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"husky": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/typicode"
|
|
}
|
|
},
|
|
"node_modules/import-fresh": {
|
|
"version": "3.3.1",
|
|
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
|
|
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parent-module": "^1.0.0",
|
|
"resolve-from": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/import-fresh/node_modules/resolve-from": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
|
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/import-meta-resolve": {
|
|
"version": "4.2.0",
|
|
"resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz",
|
|
"integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/ini": {
|
|
"version": "4.1.1",
|
|
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
|
|
"integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/is-arrayish": {
|
|
"version": "0.2.1",
|
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
|
|
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-obj": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
|
|
"integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-text-path": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-2.0.0.tgz",
|
|
"integrity": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"text-extensions": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jiti": {
|
|
"version": "2.5.1",
|
|
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.5.1.tgz",
|
|
"integrity": "sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"jiti": "lib/jiti-cli.mjs"
|
|
}
|
|
},
|
|
"node_modules/js-tokens": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/js-yaml": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^2.0.1"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jsonparse": {
|
|
"version": "1.3.1",
|
|
"resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
|
|
"integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==",
|
|
"dev": true,
|
|
"engines": [
|
|
"node >= 0.2.0"
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/JSONStream": {
|
|
"version": "1.3.5",
|
|
"resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz",
|
|
"integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==",
|
|
"dev": true,
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"dependencies": {
|
|
"jsonparse": "^1.2.0",
|
|
"through": ">=2.2.7 <3"
|
|
},
|
|
"bin": {
|
|
"JSONStream": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/lines-and-columns": {
|
|
"version": "1.2.4",
|
|
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
|
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/locate-path": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz",
|
|
"integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/lodash.camelcase": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
|
|
"integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isplainobject": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
|
|
"integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.kebabcase": {
|
|
"version": "4.1.1",
|
|
"resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz",
|
|
"integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.merge": {
|
|
"version": "4.6.2",
|
|
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
|
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.mergewith": {
|
|
"version": "4.6.2",
|
|
"resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz",
|
|
"integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.snakecase": {
|
|
"version": "4.1.1",
|
|
"resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz",
|
|
"integrity": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.startcase": {
|
|
"version": "4.4.0",
|
|
"resolved": "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz",
|
|
"integrity": "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.uniq": {
|
|
"version": "4.5.0",
|
|
"resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
|
|
"integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.upperfirst": {
|
|
"version": "4.3.1",
|
|
"resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz",
|
|
"integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/meow": {
|
|
"version": "12.1.1",
|
|
"resolved": "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz",
|
|
"integrity": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16.10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/minimist": {
|
|
"version": "1.2.8",
|
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/p-limit": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
|
|
"integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-locate": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
|
|
"integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/parent-module": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
|
|
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsites": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/parse-json": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.0.0",
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-even-better-errors": "^2.3.0",
|
|
"lines-and-columns": "^1.1.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
|
|
"integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/picocolors": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/playwright": {
|
|
"version": "1.55.0",
|
|
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.0.tgz",
|
|
"integrity": "sha512-sdCWStblvV1YU909Xqx0DhOjPZE4/5lJsIS84IfN9dAZfcl/CIZ5O8l3o0j7hPMjDvqoTF8ZUcc+i/GL5erstA==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"playwright-core": "1.55.0"
|
|
},
|
|
"bin": {
|
|
"playwright": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "2.3.2"
|
|
}
|
|
},
|
|
"node_modules/playwright-core": {
|
|
"version": "1.55.0",
|
|
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.0.tgz",
|
|
"integrity": "sha512-GvZs4vU3U5ro2nZpeiwyb0zuFaqb9sUiAJuyrWpcGouD8y9/HLgGbNRjIph7zU9D3hnPaisMl9zG9CgFi/biIg==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"playwright-core": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/require-directory": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/require-from-string": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/resolve-from": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
|
|
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/semver": {
|
|
"version": "7.7.2",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/split2": {
|
|
"version": "4.2.0",
|
|
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 10.x"
|
|
}
|
|
},
|
|
"node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/text-extensions": {
|
|
"version": "2.4.0",
|
|
"resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-2.4.0.tgz",
|
|
"integrity": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/through": {
|
|
"version": "2.3.8",
|
|
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
|
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tinyexec": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.1.tgz",
|
|
"integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.9.2",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
|
|
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "7.10.0",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz",
|
|
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unicorn-magic": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
|
|
"integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/y18n": {
|
|
"version": "5.0.8",
|
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
|
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/yargs": {
|
|
"version": "17.7.2",
|
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^8.0.1",
|
|
"escalade": "^3.1.1",
|
|
"get-caller-file": "^2.0.5",
|
|
"require-directory": "^2.1.1",
|
|
"string-width": "^4.2.3",
|
|
"y18n": "^5.0.5",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yargs-parser": {
|
|
"version": "21.1.1",
|
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
|
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yocto-queue": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.1.tgz",
|
|
"integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
}
|
|
}
|
|
}
|