#631 - fix support for using an Intl.Segmenter with diffWords. This has been almost completely broken since the feature was added in v6.0.0, since it would outright crash on any text that featured two consecutive newlines between a pair of words (a very common case).
#635 - small tweaks to tokenization behaviour of diffWords when used without an Intl.Segmenter. Specifically, the soft hyphen (U+00AD) is no longer considered to be a word break, and the multiplication and division signs (× and ÷) are now treated as punctuation instead of as letters / word characters.
#641 - the format of file headers in createPatch etc. patches can now be customised somewhat. It now takes a headerOptions option that can be used to disable the file headers entirely, or omit the Index: line and/or the underline. In particular, this was motivated by a request to make jsdiff patches compatible with react-diff-view, which they now are if produced with headerOptions: FILE_HEADERS_ONLY.
#647 and #649 - fix denial-of-service vulnerabilities in parsePatch whereby adversarial input could cause a memory-leaking infinite loop, typically crashing the calling process. Also fixed ReDOS vulnerabilities whereby adversarially-crafted patch headers could take cubic time to parse. Now, parsePatch should reliably take linear time. (Handling of headers that include the line break characters \r, \u2028, or \u2029 in non-trailing positions is also now more reasonable as side effect of the fix.)
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
You can disable automated security fix PRs for this repo from the Security Alerts page.
🔄 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/hhftechnology/Dock-Dploy/pull/13
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 1/15/2026
**Status:** 🔄 Open
**Base:** `main` ← **Head:** `dependabot/npm_and_yarn/npm_and_yarn-aabe4e74ca`
---
### 📝 Commits (1)
- [`2dbd4e9`](https://github.com/hhftechnology/Dock-Dploy/commit/2dbd4e92edee3a56f6cb49ffebd6e33f54b9144a) Bump diff in the npm_and_yarn group across 1 directory
### 📊 Changes
**2 files changed** (+82 additions, -32 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+61 -27)
📝 `pnpm-lock.yaml` (+21 -5)
</details>
### 📄 Description
Bumps the npm_and_yarn group with 1 update in the / directory: [diff](https://github.com/kpdecker/jsdiff).
Updates `diff` from 8.0.2 to 8.0.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/kpdecker/jsdiff/blob/master/release-notes.md">diff's changelog</a>.</em></p>
<blockquote>
<h2>8.0.3</h2>
<ul>
<li><a href="https://redirect.github.com/kpdecker/jsdiff/pull/631">#631</a> - <strong>fix support for using an <code>Intl.Segmenter</code> with <code>diffWords</code></strong>. This has been almost completely broken since the feature was added in v6.0.0, since it would outright crash on any text that featured two consecutive newlines between a pair of words (a very common case).</li>
<li><a href="https://redirect.github.com/kpdecker/jsdiff/pull/635">#635</a> - <strong>small tweaks to tokenization behaviour of <code>diffWords</code></strong> when used <em>without</em> an <code>Intl.Segmenter</code>. Specifically, the soft hyphen (U+00AD) is no longer considered to be a word break, and the multiplication and division signs (<code>×</code> and <code>÷</code>) are now treated as punctuation instead of as letters / word characters.</li>
<li><a href="https://redirect.github.com/kpdecker/jsdiff/pull/641">#641</a> - <strong>the format of file headers in <code>createPatch</code> etc. patches can now be customised somewhat</strong>. It now takes a <code>headerOptions</code> option that can be used to disable the file headers entirely, or omit the <code>Index:</code> line and/or the underline. In particular, this was motivated by a request to make jsdiff patches compatible with react-diff-view, which they now are if produced with <code>headerOptions: FILE_HEADERS_ONLY</code>.</li>
<li><a href="https://redirect.github.com/kpdecker/jsdiff/pull/647">#647</a> and <a href="https://redirect.github.com/kpdecker/jsdiff/pull/649">#649</a> - <strong>fix denial-of-service vulnerabilities in <code>parsePatch</code> whereby adversarial input could cause a memory-leaking infinite loop, typically crashing the calling process</strong>. Also fixed ReDOS vulnerabilities whereby adversarially-crafted patch headers could take cubic time to parse. Now, <code>parsePatch</code> should reliably take linear time. (Handling of headers that include the line break characters <code>\r</code>, <code>\u2028</code>, or <code>\u2029</code> in non-trailing positions is also now more reasonable as side effect of the fix.)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/kpdecker/jsdiff/commit/13576bfbcc444ce48f71cfd1e08529bd13962411"><code>13576bf</code></a> 8.0.3 release (<a href="https://redirect.github.com/kpdecker/jsdiff/issues/652">#652</a>)</li>
<li><a href="https://github.com/kpdecker/jsdiff/commit/1179ccb0d31f497449e998a6e67b1b9220565764"><code>1179ccb</code></a> Ignore .zed (<a href="https://redirect.github.com/kpdecker/jsdiff/issues/651">#651</a>)</li>
<li><a href="https://github.com/kpdecker/jsdiff/commit/949d6e2a44622b15b5a5be3ffcf196869c5a6b4c"><code>949d6e2</code></a> Add test for the vuln I just fixed (<a href="https://redirect.github.com/kpdecker/jsdiff/issues/650">#650</a>)</li>
<li><a href="https://github.com/kpdecker/jsdiff/commit/15a1585230748c8ae6f8274c202e0c87309142f5"><code>15a1585</code></a> Fix the second denial-of-service vulnerability in parsePatch (<a href="https://redirect.github.com/kpdecker/jsdiff/issues/649">#649</a>)</li>
<li><a href="https://github.com/kpdecker/jsdiff/commit/de95cca5329730cf9dcdd85c634633693b3ab3db"><code>de95cca</code></a> Fix potentially cubic-time regex in parsePatch (<a href="https://redirect.github.com/kpdecker/jsdiff/issues/647">#647</a>)</li>
<li><a href="https://github.com/kpdecker/jsdiff/commit/b9aeedef3fe4764c3408b52990767bd7ac0425ab"><code>b9aeede</code></a> Allow more customisation of file headers in patches (<a href="https://redirect.github.com/kpdecker/jsdiff/issues/641">#641</a>)</li>
<li><a href="https://github.com/kpdecker/jsdiff/commit/43c716c4a38aeb72939e41e7ef353a33615335bf"><code>43c716c</code></a> Merge pull request <a href="https://redirect.github.com/kpdecker/jsdiff/issues/636">#636</a> from kpdecker/dependabot/npm_and_yarn/node-forge-1.3.2</li>
<li><a href="https://github.com/kpdecker/jsdiff/commit/b8162c77d711e9c17e440e4f62bad7c88fad1a88"><code>b8162c7</code></a> Bump node-forge from 1.3.1 to 1.3.2</li>
<li><a href="https://github.com/kpdecker/jsdiff/commit/ad6dc1728e52e4124abcbf906072eaeaa9e63aea"><code>ad6dc17</code></a> Fix some bugs in the diffWords regex (and errors & ambiguities in the comment...</li>
<li><a href="https://github.com/kpdecker/jsdiff/commit/3e1774afcfadc806baa58ee780923e4d4097319a"><code>3e1774a</code></a> Fix a comment typo (<a href="https://redirect.github.com/kpdecker/jsdiff/issues/633">#633</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/kpdecker/jsdiff/compare/v8.0.2...v8.0.3">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/hhftechnology/Dock-Dploy/network/alerts).
</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/hhftechnology/Dock-Dploy/pull/13
Author: @dependabot[bot]
Created: 1/15/2026
Status: 🔄 Open
Base:
main← Head:dependabot/npm_and_yarn/npm_and_yarn-aabe4e74ca📝 Commits (1)
2dbd4e9Bump diff in the npm_and_yarn group across 1 directory📊 Changes
2 files changed (+82 additions, -32 deletions)
View changed files
📝
package-lock.json(+61 -27)📝
pnpm-lock.yaml(+21 -5)📄 Description
Bumps the npm_and_yarn group with 1 update in the / directory: diff.
Updates
difffrom 8.0.2 to 8.0.3Changelog
Sourced from diff's changelog.
Commits
13576bf8.0.3 release (#652)1179ccbIgnore .zed (#651)949d6e2Add test for the vuln I just fixed (#650)15a1585Fix the second denial-of-service vulnerability in parsePatch (#649)de95ccaFix potentially cubic-time regex in parsePatch (#647)b9aeedeAllow more customisation of file headers in patches (#641)43c716cMerge pull request #636 from kpdecker/dependabot/npm_and_yarn/node-forge-1.3.2b8162c7Bump node-forge from 1.3.1 to 1.3.2ad6dc17Fix some bugs in the diffWords regex (and errors & ambiguities in the comment...3e1774aFix a comment typo (#633)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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.