diff --git a/users/authservice/package-lock.json b/users/authservice/package-lock.json index a2ffd8d..2f2a143 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.11.5", "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.11.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz", + "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==", "funding": [ { "type": "individual", diff --git a/users/authservice/package.json b/users/authservice/package.json index bdd6586..e2917c0 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.11.5", "jsonwebtoken": "^9.0.2", "mongoose": "^8.0.4" },