From 243e83ef039cf98961b807f32f56f13452a9781e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 14:25:53 +0000 Subject: [PATCH] chore(deps): bump @x402/core from 2.9.0 to 2.16.0 Bumps [@x402/core](https://github.com/x402-foundation/x402) from 2.9.0 to 2.16.0. - [Commits](https://github.com/x402-foundation/x402/compare/go/v2.9.0...npm-@x402/core@v2.16.0) --- updated-dependencies: - dependency-name: "@x402/core" dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 35 +++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 32 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 886d80f..9391aa5 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.16.0", "@x402/express": "^2.9.0", "@x402/fetch": "^2.13.0", "@x402/stellar": "^2.9.0", @@ -498,9 +498,9 @@ } }, "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.16.0", + "resolved": "https://registry.npmjs.org/@x402/core/-/core-2.16.0.tgz", + "integrity": "sha512-7MjwOEiE6ICAYtOsK9vQl66Ho4jERDuuoRg/No2Nc2GQ7y/M/yu4DJ65LzeBycQE+Qrg2RqQG7KR51tyT+hzjQ==", "license": "Apache-2.0", "dependencies": { "zod": "^3.24.2" @@ -527,6 +527,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", @@ -544,6 +553,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", @@ -618,6 +636,15 @@ "node": ">=20.0.0" } }, + "node_modules/@x402/stellar/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/abitype": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/abitype/-/abitype-1.2.3.tgz", diff --git a/package.json b/package.json index 1ef35fc..cc96a84 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@anthropic-ai/sdk": "^0.98.0", "@stellar/stellar-sdk": "^15.0.1", - "@x402/core": "^2.9.0", + "@x402/core": "^2.16.0", "@x402/express": "^2.9.0", "@x402/fetch": "^2.13.0", "@x402/stellar": "^2.9.0",