From ecb4615c78062b98d16ae8dd120829d3207a91e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 15:59:44 +0000 Subject: [PATCH] Bump i18next from 23.2.1 to 23.2.2 (#1916) Bumps [i18next](https://github.com/i18next/i18next) from 23.2.1 to 23.2.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/v23.2.1...v23.2.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 729679901..18ad14db9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "gatsby-transformer-remark": "^6.11.0", "gatsby-transformer-sharp": "^5.11.0", "html-to-text": "^9.0.5", - "i18next": "^23.2.1", + "i18next": "^23.2.2", "iso-639-1": "^2.1.15", "moment": "^2.29.4", "prismjs": "^1.29.0", @@ -15098,9 +15098,9 @@ } }, "node_modules/i18next": { - "version": "23.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.1.tgz", - "integrity": "sha512-BAWWqXYM1OtgA2hkGvnXWTs9wg0g3qx0SoiJoVTiL5Ia2EDZK0Veyuq4m2YtZeSs9D/9cwrNFxCKJi2/gdjZ4A==", + "version": "23.2.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.2.tgz", + "integrity": "sha512-z4fKvPkAs2i5wwALjwBCirwc+Wx6YyToioozvkCgm3o8qW31IDdjHdq0jfFMpB16jIVbINHaOvvF1XXgSEqygA==", "funding": [ { "type": "individual", @@ -37853,9 +37853,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "i18next": { - "version": "23.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.1.tgz", - "integrity": "sha512-BAWWqXYM1OtgA2hkGvnXWTs9wg0g3qx0SoiJoVTiL5Ia2EDZK0Veyuq4m2YtZeSs9D/9cwrNFxCKJi2/gdjZ4A==", + "version": "23.2.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.2.tgz", + "integrity": "sha512-z4fKvPkAs2i5wwALjwBCirwc+Wx6YyToioozvkCgm3o8qW31IDdjHdq0jfFMpB16jIVbINHaOvvF1XXgSEqygA==", "requires": { "@babel/runtime": "^7.22.5" } diff --git a/package.json b/package.json index bcbd9ee0c..ddd26b8b3 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "gatsby-transformer-remark": "^6.11.0", "gatsby-transformer-sharp": "^5.11.0", "html-to-text": "^9.0.5", - "i18next": "^23.2.1", + "i18next": "^23.2.2", "iso-639-1": "^2.1.15", "moment": "^2.29.4", "prismjs": "^1.29.0",