From faa84a0afac0374f2e79a0868db749f5baeb9056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 09:18:38 +0000 Subject: [PATCH] Bump i18next from 23.11.3 to 23.11.5 in /gatewayservice Bumps [i18next](https://github.com/i18next/i18next) from 23.11.3 to 23.11.5. - [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/v23.11.3...v23.11.5) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gatewayservice/package-lock.json | 8 ++++---- gatewayservice/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gatewayservice/package-lock.json b/gatewayservice/package-lock.json index ff44c37..cd9e3da 100644 --- a/gatewayservice/package-lock.json +++ b/gatewayservice/package-lock.json @@ -14,7 +14,7 @@ "express": "^4.18.2", "express-openapi": "^12.1.3", "express-prom-bundle": "^7.0.0", - "i18next": "^23.11.3", + "i18next": "^23.11.5", "swagger-ui-express": "^5.0.0", "yaml": "^2.4.2" }, @@ -2631,9 +2631,9 @@ } }, "node_modules/i18next": { - "version": "23.11.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.3.tgz", - "integrity": "sha512-Pq/aSKowir7JM0rj+Wa23Kb6KKDUGno/HjG+wRQu0PxoTbpQ4N89MAT0rFGvXmLkRLNMb1BbBOKGozl01dabzg==", + "version": "23.11.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz", + "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==", "funding": [ { "type": "individual", diff --git a/gatewayservice/package.json b/gatewayservice/package.json index aed25fa..bb46304 100644 --- a/gatewayservice/package.json +++ b/gatewayservice/package.json @@ -25,7 +25,7 @@ "express": "^4.18.2", "express-openapi": "^12.1.3", "express-prom-bundle": "^7.0.0", - "i18next": "^23.11.3", + "i18next": "^23.11.5", "swagger-ui-express": "^5.0.0", "yaml": "^2.4.2" },