From c90e22c5f091cd8764c4631d2f984045cf3e3fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 09:50:10 +0000 Subject: [PATCH] Bump react-i18next from 11.15.1 to 11.15.3 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.15.1 to 11.15.3. - [Release notes](https://github.com/i18next/react-i18next/releases) - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v11.15.1...v11.15.3) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++++++------- package.json | 2 +- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 431c66746d..d16c683494 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-error-boundary": "^3.1.4", "react-flow-renderer": "^9.7.1", "react-hook-form": "^6.15.8", - "react-i18next": "^11.15.1", + "react-i18next": "^11.15.3", "react-router-dom": "^5.3.0", "use-react-router-breadcrumbs": "^2.0.2" }, @@ -17217,9 +17217,9 @@ } }, "node_modules/react-i18next": { - "version": "11.15.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.1.tgz", - "integrity": "sha512-lnje1uKu5XeM5MLvfbt1oygF+nEIZnpOM4Iu8bkx5ECD4XRYgi3SJDmolrp0EDxDHeK2GgFb+vEEK0hsZ9sjeA==", + "version": "11.15.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.3.tgz", + "integrity": "sha512-RSUEM4So3Tu2JHV0JsZ5Yje+4nz66YViMfPZoywxOy0xyn3L7tE2CHvJ7Y9LUsrTU7vGmZ5bwb8PpjnkatdIxg==", "dependencies": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", @@ -17228,6 +17228,14 @@ "peerDependencies": { "i18next": ">= 19.0.0", "react": ">= 16.8.0" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + }, + "react-native": { + "optional": true + } } }, "node_modules/react-is": { @@ -34740,9 +34748,9 @@ "requires": {} }, "react-i18next": { - "version": "11.15.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.1.tgz", - "integrity": "sha512-lnje1uKu5XeM5MLvfbt1oygF+nEIZnpOM4Iu8bkx5ECD4XRYgi3SJDmolrp0EDxDHeK2GgFb+vEEK0hsZ9sjeA==", + "version": "11.15.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.3.tgz", + "integrity": "sha512-RSUEM4So3Tu2JHV0JsZ5Yje+4nz66YViMfPZoywxOy0xyn3L7tE2CHvJ7Y9LUsrTU7vGmZ5bwb8PpjnkatdIxg==", "requires": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", diff --git a/package.json b/package.json index 977a42beb4..418f56f543 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react-error-boundary": "^3.1.4", "react-flow-renderer": "^9.7.1", "react-hook-form": "^6.15.8", - "react-i18next": "^11.15.1", + "react-i18next": "^11.15.3", "react-router-dom": "^5.3.0", "use-react-router-breadcrumbs": "^2.0.2" },