dependabot[bot] opened a new pull request, #26:
URL: https://github.com/apache/ignite-web-console/pull/26

   Bumps [jszip](https://github.com/Stuk/jszip) from 3.2.1 to 3.8.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/Stuk/jszip/blob/main/CHANGES.md";>jszip's 
changelog</a>.</em></p>
   <blockquote>
   <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>
   <h3>v3.4.0 2020-04-19</h3>
   <ul>
   <li>Add Typescript type definitions (see <a 
href="https://github-redirect.dependabot.com/Stuk/jszip/pull/601";>#601</a>).</li>
   </ul>
   <h3>v3.3.0 2020-04-1</h3>
   <ul>
   <li>Change browser module resolution to support Angular packager (see <a 
href="https://github-redirect.dependabot.com/Stuk/jszip/pull/614";>#614</a>).</li>
   </ul>
   <h3>v3.2.2 2019-07-04</h3>
   <ul>
   <li>No public changes, but a number of testing dependencies have been 
updated.</li>
   <li>Tested browsers are now: Internet Explorer 11, Chrome (most recent) and 
Firefox (most recent). Other browsers (specifically Safari) are still supported 
however testing them on Saucelabs is broken and so they were removed from the 
test matrix.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Stuk/jszip/commit/3b98cfc7eb8acb14cd699d497d0cdf6a3585aeab";><code>3b98cfc</code></a>
 3.8.0</li>
   <li><a 
href="https://github.com/Stuk/jszip/commit/2edab366119c9ee948357c02f1206c28566cdf15";><code>2edab36</code></a>
 Sanitize filenames with <code>loadAsync</code> to prevent zip slip attacks</li>
   <li><a 
href="https://github.com/Stuk/jszip/commit/1f631b0a0d57d0177ecb35a7aaa5133bf161b650";><code>1f631b0</code></a>
 Update contributing</li>
   <li><a 
href="https://github.com/Stuk/jszip/commit/459ff799478c1d04f5ef4eaa13d834fda036a2fd";><code>459ff79</code></a>
 Add tests for utils that remove leading slash</li>
   <li><a 
href="https://github.com/Stuk/jszip/commit/d4702a70834bd953d4c2d0bc155fad795076631a";><code>d4702a7</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/Stuk/jszip/issues/541";>#541</a> 
from PatricSteffen/patch-1</li>
   <li><a 
href="https://github.com/Stuk/jszip/commit/2ebb7e8989216ca7be6c3d59f8eefe6e149eb57f";><code>2ebb7e8</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/Stuk/jszip/issues/737";>#737</a> 
from satoshicano/update-types-JSZipLoadOptions</li>
   <li><a 
href="https://github.com/Stuk/jszip/commit/85c4989fde6a3188c95ba62a4521b9ca3d79ad1e";><code>85c4989</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/Stuk/jszip/issues/796";>#796</a> 
from Stuk/ghci</li>
   <li><a 
href="https://github.com/Stuk/jszip/commit/40cc7f4d1687c88a692fb70f7a2e9159c6714d3a";><code>40cc7f4</code></a>
 Add dependency caching</li>
   <li><a 
href="https://github.com/Stuk/jszip/commit/5ee321e43cd51891b82b607aeb035bae38292f60";><code>5ee321e</code></a>
 Install deps needed for Playwright on Github Actions</li>
   <li><a 
href="https://github.com/Stuk/jszip/commit/eeb841ebc52a5f6fee66379a392ba2a585ef8240";><code>eeb841e</code></a>
 Remove code and dependencies used for Saucelabs</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Stuk/jszip/compare/v3.2.1...v3.8.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.2.1&new-version=3.8.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/apache/ignite-web-console/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to