chore: sync package-lock to 0.3.52

The lock still said 0.3.51 after the version bump; npm rewrote the two
version fields on the next install. No dependency changed — the diff is
those two lines.
This commit is contained in:
Local Dev 2026-09-22 19:56:55 +02:00
parent 3d955720cb
commit 0460d02075

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "theseus-navigator", "name": "theseus-navigator",
"version": "0.3.51", "version": "0.3.52",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "theseus-navigator", "name": "theseus-navigator",
"version": "0.3.51", "version": "0.3.52",
"dependencies": { "dependencies": {
"@bch-wc2/interfaces": "^0.0.16", "@bch-wc2/interfaces": "^0.0.16",
"@bitauth/libauth": "^3.1.0-next.8", "@bitauth/libauth": "^3.1.0-next.8",