From 48138d5e7d4938f64ade356c4db1be7de1d7b54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:43:13 +0000 Subject: [PATCH] build(deps): bump i18next-parser from 9.3.0 to 9.4.0 Bumps [i18next-parser](https://github.com/i18next/i18next-parser) from 9.3.0 to 9.4.0. - [Release notes](https://github.com/i18next/i18next-parser/releases) - [Changelog](https://github.com/i18next/i18next-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-parser/commits) --- updated-dependencies: - dependency-name: i18next-parser dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 428afd10..0e64b6eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "i18next": "^23.11.0", "i18next-browser-languagedetector": "^7.2.1", "i18next-http-backend": "2.5.0", - "i18next-parser": "^9.3.0", + "i18next-parser": "^9.4.0", "jszip": "^3.10.1", "libsodium-wrappers-sumo": "^0.8.2", "lodash.debounce": "^4.0.8", @@ -16672,9 +16672,11 @@ } }, "node_modules/i18next-parser": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-9.3.0.tgz", - "integrity": "sha512-VaQqk/6nLzTFx1MDiCZFtzZXKKyBV6Dv0cJMFM/hOt4/BWHWRgYafzYfVQRUzotwUwjqeNCprWnutzD/YAGczg==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-9.4.0.tgz", + "integrity": "sha512-SLQJGDj/baBIB9ALmJVXSOXWh3Zn9+wH7J2IuQ4rvx8yuQYpUWitmt8cHFjj6FExjgr8dHfd1SGeQgkowXDO1Q==", + "deprecated": "Project is deprecated, use i18next-cli instead", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", "broccoli-plugin": "^4.0.7", diff --git a/package.json b/package.json index 91c4b4ad..bb1073ee 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "i18next": "^23.11.0", "i18next-browser-languagedetector": "^7.2.1", "i18next-http-backend": "2.5.0", - "i18next-parser": "^9.3.0", + "i18next-parser": "^9.4.0", "jszip": "^3.10.1", "libsodium-wrappers-sumo": "^0.8.2", "lodash.debounce": "^4.0.8",