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/1646
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 10/10/2025
**Status:** ✅ Merged
**Merged:** 10/13/2025
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `main` ← **Head:** `dependabot/npm_and_yarn/prod-patch-updates-942db9cd59`
---
### 📝 Commits (1)
- [`b6f8ed1`](https://github.com/fosrl/pangolin/commit/b6f8ed1e4a89363f2df8b3bca6360aec81f32b69) Bump the prod-patch-updates group across 1 directory with 3 updates
### 📊 Changes
**2 files changed** (+79 additions, -93 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+76 -90)
📝 `package.json` (+3 -3)
</details>
### 📄 Description
Bumps the prod-patch-updates group with 3 updates in the / directory: [next-intl](https://github.com/amannn/next-intl), [npm](https://github.com/npm/cli) and [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node).
Updates `next-intl` from 4.3.11 to 4.3.12
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/amannn/next-intl/releases">next-intl's releases</a>.</em></p>
<blockquote>
<h2>v4.3.12</h2>
<h2>4.3.12 (2025-10-09)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Use correct return type for <code>getTimeZone</code> (<a href="https://redirect.github.com/amannn/next-intl/issues/2053">#2053</a>) (<a href="https://github.com/amannn/next-intl/commit/bdc2af450e0cefa4bd88c5b1584ec24d25421c14">bdc2af4</a>), closes <a href="https://redirect.github.com/amannn/next-intl/issues/2052">#2052</a> – by <a href="https://github.com/amannn"><code>@amannn</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/amannn/next-intl/blob/main/CHANGELOG.md">next-intl's changelog</a>.</em></p>
<blockquote>
<h2>4.3.12 (2025-10-09)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Use correct return type for <code>getTimeZone</code> (<a href="https://redirect.github.com/amannn/next-intl/issues/2053">#2053</a>) (<a href="https://github.com/amannn/next-intl/commit/bdc2af450e0cefa4bd88c5b1584ec24d25421c14">bdc2af4</a>), closes <a href="https://redirect.github.com/amannn/next-intl/issues/2052">#2052</a> – by <a href="https://github.com/amannn"><code>@amannn</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/amannn/next-intl/commit/4c39a4b6422a80d944eb6a8352318cdf4913ee8a"><code>4c39a4b</code></a> v4.3.12</li>
<li><a href="https://github.com/amannn/next-intl/commit/bdc2af450e0cefa4bd88c5b1584ec24d25421c14"><code>bdc2af4</code></a> fix: Use correct return type for <code>getTimeZone</code> (<a href="https://redirect.github.com/amannn/next-intl/issues/2053">#2053</a>)</li>
<li><a href="https://github.com/amannn/next-intl/commit/7c582728991953f2f2ce97e09ca47d3fec99b50c"><code>7c58272</code></a> docs: Improve emojis</li>
<li>See full diff in <a href="https://github.com/amannn/next-intl/compare/v4.3.11...v4.3.12">compare view</a></li>
</ul>
</details>
<br />
Updates `npm` from 11.6.1 to 11.6.2
<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.2</h2>
<h2><a href="https://github.com/npm/cli/compare/v11.6.1...v11.6.2">11.6.2</a> (2025-10-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/c54d1e96f37e7fd4bf2645c4905535c9b3d93e3b"><code>c54d1e9</code></a> <a href="https://redirect.github.com/npm/cli/pull/8633">#8633</a> progress bar code cleanup (<a href="https://redirect.github.com/npm/cli/issues/8633">#8633</a>) (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/d352e27a679b1b7f4417ff5f7e3ac73fe13b403a"><code>d352e27</code></a> <a href="https://redirect.github.com/npm/cli/pull/8629">#8629</a> do not redact notice logs going to stdout (<a href="https://redirect.github.com/npm/cli/issues/8629">#8629</a>) (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/5ac3678feabbb28b1d0d8a78838bf8da79f63c1b"><code>5ac3678</code></a> <a href="https://redirect.github.com/npm/cli/pull/8617">#8617</a> spelling in ./lib and ./test/lib (<a href="https://redirect.github.com/npm/cli/issues/8617">#8617</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/9197995ef0b760738454f2d255c0683d0731b24c"><code>9197995</code></a> <a href="https://redirect.github.com/npm/cli/pull/8619">#8619</a> spelling (<a href="https://redirect.github.com/npm/cli/issues/8619">#8619</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/dd884e371c1fba7e2b7c1540baec405dd30ac3e7"><code>dd884e3</code></a> <a href="https://redirect.github.com/npm/cli/pull/8618">#8618</a> spelling (<a href="https://redirect.github.com/npm/cli/issues/8618">#8618</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/f6028e67aa1b2696e60e115d870182a026bae07f"><code>f6028e6</code></a> <a href="https://redirect.github.com/npm/cli/pull/8614">#8614</a> skip redacting urls meant for opening by the user (<a href="https://redirect.github.com/npm/cli/issues/8614">#8614</a>) (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>, <a href="https://github.com/jolyndenning"><code>@jolyndenning</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/54fd27f9f6af54ca9fd11165aafbc8a13a38f39e"><code>54fd27f</code></a> <a href="https://redirect.github.com/npm/cli/pull/8602">#8602</a> refactor node.ideallyInert to node.inert (<a href="https://redirect.github.com/npm/cli/issues/8602">#8602</a>) (<a href="https://github.com/liamcmitchell"><code>@liamcmitchell</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/79e3c1eff776ed7bbc76c1aa53b02cfdea40a6e7"><code>79e3c1e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8593">#8593</a> use <code>@npmcli/package-json</code> to normalize package data (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/0469c5ebec7d4998f957d7c69702796af6797c57"><code>0469c5e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8639">#8639</a> rewrap markdown (<a href="https://redirect.github.com/npm/cli/issues/8639">#8639</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/9ceb9c1d18d2c52a5c3328b4939e979baca7edea"><code>9ceb9c1</code></a> <a href="https://redirect.github.com/npm/cli/pull/8636">#8636</a> rewrap markdown (<a href="https://redirect.github.com/npm/cli/issues/8636">#8636</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/63243709429ab7d95f360caebce6c31946d41857"><code>6324370</code></a> <a href="https://redirect.github.com/npm/cli/pull/8616">#8616</a> fix spelling (<a href="https://redirect.github.com/npm/cli/issues/8616">#8616</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/1b0429af3b837e12fc5063d153393641435a856d"><code>1b0429a</code></a> <a href="https://redirect.github.com/npm/cli/pull/8607">#8607</a> Fix spelling (<a href="https://redirect.github.com/npm/cli/issues/8607">#8607</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/7fbe07a6ad9eff81a41776fb6068fce9e7b557d1"><code>7fbe07a</code></a> <a href="https://redirect.github.com/npm/cli/pull/8603">#8603</a> clean up deprecated <code>npm access</code> commands (<a href="https://redirect.github.com/npm/cli/issues/8603">#8603</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/fa7cc6f9338e6d9c0be1dbe7002d683fd389794a"><code>fa7cc6f</code></a> <a href="https://redirect.github.com/npm/cli/pull/8662">#8662</a> <code>ci-info@4.3.1</code> (<a href="https://redirect.github.com/npm/cli/issues/8662">#8662</a>)</li>
<li><a href="https://github.com/npm/cli/commit/b05461b6b16f262179efdea45fccf388f88ddc51"><code>b05461b</code></a> <a href="https://redirect.github.com/npm/cli/pull/8663">#8663</a> <code>@sigstore/sign@4.0.1</code> (<a href="https://redirect.github.com/npm/cli/issues/8663">#8663</a>)</li>
<li><a href="https://github.com/npm/cli/commit/c31de22970930bedf43c1f92ff771bccf435271b"><code>c31de22</code></a> <a href="https://redirect.github.com/npm/cli/pull/8661">#8661</a> downgrade ci-info to 4.3.0 (<a href="https://redirect.github.com/npm/cli/issues/8661">#8661</a>) (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/c5191b542a9a49edf121be7127110e2958309df0"><code>c5191b5</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> <code>ci-info@4.3.1</code></li>
<li><a href="https://github.com/npm/cli/commit/f255c92abf6281af7b7f148b9683194ad09d9ba9"><code>f255c92</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> <code>hosted-git-info@9.0.2</code></li>
<li><a href="https://github.com/npm/cli/commit/bdaf323a160e47862ca228fa82e90555dcb567a8"><code>bdaf323</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> <code>is-cidr@6.0.1</code></li>
<li><a href="https://github.com/npm/cli/commit/a33f1062c3cacd889cea0d989de77a704931f54c"><code>a33f106</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> <code>lru-cache@11.2.2</code></li>
<li><a href="https://github.com/npm/cli/commit/8044e07000c2b00e7db33693b1f7fb8e96978e02"><code>8044e07</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> <code>npm-package-arg@13.0.1</code></li>
<li><a href="https://github.com/npm/cli/commit/f5775043e7d2739256db20937ae072a1b1b3fb57"><code>f577504</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> <code>npm-packlist@10.0.2</code></li>
<li><a href="https://github.com/npm/cli/commit/9aa4fa6687ee85a5c0085b3c3c96330eb9a9c7df"><code>9aa4fa6</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> <code>semver@7.7.3</code></li>
<li><a href="https://github.com/npm/cli/commit/fe9484a17707f5a6bc16cdc91f29f848a4b54d31"><code>fe9484a</code></a> <a href="https://redirect.github.com/npm/cli/pull/8593">#8593</a> remove normalize-package-data</li>
</ul>
<h3>Chores</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/b3409f480fef2b9885fd071c951ad8313de2754e"><code>b3409f4</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> dev dependency updates (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/e8de81bc8202cfe1253676fd3f9785508e9051a6"><code>e8de81b</code></a> <a href="https://redirect.github.com/npm/cli/pull/8643">#8643</a> Add automatically generated annotation to dependencies.md (<a href="https://redirect.github.com/npm/cli/issues/8643">#8643</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/67cfaf35295fa2f5d7aa01d37c423c60ad7afeca"><code>67cfaf3</code></a> <a href="https://redirect.github.com/npm/cli/pull/8627">#8627</a> fix spelling: different (<a href="https://redirect.github.com/npm/cli/issues/8627">#8627</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/17ddc0d6af1b56c4670b36b2c2705d31bdfa7749"><code>17ddc0d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8622">#8622</a> fix spelling (<a href="https://redirect.github.com/npm/cli/issues/8622">#8622</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/c3e1790c98d5c7fabc92bcfb1a5fa170f4c7fc1d"><code>c3e1790</code></a> <a href="https://redirect.github.com/npm/cli/pull/8605">#8605</a> Remove reference to nonexistent calendar (<a href="https://redirect.github.com/npm/cli/issues/8605">#8605</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/ac9143eafd46a89f707f525381b0ddb109b3beb6"><code>ac9143e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8604">#8604</a> Improve link accessibility for screen reader users (<a href="https://redirect.github.com/npm/cli/issues/8604">#8604</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/62d73e763fa2deffa629a4451a80b7e58032b8e0"><code>62d73e7</code></a> <a href="https://redirect.github.com/npm/cli/pull/8601">#8601</a> remove references to benchmarks workflow (<a href="https://redirect.github.com/npm/cli/issues/8601">#8601</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/bb4b73953ada43285aa43dad626f48dafc53fea2"><code>bb4b739</code></a> <a href="https://redirect.github.com/npm/cli/pull/8598">#8598</a> remove stale comment (<a href="https://redirect.github.com/npm/cli/issues/8598">#8598</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/f73e65d86d425bcf6b1693553e981bd05d2daeaf"><code>f73e65d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8592">#8592</a> fix build url code for remark-github@12 (<a href="https://redirect.github.com/npm/cli/issues/8592">#8592</a>) (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/releases/tag/arborist-v9.1.6">workspace</a>: <code>@npmcli/arborist@9.1.6</code></li>
<li><a href="https://github.com/npm/cli/releases/tag/config-v10.4.2">workspace</a>: <code>@npmcli/config@10.4.2</code></li>
<li><a href="https://github.com/npm/cli/releases/tag/libnpmaccess-v10.0.3">workspace</a>: <code>libnpmaccess@10.0.3</code></li>
<li><a href="https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.9">workspace</a>: <code>libnpmdiff@8.0.9</code></li>
<li><a href="https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.8">workspace</a>: <code>libnpmexec@10.1.8</code></li>
<li><a href="https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.9">workspace</a>: <code>libnpmfund@7.0.9</code></li>
<li><a href="https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.9">workspace</a>: <code>libnpmpack@9.0.9</code></li>
<li><a href="https://github.com/npm/cli/releases/tag/libnpmpublish-v11.1.2">workspace</a>: <code>libnpmpublish@11.1.2</code></li>
</ul>
</blockquote>
</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.1...v11.6.2">11.6.2</a> (2025-10-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/c54d1e96f37e7fd4bf2645c4905535c9b3d93e3b"><code>c54d1e9</code></a> <a href="https://redirect.github.com/npm/cli/pull/8633">#8633</a> progress bar code cleanup (<a href="https://redirect.github.com/npm/cli/issues/8633">#8633</a>) (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/d352e27a679b1b7f4417ff5f7e3ac73fe13b403a"><code>d352e27</code></a> <a href="https://redirect.github.com/npm/cli/pull/8629">#8629</a> do not redact notice logs going to stdout (<a href="https://redirect.github.com/npm/cli/issues/8629">#8629</a>) (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/5ac3678feabbb28b1d0d8a78838bf8da79f63c1b"><code>5ac3678</code></a> <a href="https://redirect.github.com/npm/cli/pull/8617">#8617</a> spelling in ./lib and ./test/lib (<a href="https://redirect.github.com/npm/cli/issues/8617">#8617</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/9197995ef0b760738454f2d255c0683d0731b24c"><code>9197995</code></a> <a href="https://redirect.github.com/npm/cli/pull/8619">#8619</a> spelling (<a href="https://redirect.github.com/npm/cli/issues/8619">#8619</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/dd884e371c1fba7e2b7c1540baec405dd30ac3e7"><code>dd884e3</code></a> <a href="https://redirect.github.com/npm/cli/pull/8618">#8618</a> spelling (<a href="https://redirect.github.com/npm/cli/issues/8618">#8618</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/f6028e67aa1b2696e60e115d870182a026bae07f"><code>f6028e6</code></a> <a href="https://redirect.github.com/npm/cli/pull/8614">#8614</a> skip redacting urls meant for opening by the user (<a href="https://redirect.github.com/npm/cli/issues/8614">#8614</a>) (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>, <a href="https://github.com/jolyndenning"><code>@jolyndenning</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/54fd27f9f6af54ca9fd11165aafbc8a13a38f39e"><code>54fd27f</code></a> <a href="https://redirect.github.com/npm/cli/pull/8602">#8602</a> refactor node.ideallyInert to node.inert (<a href="https://redirect.github.com/npm/cli/issues/8602">#8602</a>) (<a href="https://github.com/liamcmitchell"><code>@liamcmitchell</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/79e3c1eff776ed7bbc76c1aa53b02cfdea40a6e7"><code>79e3c1e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8593">#8593</a> use <code>@npmcli/package-json</code> to normalize package data (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/0469c5ebec7d4998f957d7c69702796af6797c57"><code>0469c5e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8639">#8639</a> rewrap markdown (<a href="https://redirect.github.com/npm/cli/issues/8639">#8639</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/9ceb9c1d18d2c52a5c3328b4939e979baca7edea"><code>9ceb9c1</code></a> <a href="https://redirect.github.com/npm/cli/pull/8636">#8636</a> rewrap markdown (<a href="https://redirect.github.com/npm/cli/issues/8636">#8636</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/63243709429ab7d95f360caebce6c31946d41857"><code>6324370</code></a> <a href="https://redirect.github.com/npm/cli/pull/8616">#8616</a> fix spelling (<a href="https://redirect.github.com/npm/cli/issues/8616">#8616</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/1b0429af3b837e12fc5063d153393641435a856d"><code>1b0429a</code></a> <a href="https://redirect.github.com/npm/cli/pull/8607">#8607</a> Fix spelling (<a href="https://redirect.github.com/npm/cli/issues/8607">#8607</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/7fbe07a6ad9eff81a41776fb6068fce9e7b557d1"><code>7fbe07a</code></a> <a href="https://redirect.github.com/npm/cli/pull/8603">#8603</a> clean up deprecated <code>npm access</code> commands (<a href="https://redirect.github.com/npm/cli/issues/8603">#8603</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/fa7cc6f9338e6d9c0be1dbe7002d683fd389794a"><code>fa7cc6f</code></a> <a href="https://redirect.github.com/npm/cli/pull/8662">#8662</a> <code>ci-info@4.3.1</code> (<a href="https://redirect.github.com/npm/cli/issues/8662">#8662</a>)</li>
<li><a href="https://github.com/npm/cli/commit/b05461b6b16f262179efdea45fccf388f88ddc51"><code>b05461b</code></a> <a href="https://redirect.github.com/npm/cli/pull/8663">#8663</a> <code>@sigstore/sign@4.0.1</code> (<a href="https://redirect.github.com/npm/cli/issues/8663">#8663</a>)</li>
<li><a href="https://github.com/npm/cli/commit/c31de22970930bedf43c1f92ff771bccf435271b"><code>c31de22</code></a> <a href="https://redirect.github.com/npm/cli/pull/8661">#8661</a> downgrade ci-info to 4.3.0 (<a href="https://redirect.github.com/npm/cli/issues/8661">#8661</a>) (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/c5191b542a9a49edf121be7127110e2958309df0"><code>c5191b5</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> <code>ci-info@4.3.1</code></li>
<li><a href="https://github.com/npm/cli/commit/f255c92abf6281af7b7f148b9683194ad09d9ba9"><code>f255c92</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> <code>hosted-git-info@9.0.2</code></li>
<li><a href="https://github.com/npm/cli/commit/bdaf323a160e47862ca228fa82e90555dcb567a8"><code>bdaf323</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> <code>is-cidr@6.0.1</code></li>
<li><a href="https://github.com/npm/cli/commit/a33f1062c3cacd889cea0d989de77a704931f54c"><code>a33f106</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> <code>lru-cache@11.2.2</code></li>
<li><a href="https://github.com/npm/cli/commit/8044e07000c2b00e7db33693b1f7fb8e96978e02"><code>8044e07</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> <code>npm-package-arg@13.0.1</code></li>
<li><a href="https://github.com/npm/cli/commit/f5775043e7d2739256db20937ae072a1b1b3fb57"><code>f577504</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> <code>npm-packlist@10.0.2</code></li>
<li><a href="https://github.com/npm/cli/commit/9aa4fa6687ee85a5c0085b3c3c96330eb9a9c7df"><code>9aa4fa6</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> <code>semver@7.7.3</code></li>
<li><a href="https://github.com/npm/cli/commit/fe9484a17707f5a6bc16cdc91f29f848a4b54d31"><code>fe9484a</code></a> <a href="https://redirect.github.com/npm/cli/pull/8593">#8593</a> remove normalize-package-data</li>
</ul>
<h3>Chores</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/b3409f480fef2b9885fd071c951ad8313de2754e"><code>b3409f4</code></a> <a href="https://redirect.github.com/npm/cli/pull/8659">#8659</a> dev dependency updates (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/e8de81bc8202cfe1253676fd3f9785508e9051a6"><code>e8de81b</code></a> <a href="https://redirect.github.com/npm/cli/pull/8643">#8643</a> Add automatically generated annotation to dependencies.md (<a href="https://redirect.github.com/npm/cli/issues/8643">#8643</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/67cfaf35295fa2f5d7aa01d37c423c60ad7afeca"><code>67cfaf3</code></a> <a href="https://redirect.github.com/npm/cli/pull/8627">#8627</a> fix spelling: different (<a href="https://redirect.github.com/npm/cli/issues/8627">#8627</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/17ddc0d6af1b56c4670b36b2c2705d31bdfa7749"><code>17ddc0d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8622">#8622</a> fix spelling (<a href="https://redirect.github.com/npm/cli/issues/8622">#8622</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/c3e1790c98d5c7fabc92bcfb1a5fa170f4c7fc1d"><code>c3e1790</code></a> <a href="https://redirect.github.com/npm/cli/pull/8605">#8605</a> Remove reference to nonexistent calendar (<a href="https://redirect.github.com/npm/cli/issues/8605">#8605</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/ac9143eafd46a89f707f525381b0ddb109b3beb6"><code>ac9143e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8604">#8604</a> Improve link accessibility for screen reader users (<a href="https://redirect.github.com/npm/cli/issues/8604">#8604</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/62d73e763fa2deffa629a4451a80b7e58032b8e0"><code>62d73e7</code></a> <a href="https://redirect.github.com/npm/cli/pull/8601">#8601</a> remove references to benchmarks workflow (<a href="https://redirect.github.com/npm/cli/issues/8601">#8601</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/bb4b73953ada43285aa43dad626f48dafc53fea2"><code>bb4b739</code></a> <a href="https://redirect.github.com/npm/cli/pull/8598">#8598</a> remove stale comment (<a href="https://redirect.github.com/npm/cli/issues/8598">#8598</a>) (<a href="https://github.com/jsoref"><code>@jsoref</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/f73e65d86d425bcf6b1693553e981bd05d2daeaf"><code>f73e65d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8592">#8592</a> fix build url code for remark-github@12 (<a href="https://redirect.github.com/npm/cli/issues/8592">#8592</a>) (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/releases/tag/arborist-v9.1.6">workspace</a>: <code>@npmcli/arborist@9.1.6</code></li>
<li><a href="https://github.com/npm/cli/releases/tag/config-v10.4.2">workspace</a>: <code>@npmcli/config@10.4.2</code></li>
<li><a href="https://github.com/npm/cli/releases/tag/libnpmaccess-v10.0.3">workspace</a>: <code>libnpmaccess@10.0.3</code></li>
<li><a href="https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.9">workspace</a>: <code>libnpmdiff@8.0.9</code></li>
<li><a href="https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.8">workspace</a>: <code>libnpmexec@10.1.8</code></li>
<li><a href="https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.9">workspace</a>: <code>libnpmfund@7.0.9</code></li>
<li><a href="https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.9">workspace</a>: <code>libnpmpack@9.0.9</code></li>
<li><a href="https://github.com/npm/cli/releases/tag/libnpmpublish-v11.1.2">workspace</a>: <code>libnpmpublish@11.1.2</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/npm/cli/commit/072253549d774893a3689341dbc660cb845ebcfe"><code>0722535</code></a> chore: release 11.6.2</li>
<li><a href="https://github.com/npm/cli/commit/fa7cc6f9338e6d9c0be1dbe7002d683fd389794a"><code>fa7cc6f</code></a> deps: ci-info@4.3.1 (<a href="https://redirect.github.com/npm/cli/issues/8662">#8662</a>)</li>
<li><a href="https://github.com/npm/cli/commit/b05461b6b16f262179efdea45fccf388f88ddc51"><code>b05461b</code></a> deps: <code>@sigstore/sign</code><a href="https://github.com/4"><code>@4</code></a>.0.1 (<a href="https://redirect.github.com/npm/cli/issues/8663">#8663</a>)</li>
<li><a href="https://github.com/npm/cli/commit/c31de22970930bedf43c1f92ff771bccf435271b"><code>c31de22</code></a> deps: downgrade ci-info to 4.3.0 (<a href="https://redirect.github.com/npm/cli/issues/8661">#8661</a>)</li>
<li><a href="https://github.com/npm/cli/commit/b3409f480fef2b9885fd071c951ad8313de2754e"><code>b3409f4</code></a> chore: dev dependency updates</li>
<li><a href="https://github.com/npm/cli/commit/c5191b542a9a49edf121be7127110e2958309df0"><code>c5191b5</code></a> deps: ci-info@4.3.1</li>
<li><a href="https://github.com/npm/cli/commit/f255c92abf6281af7b7f148b9683194ad09d9ba9"><code>f255c92</code></a> deps: hosted-git-info@9.0.2</li>
<li><a href="https://github.com/npm/cli/commit/bdaf323a160e47862ca228fa82e90555dcb567a8"><code>bdaf323</code></a> deps: is-cidr@6.0.1</li>
<li><a href="https://github.com/npm/cli/commit/a33f1062c3cacd889cea0d989de77a704931f54c"><code>a33f106</code></a> deps: lru-cache@11.2.2</li>
<li><a href="https://github.com/npm/cli/commit/8044e07000c2b00e7db33693b1f7fb8e96978e02"><code>8044e07</code></a> deps: npm-package-arg@13.0.1</li>
<li>Additional commits viewable in <a href="https://github.com/npm/cli/compare/v11.6.1...v11.6.2">compare view</a></li>
</ul>
</details>
<br />
Updates `posthog-node` from 5.9.3 to 5.9.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/PostHog/posthog-js/releases">posthog-node's releases</a>.</em></p>
<blockquote>
<h2>posthog-node@5.9.5</h2>
<h2>5.9.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/PostHog/posthog-js/commit/10da2ee0b8862ad0e32b68e452fae1bc77620bbf"><code>10da2ee</code></a>]:
<ul>
<li><code>@posthog/core</code><a href="https://github.com/1"><code>@1</code></a>.2.4</li>
</ul>
</li>
</ul>
<h2>posthog-node@5.9.4</h2>
<h2>5.9.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/PostHog/posthog-js/pull/2414">#2414</a> <a href="https://github.com/PostHog/posthog-js/commit/e19a384468d722c12f4ef21feb684da31f9dcd3b"><code>e19a384</code></a> Thanks <a href="https://github.com/hpouillot"><code>@hpouillot</code></a>! - create a common logger for node and react-native</p>
</li>
<li>
<p>Updated dependencies [<a href="https://github.com/PostHog/posthog-js/commit/e19a384468d722c12f4ef21feb684da31f9dcd3b"><code>e19a384</code></a>]:</p>
<ul>
<li><code>@posthog/core</code><a href="https://github.com/1"><code>@1</code></a>.2.3</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md">posthog-node's changelog</a>.</em></p>
<blockquote>
<h2>5.9.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/PostHog/posthog-js/commit/10da2ee0b8862ad0e32b68e452fae1bc77620bbf"><code>10da2ee</code></a>]:
<ul>
<li><code>@posthog/core</code><a href="https://github.com/1"><code>@1</code></a>.2.4</li>
</ul>
</li>
</ul>
<h2>5.9.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/PostHog/posthog-js/pull/2414">#2414</a> <a href="https://github.com/PostHog/posthog-js/commit/e19a384468d722c12f4ef21feb684da31f9dcd3b"><code>e19a384</code></a> Thanks <a href="https://github.com/hpouillot"><code>@hpouillot</code></a>! - create a common logger for node and react-native</p>
</li>
<li>
<p>Updated dependencies [<a href="https://github.com/PostHog/posthog-js/commit/e19a384468d722c12f4ef21feb684da31f9dcd3b"><code>e19a384</code></a>]:</p>
<ul>
<li><code>@posthog/core</code><a href="https://github.com/1"><code>@1</code></a>.2.3</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PostHog/posthog-js/commit/e9cce349083fd00794c525ec38ab87bbeb585361"><code>e9cce34</code></a> chore: update versions and lockfile</li>
<li><a href="https://github.com/PostHog/posthog-js/commit/522d1b38b3686c3cb9c16e00732713d8d0c27338"><code>522d1b3</code></a> chore: update versions and lockfile</li>
<li><a href="https://github.com/PostHog/posthog-js/commit/e19a384468d722c12f4ef21feb684da31f9dcd3b"><code>e19a384</code></a> fix tests (<a href="https://github.com/PostHog/posthog-js/tree/HEAD/packages/node/issues/2414">#2414</a>)</li>
<li>See full diff in <a href="https://github.com/PostHog/posthog-js/commits/posthog-node@5.9.5/packages/node">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/1646
Author: @dependabot[bot]
Created: 10/10/2025
Status: ✅ Merged
Merged: 10/13/2025
Merged by: @oschwartz10612
Base:
main← Head:dependabot/npm_and_yarn/prod-patch-updates-942db9cd59📝 Commits (1)
b6f8ed1Bump the prod-patch-updates group across 1 directory with 3 updates📊 Changes
2 files changed (+79 additions, -93 deletions)
View changed files
📝
package-lock.json(+76 -90)📝
package.json(+3 -3)📄 Description
Bumps the prod-patch-updates group with 3 updates in the / directory: next-intl, npm and posthog-node.
Updates
next-intlfrom 4.3.11 to 4.3.12Release notes
Sourced from next-intl's releases.
Changelog
Sourced from next-intl's changelog.
Commits
4c39a4bv4.3.12bdc2af4fix: Use correct return type forgetTimeZone(#2053)7c58272docs: Improve emojisUpdates
npmfrom 11.6.1 to 11.6.2Release notes
Sourced from npm's releases.
Changelog
Sourced from npm's changelog.
Commits
0722535chore: release 11.6.2fa7cc6fdeps: ci-info@4.3.1 (#8662)b05461bdeps:@sigstore/sign@4.0.1 (#8663)c31de22deps: downgrade ci-info to 4.3.0 (#8661)b3409f4chore: dev dependency updatesc5191b5deps: ci-info@4.3.1f255c92deps: hosted-git-info@9.0.2bdaf323deps: is-cidr@6.0.1a33f106deps: lru-cache@11.2.28044e07deps: npm-package-arg@13.0.1Updates
posthog-nodefrom 5.9.3 to 5.9.5Release notes
Sourced from posthog-node's releases.
Changelog
Sourced from posthog-node's changelog.
Commits
e9cce34chore: update versions and lockfile522d1b3chore: update versions and lockfilee19a384fix tests (#2414)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.