From 000753294fda5d69565919f5864a2beabedb8711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 08:50:38 +0000 Subject: [PATCH] chore(deps): bump i18next from 21.9.2 to 22.0.0 Bumps [i18next](https://github.com/i18next/i18next) from 21.9.2 to 22.0.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...v22.0.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 48 ++++++++++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 42 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 707ebc5..d9ba732 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": "^22.0.0", "i18next-fs-backend": "^1.1.5", "js-yaml": "^4.1.0", "mongoose": "^6.2.4", @@ -231,6 +231,29 @@ "i18next": "^21.0.1" } }, + "node_modules/@types/i18next-fs-backend/node_modules/i18next": { + "version": "21.10.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz", + "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://locize.com" + }, + { + "type": "individual", + "url": "https://locize.com/i18next.html" + }, + { + "type": "individual", + "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + } + ], + "dependencies": { + "@babel/runtime": "^7.17.2" + } + }, "node_modules/@types/js-yaml": { "version": "4.0.5", "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.5.tgz", @@ -695,9 +718,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": "22.0.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.0.0.tgz", + "integrity": "sha512-MTXO4JZPTBQMPro/Mnwrxb3VGHKtPv4co6Szklg+BKoilPq+7U3eb1p4zSQhjI4dOLlZZ+g7F9eHwDuQCo5Ixg==", "funding": [ { "type": "individual", @@ -1500,6 +1523,17 @@ "dev": true, "requires": { "i18next": "^21.0.1" + }, + "dependencies": { + "i18next": { + "version": "21.10.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz", + "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==", + "dev": true, + "requires": { + "@babel/runtime": "^7.17.2" + } + } } }, "@types/js-yaml": { @@ -1844,9 +1878,9 @@ } }, "i18next": { - "version": "21.9.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.9.2.tgz", - "integrity": "sha512-00fVrLQOwy45nm3OtC9l1WiLK3nJlIYSljgCt0qzTaAy65aciMdRy9GsuW+a2AtKtdg9/njUGfRH30LRupV7ZQ==", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.0.0.tgz", + "integrity": "sha512-MTXO4JZPTBQMPro/Mnwrxb3VGHKtPv4co6Szklg+BKoilPq+7U3eb1p4zSQhjI4dOLlZZ+g7F9eHwDuQCo5Ixg==", "requires": { "@babel/runtime": "^7.17.2" } diff --git a/package.json b/package.json index acf0def..4bba1dc 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": "^22.0.0", "i18next-fs-backend": "^1.1.5", "js-yaml": "^4.1.0", "mongoose": "^6.2.4",