diff --git a/package-lock.json b/package-lock.json index 97f83f2..2db4038 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "devDependencies": { "@eslint/js": "^10.0.1", "eslint": "^10.0.2", - "openclaw": "latest", + "openclaw": "*", "prettier": "^3.8.1", "tsup": "^8.0.0", "tsx": "^4.21.0", @@ -7070,16 +7070,18 @@ } }, "node_modules/@x402/svm": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@x402/svm/-/svm-2.5.0.tgz", - "integrity": "sha512-Df7CQ2xi0U/u0dbyTnCDM6YB7qIxQEaA3uGYk20t3iWGThW5VG0XvuaNlODMIaO5L0fxcNDLxjhT8//t7+AWbQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@x402/svm/-/svm-2.6.0.tgz", + "integrity": "sha512-SayKQSpN82XQ3qq46d1p348z+nPrYa9SyJ2MXfhwqmGE6JeEd2d0tSUpmghUKjucG8HZ1H4Man9yp/b/9cQZxg==", "license": "Apache-2.0", "dependencies": { "@solana-program/compute-budget": "^0.11.0", "@solana-program/token": "^0.9.0", "@solana-program/token-2022": "^0.6.1", - "@solana/kit": "^5.1.0", - "@x402/core": "~2.5.0" + "@x402/core": "~2.6.0" + }, + "peerDependencies": { + "@solana/kit": ">=5.1.0" } }, "node_modules/@x402/svm/node_modules/@solana-program/compute-budget": { @@ -7110,6 +7112,15 @@ "@solana/sysvars": "^5.0" } }, + "node_modules/@x402/svm/node_modules/@x402/core": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@x402/core/-/core-2.6.0.tgz", + "integrity": "sha512-ISC/JeVss6xlKvor2rp18tJf9K5OQlIDDfZW1VZJQGDI2F4gy+HWxxkFfcQalCsPp4YUlwqh0YOkUxP+LTZWVg==", + "license": "Apache-2.0", + "dependencies": { + "zod": "^3.24.2" + } + }, "node_modules/abitype": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/abitype/-/abitype-1.2.3.tgz",