serverless: regenerate lockfile

Fixes some vulnerable dependencies.
This commit is contained in:
Michael Daniels 2025-07-09 13:26:16 -04:00
parent f6ba3fd878
commit 3715709b7f
No known key found for this signature in database
2 changed files with 4030 additions and 2143 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@ buildNpmPackage rec {
cp ${./package-lock.json} ./package-lock.json
'';
npmDepsHash = "sha256-Vy3GQelssTqsGsvZqIdctsPlxZQkqrhN0p6AY1T2L/k=";
npmDepsHash = "sha256-k5/oTINK/G+wtuANAEDTai2mDNPYvsocUokIswuYrRM=";
dontNpmBuild = true;