diff --git a/package-lock.json b/package-lock.json index 8a96f32..b5e826a 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.2", + "i18next": "^23.12.3", "i18next-icu": "^2.3.0" }, "devDependencies": { @@ -5413,9 +5413,9 @@ } }, "node_modules/i18next": { - "version": "23.12.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", - "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", + "version": "23.12.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.3.tgz", + "integrity": "sha512-DyigQmrR10V9U2N6pjhbfahW13GY7n8BQD9swN09JuRRropgsksWVi4vRLeex0Qf7zCPnBfIqQfhcBzdZBQBYw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 53f4440..64b2721 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@hono/sentry": "^1.2.0", - "i18next": "^23.12.2", + "i18next": "^23.12.3", "i18next-icu": "^2.3.0", "hono": "^4.5.5" }