diff --git a/package-lock.json b/package-lock.json index bcaf15c..7cbff97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@hono/sentry": "^1.2.0", "hono": "^4.5.11", - "i18next": "^23.15.0", + "i18next": "^23.15.1", "i18next-icu": "^2.3.0" }, "devDependencies": { @@ -5434,9 +5434,9 @@ } }, "node_modules/i18next": { - "version": "23.15.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.0.tgz", - "integrity": "sha512-saeTb1tIQT+W/3xMivWSEVdpjyiEbj0IeK8eI/PB8jyr5gSQF5qxWLlGLEgRa5od3lvMfvW+ituhrf2VCNfTuw==", + "version": "23.15.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.1.tgz", + "integrity": "sha512-wB4abZ3uK7EWodYisHl/asf8UYEhrI/vj/8aoSsrj/ZDxj4/UXPOa1KvFt1Fq5hkUHquNqwFlDprmjZ8iySgYA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 0a12b85..cd4bca2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@hono/sentry": "^1.2.0", - "i18next": "^23.15.0", + "i18next": "^23.15.1", "i18next-icu": "^2.3.0", "hono": "^4.5.11" }