Bump @orionprotocol/contracts from 0.8.0 to 0.11.0 (#104)

Bumps [@orionprotocol/contracts](https://github.com/orionprotocol/contracts) from 0.8.0 to 0.11.0.
- [Release notes](https://github.com/orionprotocol/contracts/releases)
- [Commits](https://github.com/orionprotocol/contracts/compare/v0.8.0...v0.11.0)

---
updated-dependencies:
- dependency-name: "@orionprotocol/contracts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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]
2023-05-02 19:06:29 +04:00
committed by GitHub
parent 5c3a41ccf1
commit 3564159dfb
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -1,18 +1,18 @@
{
"name": "@orionprotocol/sdk",
"version": "0.18.18",
"version": "0.18.22",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@orionprotocol/sdk",
"version": "0.18.18",
"version": "0.18.22",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.21.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@orionprotocol/contracts": "0.8.0",
"@orionprotocol/contracts": "0.11.0",
"bignumber.js": "^9.1.1",
"bson-objectid": "^2.0.4",
"buffer": "^6.0.3",
@@ -2326,9 +2326,9 @@
}
},
"node_modules/@orionprotocol/contracts": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/@orionprotocol/contracts/-/contracts-0.8.0.tgz",
"integrity": "sha512-oYyP6JKDm3D71nswvA9x46hTurYetjxsn9zio/dHn0pHE2YDgziub0LeFeRjgz8RcANUOs/8qq53cNIiPseU7Q=="
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@orionprotocol/contracts/-/contracts-0.11.0.tgz",
"integrity": "sha512-8SnSvD3/+NIH6VEgxMGQuOHCclEG8qpraaFL5Lzx5hb4LBdk0q64FLg1FhAoaHHI+oaTbdsAOcPJZoQtNXf6YQ=="
},
"node_modules/@sinclair/typebox": {
"version": "0.25.23",
@@ -12361,9 +12361,9 @@
}
},
"@orionprotocol/contracts": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/@orionprotocol/contracts/-/contracts-0.8.0.tgz",
"integrity": "sha512-oYyP6JKDm3D71nswvA9x46hTurYetjxsn9zio/dHn0pHE2YDgziub0LeFeRjgz8RcANUOs/8qq53cNIiPseU7Q=="
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@orionprotocol/contracts/-/contracts-0.11.0.tgz",
"integrity": "sha512-8SnSvD3/+NIH6VEgxMGQuOHCclEG8qpraaFL5Lzx5hb4LBdk0q64FLg1FhAoaHHI+oaTbdsAOcPJZoQtNXf6YQ=="
},
"@sinclair/typebox": {
"version": "0.25.23",

View File

@@ -82,7 +82,7 @@
"@babel/runtime": "^7.21.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@orionprotocol/contracts": "0.8.0",
"@orionprotocol/contracts": "0.11.0",
"bignumber.js": "^9.1.1",
"bson-objectid": "^2.0.4",
"buffer": "^6.0.3",