From 213af7ecd9fff26d43599e1d373931dfad74198b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 06:22:24 +0000 Subject: [PATCH] Bump react-i18next from 16.5.8 to 16.6.1 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.5.8 to 16.6.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.5.8...v16.6.1) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ec7e632..8e0fbb58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "konva": "^10.2.1", "react": "^19.2.0", "react-dom": "^19.2.4", - "react-i18next": "^16.5.8", + "react-i18next": "^16.6.1", "react-konva": "^19.2.3", "react-router-dom": "^7.13.1", "subtlex-word-frequencies": "^2.0.0", @@ -274,9 +274,10 @@ } }, "node_modules/@babel/runtime": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", - "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==", + "version": "7.29.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz", + "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -5229,12 +5230,12 @@ } }, "node_modules/react-i18next": { - "version": "16.5.8", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.8.tgz", - "integrity": "sha512-2ABeHHlakxVY+LSirD+OiERxFL6+zip0PaHo979bgwzeHg27Sqc82xxXWIrSFmfWX0ZkrvXMHwhsi/NGUf5VQg==", + "version": "16.6.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.6.1.tgz", + "integrity": "sha512-izjXh+AkBLy3h3xe3sh6Gg1flhFHc3UyzsMftMKYJr2Z7WvAZQIdjjpHypctN41zFoeLdJUNGDgP1+Qich2fYg==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.28.4", + "@babel/runtime": "^7.29.2", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, diff --git a/package.json b/package.json index 9dc8ec67..194c3fdb 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "konva": "^10.2.1", "react": "^19.2.0", "react-dom": "^19.2.4", - "react-i18next": "^16.5.8", + "react-i18next": "^16.6.1", "react-konva": "^19.2.3", "react-router-dom": "^7.13.1", "subtlex-word-frequencies": "^2.0.0",