From d921fe02e28df053c143fe83426b008923325a5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 14:56:20 +0000 Subject: [PATCH] build(deps): bump i18next from 23.4.9 to 23.5.0 Bumps [i18next](https://github.com/i18next/i18next) from 23.4.9 to 23.5.0. - [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.4.9...v23.5.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 65127f8f4..2125ef4ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "gatsby-transformer-remark": "^6.12.0", "gatsby-transformer-sharp": "^5.12.0", "html-to-text": "^9.0.5", - "i18next": "^23.4.9", + "i18next": "^23.5.0", "iso-639-1": "^3.0.1", "moment": "^2.29.4", "prismjs": "^1.29.0", @@ -14722,9 +14722,9 @@ } }, "node_modules/i18next": { - "version": "23.4.9", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.9.tgz", - "integrity": "sha512-F8YQ29LD6FvWS/aOYbZ4WqjDEuQZmug8akAM0QOcAtR+EuHHlBYf/JpsjeqUDdYiClmj2zE9rI9ZUWzN7W+trQ==", + "version": "23.5.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.5.0.tgz", + "integrity": "sha512-SidadIY6yQfmgsDuP1kAGmLbADTGfb7dNCUbAccJ7cbIqKf0+92YNgTI8EWfhV57uX7h+h9Q4yrIMoC+o5Qu+w==", "funding": [ { "type": "individual", @@ -37292,9 +37292,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "i18next": { - "version": "23.4.9", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.9.tgz", - "integrity": "sha512-F8YQ29LD6FvWS/aOYbZ4WqjDEuQZmug8akAM0QOcAtR+EuHHlBYf/JpsjeqUDdYiClmj2zE9rI9ZUWzN7W+trQ==", + "version": "23.5.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.5.0.tgz", + "integrity": "sha512-SidadIY6yQfmgsDuP1kAGmLbADTGfb7dNCUbAccJ7cbIqKf0+92YNgTI8EWfhV57uX7h+h9Q4yrIMoC+o5Qu+w==", "requires": { "@babel/runtime": "^7.22.5" } diff --git a/package.json b/package.json index 4bc24960f..7cb0dc04f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "gatsby-transformer-remark": "^6.12.0", "gatsby-transformer-sharp": "^5.12.0", "html-to-text": "^9.0.5", - "i18next": "^23.4.9", + "i18next": "^23.5.0", "iso-639-1": "^3.0.1", "moment": "^2.29.4", "prismjs": "^1.29.0",