From 72d972a9ce3d785c625773b2438d8c825c59154a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 01:30:58 +0000 Subject: [PATCH] feat(deps): 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, 10 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5f4145c..1c40ca42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lmm-oa-sws", - "version": "1.0.0-alpha.162", + "version": "1.0.0-alpha.163", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lmm-oa-sws", - "version": "1.0.0-alpha.162", + "version": "1.0.0-alpha.163", "dependencies": { "@date-io/date-fns": "^2.14.0", "@emotion/react": "^11.9.3", @@ -31,7 +31,7 @@ "qrcode": "^1.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^11.17.4", + "react-i18next": "^11.18.0", "react-router-dom": "^6.3.0", "react-scripts": "^5.0.1", "recoil": "^0.7.4", @@ -20787,12 +20787,11 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-i18next": { - "version": "11.17.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.17.4.tgz", - "integrity": "sha512-LswEIl8KNDTP4Wk3c22XDstbR++Vc4BZyNwvGFGaYbYDjdDLkHDLwrgd7DN28f8jufFHaYhQvCG5YWLxFhRt/g==", + "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": { @@ -40005,12 +40004,11 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "react-i18next": { - "version": "11.17.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.17.4.tgz", - "integrity": "sha512-LswEIl8KNDTP4Wk3c22XDstbR++Vc4BZyNwvGFGaYbYDjdDLkHDLwrgd7DN28f8jufFHaYhQvCG5YWLxFhRt/g==", + "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 1defe5e9..f83200c4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "qrcode": "^1.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^11.17.4", + "react-i18next": "^11.18.0", "react-router-dom": "^6.3.0", "react-scripts": "^5.0.1", "recoil": "^0.7.4",