From 1a33235aab7376a7a42776adbb022cdc9ce22781 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 09:01:17 +0000 Subject: [PATCH] Bump i18next from 19.5.5 to 19.5.6 Bumps [i18next](https://github.com/i18next/i18next) from 19.5.5 to 19.5.6. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v19.5.5...v19.5.6) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0553ef98..d0843368 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16971,9 +16971,9 @@ "dev": true }, "i18next": { - "version": "19.5.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.5.5.tgz", - "integrity": "sha512-0vG/cdqA83RxEJfb07zEm1dl5akQono0vs1I+p0r6l7NwnNUIN4JIB+dYoyWlIEJ30/zNTZGnQVHBqXbEwA2gA==", + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.5.6.tgz", + "integrity": "sha512-5Myu9NDyBhygRUJv6o7/uIXSaHMP/hgS9QLVDICqS5V0i80dcGZEqzYER8pcPRWzuzbLBq4CSJZhFSpWbl+YUA==", "requires": { "@babel/runtime": "^7.10.1" } diff --git a/package.json b/package.json index 6f1a722b..d9ff4c2a 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "emojilib": "^2.4.0", "hawk": "^7.0.10", "hoek": "^6.1.3", - "i18next": "^19.5.5", + "i18next": "^19.5.6", "lodash": "^4.17.19", "megalodon": "3.2.3", "moment": "^2.27.0",