Skip to content

Commit 80709c1

Browse files
fix(deps): update dependency react-i18next to v15.0.2
1 parent d9a3a4a commit 80709c1

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"qs": "6.12.3",
3535
"react": "18.3.1",
3636
"react-dom": "18.3.1",
37-
"react-i18next": "15.0.0",
37+
"react-i18next": "15.0.2",
3838
"react-router-dom": "6.25.1",
3939
"react-select": "5.8.0",
4040
"react-toastify": "10.0.5",

yarn.lock

+15-6
Original file line numberDiff line numberDiff line change
@@ -1834,6 +1834,15 @@ __metadata:
18341834
languageName: node
18351835
linkType: hard
18361836

1837+
"@babel/runtime@npm:^7.25.0":
1838+
version: 7.25.6
1839+
resolution: "@babel/runtime@npm:7.25.6"
1840+
dependencies:
1841+
regenerator-runtime: "npm:^0.14.0"
1842+
checksum: 0c4134734deb20e1005ffb9165bf342e1074576621b246d8e5e41cc7cb315a885b7d98950fbf5c63619a2990a56ae82f444d35fe8c4691a0b70c2fe5673667dc
1843+
languageName: node
1844+
linkType: hard
1845+
18371846
"@babel/template@npm:^7.22.15, @babel/template@npm:^7.23.9":
18381847
version: 7.23.9
18391848
resolution: "@babel/template@npm:7.23.9"
@@ -9082,7 +9091,7 @@ __metadata:
90829091
qs: "npm:6.12.3"
90839092
react: "npm:18.3.1"
90849093
react-dom: "npm:18.3.1"
9085-
react-i18next: "npm:15.0.0"
9094+
react-i18next: "npm:15.0.2"
90869095
react-router-dom: "npm:6.25.1"
90879096
react-select: "npm:5.8.0"
90889097
react-toastify: "npm:10.0.5"
@@ -11797,11 +11806,11 @@ __metadata:
1179711806
languageName: node
1179811807
linkType: hard
1179911808

11800-
"react-i18next@npm:15.0.0":
11801-
version: 15.0.0
11802-
resolution: "react-i18next@npm:15.0.0"
11809+
"react-i18next@npm:15.0.2":
11810+
version: 15.0.2
11811+
resolution: "react-i18next@npm:15.0.2"
1180311812
dependencies:
11804-
"@babel/runtime": "npm:^7.24.8"
11813+
"@babel/runtime": "npm:^7.25.0"
1180511814
html-parse-stringify: "npm:^3.0.1"
1180611815
peerDependencies:
1180711816
i18next: ">= 23.2.3"
@@ -11811,7 +11820,7 @@ __metadata:
1181111820
optional: true
1181211821
react-native:
1181311822
optional: true
11814-
checksum: 5f3e60250179a6e28c61396099b4a9b66f65a484415b1f1c86e538a9242a84a0bf706e5218b9909351c95c28dda423dd741c014a0b503641e1ce03994b81df19
11823+
checksum: 25e6a611e2d1f250103120023ceb5dbf285e796cc0a2ab7685844438c3f698793d68bc454025aa0ca3379708bd468c9acfe6603c7b64f850358f2deb9b37a570
1181511824
languageName: node
1181611825
linkType: hard
1181711826

0 commit comments

Comments
 (0)