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": {