Skip to content

Commit 4e90907

Browse files
chore(deps): update dependency react-i18next to v17
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 83d1a6c commit 4e90907

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"react": "^17.0.1",
6060
"react-dom": "^17.0.1",
6161
"react-helmet": "^6.1.0",
62-
"react-i18next": "^11.7.3",
62+
"react-i18next": "^17.0.0",
6363
"react-router": "5.3.x",
6464
"react-router-dom": "5.3.x",
6565
"style-loader": "^3.3.1",

console/yarn.lock

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.6.tgz#d267a43cb1836dc4d182cce93ae75ba954ef6d2b"
2222
integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==
2323

24-
"@babel/runtime@^7.25.0", "@babel/runtime@^7.26.10", "@babel/runtime@^7.9.2":
24+
"@babel/runtime@^7.25.0", "@babel/runtime@^7.26.10", "@babel/runtime@^7.29.2", "@babel/runtime@^7.9.2":
2525
version "7.29.2"
2626
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.29.2.tgz#9a6e2d05f4b6692e1801cd4fb176ad823930ed5e"
2727
integrity sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==
@@ -6002,14 +6002,23 @@ react-helmet@^6.1.0:
60026002
react-fast-compare "^3.1.1"
60036003
react-side-effect "^2.1.0"
60046004

6005-
react-i18next@^11.12.0, react-i18next@^11.7.3:
6005+
react-i18next@^11.12.0:
60066006
version "11.18.6"
60076007
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.18.6.tgz#e159c2960c718c1314f1e8fcaa282d1c8b167887"
60086008
integrity sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA==
60096009
dependencies:
60106010
"@babel/runtime" "^7.14.5"
60116011
html-parse-stringify "^3.0.1"
60126012

6013+
react-i18next@^17.0.0:
6014+
version "17.0.3"
6015+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-17.0.3.tgz#1a5c11dc70fdb5663f705fc15b10253a1fa035b0"
6016+
integrity sha512-x4xjvUNZ56T+zfXWNedNnCET9Xq1IBYWX7IsWo5cCQ/RT+Rm7GWqt0h9PShFi4IhyMnsdiu1C6Jc4DE+/S3PFQ==
6017+
dependencies:
6018+
"@babel/runtime" "^7.29.2"
6019+
html-parse-stringify "^3.0.1"
6020+
use-sync-external-store "^1.6.0"
6021+
60136022
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0:
60146023
version "16.13.1"
60156024
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
@@ -7443,6 +7452,11 @@ uri-js@^4.2.2:
74437452
dependencies:
74447453
punycode "^2.1.0"
74457454

7455+
use-sync-external-store@^1.6.0:
7456+
version "1.6.0"
7457+
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz#b174bfa65cb2b526732d9f2ac0a408027876f32d"
7458+
integrity sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==
7459+
74467460
util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
74477461
version "1.0.2"
74487462
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"

0 commit comments

Comments
 (0)