From fe6d835e5b727b56ea8d6a2151cc3b4307c12b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 00:12:52 +0000 Subject: [PATCH] build(deps): bump react-i18next from 11.14.3 to 12.1.1 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.14.3 to 12.1.1. - [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.14.3...v12.1.1) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47b1b2c..5375570 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2528,9 +2528,9 @@ "integrity": "sha512-xYeBmQW6oqxDYAYVWIoZYC7tRD6lJBJt9b8Rr1Mv/VhZ+ZUCy2IuXlm2YA9i0/zl0TKKxqBWQOxGEb3qyVIhMg==" }, "react-i18next": { - "version": "11.14.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.14.3.tgz", - "integrity": "sha512-Hf2aanbKgYxPjG8ZdKr+PBz9sY6sxXuZWizxCYyJD2YzvJ0W9JTQcddVEjDaKyBoCyd3+5HTerdhc9ehFugc6g==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.1.tgz", + "integrity": "sha512-mFdieOI0LDy84q3JuZU6Aou1DoWW2fhapcTGeBS8+vWSJuViuoCLQAMYSb0QoHhXS8B0WKUOPpx4cffAP7r/aA==", "requires": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" @@ -3065,7 +3065,7 @@ "void-elements": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", - "integrity": "sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=" + "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==" }, "warning": { "version": "4.0.3", diff --git a/package.json b/package.json index 1d21dd1..a651b81 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-hook-form": "^7.20.5", - "react-i18next": "^11.14.3", + "react-i18next": "^12.1.1", "react-simple-code-editor": "^0.11.0" }, "devDependencies": {