diff options
| author | 2022-06-30 10:28:56 +0000 | |
|---|---|---|
| committer | 2022-06-30 10:28:56 +0000 | |
| commit | 0b8168ba77fd06229cf1e8aba87449cb66c08ab1 (patch) | |
| tree | 9dc8a5547547afb049ab6da67c2f6d39369bf8db | |
| parent | Add Selectable Styles To Code Field (#469) (diff) | |
Bump webpack-dev-server from 4.9.2 to 4.9.3
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3)
---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 18 | 
2 files changed, 10 insertions, 10 deletions
| diff --git a/package.json b/package.json index 1312c4e..5d9bc7e 100644 --- a/package.json +++ b/package.json @@ -81,6 +81,6 @@      "jest-environment-jsdom": "28.1.1",      "jest-resolve": "28.1.1",      "jest-watch-typeahead": "1.1.0", -    "webpack-dev-server": "4.9.2" +    "webpack-dev-server": "4.9.3"    }  } @@ -3188,10 +3188,10 @@ [email protected]:    resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"    integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== -connect-history-api-fallback@^1.6.0: -  version "1.6.0" -  resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc" -  integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg== +connect-history-api-fallback@^2.0.0: +  version "2.0.0" +  resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz#647264845251a0daf25b97ce87834cace0f5f1c8" +  integrity sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==    version "0.5.4" @@ -7155,10 +7155,10 @@ webpack-dev-middleware@^5.3.1:      range-parser "^1.2.1"      schema-utils "^4.0.0" -  version "4.9.2" -  resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.9.2.tgz#c188db28c7bff12f87deda2a5595679ebbc3c9bc" -  integrity sha512-H95Ns95dP24ZsEzO6G9iT+PNw4Q7ltll1GfJHV4fKphuHWgKFzGHWi4alTlTnpk1SPPk41X+l2RB7rLfIhnB9Q== +  version "4.9.3" +  resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.9.3.tgz#2360a5d6d532acb5410a668417ad549ee3b8a3c9" +  integrity sha512-3qp/eoboZG5/6QgiZ3llN8TUzkSpYg1Ko9khWX1h40MIEUNS2mDoIa8aXsPfskER+GbTvs/IJZ1QTBBhhuetSw==    dependencies:      "@types/bonjour" "^3.5.9"      "@types/connect-history-api-fallback" "^1.3.5" @@ -7172,7 +7172,7 @@ [email protected]:      chokidar "^3.5.3"      colorette "^2.0.10"      compression "^1.7.4" -    connect-history-api-fallback "^1.6.0" +    connect-history-api-fallback "^2.0.0"      default-gateway "^6.0.3"      express "^4.17.3"      graceful-fs "^4.2.6" | 
