From de4d4145972a091502fa3036ff0a8c0cc51172e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:00:38 +0000 Subject: [PATCH] build(deps): bump the i18next group in /frontend with 2 updates Bumps the i18next group in /frontend with 2 updates: [i18next](https://github.com/i18next/i18next) and [react-i18next](https://github.com/i18next/react-i18next). Updates `i18next` from 23.16.4 to 23.16.5 - [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.16.4...v23.16.5) Updates `react-i18next` from 15.1.0 to 15.1.1 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.1.0...v15.1.1) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: i18next - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: i18next ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 17 ++++++++--------- frontend/package.json | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cfa5ff12a..7a5f7a508 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -25,10 +25,10 @@ "classnames": "^2.5.1", "date-fns": "^4.1.0", "graphql": "^16.9.0", - "i18next": "^23.16.4", + "i18next": "^23.16.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.1.0", + "react-i18next": "^15.1.1", "swagger-ui-react": "^5.17.14", "urql": "^4.2.1", "vaul": "^1.1.1", @@ -8899,9 +8899,9 @@ } }, "node_modules/i18next": { - "version": "23.16.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", - "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", + "version": "23.16.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.5.tgz", + "integrity": "sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA==", "funding": [ { "type": "individual", @@ -11617,10 +11617,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.0.tgz", - "integrity": "sha512-zj3nJynMnZsy2gPZiOTC7XctCY5eQGqT3tcKMmfJWC9FMvgd+960w/adq61j8iPzpwmsXejqID9qC3Mqu1Xu2Q==", - "license": "MIT", + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.1.tgz", + "integrity": "sha512-R/Vg9wIli2P3FfeI8o1eNJUJue5LWpFsQePCHdQDmX0Co3zkr6kdT8gAseb/yGeWbNz1Txc4bKDQuZYsC0kQfw==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/frontend/package.json b/frontend/package.json index 5fcee442c..7729b01d4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,10 +34,10 @@ "classnames": "^2.5.1", "date-fns": "^4.1.0", "graphql": "^16.9.0", - "i18next": "^23.16.4", + "i18next": "^23.16.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.1.0", + "react-i18next": "^15.1.1", "swagger-ui-react": "^5.17.14", "urql": "^4.2.1", "vaul": "^1.1.1",