From 8a4a530f210e1eaba8c065deaeaefc84655be807 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 19:11:49 +0000 Subject: [PATCH] fix(deps): update dependency react-i18next to ^12.3.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 0a9ffd00..2272e5c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-feather": "^2.0.10", - "react-i18next": "^12.2.2", + "react-i18next": "^12.3.0", "yup": "^1.1.1" }, "devDependencies": { @@ -13670,9 +13670,9 @@ } }, "node_modules/react-i18next": { - "version": "12.2.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.2.2.tgz", - "integrity": "sha512-KBB6buBmVKXUWNxXHdnthp+38gPyBT46hJCAIQ8rX19NFL/m2ahte2KARfIDf2tMnSAL7wwck6eDOd/9zn6aFg==", + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.0.tgz", + "integrity": "sha512-kTov9aNL7ATIM8+IuSPXIqH7hpLQUxKW/V3BhRevGB2Z+qIKkx0lhHmtm1/TzF/J5ENHuZtPsbpGeDpUKEanfw==", "dependencies": { "@babel/runtime": "^7.20.6", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 85c3d253..2f966393 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-feather": "^2.0.10", - "react-i18next": "^12.2.2", + "react-i18next": "^12.3.0", "yup": "^1.1.1" }, "scripts": {