From f8d21396ba62ca0f88807e72ab2c1b5561434def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 14:14:29 +0000 Subject: [PATCH] Bump i18next from 21.8.11 to 21.8.13 Bumps [i18next](https://github.com/i18next/i18next) from 21.8.11 to 21.8.13. - [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.11...v21.8.13) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8cd5f31cfe..9acc7178bd 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.11", + "i18next": "^21.8.13", "i18next-http-backend": "^1.4.1", "lodash-es": "^4.17.21", "react": "^17.0.2", @@ -8985,7 +8985,9 @@ } }, "node_modules/i18next": { - "version": "21.8.11", + "version": "21.8.13", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.13.tgz", + "integrity": "sha512-DpzwrJq7Y8tjUHxx6ByOkUIjrGYdQI5Mfv4XEI7q2RWdknQ7TaO9bKi8hS/LqYD6pBV5YGxJLReyLkOCxIpouA==", "funding": [ { "type": "individual", @@ -9000,7 +9002,6 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], - "license": "MIT", "dependencies": { "@babel/runtime": "^7.17.2" } @@ -23057,7 +23058,9 @@ "dev": true }, "i18next": { - "version": "21.8.11", + "version": "21.8.13", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.13.tgz", + "integrity": "sha512-DpzwrJq7Y8tjUHxx6ByOkUIjrGYdQI5Mfv4XEI7q2RWdknQ7TaO9bKi8hS/LqYD6pBV5YGxJLReyLkOCxIpouA==", "requires": { "@babel/runtime": "^7.17.2" } diff --git a/package.json b/package.json index a4503119d5..170dbfa97f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dagre": "^0.8.5", "file-saver": "^2.0.5", "flat": "^5.0.2", - "i18next": "^21.8.11", + "i18next": "^21.8.13", "i18next-http-backend": "^1.4.1", "lodash-es": "^4.17.21", "react": "^17.0.2",