From 55fee380dfedbc85b6b4d1929aee2d14496c61b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 23:54:58 +0000 Subject: [PATCH] chore(deps): bump @x402/evm from 2.8.0 to 2.9.0 Bumps [@x402/evm](https://github.com/x402-foundation/x402) from 2.8.0 to 2.9.0. - [Commits](https://github.com/x402-foundation/x402/commits) --- updated-dependencies: - dependency-name: "@x402/evm" dependency-version: 2.9.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 13b372ac..c9f837b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5618,16 +5618,25 @@ } }, "node_modules/@x402/evm": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/@x402/evm/-/evm-2.8.0.tgz", - "integrity": "sha512-/w1WvoXIZdaJcmvR8p9/ow1n8GjNWeeVnpoorjfLv2oBbT06r33clcfYwhH/COJp/K0aOvmol0elx5h2IQCnOA==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@x402/evm/-/evm-2.9.0.tgz", + "integrity": "sha512-qUhnKe1pym9a+7dzeK+6ripsddVsr+5PNcpQfTYK4dubW+1SR9MRx/O4PNRtedWoAxminqAwmCL5AQUiSVvKWA==", "license": "Apache-2.0", "dependencies": { - "@x402/core": "~2.8.0", + "@x402/core": "~2.9.0", "viem": "^2.39.3", "zod": "^3.24.2" } }, + "node_modules/@x402/evm/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.8.0", "resolved": "https://registry.npmjs.org/@x402/fetch/-/fetch-2.8.0.tgz",