diff --git a/package-lock.json b/package-lock.json index 50c7fe5..ac839e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,9 +10,9 @@ "license": "MIT", "dependencies": { "@hono/sentry": "^1.0.1", - "i18next": "^23.8.2", - "i18next-icu": "^2.3.0", - "hono": "^4.2.9" + "hono": "^4.2.9", + "i18next": "^23.11.3", + "i18next-icu": "^2.3.0" }, "devDependencies": { "@cloudflare/workers-types": "^4.20240423.0", @@ -4597,9 +4597,9 @@ } }, "node_modules/i18next": { - "version": "23.8.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.8.2.tgz", - "integrity": "sha512-Z84zyEangrlERm0ZugVy4bIt485e/H8VecGUZkZWrH7BDePG6jT73QdL9EA1tRTTVVMpry/MgWIP1FjEn0DRXA==", + "version": "23.11.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.3.tgz", + "integrity": "sha512-Pq/aSKowir7JM0rj+Wa23Kb6KKDUGno/HjG+wRQu0PxoTbpQ4N89MAT0rFGvXmLkRLNMb1BbBOKGozl01dabzg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 0c58bd2..f115c61 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@hono/sentry": "^1.0.1", - "i18next": "^23.8.2", + "i18next": "^23.11.3", "i18next-icu": "^2.3.0", "hono": "^4.2.9" }