Re-generate lock file

Running `npm ci` you always get a warning about an old lock-file format
being used:

```
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
```

This patch simply re-generates the file by removing the old one and
running`npm install`. That gets rid of the warning.
This commit is contained in:
Lars Kiesow 2023-02-08 23:22:54 +01:00
parent 40b2ff5a97
commit 4bcb77250d
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

19053
package-lock.json generated

File diff suppressed because it is too large Load diff