diff --git a/package-lock.json b/package-lock.json index 9b374b7..921d82f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@anthropic-ai/sdk": "^0.98.0", "@stellar/stellar-sdk": "^15.0.1", - "@x402/core": "^2.9.0", + "@x402/core": "^2.23.0", "@x402/express": "^2.9.0", "@x402/fetch": "^2.13.0", "@x402/stellar": "^2.14.0", @@ -581,9 +581,9 @@ "license": "MIT" }, "node_modules/@x402/core": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@x402/core/-/core-2.9.0.tgz", - "integrity": "sha512-IqPITHYx6XHlgLPtparuKKwoB+3wQdgt0F+WUH1e3WHMeiWdp+xTtQDy+6yOKuObNFI1S1iVbQFz0GivR/Vv3w==", + "version": "2.23.0", + "resolved": "https://registry.npmjs.org/@x402/core/-/core-2.23.0.tgz", + "integrity": "sha512-EFeV0nXbTPPe5FXaD6y9vMgqc+k/ujLXCrUPrQXkmHjHyjC3Ir5tTL1e2FPSkx2+GUGzfpt1wVZb36639ygkWw==", "license": "Apache-2.0", "dependencies": { "zod": "^3.24.2" @@ -610,6 +610,15 @@ } } }, + "node_modules/@x402/express/node_modules/@x402/core": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@x402/core/-/core-2.9.0.tgz", + "integrity": "sha512-IqPITHYx6XHlgLPtparuKKwoB+3wQdgt0F+WUH1e3WHMeiWdp+xTtQDy+6yOKuObNFI1S1iVbQFz0GivR/Vv3w==", + "license": "Apache-2.0", + "dependencies": { + "zod": "^3.24.2" + } + }, "node_modules/@x402/extensions": { "version": "2.9.0", "resolved": "https://registry.npmjs.org/@x402/extensions/-/extensions-2.9.0.tgz", @@ -627,6 +636,15 @@ "zod": "^3.24.2" } }, + "node_modules/@x402/extensions/node_modules/@x402/core": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@x402/core/-/core-2.9.0.tgz", + "integrity": "sha512-IqPITHYx6XHlgLPtparuKKwoB+3wQdgt0F+WUH1e3WHMeiWdp+xTtQDy+6yOKuObNFI1S1iVbQFz0GivR/Vv3w==", + "license": "Apache-2.0", + "dependencies": { + "zod": "^3.24.2" + } + }, "node_modules/@x402/fetch": { "version": "2.13.0", "resolved": "https://registry.npmjs.org/@x402/fetch/-/fetch-2.13.0.tgz", diff --git a/package.json b/package.json index 8d16cdc..8b3d704 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "@anthropic-ai/sdk": "^0.98.0", "@stellar/stellar-sdk": "^15.0.1", - "@x402/core": "^2.9.0", + "@x402/core": "^2.23.0", "@x402/express": "^2.9.0", "@x402/fetch": "^2.13.0", "@x402/stellar": "^2.14.0",