chore(theseus): sync package-lock.json with package.json version bump

Lockfile's top-level version field lagged at 0.3.16; npm install
during the last dist cycle bumped it to 0.3.22. Committing so the
lockfile matches the source of truth in package.json (currently 0.3.28
per the last ship). No dependency changes.
This commit is contained in:
Local Dev 2026-09-08 18:30:59 +02:00
parent 1f63b5b788
commit b36506f248

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "theseus-navigator",
"version": "0.3.16",
"version": "0.3.22",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "theseus-navigator",
"version": "0.3.16",
"version": "0.3.22",
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.2.0",
"@noble/curves": "^2.0.1",