Merge pull request #136 from BreizhHardware/dependabot/npm_and_yarn/react-i18next-15.5.1

Bump react-i18next from 15.4.0 to 15.5.1
This commit is contained in:
Félix MARQUET
2025-05-07 12:52:45 +02:00
committed by GitHub
2 changed files with 11 additions and 6 deletions

15
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-i18next": "^15.4.0",
"react-i18next": "^15.5.1",
"react-icons": "^5.3.0",
"sass": "^1.86.0",
"typescript": "^5.7.3",
@@ -4771,16 +4771,18 @@
}
},
"node_modules/react-i18next": {
"version": "15.4.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.4.0.tgz",
"integrity": "sha512-Py6UkX3zV08RTvL6ZANRoBh9sL/ne6rQq79XlkHEdd82cZr2H9usbWpUNVadJntIZP2pu3M2rL1CN+5rQYfYFw==",
"version": "15.5.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.5.1.tgz",
"integrity": "sha512-C8RZ7N7H0L+flitiX6ASjq9p5puVJU1Z8VyL3OgM/QOMRf40BMZX+5TkpxzZVcTmOLPX5zlti4InEX5pFyiVeA==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.25.0",
"html-parse-stringify": "^3.0.1"
},
"peerDependencies": {
"i18next": ">= 23.2.3",
"react": ">= 16.8.0"
"react": ">= 16.8.0",
"typescript": "^5"
},
"peerDependenciesMeta": {
"react-dom": {
@@ -4788,6 +4790,9 @@
},
"react-native": {
"optional": true
},
"typescript": {
"optional": true
}
}
},

View File

@@ -14,7 +14,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-i18next": "^15.4.0",
"react-i18next": "^15.5.1",
"react-icons": "^5.3.0",
"sass": "^1.86.0",
"typescript": "^5.7.3",