From 7cf1330cf7c3ee4b8049bbda47dc64df9acebc9f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2020 05:47:23 +0000 Subject: [PATCH] Bump iconv-lite from 0.5.0 to 0.6.2 Bumps [iconv-lite](https://github.com/ashtuchkin/iconv-lite) from 0.5.0 to 0.6.2. - [Release notes](https://github.com/ashtuchkin/iconv-lite/releases) - [Changelog](https://github.com/ashtuchkin/iconv-lite/blob/master/Changelog.md) - [Commits](https://github.com/ashtuchkin/iconv-lite/compare/v0.5.0...v0.6.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index eca3334b..f7aafa2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "funsocietyirc-client", - "version": "0.1.19", + "version": "0.1.20", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -462,11 +462,11 @@ "dev": true }, "iconv-lite": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.5.0.tgz", - "integrity": "sha512-NnEhI9hIEKHOzJ4f697DMz9IQEXr/MMJ5w64vN2/4Ai+wRnvV7SBrL0KLoRlwaKVghOc7LQ5YkPLuX146b6Ydw==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", + "integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==", "requires": { - "safer-buffer": ">= 2.1.2 < 3" + "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "inflight": { diff --git a/package.json b/package.json index b530acbb..9de2aabe 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "license": "GPL-3.0", "tonicExample": "const ircClient = require('funsocietyirc-client')", "dependencies": { - "iconv-lite": "^0.5.0", + "iconv-lite": "^0.6.2", "irc-colors": "^1.5.0", "jschardet": "https://github.com/dfoody/jschardet.git", "lodash": "^4.17.11"