From 411bc44858d5d561d0aa9105f70a16009ae26e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 02:58:59 +0000 Subject: [PATCH] feat(deps): bump react-i18next from 11.16.2 to 11.16.5 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.16.2 to 11.16.5. - [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.16.2...v11.16.5) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21f3f180..3f43e666 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lmm-oa-sws", - "version": "1.0.0-alpha.36", + "version": "1.0.0-alpha.37", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lmm-oa-sws", - "version": "1.0.0-alpha.36", + "version": "1.0.0-alpha.37", "dependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", @@ -28,7 +28,7 @@ "jw-epub-parser": "^1.7.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-i18next": "^11.16.2", + "react-i18next": "^11.16.5", "react-router-dom": "^6.3.0", "react-scripts": "4.0.3", "recoil": "^0.7.0", @@ -20539,9 +20539,9 @@ "integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==" }, "node_modules/react-i18next": { - "version": "11.16.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.2.tgz", - "integrity": "sha512-1iuZduvARUelL5ux663FvIoDZExwFO+9QtRAAt4uvs1/aun4cUZt8XBrVg7iiDgNls9cOSORAhE7Ri5KA9RMvg==", + "version": "11.16.5", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.5.tgz", + "integrity": "sha512-dkDN9suVU/jaD9A0xM4qNU9++LwgueWZn5XGTDEKTZeBgsd3q17ssTQXlSbEb0Gl0iLDdUKU7MrdjQjDc33ztA==", "dependencies": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", @@ -40368,9 +40368,9 @@ "integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==" }, "react-i18next": { - "version": "11.16.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.2.tgz", - "integrity": "sha512-1iuZduvARUelL5ux663FvIoDZExwFO+9QtRAAt4uvs1/aun4cUZt8XBrVg7iiDgNls9cOSORAhE7Ri5KA9RMvg==", + "version": "11.16.5", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.5.tgz", + "integrity": "sha512-dkDN9suVU/jaD9A0xM4qNU9++LwgueWZn5XGTDEKTZeBgsd3q17ssTQXlSbEb0Gl0iLDdUKU7MrdjQjDc33ztA==", "requires": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", diff --git a/package.json b/package.json index 41667043..7d39d3cb 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "jw-epub-parser": "^1.7.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-i18next": "^11.16.2", + "react-i18next": "^11.16.5", "react-router-dom": "^6.3.0", "react-scripts": "4.0.3", "recoil": "^0.7.0",