From 62086af72660bda0104f443eb703b4866e0b4c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 04:23:32 +0000 Subject: [PATCH] Bump i18next from 20.2.1 to 21.6.10 Bumps [i18next](https://github.com/i18next/i18next) from 20.2.1 to 21.6.10. - [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/v20.2.1...v21.6.10) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++++++++++++------- package.json | 2 +- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef23466..d7cef15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@testing-library/user-event": "^13.1.2", "bootstrap": "^4.5.3", "headroom.js": "^0.12.0", - "i18next": "^20.2.1", + "i18next": "^21.6.10", "i18next-browser-languagedetector": "^6.0.1", "i18next-http-backend": "^1.0.21", "leaflet": "^1.7.1", @@ -10669,9 +10669,23 @@ } }, "node_modules/i18next": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.1.tgz", - "integrity": "sha512-JLruWDEQ3T6tKT6P7u+DsNtToMHUwUcQIYOMRcnNBdUhSfKkoIDUKdVDKgGtmqr//LrirxjADUdr3d5Gwbow6g==", + "version": "21.6.10", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.10.tgz", + "integrity": "sha512-Xw+tEGQ61BF6SXtBlFffhM/YhJKHZf2cyDrcNK/l2dE6yVbkPkSasC3VhkAsHXX30vUJ0yG04WIUtf7UvwjOxg==", + "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.12.0" } @@ -32845,9 +32859,9 @@ } }, "i18next": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.1.tgz", - "integrity": "sha512-JLruWDEQ3T6tKT6P7u+DsNtToMHUwUcQIYOMRcnNBdUhSfKkoIDUKdVDKgGtmqr//LrirxjADUdr3d5Gwbow6g==", + "version": "21.6.10", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.10.tgz", + "integrity": "sha512-Xw+tEGQ61BF6SXtBlFffhM/YhJKHZf2cyDrcNK/l2dE6yVbkPkSasC3VhkAsHXX30vUJ0yG04WIUtf7UvwjOxg==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index 3588e18..9c192bc 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@testing-library/user-event": "^13.1.2", "bootstrap": "^4.5.3", "headroom.js": "^0.12.0", - "i18next": "^20.2.1", + "i18next": "^21.6.10", "i18next-browser-languagedetector": "^6.0.1", "i18next-http-backend": "^1.0.21", "leaflet": "^1.7.1",