From 21dc8308dcef3d461fb8dfacca6711d0ebd273fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 01:31:27 +0000 Subject: [PATCH] Bump eslint-config-oceanprotocol from 1.5.0 to 2.0.4 Bumps [eslint-config-oceanprotocol](https://github.com/oceanprotocol/eslint-config-oceanprotocol) from 1.5.0 to 2.0.4. - [Release notes](https://github.com/oceanprotocol/eslint-config-oceanprotocol/releases) - [Changelog](https://github.com/oceanprotocol/eslint-config-oceanprotocol/blob/main/CHANGELOG.md) - [Commits](https://github.com/oceanprotocol/eslint-config-oceanprotocol/compare/v1.5.0...v2.0.4) --- updated-dependencies: - dependency-name: eslint-config-oceanprotocol dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a1a529..bc64c65 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "eslint": "^7.0.0", - "eslint-config-oceanprotocol": "^1.5.0", + "eslint-config-oceanprotocol": "^2.0.4", "eslint-plugin-node": "^11.0.0" } }