diff --git a/package-lock.json b/package-lock.json index a71efd73a..8c8dab649 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,10 +12,10 @@ "cookies-next": "5.0.2", "date-fns": "4.1.0", "formik": "2.4.6", - "i18next": "24.1.0", + "i18next": "24.1.2", "markdown-to-jsx": "7.7.1", "next": "15.1.0", - "next-i18next": "15.4.0", + "next-i18next": "15.4.1", "next-seo": "6.6.0", "pino": "9.5.0", "react": "18.3.1", @@ -7325,9 +7325,9 @@ } }, "node_modules/i18next": { - "version": "24.1.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.0.tgz", - "integrity": "sha512-suKlX82AlptkMUO5YRfaAeH4FQyyKvR66jNaubTMiyPPMx7INU6PXAiy3PGULc0q6K+t9nxmDf/TRj9KjAivmw==", + "version": "24.1.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.2.tgz", + "integrity": "sha512-th/075GW0Ub1gYDMHLiZXMGSfGv1aP1VqjT3fma/12hNHCNlH8oJMftvlDzycT/R+KoULWk+xLU8H1JRwV85qw==", "funding": [ { "type": "individual", @@ -12304,9 +12304,9 @@ } }, "node_modules/next-i18next": { - "version": "15.4.0", - "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-15.4.0.tgz", - "integrity": "sha512-TmWxoJMtFFYaj0xkAC6zyMj2knwJHygDpvQLHR6rK4mfaOlgwQObQ/fwPRgzg6etQPr26jg/a2bd/CRtSbCWjQ==", + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-15.4.1.tgz", + "integrity": "sha512-n3cFqBKDpEDLXZVYD52H6k2QzLAnUSuBie02BmVpfywNZGxcNgq6QXdpVpvONQ7WkBVntPtldt867ZgtEcP1Og==", "funding": [ { "type": "individual", @@ -12321,10 +12321,8 @@ "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.6.0" diff --git a/package.json b/package.json index be678cb36..6b954d925 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,10 @@ "cookies-next": "5.0.2", "date-fns": "4.1.0", "formik": "2.4.6", - "i18next": "24.1.0", + "i18next": "24.1.2", "markdown-to-jsx": "7.7.1", "next": "15.1.0", - "next-i18next": "15.4.0", + "next-i18next": "15.4.1", "next-seo": "6.6.0", "pino": "9.5.0", "react": "18.3.1",