From 0db37f022a2c362c6787b5dc3393739ea52dbaaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:34:27 +0000 Subject: [PATCH] build(deps): bump i18next from 24.1.0 to 24.1.2 Bumps [i18next](https://github.com/i18next/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) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d666fd3b7..b7bbf458c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "gatsby-transformer-remark": "^6.14.0", "gatsby-transformer-sharp": "^5.14.0", "html-to-text": "^9.0.5", - "i18next": "^24.1.0", + "i18next": "^24.1.2", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prismjs": "^1.29.0", @@ -17400,9 +17400,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", @@ -17417,7 +17417,6 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], - "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" }, diff --git a/package.json b/package.json index 3a2aa425d..a75b37a5f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "gatsby-transformer-remark": "^6.14.0", "gatsby-transformer-sharp": "^5.14.0", "html-to-text": "^9.0.5", - "i18next": "^24.1.0", + "i18next": "^24.1.2", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prismjs": "^1.29.0",