Bump @oceanprotocol/lib from 0.14.9 to 0.15.0 (#308)

Bumps [@oceanprotocol/lib](https://github.com/oceanprotocol/ocean.js) from 0.14.9 to 0.15.0.
- [Release notes](https://github.com/oceanprotocol/ocean.js/releases)
- [Changelog](https://github.com/oceanprotocol/ocean.js/blob/v0.15.0/CHANGELOG.md)
- [Commits](https://github.com/oceanprotocol/ocean.js/compare/v0.14.9...v0.15.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-31 14:41:59 +02:00 committed by GitHub
parent ef69785699
commit 6bc12f1863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 13 deletions

22
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0.6.2", "version": "0.6.2",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@oceanprotocol/lib": "^0.14.9", "@oceanprotocol/lib": "^0.15.0",
"axios": "^0.21.1", "axios": "^0.21.1",
"decimal.js": "^10.2.1", "decimal.js": "^10.2.1",
"web3": "^1.3.6", "web3": "^1.3.6",
@ -2096,10 +2096,9 @@
"integrity": "sha512-HK4CNpEjbqF95hqXoQbYHqubzVH/OM8w9sSZZd9sgbKH7ykoO46gzBh1xlZzcnil9AxQ/U8LG4E1o0d0HHwdZA==" "integrity": "sha512-HK4CNpEjbqF95hqXoQbYHqubzVH/OM8w9sSZZd9sgbKH7ykoO46gzBh1xlZzcnil9AxQ/U8LG4E1o0d0HHwdZA=="
}, },
"node_modules/@oceanprotocol/lib": { "node_modules/@oceanprotocol/lib": {
"version": "0.14.9", "version": "0.15.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.14.9.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.15.0.tgz",
"integrity": "sha512-PUNbsryrm4614CbvalP2CZS9LZjvWfqopTdb91Rz4vLbnqinioELSFXNq+hiSkyuFqAy0szG0wueBcW8mwFbSg==", "integrity": "sha512-aHV86KciaQ6W7XcC8fQFrea8hWWuhAtFUhtgPMrmSCNp/OFlNLMSS959eL+dDgfH3112f2gRWgvcbdsnoTAGsQ==",
"license": "Apache-2.0",
"dependencies": { "dependencies": {
"@ethereum-navigator/navigator": "^0.5.2", "@ethereum-navigator/navigator": "^0.5.2",
"@oceanprotocol/contracts": "^0.6.2", "@oceanprotocol/contracts": "^0.6.2",
@ -2112,8 +2111,8 @@
"node-abort-controller": "^2.0.0", "node-abort-controller": "^2.0.0",
"save-file": "^2.3.1", "save-file": "^2.3.1",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"web3": "^1.3.5", "web3": "^1.3.6",
"web3-eth-contract": "^1.3.5" "web3-eth-contract": "^1.3.6"
}, },
"peerDependencies": { "peerDependencies": {
"web3": "^1.3.5" "web3": "^1.3.5"
@ -18964,9 +18963,9 @@
"integrity": "sha512-HK4CNpEjbqF95hqXoQbYHqubzVH/OM8w9sSZZd9sgbKH7ykoO46gzBh1xlZzcnil9AxQ/U8LG4E1o0d0HHwdZA==" "integrity": "sha512-HK4CNpEjbqF95hqXoQbYHqubzVH/OM8w9sSZZd9sgbKH7ykoO46gzBh1xlZzcnil9AxQ/U8LG4E1o0d0HHwdZA=="
}, },
"@oceanprotocol/lib": { "@oceanprotocol/lib": {
"version": "0.14.9", "version": "0.15.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.14.9.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.15.0.tgz",
"integrity": "sha512-PUNbsryrm4614CbvalP2CZS9LZjvWfqopTdb91Rz4vLbnqinioELSFXNq+hiSkyuFqAy0szG0wueBcW8mwFbSg==", "integrity": "sha512-aHV86KciaQ6W7XcC8fQFrea8hWWuhAtFUhtgPMrmSCNp/OFlNLMSS959eL+dDgfH3112f2gRWgvcbdsnoTAGsQ==",
"requires": { "requires": {
"@ethereum-navigator/navigator": "^0.5.2", "@ethereum-navigator/navigator": "^0.5.2",
"@oceanprotocol/contracts": "^0.6.2", "@oceanprotocol/contracts": "^0.6.2",
@ -18979,8 +18978,7 @@
"node-abort-controller": "^2.0.0", "node-abort-controller": "^2.0.0",
"save-file": "^2.3.1", "save-file": "^2.3.1",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"web3": "^1.3.5", "web3-eth-contract": "^1.3.6"
"web3-eth-contract": "^1.3.5"
} }
}, },
"@octokit/auth-token": { "@octokit/auth-token": {

View File

@ -25,7 +25,7 @@
"dist/" "dist/"
], ],
"dependencies": { "dependencies": {
"@oceanprotocol/lib": "^0.14.9", "@oceanprotocol/lib": "^0.15.0",
"axios": "^0.21.1", "axios": "^0.21.1",
"decimal.js": "^10.2.1", "decimal.js": "^10.2.1",
"web3": "^1.3.6", "web3": "^1.3.6",