From 6d7b6bc9723de103ec11af80a311c27c41a278c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 07:28:13 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 14.1.0 to 14.1.2 in /frontend Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.1.0 to 14.1.2. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v14.1.0...v14.1.2) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ec3cec07..83cd1eb5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -39,7 +39,7 @@ "react-countdown": "^2.3.5", "react-dom": "^18.2.0", "react-grid-layout": "^1.4.4", - "react-i18next": "^14.1.0", + "react-i18next": "^14.1.2", "react-image": "^4.1.0", "react-leaflet": "^4.2.1", "react-qr-code": "^2.0.11", @@ -15357,9 +15357,9 @@ } }, "node_modules/react-i18next": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.0.tgz", - "integrity": "sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.2.tgz", + "integrity": "sha512-FSIcJy6oauJbGEXfhUgVeLzvWBhIBIS+/9c6Lj4niwKZyGaGb4V4vUbATXSlsHJDXXB+ociNxqFNiFuV1gmoqg==", "dependencies": { "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" diff --git a/frontend/package.json b/frontend/package.json index b1b370e1..8558c148 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -78,7 +78,7 @@ "react-countdown": "^2.3.5", "react-dom": "^18.2.0", "react-grid-layout": "^1.4.4", - "react-i18next": "^14.1.0", + "react-i18next": "^14.1.2", "react-image": "^4.1.0", "react-leaflet": "^4.2.1", "react-qr-code": "^2.0.11",