From b4c887f67857c6a85659fc58bf6ce97aa225b4b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:43:35 +0000 Subject: [PATCH] chore(deps): bump i18next from 23.16.8 to 24.0.2 in /ui Bumps [i18next](https://github.com/i18next/i18next) from 23.16.8 to 24.0.2. - [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.8...v24.0.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ui/package.json b/ui/package.json index da523bef..b5925dcd 100644 --- a/ui/package.json +++ b/ui/package.json @@ -25,7 +25,7 @@ "dayjs": "^1.11.13", "graphql": "^16.9.0", "hat": "^0.0.3", - "i18next": "^23.16.8", + "i18next": "^24.0.2", "i18next-browser-languagedetector": "^8.0.0", "lodash": "^4.17.21", "mapbox-gl-style-switcher": "^1.0.11", diff --git a/ui/yarn.lock b/ui/yarn.lock index 29a304a1..74ed4fa8 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -8282,12 +8282,17 @@ __metadata: languageName: node linkType: hard -"i18next@npm:^23.16.8": - version: 23.16.8 - resolution: "i18next@npm:23.16.8" +"i18next@npm:^24.0.2": + version: 24.0.2 + resolution: "i18next@npm:24.0.2" dependencies: "@babel/runtime": "npm:^7.23.2" - checksum: 10/d5c38011de4d3b4aa466fac6773520eb28007b9d6138e03432bfbfc0d041c04df45e15c67d96f22cd660088cc9b24d3eda32cddc9fb4c6508c5afada6c2e6290 + peerDependencies: + typescript: ^5 + peerDependenciesMeta: + typescript: + optional: true + checksum: 10/d8ea00988a8f88c88f0068c3dc4d36732a32ffc4d0626199e5fda05b3ee2562664e4648a530ebe7fd87fa0d6ea13775989fe8202cf8f598cb8ff7c22b6e75167 languageName: node linkType: hard @@ -12779,7 +12784,7 @@ __metadata: graphql: "npm:^16.9.0" hat: "npm:^0.0.3" husky: "npm:^9.1.7" - i18next: "npm:^23.16.8" + i18next: "npm:^24.0.2" i18next-browser-languagedetector: "npm:^8.0.0" jest: "npm:^29.7.0" jsdom: "npm:^25.0.1"