From 140447b36b75ccbdad8eed1fbdc6f4ba87e25511 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 10:07:05 +0000 Subject: [PATCH] Update dependency i18next to v23.2.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93dbb9a8..e78472bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@testing-library/user-event": "14.4.3", "date-fns": "2.30.0", "dayjs": "1.11.8", - "i18next": "23.2.0", + "i18next": "23.2.1", "i18next-browser-languagedetector": "7.0.2", "i18next-http-backend": "2.2.1", "i18next-pseudo": "2.2.1", @@ -13806,9 +13806,9 @@ } }, "node_modules/i18next": { - "version": "23.2.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.0.tgz", - "integrity": "sha512-fAJHauzKpsHNP66ThBcexsrPJ9FoIuFgj2c0y9LmL9936XQL10ijfLe/fGm1r7GlmO7jhMdWt78oUi8jM3UCKQ==", + "version": "23.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.1.tgz", + "integrity": "sha512-BAWWqXYM1OtgA2hkGvnXWTs9wg0g3qx0SoiJoVTiL5Ia2EDZK0Veyuq4m2YtZeSs9D/9cwrNFxCKJi2/gdjZ4A==", "funding": [ { "type": "individual", @@ -37430,9 +37430,9 @@ "dev": true }, "i18next": { - "version": "23.2.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.0.tgz", - "integrity": "sha512-fAJHauzKpsHNP66ThBcexsrPJ9FoIuFgj2c0y9LmL9936XQL10ijfLe/fGm1r7GlmO7jhMdWt78oUi8jM3UCKQ==", + "version": "23.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.1.tgz", + "integrity": "sha512-BAWWqXYM1OtgA2hkGvnXWTs9wg0g3qx0SoiJoVTiL5Ia2EDZK0Veyuq4m2YtZeSs9D/9cwrNFxCKJi2/gdjZ4A==", "requires": { "@babel/runtime": "^7.22.5" } diff --git a/package.json b/package.json index 32befc15..bdb6551d 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "@testing-library/user-event": "14.4.3", "date-fns": "2.30.0", "dayjs": "1.11.8", - "i18next": "23.2.0", + "i18next": "23.2.1", "i18next-browser-languagedetector": "7.0.2", "i18next-http-backend": "2.2.1", "i18next-pseudo": "2.2.1",