From 4d7357122e8daab7ca407f191e40b134220ea997 Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Tue, 4 Jun 2024 17:16:54 -0400 Subject: [PATCH] build: update react-i18next to 14.1.2 (#1951) --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ad094b7e..7c34c140c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "react-helmet-async": "^2.0.5", "react-highlight-words": "^0.20.0", "react-hook-form": "^7.51.4", - "react-i18next": "^14.1.1", + "react-i18next": "^14.1.2", "react-redux": "^8.1.3", "react-router-dom": "^6.23.1", "scrollama": "^3.2.0", @@ -25677,9 +25677,10 @@ } }, "node_modules/react-i18next": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.1.tgz", - "integrity": "sha512-QSiKw+ihzJ/CIeIYWrarCmXJUySHDwQr5y8uaNIkbxoGRm/5DukkxZs+RPla79IKyyDPzC/DRlgQCABHtrQuQQ==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.2.tgz", + "integrity": "sha512-FSIcJy6oauJbGEXfhUgVeLzvWBhIBIS+/9c6Lj4niwKZyGaGb4V4vUbATXSlsHJDXXB+ociNxqFNiFuV1gmoqg==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 9dcd72d97..ae0c19579 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react-helmet-async": "^2.0.5", "react-highlight-words": "^0.20.0", "react-hook-form": "^7.51.4", - "react-i18next": "^14.1.1", + "react-i18next": "^14.1.2", "react-redux": "^8.1.3", "react-router-dom": "^6.23.1", "scrollama": "^3.2.0",