diff --git a/apps/server/npm-shrinkwrap.json b/apps/server/npm-shrinkwrap.json index 3e44a71..f292a5a 100644 --- a/apps/server/npm-shrinkwrap.json +++ b/apps/server/npm-shrinkwrap.json @@ -9,8 +9,8 @@ "dependencies": { "@hono/node-server": "1.14.2", "@hono/node-ws": "1.1.4", - "@keetanetwork/anchor": "0.0.10", - "@keetanetwork/asn1-napi-rs": "1.1.9", + "@keetanetwork/anchor": "0.0.20", + "@keetanetwork/asn1-napi-rs": "1.2.0", "@keetanetwork/web-ui-utils": "1.3.10", "hono": "4.7.10", "http-status-codes": "2.3.0", @@ -704,14 +704,13 @@ } }, "node_modules/@keetanetwork/anchor": { - "version": "0.0.10", - "resolved": "https://npm.pkg.github.com/download/@keetanetwork/anchor/0.0.10/bcafc46a7d97a4d8fcc8fa429b9ea21a1a6c4c40", - "integrity": "sha512-yLBCn0cknLyLafU04uuvlpXBviTgl0OeL+bSq+pkIel5eguMccBezsroW+QUHB93Ok1G6RJqWA+4EcaQzbKw1w==", + "version": "0.0.20", + "resolved": "https://npm.pkg.github.com/download/@keetanetwork/anchor/0.0.20/3da5738150fc2912f8266b4f0fcffff84fb7dbdf", + "integrity": "sha512-Bg7RXK7hJ01YRjP/ndD9P0pqFeiY6Tra19GpX1bS3wNpqrqaKh6maM80JUWPQYQ+QKGP5zpmmFBao/iZicQCyQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@keetanetwork/currency-info": "1.2.5", - "@keetanetwork/keetanet-client": "0.14.7", - "decimal.js": "10.6.0", + "@keetanetwork/keetanet-client": "0.14.11", "typia": "9.5.0" }, "engines": { @@ -719,10 +718,10 @@ } }, "node_modules/@keetanetwork/asn1-napi-rs": { - "version": "1.1.9", - "resolved": "https://npm.pkg.github.com/download/@KeetaNetwork/asn1-napi-rs/1.1.9/8f6950060c75c3c2382a60ca04b326a73b479301", - "integrity": "sha512-FLf387OvApX6GgT8JINy7UGfwo86hzlK2sBpQYDPzhLK/mr5tfBi1SJIjlEzt704HyCr/d9O3k5XujD6LwwEdA==", - "license": "Proprietary", + "version": "1.2.0", + "resolved": "https://npm.pkg.github.com/download/@KeetaNetwork/asn1-napi-rs/1.2.0/ae693d197df1c0faaf59ee55a695e0323efafa9f", + "integrity": "sha512-gg6IhT8aL4nO/VSPfX6uQXDdBNyB3USRO+RM/Letaz1e6F9kLHJcR7/PrOCXEgcVRK9QtZASw4M2jBE2/6hsgA==", + "license": "SEE LICENSE IN LICENSE", "engines": { "node": ">= 10" } @@ -734,16 +733,16 @@ "license": "ISC" }, "node_modules/@keetanetwork/keetanet-client": { - "version": "0.14.7", - "resolved": "https://npm.pkg.github.com/download/@KeetaNetwork/keetanet-client/0.14.7/c9d8bea8be445cc20dfaca1fd5afed63f7b38fcf", - "integrity": "sha512-WgfQQCcOe/iUG5roeh3gcPVnLy4yWnTaia6i+SX+hk9Nt6SkHOjUOFKY//gIg43/nCxVyQS+BeJWJdd/+aBZ4g==", + "version": "0.14.11", + "resolved": "https://npm.pkg.github.com/download/@KeetaNetwork/keetanet-client/0.14.11/ef3c062540cec8ea9baac337979ab319cdee8be5", + "integrity": "sha512-y2W4T/MO5Z7vhIEvC1H9XVCkXv7vuQG4bP18qoX7b+34h5vcevHA9rPnqdkyVuxxAhyVskJ9j/XrmrizNxEU9A==", "license": "see LICENSE", "dependencies": { "secp256k1": "5.0.1" }, "optionalDependencies": { "@google-cloud/logging": "11.2.0", - "@keetanetwork/asn1-napi-rs": "1.1.9" + "@keetanetwork/asn1-napi-rs": "1.2.0" } }, "node_modules/@keetanetwork/web-ui-utils": { @@ -2061,12 +2060,6 @@ } } }, - "node_modules/decimal.js": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz", - "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==", - "license": "MIT" - }, "node_modules/defaults": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", diff --git a/apps/server/package.json b/apps/server/package.json index 1e80fcd..0e36d17 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -17,8 +17,8 @@ "dependencies": { "@hono/node-server": "1.14.2", "@hono/node-ws": "1.1.4", - "@keetanetwork/anchor": "0.0.10", - "@keetanetwork/asn1-napi-rs": "1.1.9", + "@keetanetwork/anchor": "0.0.20", + "@keetanetwork/asn1-napi-rs": "1.2.0", "@keetanetwork/web-ui-utils": "1.3.10", "hono": "4.7.10", "http-status-codes": "2.3.0", diff --git a/apps/web/npm-shrinkwrap.json b/apps/web/npm-shrinkwrap.json index c980009..feda94d 100644 --- a/apps/web/npm-shrinkwrap.json +++ b/apps/web/npm-shrinkwrap.json @@ -7,7 +7,7 @@ "": { "name": "web", "dependencies": { - "@keetanetwork/anchor": "0.0.11", + "@keetanetwork/anchor": "0.0.20", "@keetanetwork/web-ui": "1.3.18", "@modular-forms/preact": "0.12.1", "@preact-signals/query": "2.1.1", @@ -1156,14 +1156,13 @@ } }, "node_modules/@keetanetwork/anchor": { - "version": "0.0.11", - "resolved": "https://npm.pkg.github.com/download/@keetanetwork/anchor/0.0.11/314a6d86b313650e503170988f80c5d462f0d23e", - "integrity": "sha512-T67tBxLwUi+XlL1RRU6tQif7/Mf1A0JnjURjZvaCQRfSMXeQFZf1INUsnnD7YbXSi/WKdETfrtzkyANmyvwOgQ==", + "version": "0.0.20", + "resolved": "https://npm.pkg.github.com/download/@keetanetwork/anchor/0.0.20/3da5738150fc2912f8266b4f0fcffff84fb7dbdf", + "integrity": "sha512-Bg7RXK7hJ01YRjP/ndD9P0pqFeiY6Tra19GpX1bS3wNpqrqaKh6maM80JUWPQYQ+QKGP5zpmmFBao/iZicQCyQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@keetanetwork/currency-info": "1.2.5", - "@keetanetwork/keetanet-client": "0.14.7", - "decimal.js": "10.6.0", + "@keetanetwork/keetanet-client": "0.14.11", "typia": "9.5.0" }, "engines": { @@ -1171,10 +1170,10 @@ } }, "node_modules/@keetanetwork/asn1-napi-rs": { - "version": "1.1.9", - "resolved": "https://npm.pkg.github.com/download/@KeetaNetwork/asn1-napi-rs/1.1.9/8f6950060c75c3c2382a60ca04b326a73b479301", - "integrity": "sha512-FLf387OvApX6GgT8JINy7UGfwo86hzlK2sBpQYDPzhLK/mr5tfBi1SJIjlEzt704HyCr/d9O3k5XujD6LwwEdA==", - "license": "Proprietary", + "version": "1.2.0", + "resolved": "https://npm.pkg.github.com/download/@KeetaNetwork/asn1-napi-rs/1.2.0/ae693d197df1c0faaf59ee55a695e0323efafa9f", + "integrity": "sha512-gg6IhT8aL4nO/VSPfX6uQXDdBNyB3USRO+RM/Letaz1e6F9kLHJcR7/PrOCXEgcVRK9QtZASw4M2jBE2/6hsgA==", + "license": "SEE LICENSE IN LICENSE", "optional": true, "engines": { "node": ">= 10" @@ -1187,16 +1186,16 @@ "license": "ISC" }, "node_modules/@keetanetwork/keetanet-client": { - "version": "0.14.7", - "resolved": "https://npm.pkg.github.com/download/@KeetaNetwork/keetanet-client/0.14.7/c9d8bea8be445cc20dfaca1fd5afed63f7b38fcf", - "integrity": "sha512-WgfQQCcOe/iUG5roeh3gcPVnLy4yWnTaia6i+SX+hk9Nt6SkHOjUOFKY//gIg43/nCxVyQS+BeJWJdd/+aBZ4g==", + "version": "0.14.11", + "resolved": "https://npm.pkg.github.com/download/@KeetaNetwork/keetanet-client/0.14.11/ef3c062540cec8ea9baac337979ab319cdee8be5", + "integrity": "sha512-y2W4T/MO5Z7vhIEvC1H9XVCkXv7vuQG4bP18qoX7b+34h5vcevHA9rPnqdkyVuxxAhyVskJ9j/XrmrizNxEU9A==", "license": "see LICENSE", "dependencies": { "secp256k1": "5.0.1" }, "optionalDependencies": { "@google-cloud/logging": "11.2.0", - "@keetanetwork/asn1-napi-rs": "1.1.9" + "@keetanetwork/asn1-napi-rs": "1.2.0" } }, "node_modules/@keetanetwork/web-ui": { @@ -3687,12 +3686,6 @@ } } }, - "node_modules/decimal.js": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz", - "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==", - "license": "MIT" - }, "node_modules/deep-is": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", diff --git a/apps/web/package.json b/apps/web/package.json index a6d7829..9b18227 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -9,7 +9,7 @@ "preview": "make dist && vite preview --outDir ./dist" }, "dependencies": { - "@keetanetwork/anchor": "0.0.11", + "@keetanetwork/anchor": "0.0.20", "@keetanetwork/web-ui": "1.3.18", "@modular-forms/preact": "0.12.1", "@preact-signals/query": "2.1.1",