- Adds integrity hashes that were missing for 5 npm packages in
`package-lock.json`
<hr />
Is there a reason hashes for some of these dependencies are missing from
`package-lock.json`?
Right now these omissions prevent me from packaging a nix derivation for
this mcp server directly off this repo
(https://github.com/cameronfyfe/nix-mcp-servers/blob/main/pkgs/servers/mcp-server-playwright/default.nix#L17)
and I was wondering if they might just be missing due to a bad merge or
something odd like that at some point. `npm install` under normal use
doesn't seem to care if the hashes are missing and installs the packages
anyway, but it's a blocker for hermetic build systems like nix.
If this is intentional for some reason I'm not familiar with feel free
to ignore and close.