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 35a3272 commit e259a7eCopy full SHA for e259a7e
2 files changed
CHANGELOG.md
@@ -3,6 +3,10 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## 2.0.1
7
+
8
+- Fix [CVE-2025-48997](https://www.cve.org/CVERecord?id=CVE-2025-48997) ([GHSA-g5hg-p3ph-g8qg](https://github.com/expressjs/multer/security/advisories/GHSA-g5hg-p3ph-g8qg))
9
10
## 2.0.0
11
12
- **Breaking change: The minimum supported Node version is now 10.16.0**
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "multer",
"description": "Middleware for handling `multipart/form-data`.",
- "version": "2.0.0",
+ "version": "2.0.1",
"contributors": [
"Hage Yaapa <captain@hacksparrow.com> (http://www.hacksparrow.com)",
"Jaret Pfluger <https://github.com/jpfluger>",
0 commit comments