From 17a4292feaf91e70c9f7ed9dda8e9487cf19505c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 04:09:27 +0000 Subject: [PATCH] Bump i18next from 21.8.13 to 21.8.14 Bumps [i18next](https://github.com/i18next/i18next) from 21.8.13 to 21.8.14. - [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.13...v21.8.14) --- 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 c186baa3fd..476f36e6d5 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.13", + "i18next": "^21.8.14", "i18next-http-backend": "^1.4.1", "keycloak-js": "^18.0.1", "lodash-es": "^4.17.21", @@ -10654,9 +10654,9 @@ } }, "node_modules/i18next": { - "version": "21.8.13", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.13.tgz", - "integrity": "sha512-DpzwrJq7Y8tjUHxx6ByOkUIjrGYdQI5Mfv4XEI7q2RWdknQ7TaO9bKi8hS/LqYD6pBV5YGxJLReyLkOCxIpouA==", + "version": "21.8.14", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.14.tgz", + "integrity": "sha512-4Yi+DtexvMm/Yw3Q9fllzY12SgLk+Mcmar+rCAccsOPul/2UmnBzoHbTGn/L48IPkFcmrNaH7xTLboBWIbH6pw==", "funding": [ { "type": "individual", @@ -27089,9 +27089,9 @@ "dev": true }, "i18next": { - "version": "21.8.13", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.13.tgz", - "integrity": "sha512-DpzwrJq7Y8tjUHxx6ByOkUIjrGYdQI5Mfv4XEI7q2RWdknQ7TaO9bKi8hS/LqYD6pBV5YGxJLReyLkOCxIpouA==", + "version": "21.8.14", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.14.tgz", + "integrity": "sha512-4Yi+DtexvMm/Yw3Q9fllzY12SgLk+Mcmar+rCAccsOPul/2UmnBzoHbTGn/L48IPkFcmrNaH7xTLboBWIbH6pw==", "requires": { "@babel/runtime": "^7.17.2" } diff --git a/package.json b/package.json index 904ae8e199..d00f781bc4 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.13", + "i18next": "^21.8.14", "i18next-http-backend": "^1.4.1", "keycloak-js": "^18.0.1", "lodash-es": "^4.17.21",