From ff08ec750f82f9903c73636678f0b64906cc3bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 16:37:42 +0000 Subject: [PATCH] build(deps): bump i18next from 23.3.0 to 23.5.0 Bumps [i18next](https://github.com/i18next/i18next) from 23.3.0 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.3.0...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 a1100a8..8e5cc31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "emoji-datasource": "^15.0.0", "emoji-mart": "^5.5.1", "emojilib": "^3.0.7", - "i18next": "^23.3.0", + "i18next": "^23.5.0", "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.0", "inflection": "^2.0.0", @@ -11021,9 +11021,9 @@ } }, "node_modules/i18next": { - "version": "23.3.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.3.0.tgz", - "integrity": "sha512-xd/UzWT71zYudCT7qVn6tB4yUVuXAhgCorsowYgM2EOdc14WqQBp5P2wEsxgfiDgdLN5XwJvTbzxrMfoY/nxnw==", + "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", @@ -31253,9 +31253,9 @@ "dev": true }, "i18next": { - "version": "23.3.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.3.0.tgz", - "integrity": "sha512-xd/UzWT71zYudCT7qVn6tB4yUVuXAhgCorsowYgM2EOdc14WqQBp5P2wEsxgfiDgdLN5XwJvTbzxrMfoY/nxnw==", + "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 91d332c..0248872 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "emoji-datasource": "^15.0.0", "emoji-mart": "^5.5.1", "emojilib": "^3.0.7", - "i18next": "^23.3.0", + "i18next": "^23.5.0", "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.0", "inflection": "^2.0.0",