diff --git a/package-lock.json b/package-lock.json index a736139..22e8a3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@hono/sentry": "^1.2.0", "hono": "^4.5.6", - "i18next": "^23.13.0", + "i18next": "^23.14.0", "i18next-icu": "^2.3.0" }, "devDependencies": { @@ -5468,9 +5468,9 @@ } }, "node_modules/i18next": { - "version": "23.13.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.13.0.tgz", - "integrity": "sha512-B+g0/KTKmN3+NeMKPljQxdrih6Q6lyDF5O2e/Ofd0JQsTLojJD/BSTTN04iw6OVc0yBiHeypu5hoBNV6ag44Zw==", + "version": "23.14.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.14.0.tgz", + "integrity": "sha512-Y5GL4OdA8IU2geRrt2+Uc1iIhsjICdHZzT9tNwQ3TVqdNzgxHToGCKf/TPRP80vTCAP6svg2WbbJL+Gx5MFQVA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 33fe07d..eedf09a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@hono/sentry": "^1.2.0", - "i18next": "^23.13.0", + "i18next": "^23.14.0", "i18next-icu": "^2.3.0", "hono": "^4.5.6" }