From 94aaf27412a33cd84966c72f306f007a8caa3344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 03:04:45 +0000 Subject: [PATCH] Bump i18next from 23.2.1 to 23.2.3 Bumps [i18next](https://github.com/i18next/i18next) from 23.2.1 to 23.2.3. - [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.3) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... 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 d4cc2c5..feeecb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "express": "^4.17.1", "flag-icon-css": "^4.1.7", "formik": "^2.4.2", - "i18next": "^23.2.1", + "i18next": "^23.2.3", "i18next-browser-languagedetector": "^7.0.2", "i18next-http-backend": "^2.2.1", "joi-browser": "^13.4.0", @@ -10315,9 +10315,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.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.3.tgz", + "integrity": "sha512-5spO7L0rNmW0jFuNhz+gfirlFt1anle4mTy4+gFkgsH0+T3R5++4oncBrzeKa7v8pweRyGBoGmOpboqlxovg6A==", "funding": [ { "type": "individual", @@ -28172,9 +28172,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.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.3.tgz", + "integrity": "sha512-5spO7L0rNmW0jFuNhz+gfirlFt1anle4mTy4+gFkgsH0+T3R5++4oncBrzeKa7v8pweRyGBoGmOpboqlxovg6A==", "requires": { "@babel/runtime": "^7.22.5" } diff --git a/package.json b/package.json index 87d703e..69e812b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "express": "^4.17.1", "flag-icon-css": "^4.1.7", "formik": "^2.4.2", - "i18next": "^23.2.1", + "i18next": "^23.2.3", "i18next-browser-languagedetector": "^7.0.2", "i18next-http-backend": "^2.2.1", "joi-browser": "^13.4.0",