From 37296c502e24a1e0aedc021bfa666dd33dce323d Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 22 Jan 2020 18:17:09 +0100 Subject: [PATCH] bump all components --- .travis.yml | 6 ++--- client/package-lock.json | 49 ++++++++++++++++++++++++++-------------- client/package.json | 2 +- library.json | 6 ++--- 4 files changed, 39 insertions(+), 24 deletions(-) diff --git a/.travis.yml b/.travis.yml index cbd24bf..1d4063d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,10 +33,10 @@ env: - IPFS_GATEWAY_URI="https://ipfs.oceanprotocol.com" # start Barge with these versions - - BRIZO_VERSION=v0.7.2 + - BRIZO_VERSION=v0.8.1 - AQUARIUS_VERSION=v1.0.5 - - KEEPER_VERSION=v0.13.0 - - EVENTS_HANDLER_VERSION=v0.3.4 + - KEEPER_VERSION=v0.13.2 + - EVENTS_HANDLER_VERSION=v0.4.4 - KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260" - FAUCET_TIMESPAN=0 diff --git a/client/package-lock.json b/client/package-lock.json index 7a20b6b..51915b8 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1424,9 +1424,9 @@ "integrity": "sha512-p2n505t2K0zD1ZvGPhI6EsSviEVLCB7BYowhf/ONmVaWED138PaG4Z9nY6YuHU383uOoIWT+Lq3dLkFzDzstXw==" }, "@oceanprotocol/keeper-contracts": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.13.0.tgz", - "integrity": "sha512-PsiMRmRAK9veEgR5G7UAsAgA9Wgd0RWskYSpjNTbpaJaVTANSlwQYaCU8Zybg/U0uKVzmyXwFAYnH7iv4NSzMQ==" + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.13.2.tgz", + "integrity": "sha512-915dcnzCHEuvsmRKqVj0RxHT3T386lSJh8WREe4dsnrXHsi1ULNYxX0Ts/cvalv6bRL+aqyaZ6gN3l3nkfwEDg==" }, "@oceanprotocol/secret-store-client": { "version": "0.0.15", @@ -1437,11 +1437,11 @@ } }, "@oceanprotocol/squid": { - "version": "1.1.0-beta.0", - "resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-1.1.0-beta.0.tgz", - "integrity": "sha512-oj5/dTc/nY/HPm/5eKZuAy8LXPbRxdtSkBMwwcCXs9cLtO1IGtXs8miWXKiwT4mkEV4JpUbygxmGVOxRHje/Rw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-1.1.0.tgz", + "integrity": "sha512-S4x9sJrJzyUfKd92lsbw/nU5TaB7NwM3BhGnPgGprJ19BY2ykJp1ficgyQBWujvx/+uHDFKq6JfrGrRzUhFDgg==", "requires": { - "@oceanprotocol/keeper-contracts": "^0.13.0", + "@oceanprotocol/keeper-contracts": "^0.13.2", "@oceanprotocol/secret-store-client": "^0.0.15", "bignumber.js": "^9.0.0", "deprecated-decorator": "^0.1.6", @@ -1449,22 +1449,35 @@ "save-file": "^2.3.1", "uuid": "^3.3.3", "web3": "^1.2.4", - "whatwg-url": "^7.1.0" + "whatwg-url": "^8.0.0" }, "dependencies": { + "tr46": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.0.tgz", + "integrity": "sha512-LrErSqfhdUw73AC/eXV2fEmNkvgSYxfm5lvxnLvuVgoVDknvD28Pa5FeDGc8RuVouDxUD3GnHHFv7xnBp7As5w==", + "requires": { + "punycode": "^2.1.1" + } + }, "uuid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", - "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + }, + "webidl-conversions": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", + "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==" }, "whatwg-url": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", - "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.0.0.tgz", + "integrity": "sha512-41ou2Dugpij8/LPO5Pq64K5q++MnRCBpEHvQr26/mArEKTkCV5aoXIqyhuYtE0pkqScXwhf2JP57rkRTYM29lQ==", "requires": { "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" + "tr46": "^2.0.0", + "webidl-conversions": "^5.0.0" } } } @@ -19661,6 +19674,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=", + "dev": true, "requires": { "punycode": "^2.1.0" } @@ -21024,7 +21038,8 @@ "webidl-conversions": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", - "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" + "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==", + "dev": true }, "webpack": { "version": "4.29.6", diff --git a/client/package.json b/client/package.json index 5be7799..fb28807 100644 --- a/client/package.json +++ b/client/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@oceanprotocol/art": "^2.2.0", - "@oceanprotocol/squid": "^1.1.0-beta.0", + "@oceanprotocol/squid": "^1.1.0", "@oceanprotocol/typographies": "^0.1.0", "@sindresorhus/slugify": "^0.9.1", "@truffle/hdwallet-provider": "^1.0.26", diff --git a/library.json b/library.json index 7fd2fcd..fc4de40 100644 --- a/library.json +++ b/library.json @@ -7,11 +7,11 @@ "dependencies": [ { "name": "keeper-contracts", - "version": "~0.13.0" + "version": "~0.13.2" }, { "name": "brizo", - "version": "~0.7.2" + "version": "~0.8.1" }, { "name": "aquarius", @@ -19,7 +19,7 @@ }, { "name": "squid-js", - "version": "~1.0.0" + "version": "~1.1.0" }, { "name": "faucet",