From dc3319d421082969665770c867d2518d3b0cf71c Mon Sep 17 00:00:00 2001 From: marsalva Date: Sat, 7 Feb 2026 20:06:34 +0000 Subject: [PATCH] Actualizar package-lock.json --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43b0b35..7172ddd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,7 +1,8 @@ rm -f package-lock.json rm -rf node_modules - npm install - +ls -lh package-lock.json node -p "require('./package-lock.json').lockfileVersion" -ls -lh package-lock.json \ No newline at end of file +git add package-lock.json +git commit -m "Regenerar package-lock.json" +git push \ No newline at end of file