diff --git a/apps/host/package.json b/apps/host/package.json index b3789ff6..ba338e9d 100644 --- a/apps/host/package.json +++ b/apps/host/package.json @@ -21,7 +21,7 @@ "@dotli/typescript-config": "workspace:*", "@playwright/test": "^1.59.1", "playwright": "^1.59.1", - "@types/node": "^25.9.3", + "@types/node": "^26.1.1", "eslint": "^10.5.0", "jsqr": "^1.4.0", "prettier": "^3.8.3", diff --git a/apps/protocol/package.json b/apps/protocol/package.json index 62cd0465..476471c4 100644 --- a/apps/protocol/package.json +++ b/apps/protocol/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@dotli/eslint-config": "workspace:*", "@dotli/typescript-config": "workspace:*", - "@types/node": "^25.9.3", + "@types/node": "^26.1.1", "eslint": "^10.5.0", "prettier": "^3.8.3", "typescript": "~6.0.3", diff --git a/apps/sandbox/package.json b/apps/sandbox/package.json index 366b16b0..8a58a9f1 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@dotli/eslint-config": "workspace:*", "@dotli/typescript-config": "workspace:*", - "@types/node": "^25.9.3", + "@types/node": "^26.1.1", "eslint": "^10.5.0", "prettier": "^3.8.3", "typescript": "~6.0.3", diff --git a/package.json b/package.json index 89475065..a88380bc 100644 --- a/package.json +++ b/package.json @@ -32,10 +32,10 @@ "packages/*" ], "dependencies": { - "smoldot": "3.2.0" + "smoldot": "3.3.1" }, "overrides": { - "smoldot": "3.2.0", + "smoldot": "3.3.1", "esbuild": "^0.28.1" } } diff --git a/packages/auth/package.json b/packages/auth/package.json index a8d758a1..0edfc9b9 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -29,11 +29,11 @@ "@dotli/resolver": "workspace:*", "@dotli/shared": "workspace:*", "@noble/hashes": "^2.2.0", - "@novasamatech/host-api": "0.8.9", - "@novasamatech/host-papp": "0.8.9", + "@novasamatech/host-api": "0.8.10", + "@novasamatech/host-papp": "0.8.10", "@novasamatech/sdk-statement": "^0.6.0", - "@novasamatech/statement-store": "0.8.9", - "@novasamatech/storage-adapter": "0.8.9", + "@novasamatech/statement-store": "0.8.10", + "@novasamatech/storage-adapter": "0.8.10", "@scure/sr25519": "^2.2.0", "neverthrow": "^8.2.0", "polkadot-api": "^2.1.6", diff --git a/packages/resolver/package.json b/packages/resolver/package.json index 6b5e9c04..57a47d67 100644 --- a/packages/resolver/package.json +++ b/packages/resolver/package.json @@ -35,9 +35,9 @@ "@polkadot-api/substrate-bindings": "0.20.3", "@polkadot-api/substrate-client": "0.7.0", "@polkadot-api/utils": "0.4.0", - "@polkadot-labs/hdkd": "^0.0.28", - "@polkadot-labs/hdkd-helpers": "^0.0.30", + "@polkadot-labs/hdkd": "^0.0.29", + "@polkadot-labs/hdkd-helpers": "^0.0.31", "polkadot-api": "^2.1.6", - "smoldot": "^3.1.4" + "smoldot": "^3.3.1" } } diff --git a/packages/truapi-debug/package.json b/packages/truapi-debug/package.json index 111c2724..ba27fc20 100644 --- a/packages/truapi-debug/package.json +++ b/packages/truapi-debug/package.json @@ -20,9 +20,9 @@ }, "dependencies": { "@dotli/shared": "workspace:*", - "@novasamatech/host-api": "0.8.9", - "@novasamatech/host-container": "0.8.9", - "@novasamatech/host-papp": "0.8.9", + "@novasamatech/host-api": "0.8.10", + "@novasamatech/host-container": "0.8.10", + "@novasamatech/host-papp": "0.8.10", "nanoevents": "^9.1.0" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index dba89f26..e0660834 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -32,11 +32,11 @@ "@dotli/storage": "workspace:*", "@dotli/truapi-debug": "workspace:*", "@noble/hashes": "^2.2.0", - "@novasamatech/host-api": "0.8.9", - "@novasamatech/host-container": "0.8.9", - "@novasamatech/host-papp": "0.8.9", + "@novasamatech/host-api": "0.8.10", + "@novasamatech/host-container": "0.8.10", + "@novasamatech/host-papp": "0.8.10", "@novasamatech/sdk-statement": "^0.6.0", - "@novasamatech/statement-store": "0.8.9", + "@novasamatech/statement-store": "0.8.10", "@polkadot-api/json-rpc-provider": "^0.2.0", "neverthrow": "^8.2.0", "polkadot-api": "^2.1.6",