From dec0ed37b8e3da16a7c10b06538417cef93571e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 19:05:48 +0000 Subject: [PATCH] Bump i18next from 21.1.0 to 21.1.1 Bumps [i18next](https://github.com/i18next/i18next) from 21.1.0 to 21.1.1. - [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.1.0...v21.1.1) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30d8473de0..5369c70f29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7683,9 +7683,9 @@ } }, "i18next": { - "version": "21.1.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.1.0.tgz", - "integrity": "sha512-1JJSAh7jI4bcBzwk8OQVrifyLdYYMJoanF8+9rcqbROAiKr3eEV9Cc3rd4065teylbo+d/h8OaTnheRZAKG4WA==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.1.1.tgz", + "integrity": "sha512-oBEi+3MI/jEv0DifAmA+e47WAS55Sv6yG2CmZ0Kpz/VGu8rTQARJGRkwhMcLhcIi+JYmxmfBD/DQ/7Ho3FYryw==", "requires": { "@babel/runtime": "^7.12.0" }, diff --git a/package.json b/package.json index e6a25ae993..a5cf6afea7 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "grunt-sync": "^0.8.2", "grunt-ts": "^6.0.0-beta.22", "har-validator": "5.1.5", - "i18next": "21.1.0", + "i18next": "21.1.1", "i18next-node-fs-backend": "^2.1.3", "include-all": "^4.0.3", "lodash": "^4.17.21",