Compare commits

...

2 Commits

Author SHA1 Message Date
openhands e0e94bf3ab Fix package-lock.json by restoring resolved and integrity fields
The previous commit removed resolved and integrity fields from package-lock.json,
but these fields are required by CI environments for security verification.
This commit restores the package-lock.json from main branch to include these
essential fields while maintaining the same dependency versions.

Co-authored-by: openhands <openhands@all-hands.dev>
2025-08-15 20:45:34 +00:00
openhands fd4191ad9e Update frontend/package-lock.json to remove resolved and integrity fields
This update removes the resolved and integrity fields from package-lock.json
that were causing local diffs. The file has been regenerated using npm install
to match the current environment's npm configuration.

Co-authored-by: openhands <openhands@all-hands.dev>
2025-08-15 19:16:24 +00:00

Diff Content Not Available