Skip to content

Commit

Permalink
Bump webpack-dev-middleware from 7.0.0 to 7.1.1 in /src/playground (#…
Browse files Browse the repository at this point in the history
…13673)

Bumps
[webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware)
from 7.0.0 to 7.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack-dev-middleware/releases">webpack-dev-middleware's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.1</h2>
<h3><a
href="https://github.com/webpack/webpack-dev-middleware/compare/v7.1.0...v7.1.1">7.1.1</a>
(2024-03-21)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><code>ContentLength</code> incorrectly set for empty files (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1785">#1785</a>)
(<a
href="https://github.com/webpack/webpack-dev-middleware/commit/0f3e25e2b0adbc081ba4c7df70467c6ed7bc3a2a">0f3e25e</a>)</li>
<li>improve perf (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1777">#1777</a>)
(<a
href="https://github.com/webpack/webpack-dev-middleware/commit/5b47c9294ec612e337f87101a4df1ca011b50ace">5b47c92</a>)</li>
<li><strong>types:</strong> make types better (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1786">#1786</a>)
(<a
href="https://github.com/webpack/webpack-dev-middleware/commit/e4d183ea6dea1731b69e24d5d5471d876ff6ec3a">e4d183e</a>)</li>
</ul>
<h2>v7.1.0</h2>
<h2><a
href="https://github.com/webpack/webpack-dev-middleware/compare/v7.0.0...v7.1.0">7.1.0</a>
(2024-03-19)</h2>
<h3>Features</h3>
<ul>
<li>prefer to use <code>fs.createReadStream</code> over
<code>fs.readFileSync</code> to read files (<a
href="https://github.com/webpack/webpack-dev-middleware/commit/ab533de933c6684218172b86992f35c3ca6c58a4">ab533de</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>cleaup stream and handle errors (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1769">#1769</a>)
(<a
href="https://github.com/webpack/webpack-dev-middleware/commit/1258fdd3d9c175dbacf6bc3b36d5c3c545738f13">1258fdd</a>)</li>
<li><strong>security:</strong> do not allow to read files above (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1771">#1771</a>)
(<a
href="https://github.com/webpack/webpack-dev-middleware/commit/e10008c762e4d5821ed6990348dabf0d4d93a10e">e10008c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md">webpack-dev-middleware's
changelog</a>.</em></p>
<blockquote>
<h3><a
href="https://github.com/webpack/webpack-dev-middleware/compare/v7.1.0...v7.1.1">7.1.1</a>
(2024-03-21)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><code>ContentLength</code> incorrectly set for empty files (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1785">#1785</a>)
(<a
href="https://github.com/webpack/webpack-dev-middleware/commit/0f3e25e2b0adbc081ba4c7df70467c6ed7bc3a2a">0f3e25e</a>)</li>
<li>improve perf (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1777">#1777</a>)
(<a
href="https://github.com/webpack/webpack-dev-middleware/commit/5b47c9294ec612e337f87101a4df1ca011b50ace">5b47c92</a>)</li>
<li><strong>types:</strong> make types better (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1786">#1786</a>)
(<a
href="https://github.com/webpack/webpack-dev-middleware/commit/e4d183ea6dea1731b69e24d5d5471d876ff6ec3a">e4d183e</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack/webpack-dev-middleware/compare/v7.0.0...v7.1.0">7.1.0</a>
(2024-03-19)</h2>
<h3>Features</h3>
<ul>
<li>prefer to use <code>fs.createReadStream</code> over
<code>fs.readFileSync</code> to read files (<a
href="https://github.com/webpack/webpack-dev-middleware/commit/ab533de933c6684218172b86992f35c3ca6c58a4">ab533de</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>cleaup stream and handle errors (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1769">#1769</a>)
(<a
href="https://github.com/webpack/webpack-dev-middleware/commit/1258fdd3d9c175dbacf6bc3b36d5c3c545738f13">1258fdd</a>)</li>
<li><strong>security:</strong> do not allow to read files above (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1771">#1771</a>)
(<a
href="https://github.com/webpack/webpack-dev-middleware/commit/e10008c762e4d5821ed6990348dabf0d4d93a10e">e10008c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack-dev-middleware/commit/7c6164a82fd67c7dcd0580ed9a0cd594f94707d8"><code>7c6164a</code></a>
chore(release): 7.1.1</li>
<li><a
href="https://github.com/webpack/webpack-dev-middleware/commit/e4d183ea6dea1731b69e24d5d5471d876ff6ec3a"><code>e4d183e</code></a>
fix(types): make types better (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1786">#1786</a>)</li>
<li><a
href="https://github.com/webpack/webpack-dev-middleware/commit/f23ed7ccd8fb5068acf17e0ab97e0d00ef3552e8"><code>f23ed7c</code></a>
chore(deps-dev): bump <code>@​babel/core</code> from 7.24.1 to 7.24.3
(<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1782">#1782</a>)</li>
<li><a
href="https://github.com/webpack/webpack-dev-middleware/commit/0f3e25e2b0adbc081ba4c7df70467c6ed7bc3a2a"><code>0f3e25e</code></a>
fix: <code>ContentLength</code> incorrectly set for empty files (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1785">#1785</a>)</li>
<li><a
href="https://github.com/webpack/webpack-dev-middleware/commit/d45f033ea75d8d0b3e33044576717d9083a0388c"><code>d45f033</code></a>
chore(deps-dev): bump <code>@​babel/preset-env</code> from 7.24.1 to
7.24.3 (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1783">#1783</a>)</li>
<li><a
href="https://github.com/webpack/webpack-dev-middleware/commit/c0c2eea2e77fcc4aace07c0d9d887da10f131a42"><code>c0c2eea</code></a>
chore(deps-dev): bump express from 4.18.3 to 4.19.1 (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1781">#1781</a>)</li>
<li><a
href="https://github.com/webpack/webpack-dev-middleware/commit/5b47c9294ec612e337f87101a4df1ca011b50ace"><code>5b47c92</code></a>
fix: improve perf (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1777">#1777</a>)</li>
<li><a
href="https://github.com/webpack/webpack-dev-middleware/commit/1a34bc4bce83b55f59dff9f40913e7f0d8f3ab44"><code>1a34bc4</code></a>
chore(deps-dev): bump <code>@​types/node</code> from 20.11.29 to
20.11.30 (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1774">#1774</a>)</li>
<li><a
href="https://github.com/webpack/webpack-dev-middleware/commit/d618f1f1269579a4b84b13087038a3e0bea1d5c7"><code>d618f1f</code></a>
chore(deps-dev): bump <code>@​babel/preset-env</code> from 7.24.0 to
7.24.1 (<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1772">#1772</a>)</li>
<li><a
href="https://github.com/webpack/webpack-dev-middleware/commit/40daa4bb71e57a43aaa0d472860b9f5ab618595b"><code>40daa4b</code></a>
chore(deps-dev): bump <code>@​babel/core</code> from 7.24.0 to 7.24.1
(<a
href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1776">#1776</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack-dev-middleware/compare/v7.0.0...v7.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-middleware&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.1.1)](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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts page](https://github.com/Azure/bicep/network/alerts).

</details>
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/13673)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 21, 2024
1 parent 6f3a864 commit 3bd194f
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions src/playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3bd194f

Please sign in to comment.