diff --git a/package-lock.json b/package-lock.json index 77df213..13b202e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@hono/sentry": "^1.2.0", "hono": "^4.5.5", - "i18next": "^23.12.6", + "i18next": "^23.12.7", "i18next-icu": "^2.3.0" }, "devDependencies": { @@ -5413,9 +5413,9 @@ } }, "node_modules/i18next": { - "version": "23.12.6", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.6.tgz", - "integrity": "sha512-dhvsB9zXgcWfaLHMmiHcwtMm1ZHrG0bOtECsijvFvWU5XUHrSeeoAhGCQMLC0fwXzvXvZ04ZlMkcHPu52DViGA==", + "version": "23.12.7", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.7.tgz", + "integrity": "sha512-LW7WpZV929NiNfifCPW3JRruEngBviTgaGSviRaXGxxhloCpECNHL8T6axfxGqgGntffiuJwxCWBmTz9hHcfAg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 8c9e18c..26dfbe9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@hono/sentry": "^1.2.0", - "i18next": "^23.12.6", + "i18next": "^23.12.7", "i18next-icu": "^2.3.0", "hono": "^4.5.5" }