diff --git a/package-lock.json b/package-lock.json index 7e6e99d..340d395 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@xo-cash/crypto": "^0.0.1", "@xo-cash/engine": "file:../engine", "@xo-cash/state": "0.0.1", - "@xo-cash/templates": "0.0.1", + "@xo-cash/templates": "^0.0.3", "@xo-cash/types": "^0.0.1", "better-sqlite3": "^12.6.2", "clipboardy": "^5.1.0", @@ -1396,12 +1396,30 @@ } }, "node_modules/@xo-cash/templates": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@xo-cash/templates/-/templates-0.0.1.tgz", - "integrity": "sha512-v5f0YeH9Bw6lNThdE0fI878T4L2jbM8RI1quxdKxnvqHn9hu2jzebqvveEB2TfJWG3sP1GpE1go0Yn87R4sXfw==", + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@xo-cash/templates/-/templates-0.0.3.tgz", + "integrity": "sha512-c+qEwkMzXFS2BSsNW37nGxiR536H3JNGd8wNbNaLAcItLf9EKxpsNDzN0/XG2C961zpA6cXCgmqgvvS038RTtw==", "license": "MIT", "dependencies": { - "@xo-cash/types": "0.0.1" + "@xo-cash/types": "0.0.4" + } + }, + "node_modules/@xo-cash/templates/node_modules/@bitauth/libauth": { + "version": "3.1.0-next.8", + "resolved": "https://registry.npmjs.org/@bitauth/libauth/-/libauth-3.1.0-next.8.tgz", + "integrity": "sha512-Pm+Ju+YP3JeBLLTiVrBnia2wwE4G17r4XqpvPRMcklElJTe8J6x3JgKRg1by0Xm3ZY6UFxACkEAoSA+x419/zA==", + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, + "node_modules/@xo-cash/templates/node_modules/@xo-cash/types": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@xo-cash/types/-/types-0.0.4.tgz", + "integrity": "sha512-XBB/jNC1orDcMUi5Q0g+fnPXdKdb+n7OyqmJ8pxFrfM0y9OAdLjfddMih/JWfOWQtBkvY0CtdaZapgBSrvLeSw==", + "license": "MIT", + "dependencies": { + "@bitauth/libauth": "^3.1.0-next.8" } }, "node_modules/@xo-cash/types": { diff --git a/package.json b/package.json index 73dafe5..b9a8492 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@xo-cash/crypto": "^0.0.1", "@xo-cash/engine": "file:../engine", "@xo-cash/state": "0.0.1", - "@xo-cash/templates": "0.0.1", + "@xo-cash/templates": "^0.0.3", "@xo-cash/types": "^0.0.1", "better-sqlite3": "^12.6.2", "clipboardy": "^5.1.0",