From 709dd65dcaa47b36ec39ebb10e34d53713b5b55f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 09:14:35 +0000 Subject: [PATCH] chore(deps): bump i18next from 21.9.2 to 21.10.0 Bumps [i18next](https://github.com/i18next/i18next) from 21.9.2 to 21.10.0. - [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/v21.9.2...v21.10.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 707ebc5..6f03623 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "chalk": "^4.1.2", "discord.js": "^14.5.0", "dotenv": "^16.0.2", - "i18next": "^21.9.2", + "i18next": "^21.10.0", "i18next-fs-backend": "^1.1.5", "js-yaml": "^4.1.0", "mongoose": "^6.2.4", @@ -695,9 +695,9 @@ } }, "node_modules/i18next": { - "version": "21.9.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.9.2.tgz", - "integrity": "sha512-00fVrLQOwy45nm3OtC9l1WiLK3nJlIYSljgCt0qzTaAy65aciMdRy9GsuW+a2AtKtdg9/njUGfRH30LRupV7ZQ==", + "version": "21.10.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz", + "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==", "funding": [ { "type": "individual", @@ -1844,9 +1844,9 @@ } }, "i18next": { - "version": "21.9.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.9.2.tgz", - "integrity": "sha512-00fVrLQOwy45nm3OtC9l1WiLK3nJlIYSljgCt0qzTaAy65aciMdRy9GsuW+a2AtKtdg9/njUGfRH30LRupV7ZQ==", + "version": "21.10.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz", + "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==", "requires": { "@babel/runtime": "^7.17.2" } diff --git a/package.json b/package.json index acf0def..2f48afd 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "chalk": "^4.1.2", "discord.js": "^14.5.0", "dotenv": "^16.0.2", - "i18next": "^21.9.2", + "i18next": "^21.10.0", "i18next-fs-backend": "^1.1.5", "js-yaml": "^4.1.0", "mongoose": "^6.2.4",