diff --git a/gatewayservice/package-lock.json b/gatewayservice/package-lock.json index ff44c37..4bbd9cd 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.12.1", "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.12.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.1.tgz", + "integrity": "sha512-l4y291ZGRgUhKuqVSiqyuU2DDzxKStlIWSaoNBR4grYmh0X+pRYbFpTMs3CnJ5ECKbOI8sQcJ3PbTUfLgPRaMA==", "funding": [ { "type": "individual", diff --git a/gatewayservice/package.json b/gatewayservice/package.json index aed25fa..84b87c2 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.12.1", "swagger-ui-express": "^5.0.0", "yaml": "^2.4.2" },