From ff29991b67639225b42f4d106e5baa6ac0d33415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 04:10:30 +0000 Subject: [PATCH] Bump i18next from 21.6.7 to 21.6.10 Bumps [i18next](https://github.com/i18next/i18next) from 21.6.7 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.7...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 e8e5c006a0..0e97d5524b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "dagre": "^0.8.5", "file-saver": "^2.0.5", "flat": "^5.0.2", - "i18next": "^21.6.7", + "i18next": "^21.6.10", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2", @@ -11355,9 +11355,23 @@ } }, "node_modules/i18next": { - "version": "21.6.7", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.7.tgz", - "integrity": "sha512-26dTDa2gBz+vMk6WPf1pxTx3S5HIAptbyODmni/JsN6R1W2WNkGVFXBusUK7T6y1wLeJi5CIrqmQ2gl18vdh3A==", + "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" } @@ -30243,9 +30257,9 @@ "dev": true }, "i18next": { - "version": "21.6.7", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.7.tgz", - "integrity": "sha512-26dTDa2gBz+vMk6WPf1pxTx3S5HIAptbyODmni/JsN6R1W2WNkGVFXBusUK7T6y1wLeJi5CIrqmQ2gl18vdh3A==", + "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 d42cd361c8..6a60590eda 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dagre": "^0.8.5", "file-saver": "^2.0.5", "flat": "^5.0.2", - "i18next": "^21.6.7", + "i18next": "^21.6.10", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2",