From d0be2afba5e4ed24d9d5b51418c6f9192743cad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:05:15 +0000 Subject: [PATCH] Bump i18next from 23.15.1 to 23.15.2 Bumps [i18next](https://github.com/i18next/i18next) from 23.15.1 to 23.15.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.15.1...v23.15.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- resources/assets/v2/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9580ae547..803a2aa54a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6242,9 +6242,9 @@ } }, "node_modules/i18next": { - "version": "23.15.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.1.tgz", - "integrity": "sha512-wB4abZ3uK7EWodYisHl/asf8UYEhrI/vj/8aoSsrj/ZDxj4/UXPOa1KvFt1Fq5hkUHquNqwFlDprmjZ8iySgYA==", + "version": "23.15.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.2.tgz", + "integrity": "sha512-zcPSWzCvw6uKnuYHIqs4W7hTuB9e3AFcSdZgvCWoPXIZsBjBd4djN2/2uOHIB+1DFFkQnMBXvhNg7J3WyCuywQ==", "funding": [ { "type": "individual", @@ -10943,7 +10943,7 @@ "chartjs-adapter-date-fns": "^3.0.0", "chartjs-chart-sankey": "^0.12.1", "date-fns": "^4.0.0", - "i18next": "^23.11.2", + "i18next": "^23.15.2", "i18next-chained-backend": "^4.6.2", "i18next-http-backend": "^2.4.2", "i18next-localstorage-backend": "^4.2.0", diff --git a/resources/assets/v2/package.json b/resources/assets/v2/package.json index 082b4ecd8c..9ff3f9e857 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.12.1", "date-fns": "^4.0.0", - "i18next": "^23.11.2", + "i18next": "^23.15.2", "i18next-chained-backend": "^4.6.2", "i18next-http-backend": "^2.4.2", "i18next-localstorage-backend": "^4.2.0",