Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/fosrl/pangolin/pull/1898
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 11/20/2025
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `dependabot/npm_and_yarn/prod-patch-updates-5a33dfcc31`
---
### 📝 Commits (1)
- [`15b7d19`](https://github.com/fosrl/pangolin/commit/15b7d196c936cf45d585a2c40bcbcd0e6f40bb41) Bump the prod-patch-updates group across 1 directory with 2 updates
### 📊 Changes
**2 files changed** (+287 additions, -319 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+285 -317)
📝 `package.json` (+2 -2)
</details>
### 📄 Description
Bumps the prod-patch-updates group with 2 updates in the / directory: [npm](https://github.com/npm/cli) and [react-hook-form](https://github.com/react-hook-form/react-hook-form).
Updates `npm` from 11.6.2 to 11.6.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/npm/cli/releases">npm's releases</a>.</em></p>
<blockquote>
<h2>v11.6.3</h2>
<h2><a href="https://github.com/npm/cli/compare/v11.6.2...v11.6.3">11.6.3</a> (2025-11-19)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/c6242d92e5227e0a772d9cfe474ea57776af79e0"><code>c6242d9</code></a> <a href="https://redirect.github.com/npm/cli/pull/8706">#8706</a> change npm profile to create tokens with GAT support (<a href="https://redirect.github.com/npm/cli/issues/8706">#8706</a>) (<a href="https://github.com/owlstronaut"><code>@owlstronaut</code></a>, <a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/cbc6fa9cd7c582053be77a56677191313c7e8d98"><code>cbc6fa9</code></a> <a href="https://redirect.github.com/npm/cli/pull/8731">#8731</a> order of version information in error message (<a href="https://redirect.github.com/npm/cli/issues/8731">#8731</a>) (<a href="https://github.com/piotrd"><code>@piotrd</code></a>, <a href="https://github.com/pd-be"><code>@pd-be</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/11dbd7e36287695801f02a43e53b24fc2d72a545"><code>11dbd7e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8709">#8709</a> display full token when creating authentication tokens (<a href="https://redirect.github.com/npm/cli/issues/8709">#8709</a>) (<a href="https://github.com/MaxBlack-dev"><code>@MaxBlack-dev</code></a>, Max Black)</li>
<li><a href="https://github.com/npm/cli/commit/49a4eefd613dbb60bcff3dac39129f70586d3cff"><code>49a4eef</code></a> <a href="https://redirect.github.com/npm/cli/pull/8676">#8676</a> use look behind regex for trailing slash stripping (<a href="https://redirect.github.com/npm/cli/issues/8676">#8676</a>) (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/b1aee62082d7b25ec07f64e906afd76840907fbd"><code>b1aee62</code></a> <a href="https://redirect.github.com/npm/cli/pull/8645">#8645</a> dep flag calculation (<a href="https://redirect.github.com/npm/cli/issues/8645">#8645</a>) (<a href="https://github.com/liamcmitchell"><code>@liamcmitchell</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/ca53c21e8a0f0e659e891415735e184443b8f48b"><code>ca53c21</code></a> <a href="https://redirect.github.com/npm/cli/pull/8745">#8745</a> add workspace usage examples (<a href="https://redirect.github.com/npm/cli/issues/8745">#8745</a>) (<a href="https://github.com/MaxBlack-dev"><code>@MaxBlack-dev</code></a>, Max Black)</li>
<li><a href="https://github.com/npm/cli/commit/e71ca0e1934b805c97485b39501653655a54c919"><code>e71ca0e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8746">#8746</a> add --save flag to documentation (<a href="https://redirect.github.com/npm/cli/issues/8746">#8746</a>) (<a href="https://github.com/MaxBlack-dev"><code>@MaxBlack-dev</code></a>, Max Black)</li>
<li><a href="https://github.com/npm/cli/commit/06510a8720fa180e9ef9093d9caee2e85bbc5165"><code>06510a8</code></a> <a href="https://redirect.github.com/npm/cli/pull/8683">#8683</a> add ignore-scripts option to npm version help and docs (<a href="https://redirect.github.com/npm/cli/issues/8683">#8683</a>) (<a href="https://github.com/Tejas242"><code>@Tejas242</code></a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/7f7223833b9f655ea82039cf389ed8d03fb3b212"><code>7f72238</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>cacache@20.0.2</code></li>
<li><a href="https://github.com/npm/cli/commit/7ac9db8564312ffd57a8f622634d6f3de080c472"><code>7ac9db8</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>init-package-json@8.2.3</code></li>
<li><a href="https://github.com/npm/cli/commit/41e97c65d1d9d0bf7fa80d4b018ff4c051b1487b"><code>41e97c6</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>validate-npm-package-name@7.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/6b1fbe1ef3db7f5782809abdcdf6c53ff7542330"><code>6b1fbe1</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-package-arg@13.0.2</code></li>
<li><a href="https://github.com/npm/cli/commit/aa1d486a4e4a82de16d4c63154a1b1a89ad09e6d"><code>aa1d486</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/promise-spawn@9.0.1</code></li>
<li><a href="https://github.com/npm/cli/commit/599c819e525f235bab08c9395e7f357d4d2454a6"><code>599c819</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>which@6.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/e49286e2189dfe1604d957ccc415038957a64d19"><code>e49286e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>ini@5.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/b7c9f960063da93c8476739d1d6a717746255f93"><code>b7c9f96</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/promise-spawn@9.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/8cc9f70c2769f068ea0ef77a602162cdd949998e"><code>8cc9f70</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>ssri@13.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/0b7274fa39edacc7103eacf2a72c074d01451284"><code>0b7274f</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>pacote@21.0.4</code></li>
<li><a href="https://github.com/npm/cli/commit/59b3c6adf5fb7e5c8e0f990ade7417677270057a"><code>59b3c6a</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/redact@4.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/578abad64d57dee1db460f1013c8514099e08136"><code>578abad</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>node-gyp@12.1.0</code></li>
<li><a href="https://github.com/npm/cli/commit/89c4151a9182ddb77eff1beaeaaa2c0279578a2e"><code>89c4151</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/git@7.0.1</code></li>
<li><a href="https://github.com/npm/cli/commit/c6d109d7ad59b0be87225917e6393bcc9838f64d"><code>c6d109d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>make-fetch-happen@15.0.3</code></li>
<li><a href="https://github.com/npm/cli/commit/34d8599987bdd4335391394fc00f80b395fb3a7c"><code>34d8599</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-registry-fetch@19.1.1</code></li>
<li><a href="https://github.com/npm/cli/commit/4811a86a563d4361b15dd33415857410785a8e81"><code>4811a86</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/run-script@10.0.3</code></li>
<li><a href="https://github.com/npm/cli/commit/6cb77df37989cb7c165cb2c35c735fb12dc1385a"><code>6cb77df</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/installed-package-contents@4.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/05ac7a7ea2a4d258658537a19ba350e07df34fda"><code>05ac7a7</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>proc-log@6.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/0a74f6d1d8643f3a089f6e63502df77e6e3038ff"><code>0a74f6d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>bin-links@6.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/c02ce5c132ea6e2b3d1941520228b10a10ad50f1"><code>c02ce5c</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/package-json@7.0.2</code></li>
<li><a href="https://github.com/npm/cli/commit/9c0cefa8417d9e14ee19dd5e833019f0f99ce837"><code>9c0cefa</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>json-parse-even-better-errors@5.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/041b9b29b30c539c5bf8b8cd26ea2202f94862b3"><code>041b9b2</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>parse-conflict-json@5.0.1</code></li>
<li><a href="https://github.com/npm/cli/commit/a1b0feac64ff681b2aec6938eb5136f5e177a07a"><code>a1b0fea</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/name-from-folder@4.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/a085745da65662f5ce02933b99109f77542fc3bb"><code>a085745</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>abbrev@4.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/00d9c7da4173cd48c4295d32d4d8b47d3c8d8701"><code>00d9c7d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>nopt@9.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/3404dca3d986d1bf0de3e74cf8b61856778711c6"><code>3404dca</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-install-checks@8.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/542fcf3eee92cc41e86838c97c4036a97d749155"><code>542fcf3</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/node-gyp@5.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/89e14d376fa4d0dc3bb15fefcd932e3f949dbbaa"><code>89e14d3</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>tar@7.5.2</code></li>
<li><a href="https://github.com/npm/cli/commit/5383f3aa680a028bc6f66ce76383d0259cc5a80d"><code>5383f3a</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-registry-fetch@19.1.0</code></li>
<li><a href="https://github.com/npm/cli/commit/1bb9a7d4ce779cca184d665c7ee4a4d3c9494168"><code>1bb9a7d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-profile@12.0.1</code></li>
<li><a href="https://github.com/npm/cli/commit/de619a40eccaa34eafb68b026bd6790ec38d2249"><code>de619a4</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-pick-manifest@11.0.3</code></li>
<li><a href="https://github.com/npm/cli/commit/0e042ec4ed6eab646c645506378d409746b324bc"><code>0e042ec</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-packlist@10.0.3</code></li>
<li><a href="https://github.com/npm/cli/commit/2a3c33871471f327444a0e477199b3c1885683ed"><code>2a3c338</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>node-gyp@11.5.0</code></li>
<li><a href="https://github.com/npm/cli/commit/b96e86cca5b0c63d98f3cfb92883f9a26882a1dd"><code>b96e86c</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>minimatch@10.1.1</code></li>
<li><a href="https://github.com/npm/cli/commit/d347329513229ed2ba5954b996c322e9fd3d807d"><code>d347329</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>exponential-backoff@3.1.3</code></li>
<li><a href="https://github.com/npm/cli/commit/d6830f4fac3b03090d97dce4cac26d5ff0b903d7"><code>d6830f4</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/run-script@10.0.2</code></li>
<li><a href="https://github.com/npm/cli/commit/bcc7ec83ad69b2a80d98cfced94553d7f6e8c943"><code>bcc7ec8</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/metavuln-calculator@9.0.3</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/npm/cli/blob/latest/CHANGELOG.md">npm's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/npm/cli/compare/v11.6.2...v11.6.3">11.6.3</a> (2025-11-19)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/c6242d92e5227e0a772d9cfe474ea57776af79e0"><code>c6242d9</code></a> <a href="https://redirect.github.com/npm/cli/pull/8706">#8706</a> change npm profile to create tokens with GAT support (<a href="https://redirect.github.com/npm/cli/issues/8706">#8706</a>) (<a href="https://github.com/owlstronaut"><code>@owlstronaut</code></a>, <a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/cbc6fa9cd7c582053be77a56677191313c7e8d98"><code>cbc6fa9</code></a> <a href="https://redirect.github.com/npm/cli/pull/8731">#8731</a> order of version information in error message (<a href="https://redirect.github.com/npm/cli/issues/8731">#8731</a>) (<a href="https://github.com/piotrd"><code>@piotrd</code></a>, <a href="https://github.com/pd-be"><code>@pd-be</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/11dbd7e36287695801f02a43e53b24fc2d72a545"><code>11dbd7e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8709">#8709</a> display full token when creating authentication tokens (<a href="https://redirect.github.com/npm/cli/issues/8709">#8709</a>) (<a href="https://github.com/MaxBlack-dev"><code>@MaxBlack-dev</code></a>, Max Black)</li>
<li><a href="https://github.com/npm/cli/commit/49a4eefd613dbb60bcff3dac39129f70586d3cff"><code>49a4eef</code></a> <a href="https://redirect.github.com/npm/cli/pull/8676">#8676</a> use look behind regex for trailing slash stripping (<a href="https://redirect.github.com/npm/cli/issues/8676">#8676</a>) (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/b1aee62082d7b25ec07f64e906afd76840907fbd"><code>b1aee62</code></a> <a href="https://redirect.github.com/npm/cli/pull/8645">#8645</a> dep flag calculation (<a href="https://redirect.github.com/npm/cli/issues/8645">#8645</a>) (<a href="https://github.com/liamcmitchell"><code>@liamcmitchell</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/ca53c21e8a0f0e659e891415735e184443b8f48b"><code>ca53c21</code></a> <a href="https://redirect.github.com/npm/cli/pull/8745">#8745</a> add workspace usage examples (<a href="https://redirect.github.com/npm/cli/issues/8745">#8745</a>) (<a href="https://github.com/MaxBlack-dev"><code>@MaxBlack-dev</code></a>, Max Black)</li>
<li><a href="https://github.com/npm/cli/commit/e71ca0e1934b805c97485b39501653655a54c919"><code>e71ca0e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8746">#8746</a> add --save flag to documentation (<a href="https://redirect.github.com/npm/cli/issues/8746">#8746</a>) (<a href="https://github.com/MaxBlack-dev"><code>@MaxBlack-dev</code></a>, Max Black)</li>
<li><a href="https://github.com/npm/cli/commit/06510a8720fa180e9ef9093d9caee2e85bbc5165"><code>06510a8</code></a> <a href="https://redirect.github.com/npm/cli/pull/8683">#8683</a> add ignore-scripts option to npm version help and docs (<a href="https://redirect.github.com/npm/cli/issues/8683">#8683</a>) (<a href="https://github.com/Tejas242"><code>@Tejas242</code></a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/7f7223833b9f655ea82039cf389ed8d03fb3b212"><code>7f72238</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>cacache@20.0.2</code></li>
<li><a href="https://github.com/npm/cli/commit/7ac9db8564312ffd57a8f622634d6f3de080c472"><code>7ac9db8</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>init-package-json@8.2.3</code></li>
<li><a href="https://github.com/npm/cli/commit/41e97c65d1d9d0bf7fa80d4b018ff4c051b1487b"><code>41e97c6</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>validate-npm-package-name@7.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/6b1fbe1ef3db7f5782809abdcdf6c53ff7542330"><code>6b1fbe1</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-package-arg@13.0.2</code></li>
<li><a href="https://github.com/npm/cli/commit/aa1d486a4e4a82de16d4c63154a1b1a89ad09e6d"><code>aa1d486</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/promise-spawn@9.0.1</code></li>
<li><a href="https://github.com/npm/cli/commit/599c819e525f235bab08c9395e7f357d4d2454a6"><code>599c819</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>which@6.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/e49286e2189dfe1604d957ccc415038957a64d19"><code>e49286e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>ini@5.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/b7c9f960063da93c8476739d1d6a717746255f93"><code>b7c9f96</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/promise-spawn@9.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/8cc9f70c2769f068ea0ef77a602162cdd949998e"><code>8cc9f70</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>ssri@13.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/0b7274fa39edacc7103eacf2a72c074d01451284"><code>0b7274f</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>pacote@21.0.4</code></li>
<li><a href="https://github.com/npm/cli/commit/59b3c6adf5fb7e5c8e0f990ade7417677270057a"><code>59b3c6a</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/redact@4.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/578abad64d57dee1db460f1013c8514099e08136"><code>578abad</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>node-gyp@12.1.0</code></li>
<li><a href="https://github.com/npm/cli/commit/89c4151a9182ddb77eff1beaeaaa2c0279578a2e"><code>89c4151</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/git@7.0.1</code></li>
<li><a href="https://github.com/npm/cli/commit/c6d109d7ad59b0be87225917e6393bcc9838f64d"><code>c6d109d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>make-fetch-happen@15.0.3</code></li>
<li><a href="https://github.com/npm/cli/commit/34d8599987bdd4335391394fc00f80b395fb3a7c"><code>34d8599</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-registry-fetch@19.1.1</code></li>
<li><a href="https://github.com/npm/cli/commit/4811a86a563d4361b15dd33415857410785a8e81"><code>4811a86</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/run-script@10.0.3</code></li>
<li><a href="https://github.com/npm/cli/commit/6cb77df37989cb7c165cb2c35c735fb12dc1385a"><code>6cb77df</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/installed-package-contents@4.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/05ac7a7ea2a4d258658537a19ba350e07df34fda"><code>05ac7a7</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>proc-log@6.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/0a74f6d1d8643f3a089f6e63502df77e6e3038ff"><code>0a74f6d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>bin-links@6.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/c02ce5c132ea6e2b3d1941520228b10a10ad50f1"><code>c02ce5c</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/package-json@7.0.2</code></li>
<li><a href="https://github.com/npm/cli/commit/9c0cefa8417d9e14ee19dd5e833019f0f99ce837"><code>9c0cefa</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>json-parse-even-better-errors@5.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/041b9b29b30c539c5bf8b8cd26ea2202f94862b3"><code>041b9b2</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>parse-conflict-json@5.0.1</code></li>
<li><a href="https://github.com/npm/cli/commit/a1b0feac64ff681b2aec6938eb5136f5e177a07a"><code>a1b0fea</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/name-from-folder@4.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/a085745da65662f5ce02933b99109f77542fc3bb"><code>a085745</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>abbrev@4.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/00d9c7da4173cd48c4295d32d4d8b47d3c8d8701"><code>00d9c7d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>nopt@9.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/3404dca3d986d1bf0de3e74cf8b61856778711c6"><code>3404dca</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-install-checks@8.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/542fcf3eee92cc41e86838c97c4036a97d749155"><code>542fcf3</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/node-gyp@5.0.0</code></li>
<li><a href="https://github.com/npm/cli/commit/89e14d376fa4d0dc3bb15fefcd932e3f949dbbaa"><code>89e14d3</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>tar@7.5.2</code></li>
<li><a href="https://github.com/npm/cli/commit/5383f3aa680a028bc6f66ce76383d0259cc5a80d"><code>5383f3a</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-registry-fetch@19.1.0</code></li>
<li><a href="https://github.com/npm/cli/commit/1bb9a7d4ce779cca184d665c7ee4a4d3c9494168"><code>1bb9a7d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-profile@12.0.1</code></li>
<li><a href="https://github.com/npm/cli/commit/de619a40eccaa34eafb68b026bd6790ec38d2249"><code>de619a4</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-pick-manifest@11.0.3</code></li>
<li><a href="https://github.com/npm/cli/commit/0e042ec4ed6eab646c645506378d409746b324bc"><code>0e042ec</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-packlist@10.0.3</code></li>
<li><a href="https://github.com/npm/cli/commit/2a3c33871471f327444a0e477199b3c1885683ed"><code>2a3c338</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>node-gyp@11.5.0</code></li>
<li><a href="https://github.com/npm/cli/commit/b96e86cca5b0c63d98f3cfb92883f9a26882a1dd"><code>b96e86c</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>minimatch@10.1.1</code></li>
<li><a href="https://github.com/npm/cli/commit/d347329513229ed2ba5954b996c322e9fd3d807d"><code>d347329</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>exponential-backoff@3.1.3</code></li>
<li><a href="https://github.com/npm/cli/commit/d6830f4fac3b03090d97dce4cac26d5ff0b903d7"><code>d6830f4</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/run-script@10.0.2</code></li>
<li><a href="https://github.com/npm/cli/commit/bcc7ec83ad69b2a80d98cfced94553d7f6e8c943"><code>bcc7ec8</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/metavuln-calculator@9.0.3</code></li>
<li><a href="https://github.com/npm/cli/commit/7a419df651b3d8d6fbf9571b80d2f4009e7a5e37"><code>7a419df</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/map-workspaces@5.0.1</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/npm/cli/commit/7da8fdd3625dd5541af57052c90fe1eabb41eb96"><code>7da8fdd</code></a> chore: release 11.6.3</li>
<li><a href="https://github.com/npm/cli/commit/3225fa3200cb0217bdd0735bba390268f8362532"><code>3225fa3</code></a> fix: fix usage of path of custom registry (<a href="https://redirect.github.com/npm/cli/issues/8737">#8737</a>)</li>
<li><a href="https://github.com/npm/cli/commit/ca53c21e8a0f0e659e891415735e184443b8f48b"><code>ca53c21</code></a> docs: add workspace usage examples (<a href="https://redirect.github.com/npm/cli/issues/8745">#8745</a>)</li>
<li><a href="https://github.com/npm/cli/commit/e71ca0e1934b805c97485b39501653655a54c919"><code>e71ca0e</code></a> docs: add --save flag to documentation (<a href="https://redirect.github.com/npm/cli/issues/8746">#8746</a>)</li>
<li><a href="https://github.com/npm/cli/commit/3439a89d58a25deac08650da53157595e8b8edfb"><code>3439a89</code></a> fix(libnpmexec): fix lock compromise logic (<a href="https://redirect.github.com/npm/cli/issues/8733">#8733</a>)</li>
<li><a href="https://github.com/npm/cli/commit/c6242d92e5227e0a772d9cfe474ea57776af79e0"><code>c6242d9</code></a> fix: change npm profile to create tokens with GAT support (<a href="https://redirect.github.com/npm/cli/issues/8706">#8706</a>)</li>
<li><a href="https://github.com/npm/cli/commit/e9f0418250aa47216e449d3a63b8607e530ed27f"><code>e9f0418</code></a> fix(arborist): improve override conflict detection with semantic comparison (...</li>
<li><a href="https://github.com/npm/cli/commit/7f7223833b9f655ea82039cf389ed8d03fb3b212"><code>7f72238</code></a> deps: cacache@20.0.2</li>
<li><a href="https://github.com/npm/cli/commit/7ac9db8564312ffd57a8f622634d6f3de080c472"><code>7ac9db8</code></a> deps: init-package-json@8.2.3</li>
<li><a href="https://github.com/npm/cli/commit/41e97c65d1d9d0bf7fa80d4b018ff4c051b1487b"><code>41e97c6</code></a> deps: validate-npm-package-name@7.0.0</li>
<li>Additional commits viewable in <a href="https://github.com/npm/cli/compare/v11.6.2...v11.6.3">compare view</a></li>
</ul>
</details>
<br />
Updates `react-hook-form` from 7.66.0 to 7.66.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/react-hook-form/react-hook-form/releases">react-hook-form's releases</a>.</em></p>
<blockquote>
<h2>Version 7.66.1</h2>
<p>⚡ perf: reduce redundant property access in getDirtyFields (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13146">#13146</a>)
🐞 fix(createFormControl): skip setValid() during batch array updates (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13140">#13140</a>)
🐞 fix(useForm): recompute isValid after reset when values update asynchronously (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13126">#13126</a>)
🐞 fix(deepEqual): handle NaN comparison correctly using Object.is (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13120">#13120</a>)</p>
<p>thanks to <a href="https://github.com/kimtaejin3"><code>@kimtaejin3</code></a>, <a href="https://github.com/a28689604"><code>@a28689604</code></a> & <a href="https://github.com/WuMingDao"><code>@WuMingDao</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/react-hook-form/react-hook-form/commit/caa514c6d1a9d5116cee973728daa837b1deedf2"><code>caa514c</code></a> 7.66.1</li>
<li><a href="https://github.com/react-hook-form/react-hook-form/commit/d13be6a52d4a0af74f157893aeeb3c1b481bbec9"><code>d13be6a</code></a> ⚡ perf: reduce redundant property access in getDirtyFields (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13146">#13146</a>)</li>
<li><a href="https://github.com/react-hook-form/react-hook-form/commit/6800ba967a7a651c25947186602126c4abcc1a71"><code>6800ba9</code></a> ❤️ thank you so much thanks.dev for sponsoring the project!</li>
<li><a href="https://github.com/react-hook-form/react-hook-form/commit/932c957eda1cebaf155d2156e79128089186ace0"><code>932c957</code></a> 🐞 fix(createFormControl): skip setValid() during batch array updates (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13140">#13140</a>)</li>
<li><a href="https://github.com/react-hook-form/react-hook-form/commit/fb6423fee14d28f8768fc97cd46016e86ff471ca"><code>fb6423f</code></a> 🐞 fix(useForm): recompute isValid after reset when values update asynchronous...</li>
<li><a href="https://github.com/react-hook-form/react-hook-form/commit/49226985f4c1b1486b96b6ccbf68a18c3165550d"><code>4922698</code></a> 🐞 fix(deepEqual): handle NaN comparison correctly using Object.is (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13120">#13120</a>)</li>
<li><a href="https://github.com/react-hook-form/react-hook-form/commit/67770d3ea4e7010954a76b011cf17f011ddb18d1"><code>67770d3</code></a> 🫧 chore: add eslint cache in package.json (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13117">#13117</a>)</li>
<li><a href="https://github.com/react-hook-form/react-hook-form/commit/2596e5eccd35e242f1b704497c6628c84b1082ad"><code>2596e5e</code></a> 🔩 chore: upgrade dev deps (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13116">#13116</a>)</li>
<li>See full diff in <a href="https://github.com/react-hook-form/react-hook-form/compare/v7.66.0...v7.66.1">compare view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1898
Author: @dependabot[bot]
Created: 11/20/2025
Status: ❌ Closed
Base:
main← Head:dependabot/npm_and_yarn/prod-patch-updates-5a33dfcc31📝 Commits (1)
15b7d19Bump the prod-patch-updates group across 1 directory with 2 updates📊 Changes
2 files changed (+287 additions, -319 deletions)
View changed files
📝
package-lock.json(+285 -317)📝
package.json(+2 -2)📄 Description
Bumps the prod-patch-updates group with 2 updates in the / directory: npm and react-hook-form.
Updates
npmfrom 11.6.2 to 11.6.3Release notes
Sourced from npm's releases.
... (truncated)
Changelog
Sourced from npm's changelog.
... (truncated)
Commits
7da8fddchore: release 11.6.33225fa3fix: fix usage of path of custom registry (#8737)ca53c21docs: add workspace usage examples (#8745)e71ca0edocs: add --save flag to documentation (#8746)3439a89fix(libnpmexec): fix lock compromise logic (#8733)c6242d9fix: change npm profile to create tokens with GAT support (#8706)e9f0418fix(arborist): improve override conflict detection with semantic comparison (...7f72238deps: cacache@20.0.27ac9db8deps: init-package-json@8.2.341e97c6deps: validate-npm-package-name@7.0.0Updates
react-hook-formfrom 7.66.0 to 7.66.1Release notes
Sourced from react-hook-form's releases.
Commits
caa514c7.66.1d13be6a⚡ perf: reduce redundant property access in getDirtyFields (#13146)6800ba9❤️ thank you so much thanks.dev for sponsoring the project!932c957🐞 fix(createFormControl): skip setValid() during batch array updates (#13140)fb6423f🐞 fix(useForm): recompute isValid after reset when values update asynchronous...4922698🐞 fix(deepEqual): handle NaN comparison correctly using Object.is (#13120)67770d3🫧 chore: add eslint cache in package.json (#13117)2596e5e🔩 chore: upgrade dev deps (#13116)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.