From c4ca8a5c6667f255e22d60096ad8794864ce56ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:55:09 +0000 Subject: [PATCH] build(deps): bump the prod-minor-versions group across 1 directory with 2 updates Bumps the prod-minor-versions group with 2 updates in the / directory: [i18next](https://github.com/i18next/i18next) and [next-i18next](https://github.com/i18next/next-i18next). Updates `i18next` from 24.1.0 to 24.1.2 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v24.1.0...v24.1.2) Updates `next-i18next` from 15.4.0 to 15.4.1 - [Release notes](https://github.com/i18next/next-i18next/releases) - [Changelog](https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/next-i18next/compare/v15.4.0...v15.4.1) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-versions - dependency-name: next-i18next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-versions ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++---------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 12 deletions(-) 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",