From 91d0232b7633b0c42d74cd04fb063557ea32efef Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 7 Apr 2019 18:38:02 -0400 Subject: [PATCH] deps: iconv-lite@0.4.24 --- HISTORY.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 5746cccc..f1cfd005 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,6 +7,8 @@ unreleased - Set constructor name when possible - deps: setprototypeof@1.1.1 - deps: statuses@'>= 1.5.0 < 2' + * deps: iconv-lite@0.4.24 + - Added encoding MIK * deps: qs@6.6.0 1.18.3 / 2018-05-14 diff --git a/package.json b/package.json index 1d1a4c7e..da55f93f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "debug": "2.6.9", "depd": "~1.1.2", "http-errors": "1.7.2", - "iconv-lite": "0.4.23", + "iconv-lite": "0.4.24", "on-finished": "~2.3.0", "qs": "6.6.0", "raw-body": "2.3.3",