From 0f90a06028fea8fc1bc10d8df7ac085f80dbc8c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:31:28 +0000 Subject: [PATCH] build(deps): bump react-i18next from 15.0.0 to 15.0.1 in /apps/OpenSign Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.0.0 to 15.0.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.0.0...v15.0.1) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/OpenSign/package-lock.json | 8 ++++---- apps/OpenSign/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/OpenSign/package-lock.json b/apps/OpenSign/package-lock.json index 6b62c1401..618ff5401 100644 --- a/apps/OpenSign/package-lock.json +++ b/apps/OpenSign/package-lock.json @@ -37,7 +37,7 @@ "react-dom": "^18.2.0", "react-gtm-module": "^2.0.11", "react-helmet": "^6.1.0", - "react-i18next": "^15.0.0", + "react-i18next": "^15.0.1", "react-konva": "^18.2.10", "react-pdf": "^9.1.0", "react-quill": "^2.0.0", @@ -20660,9 +20660,9 @@ } }, "node_modules/react-i18next": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.0.tgz", - "integrity": "sha512-2O3IgF4zivg57Q6p6i+ChDgJ371IDcEWbuWC6gvoh5NbkDMs0Q+O7RPr4v61+Se32E0V+LmtwePAeqWZW0bi6g==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.1.tgz", + "integrity": "sha512-NwxLqNM6CLbeGA9xPsjits0EnXdKgCRSS6cgkgOdNcPXqL+1fYNl8fBg1wmnnHvFy812Bt4IWTPE9zjoPmFj3w==", "dependencies": { "@babel/runtime": "^7.24.8", "html-parse-stringify": "^3.0.1" diff --git a/apps/OpenSign/package.json b/apps/OpenSign/package.json index 7378dc386..f99b0732a 100644 --- a/apps/OpenSign/package.json +++ b/apps/OpenSign/package.json @@ -32,7 +32,7 @@ "react-dom": "^18.2.0", "react-gtm-module": "^2.0.11", "react-helmet": "^6.1.0", - "react-i18next": "^15.0.0", + "react-i18next": "^15.0.1", "react-konva": "^18.2.10", "react-pdf": "^9.1.0", "react-quill": "^2.0.0",