From e1f38a3f5b218bdafb9caef4c596d73166baf001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 12:24:58 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 15.1.3 to 15.2.0 in /dev-client Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.1.3 to 15.2.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.1.3...v15.2.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-client/package-lock.json | 9 ++++----- dev-client/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-client/package-lock.json b/dev-client/package-lock.json index 9abab03c5..a1c9babfb 100644 --- a/dev-client/package-lock.json +++ b/dev-client/package-lock.json @@ -47,7 +47,7 @@ "native-base": "^3.4.28", "quantize": "^1.0.2", "react": "18.3.1", - "react-i18next": "^15.1.3", + "react-i18next": "^15.2.0", "react-native": "^0.75.4", "react-native-autocomplete-input": "^5.4.0", "react-native-gesture-handler": "^2.21.2", @@ -22054,10 +22054,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.3.tgz", - "integrity": "sha512-J11oA30FbM3NZegUZjn8ySK903z6PLBz/ZuBYyT1JMR0QPrW6PFXvl1WoUhortdGi9dM0m48/zJQlPskVZXgVw==", - "license": "MIT", + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.2.0.tgz", + "integrity": "sha512-iJNc8111EaDtVTVMKigvBtPHyrJV+KblWG73cUxqp+WmJCcwkzhWNFXmkAD5pwP2Z4woeDj/oXDdbjDsb3Gutg==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/dev-client/package.json b/dev-client/package.json index 0ff172abd..fd97b962a 100644 --- a/dev-client/package.json +++ b/dev-client/package.json @@ -65,7 +65,7 @@ "native-base": "^3.4.28", "quantize": "^1.0.2", "react": "18.3.1", - "react-i18next": "^15.1.3", + "react-i18next": "^15.2.0", "react-native": "^0.75.4", "react-native-autocomplete-input": "^5.4.0", "react-native-gesture-handler": "^2.21.2",