diff --git a/flake.lock b/flake.lock index 3725da4a..081117fe 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1744932701, - "narHash": "sha256-fusHbZCyv126cyArUwwKrLdCkgVAIaa/fQJYFlCEqiU=", + "lastModified": 1754725699, + "narHash": "sha256-iAcj9T/Y+3DBy2J0N+yF9XQQQ8IEb5swLFzs23CdP88=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b024ced1aac25639f8ca8fdfc2f8c4fbd66c48ef", + "rev": "85dbfc7aaf52ecb755f87e577ddbe6dbbdbc1054", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 5b9478c9..4c458aee 100644 --- a/flake.nix +++ b/flake.nix @@ -16,9 +16,8 @@ devShell = pkgs.mkShell { buildInputs = with pkgs; [ - nodejs_20 # v20.19.0 - pnpm_10 # v10.8.1 - just + nodejs_20 # v20.19.4 + pnpm_10 # v10.14.0 ]; shellHook = '' diff --git a/package.json b/package.json index c946762a..ba158784 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ } }, "volta": { - "node": "20.9.0", - "pnpm": "10.6.5" + "node": "20.19.4", + "pnpm": "10.14.0" } }