From 1630b14b6c51b3f78342b48974c9f372437ee0aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 07:13:39 +0000 Subject: [PATCH] fix(deps): update dependency i18next to ^23.13.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7f3f1e..e937a6d 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.7", + "i18next": "^23.13.0", "i18next-icu": "^2.3.0" }, "devDependencies": { @@ -5413,9 +5413,9 @@ } }, "node_modules/i18next": { - "version": "23.12.7", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.7.tgz", - "integrity": "sha512-LW7WpZV929NiNfifCPW3JRruEngBviTgaGSviRaXGxxhloCpECNHL8T6axfxGqgGntffiuJwxCWBmTz9hHcfAg==", + "version": "23.13.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.13.0.tgz", + "integrity": "sha512-B+g0/KTKmN3+NeMKPljQxdrih6Q6lyDF5O2e/Ofd0JQsTLojJD/BSTTN04iw6OVc0yBiHeypu5hoBNV6ag44Zw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index b2dab2e..b48acc0 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@hono/sentry": "^1.2.0", - "i18next": "^23.12.7", + "i18next": "^23.13.0", "i18next-icu": "^2.3.0", "hono": "^4.5.5" }