From 909cc4c67212faf36bd9b8a1a91eac32d8be54cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 04:06:43 +0000 Subject: [PATCH] Bump i18next from 21.8.16 to 21.9.0 Bumps [i18next](https://github.com/i18next/i18next) from 21.8.16 to 21.9.0. - [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.16...v21.9.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... 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 7ec6b981b7..ad71234f39 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.16", + "i18next": "^21.9.0", "i18next-http-backend": "^1.4.1", "keycloak-js": "^19.0.1", "lodash-es": "^4.17.21", @@ -8302,9 +8302,9 @@ } }, "node_modules/i18next": { - "version": "21.8.16", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.16.tgz", - "integrity": "sha512-acJLCk38YMfEPjBR/1vS13SFY7rBQLs9E5m1tSRnWc9UW3f+SZszgH+NP1fZRA1+O+CdG2eLGGmuUMJW52EwzQ==", + "version": "21.9.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.9.0.tgz", + "integrity": "sha512-B+6/yd7rCpJidyPuBaEApUECx7G8Ai6+tqYhrChsY4MmQqJhG7qJ4eT6Lm1OnRhieVelEtfxh4aAQktdNVZtDA==", "funding": [ { "type": "individual", @@ -19926,9 +19926,9 @@ "dev": true }, "i18next": { - "version": "21.8.16", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.16.tgz", - "integrity": "sha512-acJLCk38YMfEPjBR/1vS13SFY7rBQLs9E5m1tSRnWc9UW3f+SZszgH+NP1fZRA1+O+CdG2eLGGmuUMJW52EwzQ==", + "version": "21.9.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.9.0.tgz", + "integrity": "sha512-B+6/yd7rCpJidyPuBaEApUECx7G8Ai6+tqYhrChsY4MmQqJhG7qJ4eT6Lm1OnRhieVelEtfxh4aAQktdNVZtDA==", "requires": { "@babel/runtime": "^7.17.2" } diff --git a/package.json b/package.json index ed3d37530f..9710f98b24 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.16", + "i18next": "^21.9.0", "i18next-http-backend": "^1.4.1", "keycloak-js": "^19.0.1", "lodash-es": "^4.17.21",