Browse Source

Bump webpack-dev-server from 4.10.0 to 4.10.1 (#2253)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.10.0 to 4.10.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p>
<blockquote>
<h2>v4.10.1</h2>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.10.0...v4.10.1">4.10.1</a> (2022-08-29)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>compatibility with old browsers (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4544">#4544</a>) (<a href="6a430d495e">6a430d4</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.10.0...v4.10.1">4.10.1</a> (2022-08-29)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>compatibility with old browsers (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4544">#4544</a>) (<a href="6a430d495e">6a430d4</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="eb997bba98"><code>eb997bb</code></a> chore(release): 4.10.1</li>
<li><a href="4eed30e606"><code>4eed30e</code></a> ci: enable jest <code>--shard</code> option in github-actions (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4545">#4545</a>)</li>
<li><a href="97dba79fec"><code>97dba79</code></a> chore(deps-dev): bump eslint from 8.22.0 to 8.23.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4550">#4550</a>)</li>
<li><a href="a2eb40cfd0"><code>a2eb40c</code></a> chore(deps-dev): bump core-js from 3.24.1 to 3.25.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4548">#4548</a>)</li>
<li><a href="6a430d495e"><code>6a430d4</code></a> fix: compatibility with old browsers (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4544">#4544</a>)</li>
<li><a href="735864c305"><code>735864c</code></a> chore(deps-dev): bump marked from 4.0.18 to 4.0.19 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4546">#4546</a>)</li>
<li><a href="22443c2a42"><code>22443c2</code></a> chore(deps-dev): bump typescript from 4.7.4 to 4.8.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4549">#4549</a>)</li>
<li><a href="02e11e133d"><code>02e11e1</code></a> chore(deps-dev): bump <code>@​babel/core</code> from 7.18.10 to 7.18.13 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4547">#4547</a>)</li>
<li><a href="751214a294"><code>751214a</code></a> chore(deps-dev): bump eslint from 8.21.0 to 8.22.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4541">#4541</a>)</li>
<li><a href="544543a0b3"><code>544543a</code></a> ci: add workflow to cancel previous runs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4542">#4542</a>)</li>
<li>See full diff in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.10.0...v4.10.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=4.10.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 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)


</details>
pull/2260/head
dependabot[bot] 2 years ago
parent
commit
cb610d8073
  1. 14
      package-lock.json
  2. 2
      package.json

14
package-lock.json generated

@ -21,7 +21,7 @@
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0"
"webpack-dev-server": "^4.10.1"
}
},
"node_modules/@discoveryjs/json-ext": {
@ -4398,9 +4398,9 @@
}
},
"node_modules/webpack-dev-server": {
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.10.0.tgz",
"integrity": "sha512-7dezwAs+k6yXVFZ+MaL8VnE+APobiO3zvpp3rBHe/HmWQ+avwh0Q3d0xxacOiBybZZ3syTZw9HXzpa3YNbAZDQ==",
"version": "4.10.1",
"resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.10.1.tgz",
"integrity": "sha512-FIzMq3jbBarz3ld9l7rbM7m6Rj1lOsgq/DyLGMX/fPEB1UBUPtf5iL/4eNfhx8YYJTRlzfv107UfWSWcBK5Odw==",
"dev": true,
"dependencies": {
"@types/bonjour": "^3.5.9",
@ -7960,9 +7960,9 @@
}
},
"webpack-dev-server": {
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.10.0.tgz",
"integrity": "sha512-7dezwAs+k6yXVFZ+MaL8VnE+APobiO3zvpp3rBHe/HmWQ+avwh0Q3d0xxacOiBybZZ3syTZw9HXzpa3YNbAZDQ==",
"version": "4.10.1",
"resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.10.1.tgz",
"integrity": "sha512-FIzMq3jbBarz3ld9l7rbM7m6Rj1lOsgq/DyLGMX/fPEB1UBUPtf5iL/4eNfhx8YYJTRlzfv107UfWSWcBK5Odw==",
"dev": true,
"requires": {
"@types/bonjour": "^3.5.9",

2
package.json

@ -18,7 +18,7 @@
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0"
"webpack-dev-server": "^4.10.1"
},
"dependencies": {
"monaco-editor": "^0.34.0"

Loading…
Cancel
Save