Skip to content

Commit 0ac5bca

Browse files
committed
fix: upgrade react-i18next from 15.1.2 to 15.6.0
Snyk has created this PR to upgrade react-i18next from 15.1.2 to 15.6.0. See this package in yarn: react-i18next See this project in Snyk: https://app.snyk.io/org/neilime/project/8036c40c-f755-43e8-a895-3065c5d62a99?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent fe1fb9c commit 0ac5bca

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"react": "^18.2.0",
3434
"react-dom": "^18.2.0",
3535
"react-helmet": "^6.1.0",
36-
"react-i18next": "^15.0.0",
36+
"react-i18next": "^15.6.0",
3737
"react-images": "^1.2.0-beta.6",
3838
"react-scrollspy": "^3.4.3",
3939
"sass": "^1.53.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@
13031303
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
13041304
"@babel/plugin-transform-typescript" "^7.25.9"
13051305

1306-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.20.13", "@babel/runtime@^7.21.0", "@babel/runtime@^7.25.0", "@babel/runtime@^7.27.6", "@babel/runtime@^7.3.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1306+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.20.13", "@babel/runtime@^7.21.0", "@babel/runtime@^7.27.6", "@babel/runtime@^7.3.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
13071307
version "7.27.6"
13081308
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6"
13091309
integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==
@@ -12419,12 +12419,12 @@ react-helmet@^6.1.0:
1241912419
react-fast-compare "^3.1.1"
1242012420
react-side-effect "^2.1.0"
1242112421

12422-
react-i18next@^15.0.0:
12423-
version "15.1.2"
12424-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.1.2.tgz#e7ea4ef952736eca9e3e1ff0229f2dcd61b8332a"
12425-
integrity sha512-tl7AfbWyz9a4BefFXnVooc+gvQBVlavUkVTphGUcvhsNmbRf5UixJVdHeSFkE4gUyQkmFPYHVwTuxIdHjfQgiA==
12422+
react-i18next@^15.6.0:
12423+
version "15.6.1"
12424+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.6.1.tgz#a2747bed7768faef28fa28de32ff3811b2459c20"
12425+
integrity sha512-uGrzSsOUUe2sDBG/+FJq2J1MM+Y4368/QW8OLEKSFvnDflHBbZhSd1u3UkW0Z06rMhZmnB/AQrhCpYfE5/5XNg==
1242612426
dependencies:
12427-
"@babel/runtime" "^7.25.0"
12427+
"@babel/runtime" "^7.27.6"
1242812428
html-parse-stringify "^3.0.1"
1242912429

1243012430
react-images@^1.2.0-beta.6:

0 commit comments

Comments
 (0)