Unverified Commit 81e5939e authored by Michael Daniels's avatar Michael Daniels
Browse files

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
parent 6ab4c9be
Loading
Loading
Loading
Loading
+517 −526

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -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" ];