From 370577492249f82bf2614513b2c69cc50395ecfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 07:18:24 +0000 Subject: [PATCH] chore(deps): bump @x402/fetch from 2.17.0 to 2.22.0 Bumps [@x402/fetch](https://github.com/x402-foundation/x402) from 2.17.0 to 2.22.0. - [Commits](https://github.com/x402-foundation/x402/compare/npm-@x402/fetch@v2.17.0...npm-@x402/fetch@v2.22.0) --- updated-dependencies: - dependency-name: "@x402/fetch" 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..3c54541 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5915,12 +5915,21 @@ } }, "node_modules/@x402/fetch": { - "version": "2.17.0", - "resolved": "https://registry.npmjs.org/@x402/fetch/-/fetch-2.17.0.tgz", - "integrity": "sha512-iy6ar1JTgs4gzdlc2q2Z7nuL5keBkQhoD4v5niVlTwLoivVvHnAA0p/wK5WTWRrJ1b+el8pthkjFS0Jc3nMIIg==", + "version": "2.22.0", + "resolved": "https://registry.npmjs.org/@x402/fetch/-/fetch-2.22.0.tgz", + "integrity": "sha512-+uMCPGXw1h7YGjS778YnwUi7YvZ5Ny8XeFjBL8TvQuy9T+j8O5x/zDQu9nyNaOa/OppTqVh+CkpW+xs17ePyXg==", "license": "Apache-2.0", "dependencies": { - "@x402/core": "~2.17.0" + "@x402/core": "~2.22.0" + } + }, + "node_modules/@x402/fetch/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/svm": {