We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dedadf commit 6ccc297Copy full SHA for 6ccc297
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Changelog and release notes
2
3
+## [0.10.2](https://github.com/typestack/routing-controllers/compare/v0.10.1...v0.10.2) (2023-03-06)
4
+
5
+### Changed
6
7
+- `glob` package updated to `8.1.0` from `8.0.3`
8
+- `body-parser` package updated to `1.20.2` from `1.20.1`
9
+- `multer` package updated to `1.4.5-lts.1` from `1.4.4`
10
+ - Note: This fixes vulnerability CVE-2022-24434
11
+- updated various dev dependencies
12
13
+### Fixed
14
15
+- Added normalization to glob pattern resolver to fix Windows paths
16
17
## [0.10.1](https://github.com/typestack/routing-controllers/compare/v0.10.0...v0.10.1) (2023-01-13)
18
19
### Changed
0 commit comments