Skip to content

Commit 5733180

Browse files
fix: update dependency next-i18next to v15
1 parent 14a4f23 commit 5733180

File tree

2 files changed

+17
-35
lines changed

2 files changed

+17
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"lodash": "4.17.21",
5252
"next": "15.4.6",
5353
"next-compose-plugins": "2.2.1",
54-
"next-i18next": "12.1.0",
54+
"next-i18next": "15.4.2",
5555
"next-pwa": "5.6.0",
5656
"query-string": "9.2.2",
5757
"react": "18.2.0",

yarn.lock

Lines changed: 16 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@
18721872
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
18731873
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
18741874

1875-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.5", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.21.0", "@babel/runtime@^7.26.10", "@babel/runtime@^7.27.6", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1875+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.26.10", "@babel/runtime@^7.27.6", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
18761876
version "7.28.2"
18771877
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.2.tgz#2ae5a9d51cc583bd1f5673b3bb70d6d819682473"
18781878
integrity sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==
@@ -3727,12 +3727,11 @@
37273727
dependencies:
37283728
"@types/unist" "*"
37293729

3730-
"@types/hoist-non-react-statics@^3.3.1":
3731-
version "3.3.1"
3732-
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"
3733-
integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==
3730+
"@types/hoist-non-react-statics@^3.3.6":
3731+
version "3.3.7"
3732+
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.7.tgz#306e3a3a73828522efa1341159da4846e7573a6c"
3733+
integrity sha512-PQTyIulDkIDro8P+IHbKCsw7U2xxBYflVzW/FgWdCAePD9xGSidgA76/GeJ6lBKoblyhf9pBY763gbrN+1dI8g==
37343734
dependencies:
3735-
"@types/react" "*"
37363735
hoist-non-react-statics "^3.3.0"
37373736

37383737
@@ -7073,10 +7072,10 @@ hyphenate-style-name@^1.0.3:
70737072
resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz#691879af8e220aea5750e8827db4ef62a54e361d"
70747073
integrity sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==
70757074

7076-
i18next-fs-backend@^1.1.5:
7077-
version "1.2.0"
7078-
resolved "https://registry.yarnpkg.com/i18next-fs-backend/-/i18next-fs-backend-1.2.0.tgz#c498c68c8e6a8ae5ed59bea5e5392a11991de696"
7079-
integrity sha512-pUx3AcgXCbur0jpFA7U67Z2RJflAcIi698Y8VL+phdOqUchahxriV3Cs+M6UkPNQSS/zPEzWLfdJ8EgjB7HVxg==
7075+
i18next-fs-backend@^2.6.0:
7076+
version "2.6.0"
7077+
resolved "https://registry.yarnpkg.com/i18next-fs-backend/-/i18next-fs-backend-2.6.0.tgz#7b6b54c5ffc2a5073e47eda0673c002376fa1a3c"
7078+
integrity sha512-3ZlhNoF9yxnM8pa8bWp5120/Ob6t4lVl1l/tbLmkml/ei3ud8IWySCHt2lrY5xWRlSU5D9IV2sm5bEbGuTqwTw==
70807079

70817080
70827081
version "25.3.4"
@@ -7085,13 +7084,6 @@ [email protected]:
70857084
dependencies:
70867085
"@babel/runtime" "^7.27.6"
70877086

7088-
i18next@^21.9.1:
7089-
version "21.10.0"
7090-
resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.10.0.tgz#85429af55fdca4858345d0e16b584ec29520197d"
7091-
integrity sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==
7092-
dependencies:
7093-
"@babel/runtime" "^7.17.2"
7094-
70957087
iconv-lite@^0.4.24:
70967088
version "0.4.24"
70977089
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
@@ -8496,18 +8488,16 @@ [email protected]:
84968488
resolved "https://registry.yarnpkg.com/next-compose-plugins/-/next-compose-plugins-2.2.1.tgz#020fc53f275a7e719d62521bef4300fbb6fde5ab"
84978489
integrity sha512-OjJ+fV15FXO2uQXQagLD4C0abYErBjyjE0I0FHpOEIB8upw0hg1ldFP6cqHTJBH1cZqy96OeR3u1dJ+Ez2D4Bg==
84988490

8499-
next-i18next@12.1.0:
8500-
version "12.1.0"
8501-
resolved "https://registry.yarnpkg.com/next-i18next/-/next-i18next-12.1.0.tgz#70926fbe966bc4750d2f68573307bfe36eadba46"
8502-
integrity sha512-rhos/PVULmZPdC0jpec2MDBQMXdGZ3+Mbh/tZfrDtjgnVN3ucdq7k8BlwsJNww6FnqC8AC31n6dSYuqVzYsGsw==
8491+
next-i18next@15.4.2:
8492+
version "15.4.2"
8493+
resolved "https://registry.yarnpkg.com/next-i18next/-/next-i18next-15.4.2.tgz#b2bc80ad77e92433e6bf2821bbb76c2630347495"
8494+
integrity sha512-zgRxWf7kdXtM686ecGIBQL+Bq0+DqAhRlasRZ3vVF0TmrNTWkVhs52n//oU3Fj5O7r/xOKkECDUwfOuXVwTK/g==
85038495
dependencies:
8504-
"@babel/runtime" "^7.18.9"
8505-
"@types/hoist-non-react-statics" "^3.3.1"
8496+
"@babel/runtime" "^7.23.2"
8497+
"@types/hoist-non-react-statics" "^3.3.6"
85068498
core-js "^3"
85078499
hoist-non-react-statics "^3.3.2"
8508-
i18next "^21.9.1"
8509-
i18next-fs-backend "^1.1.5"
8510-
react-i18next "^11.18.4"
8500+
i18next-fs-backend "^2.6.0"
85118501

85128502
85138503
version "5.6.0"
@@ -9135,14 +9125,6 @@ [email protected]:
91359125
"@babel/runtime" "^7.27.6"
91369126
html-parse-stringify "^3.0.1"
91379127

9138-
react-i18next@^11.18.4:
9139-
version "11.18.6"
9140-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.18.6.tgz#e159c2960c718c1314f1e8fcaa282d1c8b167887"
9141-
integrity sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA==
9142-
dependencies:
9143-
"@babel/runtime" "^7.14.5"
9144-
html-parse-stringify "^3.0.1"
9145-
91469128
react-is@^16.13.1, react-is@^16.7.0:
91479129
version "16.13.1"
91489130
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"

0 commit comments

Comments
 (0)