From db05e7ed29ad6b44451443421f7e2ca3ccbdd10e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:39:50 +0000 Subject: [PATCH] build(deps): bump i18next in /frontend in the i18next group Bumps the i18next group in /frontend with 1 update: [i18next](https://github.com/i18next/i18next). Updates `i18next` from 23.14.0 to 23.15.1 - [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.14.0...v23.15.1) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: i18next ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 57bc6c8a3..8b0e51272 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -25,7 +25,7 @@ "classnames": "^2.5.1", "date-fns": "^3.6.0", "graphql": "^16.9.0", - "i18next": "^23.14.0", + "i18next": "^23.15.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.0.1", @@ -15084,9 +15084,9 @@ } }, "node_modules/i18next": { - "version": "23.14.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.14.0.tgz", - "integrity": "sha512-Y5GL4OdA8IU2geRrt2+Uc1iIhsjICdHZzT9tNwQ3TVqdNzgxHToGCKf/TPRP80vTCAP6svg2WbbJL+Gx5MFQVA==", + "version": "23.15.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.1.tgz", + "integrity": "sha512-wB4abZ3uK7EWodYisHl/asf8UYEhrI/vj/8aoSsrj/ZDxj4/UXPOa1KvFt1Fq5hkUHquNqwFlDprmjZ8iySgYA==", "funding": [ { "type": "individual", diff --git a/frontend/package.json b/frontend/package.json index 282f2adf1..cc5a17914 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "classnames": "^2.5.1", "date-fns": "^3.6.0", "graphql": "^16.9.0", - "i18next": "^23.14.0", + "i18next": "^23.15.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.0.1",