From e2d679ffddd7b9a393e50d1717991bfe4454ca74 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 05:57:49 +0000 Subject: [PATCH] Bump iconv-lite from 0.5.0 to 0.6.3 Bumps [iconv-lite](https://github.com/ashtuchkin/iconv-lite) from 0.5.0 to 0.6.3. - [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.3) 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..d57be623 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.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", "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..02ece53f 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.3", "irc-colors": "^1.5.0", "jschardet": "https://github.com/dfoody/jschardet.git", "lodash": "^4.17.11"