Skip to content

Commit f638079

Browse files
fix: update dependency react-i18next to v16.5.8 (#574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 830b7a7 commit f638079

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"react": "18.3.1",
4343
"react-dom": "18.3.1",
4444
"react-focus-lock": "2.13.7",
45-
"react-i18next": "16.5.0",
45+
"react-i18next": "16.5.8",
4646
"sharp": "0.34.5"
4747
},
4848
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,11 +1551,6 @@
15511551
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326"
15521552
integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==
15531553

1554-
"@babel/runtime@^7.27.6":
1555-
version "7.27.6"
1556-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6"
1557-
integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==
1558-
15591554
"@babel/template@^7.18.10":
15601555
version "7.18.10"
15611556
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
@@ -7766,12 +7761,12 @@ react-focus-lock@2.13.7:
77667761
use-callback-ref "^1.3.3"
77677762
use-sidecar "^1.1.3"
77687763

7769-
react-i18next@16.5.0:
7770-
version "16.5.0"
7771-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-16.5.0.tgz#107e4323742344a2f8792feb905cea551da6fd2c"
7772-
integrity sha512-IMpPTyCTKxEj8klCrLKUTIUa8uYTd851+jcu2fJuUB9Agkk9Qq8asw4omyeHVnOXHrLgQJGTm5zTvn8HpaPiqw==
7764+
react-i18next@16.5.8:
7765+
version "16.5.8"
7766+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-16.5.8.tgz#fa598be2670f842749d4db9929b939b3a9526e21"
7767+
integrity sha512-2ABeHHlakxVY+LSirD+OiERxFL6+zip0PaHo979bgwzeHg27Sqc82xxXWIrSFmfWX0ZkrvXMHwhsi/NGUf5VQg==
77737768
dependencies:
7774-
"@babel/runtime" "^7.27.6"
7769+
"@babel/runtime" "^7.28.4"
77757770
html-parse-stringify "^3.0.1"
77767771
use-sync-external-store "^1.6.0"
77777772

0 commit comments

Comments
 (0)