chore(release): 5.3.4 · webpack/webpack-dev-middleware@86071ea

3 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -2,6 +2,13 @@

22
33

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

44
5+

### [5.3.4](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4) (2024-03-20)

6+
7+
8+

### Bug Fixes

9+
10+

* **security:** do not allow to read files above ([#1779](https://github.com/webpack/webpack-dev-middleware/issues/1779)) ([189c4ac](https://github.com/webpack/webpack-dev-middleware/commit/189c4ac7d2344ec132a4689e74dc837ec5be0132))

11+
512

### [5.3.3](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.2...v5.3.3) (2022-05-18)

613
714
Original file line numberDiff line numberDiff line change

@@ -1,6 +1,6 @@

11

{

22

"name": "webpack-dev-middleware",

3-

"version": "5.3.3",

3+

"version": "5.3.4",

44

"description": "A development middleware for webpack",

55

"license": "MIT",

66

"repository": "webpack/webpack-dev-middleware",