From 58a00422561c70ebeddca47d68a081f265e2474f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 04:08:02 +0000 Subject: [PATCH] Bump i18next from 21.8.9 to 21.8.10 Bumps [i18next](https://github.com/i18next/i18next) from 21.8.9 to 21.8.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.8.9...v21.8.10) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... 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 5e4f5082d8..2758eaf070 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.8.9", + "i18next": "^21.8.10", "i18next-http-backend": "^1.4.1", "lodash-es": "^4.17.21", "moment": "^2.29.3", @@ -11240,9 +11240,9 @@ } }, "node_modules/i18next": { - "version": "21.8.9", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.9.tgz", - "integrity": "sha512-PY9a/8ADVmnju1tETeglbbVQi+nM5pcJQWm9kvKMTE3GPgHHtpDsHy5HQ/hccz2/xtW7j3vuso23JdQSH0EttA==", + "version": "21.8.10", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.10.tgz", + "integrity": "sha512-7xRb6y4QlSqZRZ3uA5BIEsLuZpmxpzHLizQyKjDDThOcvdfgICOX7aFoBnh4BSWcLtJamTqSweaOuK22A2xqkA==", "funding": [ { "type": "individual", @@ -29154,9 +29154,9 @@ "dev": true }, "i18next": { - "version": "21.8.9", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.9.tgz", - "integrity": "sha512-PY9a/8ADVmnju1tETeglbbVQi+nM5pcJQWm9kvKMTE3GPgHHtpDsHy5HQ/hccz2/xtW7j3vuso23JdQSH0EttA==", + "version": "21.8.10", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.10.tgz", + "integrity": "sha512-7xRb6y4QlSqZRZ3uA5BIEsLuZpmxpzHLizQyKjDDThOcvdfgICOX7aFoBnh4BSWcLtJamTqSweaOuK22A2xqkA==", "requires": { "@babel/runtime": "^7.17.2" } diff --git a/package.json b/package.json index 8e7586de74..5506d854cc 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dagre": "^0.8.5", "file-saver": "^2.0.5", "flat": "^5.0.2", - "i18next": "^21.8.9", + "i18next": "^21.8.10", "i18next-http-backend": "^1.4.1", "lodash-es": "^4.17.21", "moment": "^2.29.3",