From 8653ea1cf001329069cac172b8f7e61a7b12cc65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:02:06 +0000 Subject: [PATCH] build(deps): bump next-i18next from 15.3.1 to 15.4.0 (#1866) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 240876693..2ecc59137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "mixpanel-browser": "2.56.0", "next": "15.0.3", "next-auth": "4.24.10", - "next-i18next": "15.3.1", + "next-i18next": "15.4.0", "nodemailer": "6.9.16", "react": "18.3.1", "react-daisyui": "5.0.5", @@ -13063,10 +13063,9 @@ } }, "node_modules/i18next-fs-backend": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-2.5.0.tgz", - "integrity": "sha512-w3mr02kewMHGfaNsTavmRV73Sv8YLz8WpFNQQR0zo3hK+lhdfxt9HCmpae6rwLTMEMhIu8TZDy4akYr1aIoCqQ==", - "license": "MIT" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-2.6.0.tgz", + "integrity": "sha512-3ZlhNoF9yxnM8pa8bWp5120/Ob6t4lVl1l/tbLmkml/ei3ud8IWySCHt2lrY5xWRlSU5D9IV2sm5bEbGuTqwTw==" }, "node_modules/iconv-lite": { "version": "0.6.3", @@ -17216,9 +17215,9 @@ } }, "node_modules/next-i18next": { - "version": "15.3.1", - "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-15.3.1.tgz", - "integrity": "sha512-+pa2pZJb7B6k5PKW3TLVMmAodqkNaOBWVYlpWX56mgcEJz0UMW+MKSdKM9Z72CHp6Bp48g7OWwDnLqxXNp/84w==", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-15.4.0.tgz", + "integrity": "sha512-TmWxoJMtFFYaj0xkAC6zyMj2knwJHygDpvQLHR6rK4mfaOlgwQObQ/fwPRgzg6etQPr26jg/a2bd/CRtSbCWjQ==", "funding": [ { "type": "individual", @@ -17233,13 +17232,12 @@ "url": "https://locize.com" } ], - "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2", "@types/hoist-non-react-statics": "^3.3.4", "core-js": "^3", "hoist-non-react-statics": "^3.3.2", - "i18next-fs-backend": "^2.3.2" + "i18next-fs-backend": "^2.6.0" }, "engines": { "node": ">=14" diff --git a/package.json b/package.json index 83d94700d..9c676d6ab 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "mixpanel-browser": "2.56.0", "next": "15.0.3", "next-auth": "4.24.10", - "next-i18next": "15.3.1", + "next-i18next": "15.4.0", "nodemailer": "6.9.16", "react": "18.3.1", "react-daisyui": "5.0.5",