From 06fc1e96c0fa8863ff832516b59fcb18d269ba81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 09:15:36 +0000 Subject: [PATCH] Bump i18next from 23.11.3 to 23.12.1 in /users/authservice Bumps [i18next](https://github.com/i18next/i18next) from 23.11.3 to 23.12.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/v23.11.3...v23.12.1) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- users/authservice/package-lock.json | 8 ++++---- users/authservice/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/users/authservice/package-lock.json b/users/authservice/package-lock.json index a2ffd8d..491ab57 100644 --- a/users/authservice/package-lock.json +++ b/users/authservice/package-lock.json @@ -13,7 +13,7 @@ "cyt-utils": "*3.1.0", "express": "^4.18.2", "express-prom-bundle": "^7.0.0", - "i18next": "^23.11.3", + "i18next": "^23.12.1", "jsonwebtoken": "^9.0.2", "mongoose": "^8.0.4" }, @@ -2883,9 +2883,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.12.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.1.tgz", + "integrity": "sha512-l4y291ZGRgUhKuqVSiqyuU2DDzxKStlIWSaoNBR4grYmh0X+pRYbFpTMs3CnJ5ECKbOI8sQcJ3PbTUfLgPRaMA==", "funding": [ { "type": "individual", diff --git a/users/authservice/package.json b/users/authservice/package.json index bdd6586..5d6d9ef 100644 --- a/users/authservice/package.json +++ b/users/authservice/package.json @@ -24,7 +24,7 @@ "cyt-utils": "*3.1.0", "express": "^4.18.2", "express-prom-bundle": "^7.0.0", - "i18next": "^23.11.3", + "i18next": "^23.12.1", "jsonwebtoken": "^9.0.2", "mongoose": "^8.0.4" },