diff --git a/package-lock.json b/package-lock.json index 7e2c2d2..1e2e596 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@web-std/blob": "^3.0.5", "@web3-storage/eslint-config-w3up": "^1.0.0", "@web3-storage/sigv4": "^1.0.2", - "@web3-storage/upload-api": "^17.0.0", + "@web3-storage/upload-api": "^17.1.0", "entail": "^2.1.1", "npm-run-all": "^4.1.5", "prettier": "^3.0.3", @@ -1897,9 +1897,9 @@ } }, "node_modules/@web3-storage/upload-api": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@web3-storage/upload-api/-/upload-api-17.0.0.tgz", - "integrity": "sha512-LXV5Atvyfwvfe0G6g1ym2bn6M1LR/DudCMiJOMpSZxwFtjDxneMaWrE+Nrfns+NIFuqrEhz3MNyRABGuBaPSFg==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@web3-storage/upload-api/-/upload-api-17.1.0.tgz", + "integrity": "sha512-lcEreqJ+4ft+rKX5e+buM9GlY+PHa5WdNhh5mW7z52oj2XBIcZQw596PguJJLGvESpBd4YZk9uJ2CUvKEe5XTw==", "dev": true, "dependencies": { "@ucanto/client": "^9.0.1", @@ -1909,8 +1909,8 @@ "@ucanto/transport": "^9.1.1", "@ucanto/validator": "^9.0.2", "@web3-storage/access": "^20.0.0", - "@web3-storage/blob-index": "^1.0.2", - "@web3-storage/capabilities": "^17.1.1", + "@web3-storage/blob-index": "^1.0.3", + "@web3-storage/capabilities": "^17.2.0", "@web3-storage/content-claims": "^5.0.0", "@web3-storage/did-mailto": "^2.1.0", "@web3-storage/filecoin-api": "^7.1.0", diff --git a/package.json b/package.json index 08bf5d0..c56ef8b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@web-std/blob": "^3.0.5", "@web3-storage/eslint-config-w3up": "^1.0.0", "@web3-storage/sigv4": "^1.0.2", - "@web3-storage/upload-api": "^17.0.0", + "@web3-storage/upload-api": "^17.1.0", "entail": "^2.1.1", "npm-run-all": "^4.1.5", "prettier": "^3.0.3",