Skip to content

Bump i18next-fs-backend from 2.6.6 to 2.6.7 - #173

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/i18next-fs-backend-2.6.7
Open

Bump i18next-fs-backend from 2.6.6 to 2.6.7#173
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/i18next-fs-backend-2.6.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps i18next-fs-backend from 2.6.6 to 2.6.7.

Changelog

Sourced from i18next-fs-backend's changelog.

2.6.7

  • security (defence-in-depth): write() iterates own enumerable keys of queuedWrites instead of using for...in. for...in walks the prototype chain, so an Object.prototype polluted by any other library in the process was iterated here and turned into writeFile() calls. setPath / pushPath already refuse to create unsafe own keys and interpolatePath still validates before anything is written, so this closes an amplification path rather than a traversal.
  • docs: corrected the security section of the README, which still claimed / is rejected in both lng and ns. That has not been true since 2.6.5, which allows / in ns so nested namespace names such as a/b map to subfolder layouts. The per-key split is now described accurately.
Commits
  • 7c51fad 2.6.7
  • d3910ce security: iterate own keys in write(); fix stale README security section
  • 8e5a11e Bump i18next-fs-backend from 2.6.4 to 2.6.6 in /example/updatable-cache (#84)
  • ef0e8e5 Bump js-yaml from 4.2.0 to 4.3.0 (#83)
  • 9e252de Bump i18next-http-middleware from 3.9.3 to 3.9.7 in /example/fastify (#80)
  • 7e5e5f2 Bump @​babel/core from 7.29.0 to 7.29.6 (#81)
  • e20a304 Bump i18next-fs-backend from 2.6.4 to 2.6.6 in /example/fastify (#79)
  • 7534a5c Bump js-yaml from 4.1.1 to 4.2.0 (#78)
  • 90001df Bump esbuild from 0.28.0 to 0.28.1 (#77)
  • ae1b436 README: mention npx i18next-cli localize as the zero-to-localized path
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 <dependency name> 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)

Bumps [i18next-fs-backend](https://github.com/i18next/i18next-fs-backend) from 2.6.6 to 2.6.7.
- [Changelog](https://github.com/i18next/i18next-fs-backend/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-fs-backend@v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: i18next-fs-backend
  dependency-version: 2.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants