diff --git a/HISTORY.md b/HISTORY.md index 316cb330..3b3c7160 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,6 +7,9 @@ unreleased - deps: depd@~1.1.2 - deps: setprototypeof@1.1.0 - deps: statuses@'>= 1.3.1 < 2' + * deps: iconv-lite@0.4.23 + - Fix loading encoding with year appended + - Fix deprecation warnings on Node.js 10+ * deps: qs@6.5.2 * deps: type-is@~1.6.16 - deps: mime-types@~2.1.18 diff --git a/package.json b/package.json index 3cb6db3a..218332ba 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "debug": "2.6.9", "depd": "~1.1.2", "http-errors": "~1.6.3", - "iconv-lite": "0.4.19", + "iconv-lite": "0.4.23", "on-finished": "~2.3.0", "qs": "6.5.2", "raw-body": "2.3.2",