1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Bump @oceanprotocol/squid from 2.1.1 to 2.1.2 in /client

Bumps [@oceanprotocol/squid](https://github.com/oceanprotocol/squid-js) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/oceanprotocol/squid-js/releases)
- [Changelog](https://github.com/oceanprotocol/squid-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/oceanprotocol/squid-js/compare/v2.1.1...v2.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-18 17:37:45 +00:00 committed by GitHub
parent 456e9a6607
commit 41600c2f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -2568,9 +2568,9 @@
} }
}, },
"@oceanprotocol/squid": { "@oceanprotocol/squid": {
"version": "2.1.1", "version": "2.1.2",
"resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-2.1.1.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-2.1.2.tgz",
"integrity": "sha512-aoZttkArQ3qKsAHcaQfv6kFLpaSeGFHUSDRdK/MllJ5UFzclkDkBJd4P7XIJ5lS8uXOOBrrvQPxDU8wvf2yyMQ==", "integrity": "sha512-CcfURcMsgzTM/9QwJlKJdEubEQjAQ4D1dS9Ga7KU/PlglIduEQaHocI6BwMa2fNuc423m5VO8K7qkrOtG+U4SQ==",
"requires": { "requires": {
"@ethereum-navigator/navigator": "^0.5.0", "@ethereum-navigator/navigator": "^0.5.0",
"@oceanprotocol/keeper-contracts": "^0.13.2", "@oceanprotocol/keeper-contracts": "^0.13.2",
@ -2579,15 +2579,15 @@
"deprecated-decorator": "^0.1.6", "deprecated-decorator": "^0.1.6",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",
"save-file": "^2.3.1", "save-file": "^2.3.1",
"uuid": "^7.0.2", "uuid": "^8.0.0",
"web3": "^1.2.6", "web3": "^1.2.6",
"whatwg-url": "^8.0.0" "whatwg-url": "^8.0.0"
}, },
"dependencies": { "dependencies": {
"uuid": { "uuid": {
"version": "7.0.3", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.0.0.tgz",
"integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" "integrity": "sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw=="
} }
} }
}, },

View File

@ -14,7 +14,7 @@
}, },
"dependencies": { "dependencies": {
"@oceanprotocol/art": "^2.2.0", "@oceanprotocol/art": "^2.2.0",
"@oceanprotocol/squid": "2.1.1", "@oceanprotocol/squid": "2.1.2",
"@oceanprotocol/typographies": "^0.1.0", "@oceanprotocol/typographies": "^0.1.0",
"@sindresorhus/slugify": "^1.0.0", "@sindresorhus/slugify": "^1.0.0",
"@truffle/hdwallet-provider": "^1.0.35", "@truffle/hdwallet-provider": "^1.0.35",