Bump react-i18next from 11.8.12 to 12.3.1

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.12 to 12.3.1.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v11.8.12...v12.3.1)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-01 03:04:26 +00:00 committed by GitHub
parent 48675dcaf4
commit af2c868be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 28 deletions

66
package-lock.json generated
View file

@ -39,7 +39,7 @@
"react-form-with-constraints-bootstrap4": "^0.16.1", "react-form-with-constraints-bootstrap4": "^0.16.1",
"react-google-maps": "^9.4.5", "react-google-maps": "^9.4.5",
"react-hook-form": "^7.44.2", "react-hook-form": "^7.44.2",
"react-i18next": "^11.8.12", "react-i18next": "^12.3.1",
"react-router-dom": "^6.11.2", "react-router-dom": "^6.11.2",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"react-select": "^5.7.3", "react-select": "^5.7.3",
@ -10094,12 +10094,12 @@
"node": ">=12" "node": ">=12"
} }
}, },
"node_modules/html-parse-stringify2": { "node_modules/html-parse-stringify": {
"version": "2.0.1", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/html-parse-stringify2/-/html-parse-stringify2-2.0.1.tgz", "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz",
"integrity": "sha1-3FZwtyksoVi3vJFsmmc1rIhyg0o=", "integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==",
"dependencies": { "dependencies": {
"void-elements": "^2.0.1" "void-elements": "3.1.0"
} }
}, },
"node_modules/html-webpack-plugin": { "node_modules/html-webpack-plugin": {
@ -17265,12 +17265,24 @@
} }
}, },
"node_modules/react-i18next": { "node_modules/react-i18next": {
"version": "11.8.12", "version": "12.3.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.12.tgz", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz",
"integrity": "sha512-M2PSVP9MzT/7yofXfCOF5gAVotinrM4BXWiguk8uFSznJsfFzTjrp3K9CBWcXitpoCBVZGZJ2AnbaWGSNkJqfw==", "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.13.6", "@babel/runtime": "^7.20.6",
"html-parse-stringify2": "^2.0.1" "html-parse-stringify": "^3.0.1"
},
"peerDependencies": {
"i18next": ">= 19.0.0",
"react": ">= 16.8.0"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
},
"react-native": {
"optional": true
}
} }
}, },
"node_modules/react-is": { "node_modules/react-is": {
@ -19600,9 +19612,9 @@
} }
}, },
"node_modules/void-elements": { "node_modules/void-elements": {
"version": "2.0.1", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz",
"integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=", "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==",
"engines": { "engines": {
"node": ">=0.10.0" "node": ">=0.10.0"
} }
@ -27970,12 +27982,12 @@
"terser": "^5.10.0" "terser": "^5.10.0"
} }
}, },
"html-parse-stringify2": { "html-parse-stringify": {
"version": "2.0.1", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/html-parse-stringify2/-/html-parse-stringify2-2.0.1.tgz", "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz",
"integrity": "sha1-3FZwtyksoVi3vJFsmmc1rIhyg0o=", "integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==",
"requires": { "requires": {
"void-elements": "^2.0.1" "void-elements": "3.1.0"
} }
}, },
"html-webpack-plugin": { "html-webpack-plugin": {
@ -33098,12 +33110,12 @@
"requires": {} "requires": {}
}, },
"react-i18next": { "react-i18next": {
"version": "11.8.12", "version": "12.3.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.12.tgz", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz",
"integrity": "sha512-M2PSVP9MzT/7yofXfCOF5gAVotinrM4BXWiguk8uFSznJsfFzTjrp3K9CBWcXitpoCBVZGZJ2AnbaWGSNkJqfw==", "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==",
"requires": { "requires": {
"@babel/runtime": "^7.13.6", "@babel/runtime": "^7.20.6",
"html-parse-stringify2": "^2.0.1" "html-parse-stringify": "^3.0.1"
} }
}, },
"react-is": { "react-is": {
@ -34820,9 +34832,9 @@
"integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
}, },
"void-elements": { "void-elements": {
"version": "2.0.1", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz",
"integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=" "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w=="
}, },
"w3c-hr-time": { "w3c-hr-time": {
"version": "1.0.2", "version": "1.0.2",

View file

@ -33,7 +33,7 @@
"react-form-with-constraints-bootstrap4": "^0.16.1", "react-form-with-constraints-bootstrap4": "^0.16.1",
"react-google-maps": "^9.4.5", "react-google-maps": "^9.4.5",
"react-hook-form": "^7.44.2", "react-hook-form": "^7.44.2",
"react-i18next": "^11.8.12", "react-i18next": "^12.3.1",
"react-router-dom": "^6.11.2", "react-router-dom": "^6.11.2",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"react-select": "^5.7.3", "react-select": "^5.7.3",