[PR #680] [CLOSED] Bump jszip from 3.4.0 to 3.9.0 in /ElectronNET.WebApp/ElectronHostHook #1253

Closed
opened 2026-01-29 16:58:57 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/680
Author: @dependabot[bot]
Created: 4/6/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/ElectronNET.WebApp/ElectronHostHook/jszip-3.9.0


📝 Commits (1)

  • bd5511d Bump jszip from 3.4.0 to 3.9.0 in /ElectronNET.WebApp/ElectronHostHook

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 ElectronNET.WebApp/ElectronHostHook/package-lock.json (+3 -3)

📄 Description

Bumps jszip from 3.4.0 to 3.9.0.

Changelog

Sourced from jszip's changelog.

v3.9.0 2022-04-04

  • Update types JSZip#loadAsync to accept a promise for data, and remove arguments from new JSZip() (see #752)
  • Update types for compressionOptions to JSZipFileOptions and JSZipGeneratorOptions (see #722)
  • Add types for generateInternalStream (see #774)

v3.8.0 2022-03-30

  • 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.

v3.6.0 2021-02-09

  • Fix: redirect main to dist on browsers (see #742)
  • Fix duplicate require DataLengthProbe, utils (see #734)
  • Fix small error in read_zip.md (see #703)

v3.5.0 2020-05-31

  • Fix 'End of data reached' error when file extra field is invalid (see #544).
  • Typescript definitions: Add null to return types of functions that may return null (see #669).
  • Typescript definitions: Correct nodeStream's type (see #682)
  • Typescript definitions: Add string output type (see #666)
Commits
  • d36f043 3.9.0
  • ae0b127 Updates for 3.9.0
  • 983c4d5 Amend generateInternalStream typings to remove any
  • 454030c Add type checking of d.ts file
  • 80e2705 Adjust package.json order to make releasing easier
  • 0cde8c0 Update documentation
  • 6b3b5fd Extract CompressionOptions to interface
  • c837a4b Types definitions for generateInternalStream method and StreamHelper class
  • 798eefd Merge pull request #752 from Peeja/patch-3
  • 2e1e970 Merge pull request #722 from KyleJonesWinsted/master
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

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/ElectronNET/Electron.NET/pull/680 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/6/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ElectronNET.WebApp/ElectronHostHook/jszip-3.9.0` --- ### 📝 Commits (1) - [`bd5511d`](https://github.com/ElectronNET/Electron.NET/commit/bd5511d4a8599a06436d65bc8eaa6925add0ffae) Bump jszip from 3.4.0 to 3.9.0 in /ElectronNET.WebApp/ElectronHostHook ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `ElectronNET.WebApp/ElectronHostHook/package-lock.json` (+3 -3) </details> ### 📄 Description Bumps [jszip](https://github.com/Stuk/jszip) from 3.4.0 to 3.9.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Stuk/jszip/blob/master/CHANGES.md">jszip's changelog</a>.</em></p> <blockquote> <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://github-redirect.dependabot.com/Stuk/jszip/pull/752">#752</a>)</li> <li>Update types for <code>compressionOptions</code> to JSZipFileOptions and JSZipGeneratorOptions (see <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/722">#722</a>)</li> <li>Add types for <code>generateInternalStream</code> (see <a href="https://github-redirect.dependabot.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">&quot;zip slip&quot; 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://github-redirect.dependabot.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> <ul> <li>Fix: redirect main to dist on browsers (see <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/742">#742</a>)</li> <li>Fix duplicate require DataLengthProbe, utils (see <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/734">#734</a>)</li> <li>Fix small error in read_zip.md (see <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/703">#703</a>)</li> </ul> <h3>v3.5.0 2020-05-31</h3> <ul> <li>Fix 'End of data reached' error when file extra field is invalid (see <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/544">#544</a>).</li> <li>Typescript definitions: Add null to return types of functions that may return null (see <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/669">#669</a>).</li> <li>Typescript definitions: Correct nodeStream's type (see <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/682">#682</a>)</li> <li>Typescript definitions: Add string output type (see <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/666">#666</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stuk/jszip/commit/d36f043e53679bccfcb1e697d353716ee686de07"><code>d36f043</code></a> 3.9.0</li> <li><a href="https://github.com/Stuk/jszip/commit/ae0b1278872c991569d6346bf0638b24ede124a4"><code>ae0b127</code></a> Updates for 3.9.0</li> <li><a href="https://github.com/Stuk/jszip/commit/983c4d5919cbc747cbbef4fcfbd47be6448c3f36"><code>983c4d5</code></a> Amend generateInternalStream typings to remove any</li> <li><a href="https://github.com/Stuk/jszip/commit/454030c554d725757ed858336199f616e0b9eb16"><code>454030c</code></a> Add type checking of d.ts file</li> <li><a href="https://github.com/Stuk/jszip/commit/80e270571ce25d797d382ece827c2e6f5b2c7a67"><code>80e2705</code></a> Adjust package.json order to make releasing easier</li> <li><a href="https://github.com/Stuk/jszip/commit/0cde8c056085a54a20b8fe73abcf5877c7f16424"><code>0cde8c0</code></a> Update documentation</li> <li><a href="https://github.com/Stuk/jszip/commit/6b3b5fde9653fa0f0af43bea89d9860104216ee6"><code>6b3b5fd</code></a> Extract CompressionOptions to interface</li> <li><a href="https://github.com/Stuk/jszip/commit/c837a4b439c8a2a770022ed9653e2fe1d61ef2c8"><code>c837a4b</code></a> Types definitions for generateInternalStream method and StreamHelper class</li> <li><a href="https://github.com/Stuk/jszip/commit/798eefdf33f64c2334bec2e9c7343b37129f7669"><code>798eefd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Stuk/jszip/issues/752">#752</a> from Peeja/patch-3</li> <li><a href="https://github.com/Stuk/jszip/commit/2e1e9700242874a2f93c86c4402cfc8bc237ff66"><code>2e1e970</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Stuk/jszip/issues/722">#722</a> from KyleJonesWinsted/master</li> <li>Additional commits viewable in <a href="https://github.com/Stuk/jszip/compare/v3.4.0...v3.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jszip&package-manager=npm_and_yarn&previous-version=3.4.0&new-version=3.9.0)](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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ElectronNET/Electron.NET/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:58:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1253