diff --git a/package-lock.json b/package-lock.json index 2d5c477..d6c6c8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@hono/sentry": "^1.1.0", "hono": "^4.3.5", - "i18next": "^23.11.3", + "i18next": "^23.11.4", "i18next-icu": "^2.3.0" }, "devDependencies": { @@ -4611,9 +4611,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/package.json b/package.json index cb78c19..654eba7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@hono/sentry": "^1.1.0", - "i18next": "^23.11.3", + "i18next": "^23.11.4", "i18next-icu": "^2.3.0", "hono": "^4.3.5" }