From 39ef3888314f4c4631d5d8dba40e5408f3abdcdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 08:54:15 +0200 Subject: [PATCH] Bump @oceanprotocol/lib from 2.5.1 to 2.5.2 (#574) Bumps [@oceanprotocol/lib](https://github.com/oceanprotocol/ocean.js) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/oceanprotocol/ocean.js/releases) - [Changelog](https://github.com/oceanprotocol/ocean.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/oceanprotocol/ocean.js/compare/v2.5.1...v2.5.2) --- updated-dependencies: - dependency-name: "@oceanprotocol/lib" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80da322..8206cb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@oceanprotocol/contracts": "^1.1.8", - "@oceanprotocol/lib": "^2.5.1", + "@oceanprotocol/lib": "^2.5.2", "cross-fetch": "^3.1.4" }, "devDependencies": { @@ -889,9 +889,9 @@ "integrity": "sha512-I6xoADZpP/8EyN3VWZ+dLYv24DbJj3xzmSDcYv0FolXeAUF3FluzminL5AgQtAaoyUtlHl1D3ij1B++KupWcQQ==" }, "node_modules/@oceanprotocol/lib": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.5.1.tgz", - "integrity": "sha512-PA4qUG96IEh9AfGGRw67YdltfadrErM3JcAadOyOL8P6bMlSvlUh9v6rUCrQWT3GwiC5fk2Mv4OqJ3FEwrYbsQ==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.5.2.tgz", + "integrity": "sha512-hLNTS6go1GhpSJt7un1VPb/6XNNYSwGpYPX/O1E5q2XCRWjaWYodzqwxBcgQKw2ihSQmaH9JsDsFLZiIKqKRLA==", "dependencies": { "@oceanprotocol/contracts": "^1.1.8", "bignumber.js": "^9.1.0", @@ -14956,9 +14956,9 @@ "integrity": "sha512-I6xoADZpP/8EyN3VWZ+dLYv24DbJj3xzmSDcYv0FolXeAUF3FluzminL5AgQtAaoyUtlHl1D3ij1B++KupWcQQ==" }, "@oceanprotocol/lib": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.5.1.tgz", - "integrity": "sha512-PA4qUG96IEh9AfGGRw67YdltfadrErM3JcAadOyOL8P6bMlSvlUh9v6rUCrQWT3GwiC5fk2Mv4OqJ3FEwrYbsQ==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.5.2.tgz", + "integrity": "sha512-hLNTS6go1GhpSJt7un1VPb/6XNNYSwGpYPX/O1E5q2XCRWjaWYodzqwxBcgQKw2ihSQmaH9JsDsFLZiIKqKRLA==", "requires": { "@oceanprotocol/contracts": "^1.1.8", "bignumber.js": "^9.1.0", diff --git a/package.json b/package.json index e6401d7..ff22bd2 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ }, "dependencies": { "@oceanprotocol/contracts": "^1.1.8", - "@oceanprotocol/lib": "^2.5.1", + "@oceanprotocol/lib": "^2.5.2", "cross-fetch": "^3.1.4" }, "repository": {