diff --git a/package-lock.json b/package-lock.json index 84602ed..ff88486 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@ucanto/client": "^9.0.0", "@ucanto/core": "^9.0.0", "@ucanto/transport": "^9.0.0", - "@web3-storage/access": "18.0.5", + "@web3-storage/access": "^18.0.7", "@web3-storage/data-segment": "^5.0.0", "@web3-storage/did-mailto": "^2.1.0", "@web3-storage/w3up-client": "^11.2.1", @@ -1617,9 +1617,9 @@ } }, "node_modules/@web3-storage/access": { - "version": "18.0.5", - "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-18.0.5.tgz", - "integrity": "sha512-dTojMu7UWb7esbnX3F18eTC+hwlYkDhxBZAogmHX7legRGRK5MwwoRMpk8qz6zI6ImUmkApWFYrF2U8OaGC0bQ==", + "version": "18.0.7", + "resolved": "https://registry.npmjs.org/@web3-storage/access/-/access-18.0.7.tgz", + "integrity": "sha512-tVFOZrfYJgt8z5q6jZ9+HnbFUi70qQQ0QEJf41tGao7dJwHMaxa0YfkvbckPWBJuBZIADKvA0ZUJxbawkga/AQ==", "dependencies": { "@ipld/car": "^5.1.1", "@ipld/dag-ucan": "^3.4.0", @@ -1630,7 +1630,7 @@ "@ucanto/principal": "^9.0.0", "@ucanto/transport": "^9.0.0", "@ucanto/validator": "^9.0.1", - "@web3-storage/capabilities": "^12.1.0", + "@web3-storage/capabilities": "^13.0.0", "@web3-storage/did-mailto": "^2.1.0", "bigint-mod-arith": "^3.1.2", "conf": "11.0.2", @@ -1641,6 +1641,38 @@ "uint8arrays": "^4.0.6" } }, + "node_modules/@web3-storage/access/node_modules/@web3-storage/capabilities": { + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/@web3-storage/capabilities/-/capabilities-13.0.0.tgz", + "integrity": "sha512-SSviDXFweCu8FhaQ7BjsK1WDPBdwoduJhfD2DFRKkZT/V25vdBkqtW4qVc6tfO5IhTVxRpnn62PmbIbbcHzBRQ==", + "dependencies": { + "@ucanto/core": "^9.0.1", + "@ucanto/interface": "^9.0.0", + "@ucanto/principal": "^9.0.0", + "@ucanto/transport": "^9.0.0", + "@ucanto/validator": "^9.0.1", + "@web3-storage/data-segment": "^3.2.0" + } + }, + "node_modules/@web3-storage/access/node_modules/@web3-storage/data-segment": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@web3-storage/data-segment/-/data-segment-3.2.0.tgz", + "integrity": "sha512-SM6eNumXzrXiQE2/J59+eEgCRZNYPxKhRoHX2QvV3/scD4qgcf4g+paWBc3UriLEY1rCboygGoPsnqYJNyZyfA==", + "dependencies": { + "@ipld/dag-cbor": "^9.0.5", + "multiformats": "^11.0.2", + "sync-multihash-sha2": "^1.0.0" + } + }, + "node_modules/@web3-storage/access/node_modules/@web3-storage/data-segment/node_modules/multiformats": { + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-11.0.2.tgz", + "integrity": "sha512-b5mYMkOkARIuVZCpvijFj9a6m5wMVLC7cf/jIPd5D/ARDOfLC5+IFkbgDXQgcU2goIsTD/O9NY4DI/Mt4OGvlg==", + "engines": { + "node": ">=16.0.0", + "npm": ">=7.0.0" + } + }, "node_modules/@web3-storage/capabilities": { "version": "12.1.0", "resolved": "https://registry.npmjs.org/@web3-storage/capabilities/-/capabilities-12.1.0.tgz", diff --git a/package.json b/package.json index 7ac2e7a..4bc140d 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@ucanto/client": "^9.0.0", "@ucanto/core": "^9.0.0", "@ucanto/transport": "^9.0.0", - "@web3-storage/access": "18.0.5", + "@web3-storage/access": "^18.0.7", "@web3-storage/data-segment": "^5.0.0", "@web3-storage/did-mailto": "^2.1.0", "@web3-storage/w3up-client": "^11.2.1",