chore: update bee-js (#683)

This commit is contained in:
Cafe137
2024-11-25 09:51:14 +01:00
committed by GitHub
parent ed75198528
commit aef6c07371
2 changed files with 22 additions and 18 deletions
+21 -17
View File
@@ -9,7 +9,7 @@
"version": "0.29.0",
"license": "BSD-3-Clause",
"dependencies": {
"@ethersphere/bee-js": "^7.1.0",
"@ethersphere/bee-js": "^8.3.1",
"@ethersphere/swarm-cid": "^0.1.0",
"@fairdatasociety/fdp-storage": "^0.19.0",
"@material-ui/core": "4.12.3",
@@ -2438,18 +2438,22 @@
}
},
"node_modules/@ethersphere/bee-js": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-7.1.0.tgz",
"integrity": "sha512-81PWyNKlO6EhOsfiKmDlHVlD8jhMVNTEfU4+5TC7jGc/vMN8resSu5BIG4gV3GHFzSiwK11sZffWC+6d2gMmPw==",
"version": "8.3.1",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-8.3.1.tgz",
"integrity": "sha512-HIyEzYQmDynFoD0+yXMtNkSBTwdRIKZZs1cZ6H85BAI1eKEXt2dGy+t/IzsUAa5oLq1K7uyoaawaaLZMJqlfrQ==",
"license": "BSD-3-Clause",
"dependencies": {
"@ethersphere/swarm-cid": "^0.1.0",
"axios": "^0.28.1",
"cafe-utility": "^21.3.1",
"cafe-utility": "^23.10.0",
"elliptic": "^6.5.4",
"isomorphic-ws": "^4.0.1",
"js-sha3": "^0.8.0",
"semver": "^7.3.5",
"ws": "^8.7.0"
},
"engines": {
"bee": "2.2.0-06a0aca7",
"beeApiVersion": "7.1.0"
}
},
"node_modules/@ethersphere/bee-js/node_modules/ws": {
@@ -7037,9 +7041,10 @@
}
},
"node_modules/cafe-utility": {
"version": "21.5.0",
"resolved": "https://registry.npmjs.org/cafe-utility/-/cafe-utility-21.5.0.tgz",
"integrity": "sha512-5u+9cf7fvcH3j2Q3jrd7nA3bUITUBj8b9Arg4eA6almqeA5+dwQA6NKba4GnW6zS9uL1iVCEQqM3z3tQVs2Xjw=="
"version": "23.12.0",
"resolved": "https://registry.npmjs.org/cafe-utility/-/cafe-utility-23.12.0.tgz",
"integrity": "sha512-B8MHryv6dDTw8GRfJxHLy4zzhewEEYulPAXiSRqkNCeqXFoQAk8THhlU00Yk7dvc8bppnHoS7FaQ468dfGfe6A==",
"license": "MIT"
},
"node_modules/call-bind": {
"version": "1.0.2",
@@ -22371,13 +22376,12 @@
}
},
"@ethersphere/bee-js": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-7.1.0.tgz",
"integrity": "sha512-81PWyNKlO6EhOsfiKmDlHVlD8jhMVNTEfU4+5TC7jGc/vMN8resSu5BIG4gV3GHFzSiwK11sZffWC+6d2gMmPw==",
"version": "8.3.1",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-8.3.1.tgz",
"integrity": "sha512-HIyEzYQmDynFoD0+yXMtNkSBTwdRIKZZs1cZ6H85BAI1eKEXt2dGy+t/IzsUAa5oLq1K7uyoaawaaLZMJqlfrQ==",
"requires": {
"@ethersphere/swarm-cid": "^0.1.0",
"axios": "^0.28.1",
"cafe-utility": "^21.3.1",
"cafe-utility": "^23.10.0",
"elliptic": "^6.5.4",
"isomorphic-ws": "^4.0.1",
"js-sha3": "^0.8.0",
@@ -25728,9 +25732,9 @@
"integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw=="
},
"cafe-utility": {
"version": "21.5.0",
"resolved": "https://registry.npmjs.org/cafe-utility/-/cafe-utility-21.5.0.tgz",
"integrity": "sha512-5u+9cf7fvcH3j2Q3jrd7nA3bUITUBj8b9Arg4eA6almqeA5+dwQA6NKba4GnW6zS9uL1iVCEQqM3z3tQVs2Xjw=="
"version": "23.12.0",
"resolved": "https://registry.npmjs.org/cafe-utility/-/cafe-utility-23.12.0.tgz",
"integrity": "sha512-B8MHryv6dDTw8GRfJxHLy4zzhewEEYulPAXiSRqkNCeqXFoQAk8THhlU00Yk7dvc8bppnHoS7FaQ468dfGfe6A=="
},
"call-bind": {
"version": "1.0.2",
+1 -1
View File
@@ -26,7 +26,7 @@
"url": "https://github.com/ethersphere/bee-dashboard.git"
},
"dependencies": {
"@ethersphere/bee-js": "^7.1.0",
"@ethersphere/bee-js": "^8.3.1",
"@ethersphere/swarm-cid": "^0.1.0",
"@fairdatasociety/fdp-storage": "^0.19.0",
"@material-ui/core": "4.12.3",