From a8c526e7a73c984aa415b2ac0de9199f93606769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 07:18:38 +0000 Subject: [PATCH] chore(deps): bump @x402/evm from 2.17.0 to 2.22.0 Bumps [@x402/evm](https://github.com/x402-foundation/x402) from 2.17.0 to 2.22.0. - [Commits](https://github.com/x402-foundation/x402/compare/npm-@x402/evm@v2.17.0...npm-@x402/evm@v2.22.0) --- updated-dependencies: - dependency-name: "@x402/evm" dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8a4f47..ee2a829 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5904,16 +5904,25 @@ } }, "node_modules/@x402/evm": { - "version": "2.17.0", - "resolved": "https://registry.npmjs.org/@x402/evm/-/evm-2.17.0.tgz", - "integrity": "sha512-MjeouRdVJ1Y20Ikk03RHlnyOuo2FRkh0Nnrxt8aku2qt5fr5M7U8pUGn5iR6aFfRK3xlh48bp0Kypv1zjKuegw==", + "version": "2.22.0", + "resolved": "https://registry.npmjs.org/@x402/evm/-/evm-2.22.0.tgz", + "integrity": "sha512-WzZVGVx6B2cvCAEHDCuNWfQkcwIZsOVdGcJKILmG/ySzLpBZ1/ARU2kU/8K3ekxhygAKrkarltVVznSEoO5vdQ==", "license": "Apache-2.0", "dependencies": { - "@x402/core": "~2.17.0", + "@x402/core": "~2.22.0", "viem": "^2.48.11", "zod": "^3.24.2" } }, + "node_modules/@x402/evm/node_modules/@x402/core": { + "version": "2.22.0", + "resolved": "https://registry.npmjs.org/@x402/core/-/core-2.22.0.tgz", + "integrity": "sha512-hYySs/PvukqRipC2mKqrsn/jx2U/p5EGnN3clQ2CIcApwtoFuG77CqpC3Wy7Fdp/juW8t8quiPVnqGuIkfix1Q==", + "license": "Apache-2.0", + "dependencies": { + "zod": "^3.24.2" + } + }, "node_modules/@x402/fetch": { "version": "2.17.0", "resolved": "https://registry.npmjs.org/@x402/fetch/-/fetch-2.17.0.tgz",