Santize filenames when files are loaded with loadAsync, to avoid "zip slip" attacks. The original filename is available on each zip entry as unsafeOriginalName. See the documentation. Many thanks to McCaulay Hudson for reporting.
v3.7.1 2021-08-05
Fix build of dist files.
Note: this version ensures the changes from 3.7.0 are actually included in the dist files. Thanks to Evan W for reporting.
v3.7.0 2021-07-23
Fix: Use a null prototype object for this.files (see #766)
This change might break existing code if it uses prototype methods on the .files property of a zip object, for example zip.files.toString(). This approach is taken to prevent files in the zip overriding object methods that would exist on a normal object.
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
Bumps the prod-patch-updates group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@codemirror/view](https://github.com/codemirror/view) | `6.38.4` | `6.38.5` |
| [@types/jszip](https://github.com/Stuk/jszip) | `3.4.0` | `3.4.1` |
| [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.44.5` | `0.44.6` |
| [react-simple-keyboard](https://github.com/hodgef/react-simple-keyboard) | `3.8.125` | `3.8.127` |
| [zod](https://github.com/colinhacks/zod) | `4.1.11` | `4.1.12` |
Updates `@codemirror/view` from 6.38.4 to 6.38.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/codemirror/view/blob/main/CHANGELOG.md"><code>@codemirror/view</code>'s changelog</a>.</em></p>
<blockquote>
<h2>6.38.5 (2025-10-07)</h2>
<h3>Bug fixes</h3>
<p>Avoid firing text changes that cover unchanged text on Android.</p>
<p>Fix an issue where the editor could, in some circumstances, insert a stray newline when typing over a document that ended in a block widget.</p>
<p>Work around an issue in Safari 26 that causes inappropriate scrolling on focus in some circumstances.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/codemirror/view/commit/3c11a40a66fc0c4ba66e7a6e1b2d22ffb0db0861"><code>3c11a40</code></a> Mark version 6.38.5</li>
<li><a href="https://github.com/codemirror/view/commit/b4a5a0261fe439c8a93c4652041bcb8689ffe98b"><code>b4a5a02</code></a> Work around broken focus/preventScroll support in Safari 26</li>
<li><a href="https://github.com/codemirror/view/commit/45268f0eb62d1c6a0d70952ebdeb2e5ac898109d"><code>45268f0</code></a> Fix an edge case in DOMReader when there's a widget at the end of the content</li>
<li><a href="https://github.com/codemirror/view/commit/90d7ec68fda37a49062233d500a9d7a405886732"><code>90d7ec6</code></a> Shrink EditContext changes down to the minimum text change</li>
<li><a href="https://github.com/codemirror/view/commit/b7bf9d592bd3e38e0aa6f70903cea56a9e330fd4"><code>b7bf9d5</code></a> Handle synthetic events even during composition</li>
<li><a href="https://github.com/codemirror/view/commit/eb004313af7e3e47d171b2ad4c062c1f88588a87"><code>eb00431</code></a> Fix indentation in applyDOMChangeInner</li>
<li>See full diff in <a href="https://github.com/codemirror/view/compare/6.38.4...6.38.5">compare view</a></li>
</ul>
</details>
<br />
Updates `@types/jszip` from 3.4.0 to 3.4.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Stuk/jszip/blob/main/CHANGES.md"><code>@types/jszip</code>'s changelog</a>.</em></p>
<blockquote>
<hr />
<h2>title: Changelog
layout: default
section: main</h2>
<h3>v3.10.1 2022-08-02</h3>
<ul>
<li>Add sponsorship files.
<ul>
<li>If you appreciate the time spent maintaining JSZip then I would really appreciate <a href="https://github.com/sponsors/Stuk">your sponsorship</a>.</li>
</ul>
</li>
<li>Consolidate metadata types and expose OnUpdateCallback <a href="https://redirect.github.com/Stuk/jszip/pull/851">#851</a> and <a href="https://redirect.github.com/Stuk/jszip/pull/852">#852</a></li>
<li>use <code>const</code> instead <code>var</code> in example from README.markdown <a href="https://redirect.github.com/Stuk/jszip/pull/828">#828</a></li>
<li>Switch manual download link to HTTPS <a href="https://redirect.github.com/Stuk/jszip/pull/839">#839</a></li>
</ul>
<p>Internals:</p>
<ul>
<li>Replace jshint with eslint <a href="https://redirect.github.com/Stuk/jszip/pull/842">#842</a></li>
<li>Add performance tests <a href="https://redirect.github.com/Stuk/jszip/pull/834">#834</a></li>
</ul>
<h3>v3.10.0 2022-05-20</h3>
<ul>
<li>Change setimmediate dependency to more efficient one. Fixes <a href="https://redirect.github.com/Stuk/jszip/issues/617">Stuk/jszip#617</a> (see <a href="https://redirect.github.com/Stuk/jszip/pull/829">#829</a>)</li>
<li>Update types of <code>currentFile</code> metadata to include <code>null</code> (see <a href="https://redirect.github.com/Stuk/jszip/pull/826">#826</a>)</li>
</ul>
<h3>v3.9.1 2022-04-06</h3>
<ul>
<li>Fix recursive definition of <code>InputFileFormat</code> introduced in 3.9.0.</li>
</ul>
<h3>v3.9.0 2022-04-04</h3>
<ul>
<li>Update types JSZip#loadAsync to accept a promise for data, and remove arguments from <code>new JSZip()</code> (see <a href="https://redirect.github.com/Stuk/jszip/pull/752">#752</a>)</li>
<li>Update types for <code>compressionOptions</code> to JSZipFileOptions and JSZipGeneratorOptions (see <a href="https://redirect.github.com/Stuk/jszip/pull/722">#722</a>)</li>
<li>Add types for <code>generateInternalStream</code> (see <a href="https://redirect.github.com/Stuk/jszip/pull/774">#774</a>)</li>
</ul>
<h3>v3.8.0 2022-03-30</h3>
<ul>
<li>Santize filenames when files are loaded with <code>loadAsync</code>, to avoid <a href="https://snyk.io/research/zip-slip-vulnerability">"zip slip" attacks</a>. The original filename is available on each zip entry as <code>unsafeOriginalName</code>. See the <a href="https://stuk.github.io/jszip/documentation/api_jszip/load_async.html">documentation</a>. Many thanks to McCaulay Hudson for reporting.</li>
</ul>
<h3>v3.7.1 2021-08-05</h3>
<ul>
<li>Fix build of <code>dist</code> files.
<ul>
<li>Note: this version ensures the changes from 3.7.0 are actually included in the <code>dist</code> files. Thanks to Evan W for reporting.</li>
</ul>
</li>
</ul>
<h3>v3.7.0 2021-07-23</h3>
<ul>
<li>Fix: Use a null prototype object for this.files (see <a href="https://redirect.github.com/Stuk/jszip/pull/766">#766</a>)
<ul>
<li>This change might break existing code if it uses prototype methods on the <code>.files</code> property of a zip object, for example <code>zip.files.toString()</code>. This approach is taken to prevent files in the zip overriding object methods that would exist on a normal object.</li>
</ul>
</li>
</ul>
<h3>v3.6.0 2021-02-09</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/Stuk/jszip/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `drizzle-orm` from 0.44.5 to 0.44.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/drizzle-team/drizzle-orm/releases">drizzle-orm's releases</a>.</em></p>
<blockquote>
<h2>0.44.6</h2>
<ul>
<li>feat: add $replicas reference <a href="https://redirect.github.com/drizzle-team/drizzle-orm/issues/4874">#4874</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/drizzle-team/drizzle-orm/commit/a9136ee2df9616fef059cf398bea486da23faa47"><code>a9136ee</code></a> dprint</li>
<li><a href="https://github.com/drizzle-team/drizzle-orm/commit/6f89bddc9b3f4340e0e280e1a269794ce033f4bd"><code>6f89bdd</code></a> Merge branch 'feat/issue-4873'</li>
<li><a href="https://github.com/drizzle-team/drizzle-orm/commit/b529598c72c2c7fed0d72fb706084eafc228fa41"><code>b529598</code></a> dprint</li>
<li><a href="https://github.com/drizzle-team/drizzle-orm/commit/e31c65f526ab5253ffc2b08fdd1b266b7679d030"><code>e31c65f</code></a> feat: add <code>$replicas</code> reference (<a href="https://redirect.github.com/drizzle-team/drizzle-orm/issues/4874">#4874</a>)</li>
<li><a href="https://github.com/drizzle-team/drizzle-orm/commit/d1d61d9d45cc7430f1644022bdeff8bc93b46937"><code>d1d61d9</code></a> Bump version</li>
<li><a href="https://github.com/drizzle-team/drizzle-orm/commit/c920a3aa0e45fa29f322129c5b0bb2fd073cf43a"><code>c920a3a</code></a> Merge branch 'main' into feat/issue-4873</li>
<li><a href="https://github.com/drizzle-team/drizzle-orm/commit/8e8a9e902410ed2068a015d59180b225045dddf1"><code>8e8a9e9</code></a> [Drizzle Kit]: Add casing support to studio configuration and related functio...</li>
<li><a href="https://github.com/drizzle-team/drizzle-orm/commit/d58d7e695e00da3b8573383d461b1cbc03025450"><code>d58d7e6</code></a> Merge branch 'main' into feat/issue-4873</li>
<li><a href="https://github.com/drizzle-team/drizzle-orm/commit/dd5de50677c2c769ab9b07a0e8a28750408902f2"><code>dd5de50</code></a> feat: add <code>$replicas</code> reference</li>
<li>See full diff in <a href="https://github.com/drizzle-team/drizzle-orm/compare/0.44.5...0.44.6">compare view</a></li>
</ul>
</details>
<br />
Updates `react-simple-keyboard` from 3.8.125 to 3.8.127
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/hodgef/react-simple-keyboard/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `zod` from 4.1.11 to 4.1.12
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/colinhacks/zod/releases">zod's releases</a>.</em></p>
<blockquote>
<h2>v4.1.12</h2>
<h2>Commits:</h2>
<ul>
<li>0b109c37c6b0b10e3901b56bcccb72e29a0b846f docs(ecosystem): add bupkis to the ecosystem section (<a href="https://redirect.github.com/colinhacks/zod/issues/5237">#5237</a>)</li>
<li>d22ec0d26fab27151b0f1d1f98bffeaf8b011f57 docs(ecosystem): add upfetch (<a href="https://redirect.github.com/colinhacks/zod/issues/5238">#5238</a>)</li>
<li>c56a4f6fab42c542b191228af61974b2328dc52f docs(ecosystem): add <code>eslint-plugin-zod-x</code> (<a href="https://redirect.github.com/colinhacks/zod/issues/5261">#5261</a>)</li>
<li>a0abcc02900a4293dd4f30cd81580efcdd5230bb docs(metadata.mdx): fix a mistake in an example output (<a href="https://redirect.github.com/colinhacks/zod/issues/5248">#5248</a>)</li>
<li>62bf4e439e287e55c843245b49f8d34b1ad024ee fix(ZodError): prevent flatten() from crashing on 'toString' key (<a href="https://redirect.github.com/colinhacks/zod/issues/5266">#5266</a>)</li>
<li>02a584010ac92ac8a351632ae5aea3983a6f17d8 refac(errors): Unify code structure and improve types (<a href="https://redirect.github.com/colinhacks/zod/issues/5278">#5278</a>)</li>
<li>4b1922ad714e12dafaa83a40ec03275a39ac980c docs(content/v4/index): fix zod version (<a href="https://redirect.github.com/colinhacks/zod/issues/5289">#5289</a>)</li>
<li>3fcb20ff348e49aec70f45e0dca3de8a61450e77 Add frrm to ecosystem (<a href="https://redirect.github.com/colinhacks/zod/issues/5292">#5292</a>)</li>
<li>fda4c7c2afbd7649261be1e7954f8c4d4de24a07 Make docs work without token</li>
<li>af447384379faef28aa857fb53ef1da702c6d408 Fix lint</li>
<li>77c3c9f069a4cf168c0cbc58432803de887a6b1b Export bg.ts</li>
<li>3b946107b6c94b2ac8ff9fb451160c34dc4dd794 v4.1.12</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/colinhacks/zod/commit/3b946107b6c94b2ac8ff9fb451160c34dc4dd794"><code>3b94610</code></a> v4.1.12</li>
<li><a href="https://github.com/colinhacks/zod/commit/77c3c9f069a4cf168c0cbc58432803de887a6b1b"><code>77c3c9f</code></a> Export bg.ts</li>
<li><a href="https://github.com/colinhacks/zod/commit/af447384379faef28aa857fb53ef1da702c6d408"><code>af44738</code></a> Fix lint</li>
<li><a href="https://github.com/colinhacks/zod/commit/fda4c7c2afbd7649261be1e7954f8c4d4de24a07"><code>fda4c7c</code></a> Make docs work without token</li>
<li><a href="https://github.com/colinhacks/zod/commit/3fcb20ff348e49aec70f45e0dca3de8a61450e77"><code>3fcb20f</code></a> Add frrm to ecosystem (<a href="https://redirect.github.com/colinhacks/zod/issues/5292">#5292</a>)</li>
<li><a href="https://github.com/colinhacks/zod/commit/4b1922ad714e12dafaa83a40ec03275a39ac980c"><code>4b1922a</code></a> docs(content/v4/index): fix zod version (<a href="https://redirect.github.com/colinhacks/zod/issues/5289">#5289</a>)</li>
<li><a href="https://github.com/colinhacks/zod/commit/02a584010ac92ac8a351632ae5aea3983a6f17d8"><code>02a5840</code></a> refac(errors): Unify code structure and improve types (<a href="https://redirect.github.com/colinhacks/zod/issues/5278">#5278</a>)</li>
<li><a href="https://github.com/colinhacks/zod/commit/62bf4e439e287e55c843245b49f8d34b1ad024ee"><code>62bf4e4</code></a> fix(ZodError): prevent flatten() from crashing on 'toString' key (<a href="https://redirect.github.com/colinhacks/zod/issues/5266">#5266</a>)</li>
<li><a href="https://github.com/colinhacks/zod/commit/a0abcc02900a4293dd4f30cd81580efcdd5230bb"><code>a0abcc0</code></a> docs(metadata.mdx): fix a mistake in an example output (<a href="https://redirect.github.com/colinhacks/zod/issues/5248">#5248</a>)</li>
<li><a href="https://github.com/colinhacks/zod/commit/c56a4f6fab42c542b191228af61974b2328dc52f"><code>c56a4f6</code></a> docs(ecosystem): add <code>eslint-plugin-zod-x</code> (<a href="https://redirect.github.com/colinhacks/zod/issues/5261">#5261</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/colinhacks/zod/compare/v4.1.11...v4.1.12">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>
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure [ignore rules](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore) in dependabot.yml
Pull request closed
This pull request cannot be reopened because the branch was deleted.
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.
Bumps the prod-patch-updates group with 5 updates:
6.38.46.38.53.4.03.4.10.44.50.44.63.8.1253.8.1274.1.114.1.12Updates
@codemirror/viewfrom 6.38.4 to 6.38.5Changelog
Sourced from
@codemirror/view's changelog.Commits
3c11a40Mark version 6.38.5b4a5a02Work around broken focus/preventScroll support in Safari 2645268f0Fix an edge case in DOMReader when there's a widget at the end of the content90d7ec6Shrink EditContext changes down to the minimum text changeb7bf9d5Handle synthetic events even during compositioneb00431Fix indentation in applyDOMChangeInnerUpdates
@types/jszipfrom 3.4.0 to 3.4.1Changelog
Sourced from
@types/jszip's changelog.... (truncated)
Commits
Updates
drizzle-ormfrom 0.44.5 to 0.44.6Release notes
Sourced from drizzle-orm's releases.
Commits
a9136eedprint6f89bddMerge branch 'feat/issue-4873'b529598dprinte31c65ffeat: add$replicasreference (#4874)d1d61d9Bump versionc920a3aMerge branch 'main' into feat/issue-48738e8a9e9[Drizzle Kit]: Add casing support to studio configuration and related functio...d58d7e6Merge branch 'main' into feat/issue-4873dd5de50feat: add$replicasreferenceUpdates
react-simple-keyboardfrom 3.8.125 to 3.8.127Commits
Updates
zodfrom 4.1.11 to 4.1.12Release notes
Sourced from zod's releases.
Commits
3b94610v4.1.1277c3c9fExport bg.tsaf44738Fix lintfda4c7cMake docs work without token3fcb20fAdd frrm to ecosystem (#5292)4b1922adocs(content/v4/index): fix zod version (#5289)02a5840refac(errors): Unify code structure and improve types (#5278)62bf4e4fix(ZodError): prevent flatten() from crashing on 'toString' key (#5266)a0abcc0docs(metadata.mdx): fix a mistake in an example output (#5248)c56a4f6docs(ecosystem): addeslint-plugin-zod-x(#5261)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 conditionsThis pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml
Pull request closed