Merge dependabot pull request
Some checks failed
JavaScript SDK Tests / test-js-sdk (push) Successful in 12s
Package Tests / Python package - aitbc-agent-sdk (push) Successful in 19s
Package Tests / Python package - aitbc-core (push) Successful in 21s
Package Tests / Python package - aitbc-crypto (push) Successful in 10s
Package Tests / Python package - aitbc-sdk (push) Successful in 15s
Package Tests / JavaScript package - aitbc-sdk-js (push) Successful in 6s
Package Tests / JavaScript package - aitbc-token (push) Successful in 16s
Security Scanning / security-scan (push) Successful in 51s
Smart Contract Tests / test-solidity (map[name:aitbc-token path:packages/solidity/aitbc-token]) (push) Successful in 19s
Smart Contract Tests / lint-solidity (push) Successful in 11s
Integration Tests / test-service-integration (push) Failing after 13m54s

This commit is contained in:
aitbc
2026-04-20 20:04:08 +02:00
4 changed files with 718 additions and 7328 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +1,9 @@
{
"type": "module",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^6.1.2",
"@nomicfoundation/hardhat-toolbox": "^7.0.0",
"@openzeppelin/contracts": "^4.9.6",
"dotenv": "^17.4.2",
"hardhat": "^2.28.6"
"hardhat": "^3.4.0"
}
}