i18next-cli: 1.20.4 -> 1.24.21

Fixes: GHSA-5j98-mcp5-4vw2, GHSA-mh29-5h37-fv8m

Changelog: https://github.com/i18next/i18next-cli/blob/v1.24.21/CHANGELOG.md
This commit is contained in:
Michael Daniels
2025-11-23 22:47:23 -05:00
parent 6ab4c9be5c
commit 81e5939e0c
2 changed files with 520 additions and 529 deletions
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -6,13 +6,13 @@
}:
buildNpmPackage rec {
pname = "i18next-cli";
version = "1.20.4";
version = "1.24.21";
src = fetchFromGitHub {
owner = "i18next";
repo = "i18next-cli";
tag = "v${version}";
hash = "sha256-jidpGVdyi7slFAY1nwbhFx8QCZQ+VKgWybpQudY4zIM=";
hash = "sha256-lF/7reqzTkiey2EBkMUuiktdFk72D5aZ8dtBFx+9p3o=";
};
# NOTE: Generating lock-file
@@ -21,7 +21,7 @@ buildNpmPackage rec {
cp ${./package-lock.json} package-lock.json
'';
npmDepsHash = "sha256-9WsQEDeVsNl4XRN5CPbqdHZihPJmNT3LaEmuTOksyBo=";
npmDepsHash = "sha256-cgBLe1y4su0CpHyMz2E6RAYIL/SoZ5IgDj0UwzMbjqM=";
passthru.updateScript = nix-update-script {
extraArgs = [ "--generate-lockfile" ];