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:
parent
1f63b5b788
commit
b36506f248
1 changed files with 2 additions and 2 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "theseus-navigator",
|
"name": "theseus-navigator",
|
||||||
"version": "0.3.16",
|
"version": "0.3.22",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "theseus-navigator",
|
"name": "theseus-navigator",
|
||||||
"version": "0.3.16",
|
"version": "0.3.22",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bitcoinerlab/secp256k1": "^1.2.0",
|
"@bitcoinerlab/secp256k1": "^1.2.0",
|
||||||
"@noble/curves": "^2.0.1",
|
"@noble/curves": "^2.0.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue