diff --git a/package-lock.json b/package-lock.json index be7c970..e4ad08b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@stellar/stellar-sdk": "^15.0.1", "@x402/core": "^2.9.0", "@x402/express": "^2.9.0", - "@x402/fetch": "^2.13.0", + "@x402/fetch": "^2.14.0", "@x402/stellar": "^2.9.0", "cors": "^2.8.6", "dotenv": "^17.4.1", @@ -430,18 +430,18 @@ } }, "node_modules/@x402/fetch": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@x402/fetch/-/fetch-2.13.0.tgz", - "integrity": "sha512-zUmi25ZrCNOLZRXj3MSRwXEVNUxevk5+BD/40jMbDQr1P+FvnWWtTsV5bUqJFyhYmb9T7kdiYQZ2Ey6Ev1nlOg==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/@x402/fetch/-/fetch-2.14.0.tgz", + "integrity": "sha512-GSCnxdrbmtuKeki2MTy2vnJq4e6PrA7XfF1yX23VxKvASIYaXUioW1HtRzNYU7imeMe13YcwefRH1jO7Ei7Tyg==", "license": "Apache-2.0", "dependencies": { - "@x402/core": "~2.13.0" + "@x402/core": "~2.14.0" } }, "node_modules/@x402/fetch/node_modules/@x402/core": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@x402/core/-/core-2.13.0.tgz", - "integrity": "sha512-wZjjYZ9UxXZh8O2uP/x0u4M4Dvuw5hHdN7uzEseoS4V9fkMewi+VAx9Wd98PdU9VegvG24+ES88fgFB4C5QVUw==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/@x402/core/-/core-2.14.0.tgz", + "integrity": "sha512-+xTM6hfGduYvFcQ7QwKvCwommL6+zqzqmr5IuPojbt+RZjo4QUjSkHW+arMtPoIKRLxWAI+e6P4UJMMblwG+Dw==", "license": "Apache-2.0", "dependencies": { "zod": "^3.24.2" diff --git a/package.json b/package.json index 187fef1..fb4d04c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@stellar/stellar-sdk": "^15.0.1", "@x402/core": "^2.9.0", "@x402/express": "^2.9.0", - "@x402/fetch": "^2.13.0", + "@x402/fetch": "^2.14.0", "@x402/stellar": "^2.9.0", "cors": "^2.8.6", "dotenv": "^17.4.1",