From cd6fd1abf705b1c6513ac876cc16923b3b2ea923 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 06:01:47 +0000 Subject: [PATCH] Bump iconv-lite from 0.5.0 to 0.6.1 Bumps [iconv-lite](https://github.com/ashtuchkin/iconv-lite) from 0.5.0 to 0.6.1. - [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.1) 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..36822898 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.1", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.1.tgz", + "integrity": "sha512-Gjcihg3Bi6PI+5V7JlqWmXyVDyX5UQuwulJcbb3btuSoXIoGUy8zwJpRIOpRSzHz0IVnsT2FkceLlM8mm72d3w==", "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..9c4faef2 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.1", "irc-colors": "^1.5.0", "jschardet": "https://github.com/dfoody/jschardet.git", "lodash": "^4.17.11"