From 0c73697d3ecaac3716a2ac7ad3ddc29e7771e9fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 12:45:01 +0000 Subject: [PATCH] Bump i18next from 21.6.4 to 21.6.10 Bumps [i18next](https://github.com/i18next/i18next) from 21.6.4 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/v21.6.4...v21.6.10) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... 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 8bfaf662..84588bb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "ajv-formats": "^2.1.1", "ajv-i18n": "^4.2.0", "apisauce": "^2.1.5", - "i18next": "^21.6.4", + "i18next": "^21.6.10", "jest": "26.6.0", "lodash": "^4.17.21", "moment": "^2.29.1", @@ -12537,9 +12537,23 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "node_modules/i18next": { - "version": "21.6.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.4.tgz", - "integrity": "sha512-pk0Utxtq5g//Q9ONQ0w3+PRSwOFJ7+m4rAekhHHg1Xql0KcUjJU7DzmzweGy6DsrIQ1GM/t57wLeeGuyGKtjTg==", + "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" } @@ -36889,9 +36903,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "i18next": { - "version": "21.6.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.4.tgz", - "integrity": "sha512-pk0Utxtq5g//Q9ONQ0w3+PRSwOFJ7+m4rAekhHHg1Xql0KcUjJU7DzmzweGy6DsrIQ1GM/t57wLeeGuyGKtjTg==", + "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 d3235945..cae44326 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ajv-formats": "^2.1.1", "ajv-i18n": "^4.2.0", "apisauce": "^2.1.5", - "i18next": "^21.6.4", + "i18next": "^21.6.10", "jest": "26.6.0", "lodash": "^4.17.21", "moment": "^2.29.1",