From aa5693ad6bee32425a93d6ff3a776b2d86d5c556 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 3 Jul 2026 13:51:06 +0000
Subject: [PATCH] chore(deps): Bump i18next from 26.3.3 to 26.3.4 (#1974)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [i18next](https://github.com/i18next/i18next) from 26.3.3 to
26.3.4.
Release notes
Sourced from i18next's
releases.
v26.3.4
- fix(security):
deepExtend (used by
addResourceBundle(..., deep, overwrite)) no longer recurses
into inherited properties. It checked key existence with the
in operator, which walks the prototype chain, so a source
key matching an inherited built-in (e.g. hasOwnProperty,
toString) caused recursion into the shared
Object.prototype function and, with overwrite:
true, could overwrite e.g.
Object.prototype.hasOwnProperty.call with a non-callable
value — corrupting a shared built-in process-wide (DoS). Existence is
now checked with Object.prototype.hasOwnProperty.call, so
such keys are copied as plain own data instead. This complements the
existing __proto__/constructor guard and is
also strictly more correct for an own-property merge. Only affects
applications that pass attacker-controlled data with deep:
true and overwrite: true; no standard
backend/integration does this. Distinct from CVE-2026-48713 /
CVE-2026-48714 (different packages, setPath mechanism).
Thanks to zx (Jace) for the responsible disclosure.
Changelog
Sourced from i18next's
changelog.
26.3.4
- fix(security):
deepExtend (used by
addResourceBundle(..., deep, overwrite)) no longer recurses
into inherited properties. It checked key existence with the
in operator, which walks the prototype chain, so a source
key matching an inherited built-in (e.g. hasOwnProperty,
toString) caused recursion into the shared
Object.prototype function and, with overwrite:
true, could overwrite e.g.
Object.prototype.hasOwnProperty.call with a non-callable
value — corrupting a shared built-in process-wide (DoS). Existence is
now checked with Object.prototype.hasOwnProperty.call, so
such keys are copied as plain own data instead. This complements the
existing __proto__/constructor guard and is
also strictly more correct for an own-property merge. Only affects
applications that pass attacker-controlled data with deep:
true and overwrite: true; no standard
backend/integration does this. Distinct from CVE-2026-48713 /
CVE-2026-48714 (different packages, setPath mechanism). See
advisory GHSA-6jcc-5g8w-32mx,
CVSS 5.9 (CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:H).
Thanks to zx (Jace) @manus-use for the
responsible disclosure.
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 8 ++++----
package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 3a8b4c2c..80b8424e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -30,7 +30,7 @@
"downshift": "^9.3.6",
"events": "^3.3.0",
"file-saver": "^2.0.5",
- "i18next": "^26.3.3",
+ "i18next": "^26.3.4",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-resources-to-backend": "^1.2.1",
"json-stringify-pretty-compact": "^4.0.0",
@@ -8005,9 +8005,9 @@
}
},
"node_modules/i18next": {
- "version": "26.3.3",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.3.tgz",
- "integrity": "sha512-aYVegyBdXSO93CMMihvr47jI7GHSOcIahMpJX+qzUXDzW4xDJf2uenIA+45vDU+YhiVdcfsql70AC9RVdMNrHg==",
+ "version": "26.3.4",
+ "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.4.tgz",
+ "integrity": "sha512-pa7m0d7pBDqGHZxljT+WPFeyFgQ7P7SciPPo1tTqYuO0z4sqADYhwnBESmmGp/wEof1inwdls/k8ZgTg8rxFHA==",
"funding": [
{
"type": "individual",
diff --git a/package.json b/package.json
index b065401b..0464cdbc 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
"downshift": "^9.3.6",
"events": "^3.3.0",
"file-saver": "^2.0.5",
- "i18next": "^26.3.3",
+ "i18next": "^26.3.4",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-resources-to-backend": "^1.2.1",
"json-stringify-pretty-compact": "^4.0.0",