From 032a47030ea19575a1cdc701f69d9b87ec23eb4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 12:31:19 +0000 Subject: [PATCH] Bump react-i18next from 11.17.4 to 11.18.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.17.4 to 11.18.0. - [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.17.4...v11.18.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++------------- package.json | 2 +- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50d964db00..9fe899236c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-error-boundary": "^3.1.4", "react-flow-renderer": "^9.7.4", "react-hook-form": "^6.15.8", - "react-i18next": "^11.17.4", + "react-i18next": "^11.18.0", "react-router-dom": "^5.3.3", "use-react-router-breadcrumbs": "^2.0.2" }, @@ -8981,10 +8981,6 @@ "node": ">=12" } }, - "node_modules/html-escaper": { - "version": "2.0.2", - "license": "MIT" - }, "node_modules/html-parse-stringify": { "version": "3.0.1", "license": "MIT", @@ -13352,11 +13348,11 @@ } }, "node_modules/react-i18next": { - "version": "11.17.4", - "license": "MIT", + "version": "11.18.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.0.tgz", + "integrity": "sha512-coJujU20xJ5Wa5rHjTyB5LFKZb1yfXo2A+40RRSyAF0FlZRHyy+3C1Mr92x1JPfS7W7v2TWNn8mRhpDFGJwXVg==", "dependencies": { "@babel/runtime": "^7.14.5", - "html-escaper": "^2.0.2", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { @@ -23160,9 +23156,6 @@ "whatwg-encoding": "^2.0.0" } }, - "html-escaper": { - "version": "2.0.2" - }, "html-parse-stringify": { "version": "3.0.1", "requires": { @@ -26066,10 +26059,11 @@ "requires": {} }, "react-i18next": { - "version": "11.17.4", + "version": "11.18.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.0.tgz", + "integrity": "sha512-coJujU20xJ5Wa5rHjTyB5LFKZb1yfXo2A+40RRSyAF0FlZRHyy+3C1Mr92x1JPfS7W7v2TWNn8mRhpDFGJwXVg==", "requires": { "@babel/runtime": "^7.14.5", - "html-escaper": "^2.0.2", "html-parse-stringify": "^3.0.1" } }, diff --git a/package.json b/package.json index a404e7d1a4..1e3d54d6cc 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react-error-boundary": "^3.1.4", "react-flow-renderer": "^9.7.4", "react-hook-form": "^6.15.8", - "react-i18next": "^11.17.4", + "react-i18next": "^11.18.0", "react-router-dom": "^5.3.3", "use-react-router-breadcrumbs": "^2.0.2" },