diff --git a/package-lock.json b/package-lock.json index 13b372ac..fcf59272 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5629,16 +5629,25 @@ } }, "node_modules/@x402/fetch": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/@x402/fetch/-/fetch-2.8.0.tgz", - "integrity": "sha512-GEY6DS5iy/PxwfbdfIBY0RsxrHnHylKmXMqzL8BJdSaerm3w5XhTkNCOG6JyaIt1CpQccYXbzlOEpqFJQNaNAA==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@x402/fetch/-/fetch-2.9.0.tgz", + "integrity": "sha512-/ocFWG5aTftCabW4CWXLZjafzTwkmW+c7u4lzXLegJ7F8Fkciw6yyzrQ+R4Rsm6F6TH0pGzo545Yc7n7z5UNlA==", "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/fetch/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/svm": { "version": "2.8.0", "resolved": "https://registry.npmjs.org/@x402/svm/-/svm-2.8.0.tgz",