From eb1b3dd25890d5f95ca887544eb696021c2322ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:23:07 +0000 Subject: [PATCH] Bump react-i18next from 13.0.2 to 13.1.1 in /frontend (#780) Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.0.2 to 13.1.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v13.0.2...v13.1.1) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 0319c932..896fb252 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -37,7 +37,7 @@ "react-countdown": "^2.3.5", "react-dom": "^18.2.0", "react-grid-layout": "^1.3.4", - "react-i18next": "^13.0.2", + "react-i18next": "^13.1.1", "react-image": "^4.1.0", "react-qr-code": "^2.0.11", "react-router-dom": "^6.15.0", @@ -13829,9 +13829,9 @@ } }, "node_modules/react-i18next": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.2.tgz", - "integrity": "sha512-NEVxC32v0oR4egwYM0QM0WE93AiJG5r0NTXTL8mhQfAhsMfDS2fSO6jpluyfsfypP988KzUQrAXncspcJ7+GHA==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.1.1.tgz", + "integrity": "sha512-V81cspLxZd37/ltd8Md5Lz99cfeqIn7vJCAUsCXuaTi1vRPKVr0dWq1DhVFUJBHpAi3PJsmFAR3/YstpP+CDYg==", "dependencies": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" diff --git a/frontend/package.json b/frontend/package.json index ef8194bd..931c26fe 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -75,7 +75,7 @@ "react-countdown": "^2.3.5", "react-dom": "^18.2.0", "react-grid-layout": "^1.3.4", - "react-i18next": "^13.0.2", + "react-i18next": "^13.1.1", "react-image": "^4.1.0", "react-qr-code": "^2.0.11", "react-router-dom": "^6.15.0",