commit 6288076efcbec3cf6e67104a93d2f0f1fa2bb99b
parent 8218ade168e6e03d836e40ed2cd1459d7db59149
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 9 Jan 2023 08:20:52 +0000
Bump react-i18next from 12.1.1 to 12.1.4
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.1.1 to 12.1.4.
- [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/v12.1.1...v12.1.4)
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat:
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/package-lock.json b/package-lock.json
@@ -19,7 +19,7 @@
"matrix-js-sdk": "^23.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
- "react-i18next": "^12.1.1",
+ "react-i18next": "^12.1.4",
"react-plock": "github:MTRNord/react-plock#MTRNord/patch-react",
"react-router-dom": "^6.6.1",
"react-spinners": "^0.13.7"
@@ -5499,11 +5499,11 @@
}
},
"node_modules/react-i18next": {
- "version": "12.1.1",
- "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.1.tgz",
- "integrity": "sha512-mFdieOI0LDy84q3JuZU6Aou1DoWW2fhapcTGeBS8+vWSJuViuoCLQAMYSb0QoHhXS8B0WKUOPpx4cffAP7r/aA==",
+ "version": "12.1.4",
+ "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.4.tgz",
+ "integrity": "sha512-XQND7jYtgM7ht5PH3yIZljCRpAMTlH/zmngM9ZjToqa+0BR6xuu8c7QF0WIIOEjcMTB2S3iOfpN/xG/ZrAnO6g==",
"dependencies": {
- "@babel/runtime": "^7.14.5",
+ "@babel/runtime": "^7.20.6",
"html-parse-stringify": "^3.0.1"
},
"peerDependencies": {
@@ -10873,11 +10873,11 @@
}
},
"react-i18next": {
- "version": "12.1.1",
- "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.1.tgz",
- "integrity": "sha512-mFdieOI0LDy84q3JuZU6Aou1DoWW2fhapcTGeBS8+vWSJuViuoCLQAMYSb0QoHhXS8B0WKUOPpx4cffAP7r/aA==",
+ "version": "12.1.4",
+ "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.4.tgz",
+ "integrity": "sha512-XQND7jYtgM7ht5PH3yIZljCRpAMTlH/zmngM9ZjToqa+0BR6xuu8c7QF0WIIOEjcMTB2S3iOfpN/xG/ZrAnO6g==",
"requires": {
- "@babel/runtime": "^7.14.5",
+ "@babel/runtime": "^7.20.6",
"html-parse-stringify": "^3.0.1"
}
},
diff --git a/package.json b/package.json
@@ -24,7 +24,7 @@
"matrix-js-sdk": "^23.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
- "react-i18next": "^12.1.1",
+ "react-i18next": "^12.1.4",
"react-plock": "github:MTRNord/react-plock#MTRNord/patch-react",
"react-router-dom": "^6.6.1",
"react-spinners": "^0.13.7"