From 4d1fd43c8c5c2a2b4c67a8776b7de135a060685f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:21:31 +0000 Subject: [PATCH] Bump i18next from 23.16.8 to 24.0.0 Bumps [i18next](https://github.com/i18next/i18next) from 23.16.8 to 24.0.0. - [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.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++++----- resources/assets/v2/package.json | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef956e8930..16345c1ac9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6859,9 +6859,9 @@ } }, "node_modules/i18next": { - "version": "23.16.8", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz", - "integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==", + "version": "24.0.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.0.tgz", + "integrity": "sha512-ORGCwMrXxpmB/AljFbGEe0UK/9Pz6umb9aZgLZ9qJGE+kjKhlnLj423WX2mt+N0MlEJ78pQXFMBmeMzrkLxriQ==", "funding": [ { "type": "individual", @@ -6876,9 +6876,16 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], - "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" + }, + "peerDependencies": { + "typescript": "^5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/i18next-chained-backend": { @@ -11956,7 +11963,7 @@ "chartjs-adapter-date-fns": "^3.0.0", "chartjs-chart-sankey": "^0.13.0", "date-fns": "^4.0.0", - "i18next": "^23.15.2", + "i18next": "^24.0.0", "i18next-chained-backend": "^4.6.2", "i18next-http-backend": "^2.6.2", "i18next-localstorage-backend": "^4.2.0", diff --git a/resources/assets/v2/package.json b/resources/assets/v2/package.json index 09ee42b3f7..ab50a98c44 100644 --- a/resources/assets/v2/package.json +++ b/resources/assets/v2/package.json @@ -31,7 +31,7 @@ "chartjs-adapter-date-fns": "^3.0.0", "chartjs-chart-sankey": "^0.13.0", "date-fns": "^4.0.0", - "i18next": "^23.15.2", + "i18next": "^24.0.0", "i18next-chained-backend": "^4.6.2", "i18next-http-backend": "^2.6.2", "i18next-localstorage-backend": "^4.2.0",