Fix dependencies with missing resolved in lockfile

This change regenerates the lockfile to fix the missing `resolved`
fields:

```shellSession
rm package-lock.json & npm install --package-lock-only --ignore-scripts
```

Which causes issues while building Cryptpad in reproducible environments,
for example when [updating in Nixpkgs](https://github.com/NixOS/nixpkgs/pull/511890):

```shellSession
warning: 313 out of 483 packages (64.8%) are missing 'resolved' URLs and will not be cached.
warning: Packages without 'resolved' URLs:
warning:   - jwa
warning:   - safer-buffer
warning:   - methods
warning:   - minitask
warning:   - buffer-from
warning:   - looper
warning:   - @node-saml/node-saml
warning:   - jszip/node_modules/safe-buffer
warning:   - accepts
warning:   - gluejs/node_modules/resolve
warning:   ... and 303 more
warning: More than 50% of packages are missing 'resolved' URLs. This may indicate an issue with the lockfile.
warning: This is a known issue with some npm versions. See: https://github.com/npm/cli/issues/6301
warning: Consider regenerating upstream's lockfile with: npm install --package-lock-only (sending an upstream PR is best)
```
This commit is contained in:
eljamm 2026-08-26 13:02:18 +02:00
parent c3c911ebbf
commit e003fb79f9

1496
package-lock.json generated

File diff suppressed because it is too large Load Diff