diff --git a/HISTORY.md b/HISTORY.md index d18686e4..de27a968 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,7 @@ unreleased * deps: * type-is@^2.0.1 + * iconv-lite@^0.7.0 2.2.0 / 2025-03-27 ========================= diff --git a/package.json b/package.json index 435f938f..6a3c46e3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "content-type": "^1.0.5", "debug": "^4.4.0", "http-errors": "^2.0.0", - "iconv-lite": "^0.6.3", + "iconv-lite": "^0.7.0", "on-finished": "^2.4.1", "qs": "^6.14.0", "raw-body": "^3.0.0",