Merge pull request #105 from batuhan-basoglu/dependabot/npm_and_yarn/react-i18next-13.0.1

Bump react-i18next from 13.0.0 to 13.0.1
This commit is contained in:
Batuhan Berk Başoğlu 2023-06-25 23:29:46 -04:00 committed by GitHub
commit af0e058329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

28
package-lock.json generated
View file

@ -39,7 +39,7 @@
"react-form-with-constraints-bootstrap4": "^0.16.1",
"react-google-maps": "^9.4.5",
"react-hook-form": "^7.45.0",
"react-i18next": "^13.0.0",
"react-i18next": "^13.0.1",
"react-router-dom": "^6.13.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.3",
@ -10315,9 +10315,9 @@
}
},
"node_modules/i18next": {
"version": "23.2.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.1.tgz",
"integrity": "sha512-BAWWqXYM1OtgA2hkGvnXWTs9wg0g3qx0SoiJoVTiL5Ia2EDZK0Veyuq4m2YtZeSs9D/9cwrNFxCKJi2/gdjZ4A==",
"version": "23.2.3",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.3.tgz",
"integrity": "sha512-5spO7L0rNmW0jFuNhz+gfirlFt1anle4mTy4+gFkgsH0+T3R5++4oncBrzeKa7v8pweRyGBoGmOpboqlxovg6A==",
"funding": [
{
"type": "individual",
@ -17309,15 +17309,15 @@
}
},
"node_modules/react-i18next": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.0.tgz",
"integrity": "sha512-qRFbrSgynsBSjfnSTb/Um3mw9uPjOfDi4Iq2rMCuzfsRsYGdkEdyCr0i+T0bR0bG6xwULvK4k1oRVLLd7ZDBVw==",
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.1.tgz",
"integrity": "sha512-gMO6N2GfSfuH7xlHSsZ/mZf+Py9bLm/+EDKIn5fNTuDTjcCcwmMU5UEuGCDk5mdfivbo7ySyYXBN7B9tbGUxiA==",
"dependencies": {
"@babel/runtime": "^7.22.5",
"html-parse-stringify": "^3.0.1"
},
"peerDependencies": {
"i18next": ">= 23.0.1",
"i18next": ">= 23.2.3",
"react": ">= 16.8.0"
},
"peerDependenciesMeta": {
@ -28172,9 +28172,9 @@
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
},
"i18next": {
"version": "23.2.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.1.tgz",
"integrity": "sha512-BAWWqXYM1OtgA2hkGvnXWTs9wg0g3qx0SoiJoVTiL5Ia2EDZK0Veyuq4m2YtZeSs9D/9cwrNFxCKJi2/gdjZ4A==",
"version": "23.2.3",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.3.tgz",
"integrity": "sha512-5spO7L0rNmW0jFuNhz+gfirlFt1anle4mTy4+gFkgsH0+T3R5++4oncBrzeKa7v8pweRyGBoGmOpboqlxovg6A==",
"requires": {
"@babel/runtime": "^7.22.5"
}
@ -33154,9 +33154,9 @@
"requires": {}
},
"react-i18next": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.0.tgz",
"integrity": "sha512-qRFbrSgynsBSjfnSTb/Um3mw9uPjOfDi4Iq2rMCuzfsRsYGdkEdyCr0i+T0bR0bG6xwULvK4k1oRVLLd7ZDBVw==",
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.1.tgz",
"integrity": "sha512-gMO6N2GfSfuH7xlHSsZ/mZf+Py9bLm/+EDKIn5fNTuDTjcCcwmMU5UEuGCDk5mdfivbo7ySyYXBN7B9tbGUxiA==",
"requires": {
"@babel/runtime": "^7.22.5",
"html-parse-stringify": "^3.0.1"

View file

@ -33,7 +33,7 @@
"react-form-with-constraints-bootstrap4": "^0.16.1",
"react-google-maps": "^9.4.5",
"react-hook-form": "^7.45.0",
"react-i18next": "^13.0.0",
"react-i18next": "^13.0.1",
"react-router-dom": "^6.13.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.3",