From 890ba68cdcd0656b5f90405dfb0bf998664a1e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 09:36:58 +0000 Subject: [PATCH] Bump i18next from 23.11.3 to 23.11.4 in /jordi Bumps [i18next](https://github.com/i18next/i18next) from 23.11.3 to 23.11.4. - [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.4) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- jordi/package-lock.json | 8 ++++---- jordi/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jordi/package-lock.json b/jordi/package-lock.json index 88e7e99..4d47e7c 100644 --- a/jordi/package-lock.json +++ b/jordi/package-lock.json @@ -13,7 +13,7 @@ "cyt-utils": "*3.1.0", "express": "^4.18.3", "express-prom-bundle": "^7.0.0", - "i18next": "^23.11.3", + "i18next": "^23.11.4", "mongoose": "^8.0.4", "node-cron": "^3.0.3" }, @@ -2755,9 +2755,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.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.4.tgz", + "integrity": "sha512-CCUjtd5TfaCl+mLUzAA0uPSN+AVn4fP/kWCYt/hocPUwusTpMVczdrRyOBUwk6N05iH40qiKx6q1DoNJtBIwdg==", "funding": [ { "type": "individual", diff --git a/jordi/package.json b/jordi/package.json index 9ba2c5f..06fc231 100644 --- a/jordi/package.json +++ b/jordi/package.json @@ -24,7 +24,7 @@ "cyt-utils": "*3.1.0", "express": "^4.18.3", "express-prom-bundle": "^7.0.0", - "i18next": "^23.11.3", + "i18next": "^23.11.4", "mongoose": "^8.0.4", "node-cron": "^3.0.3" },