From 307854f460e417bb633fbe5a428225a254ea9fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 00:32:13 +0000 Subject: [PATCH] build(deps): bump react-i18next from 16.5.0 to 16.5.2 in /apps/OpenSign Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.5.0 to 16.5.2. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.5.0...v16.5.2) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/OpenSign/package-lock.json | 10 +++++----- apps/OpenSign/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/OpenSign/package-lock.json b/apps/OpenSign/package-lock.json index 138c5e119..14e59f30f 100644 --- a/apps/OpenSign/package-lock.json +++ b/apps/OpenSign/package-lock.json @@ -41,7 +41,7 @@ "react-dnd-multi-backend": "^9.0.0", "react-dom": "^19.2.3", "react-gtm-module": "^2.0.11", - "react-i18next": "^16.5.0", + "react-i18next": "^16.5.2", "react-konva": "^19.2.1", "react-pdf": "^10.2.0", "react-quill-new": "^3.7.0", @@ -13583,12 +13583,12 @@ "license": "MIT" }, "node_modules/react-i18next": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.0.tgz", - "integrity": "sha512-IMpPTyCTKxEj8klCrLKUTIUa8uYTd851+jcu2fJuUB9Agkk9Qq8asw4omyeHVnOXHrLgQJGTm5zTvn8HpaPiqw==", + "version": "16.5.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.2.tgz", + "integrity": "sha512-GG/SBVxx9dvrO1uCs8VYdKfOP8NEBUhNP+2VDQLCifRJ8DL1qPq296k2ACNGyZMDe7iyIlz/LMJTQOs8HXSRvw==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.6", + "@babel/runtime": "^7.28.4", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, diff --git a/apps/OpenSign/package.json b/apps/OpenSign/package.json index b8a46efca..97499d584 100644 --- a/apps/OpenSign/package.json +++ b/apps/OpenSign/package.json @@ -36,7 +36,7 @@ "react-dnd-multi-backend": "^9.0.0", "react-dom": "^19.2.3", "react-gtm-module": "^2.0.11", - "react-i18next": "^16.5.0", + "react-i18next": "^16.5.2", "react-konva": "^19.2.1", "react-pdf": "^10.2.0", "react-quill-new": "^3.7.0",