chore: Update dev dependency libxmljs

The update is required to run tests on Node.js 18

The massive change to package-lock.json is due to an npm major upgade.

>
> The package-lock.json file was created with an old version of npm,
> so supplemental metadata must be fetched from the registry.
>
> This is a one-time fix-up, please be patient...
>
This commit is contained in:
Sonny Piers 2022-08-18 15:41:13 +02:00
parent a3ce00eb3e
commit 3a8dc1da0b
2 changed files with 5977 additions and 302 deletions

6277
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -75,7 +75,7 @@
"eslint": "^6.7.2",
"eslint-config-ecollect-base": "^0.1.2",
"eslint-plugin-import": "^2.18.2",
"libxmljs": "^0.19.7",
"libxmljs": "^0.19.10",
"mocha": "^7.1.2",
"nyc": "^15.1.0"
}