Merge pull request #101 from batuhan-basoglu/dependabot/npm_and_yarn/i18next-23.2.1

Bump i18next from 23.2.0 to 23.2.1
This commit is contained in:
Batuhan Berk Başoğlu 2023-06-20 12:43:12 -04:00 committed by GitHub
commit 10d9d99259
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -22,7 +22,7 @@
"express": "^4.17.1",
"flag-icon-css": "^4.1.7",
"formik": "^2.4.2",
"i18next": "^23.2.0",
"i18next": "^23.2.1",
"i18next-browser-languagedetector": "^7.0.2",
"i18next-http-backend": "^2.2.1",
"joi-browser": "^13.4.0",
@ -10315,9 +10315,9 @@
}
},
"node_modules/i18next": {
"version": "23.2.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.0.tgz",
"integrity": "sha512-fAJHauzKpsHNP66ThBcexsrPJ9FoIuFgj2c0y9LmL9936XQL10ijfLe/fGm1r7GlmO7jhMdWt78oUi8jM3UCKQ==",
"version": "23.2.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.1.tgz",
"integrity": "sha512-BAWWqXYM1OtgA2hkGvnXWTs9wg0g3qx0SoiJoVTiL5Ia2EDZK0Veyuq4m2YtZeSs9D/9cwrNFxCKJi2/gdjZ4A==",
"funding": [
{
"type": "individual",
@ -28172,9 +28172,9 @@
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
},
"i18next": {
"version": "23.2.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.0.tgz",
"integrity": "sha512-fAJHauzKpsHNP66ThBcexsrPJ9FoIuFgj2c0y9LmL9936XQL10ijfLe/fGm1r7GlmO7jhMdWt78oUi8jM3UCKQ==",
"version": "23.2.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.1.tgz",
"integrity": "sha512-BAWWqXYM1OtgA2hkGvnXWTs9wg0g3qx0SoiJoVTiL5Ia2EDZK0Veyuq4m2YtZeSs9D/9cwrNFxCKJi2/gdjZ4A==",
"requires": {
"@babel/runtime": "^7.22.5"
}

View file

@ -16,7 +16,7 @@
"express": "^4.17.1",
"flag-icon-css": "^4.1.7",
"formik": "^2.4.2",
"i18next": "^23.2.0",
"i18next": "^23.2.1",
"i18next-browser-languagedetector": "^7.0.2",
"i18next-http-backend": "^2.2.1",
"joi-browser": "^13.4.0",