From b48f7db3b12a3b868c0f66bb70e334c75321728b Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon, 16 Sep 2019 07:18:05 +0200
Subject: [PATCH] chore(deps-dev): bump eslint-config-marine from 4.2.1 to
 5.0.0 (#375)

Bumps [eslint-config-marine](https://github.com/iCrawl/eslint-config-marine) from 4.2.1 to 5.0.0.
- [Release notes](https://github.com/iCrawl/eslint-config-marine/releases)
- [Commits](https://github.com/iCrawl/eslint-config-marine/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
---
 package.json |  2 +-
 yarn.lock    | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/package.json b/package.json
index 1e66301..589d590 100644
--- a/package.json
+++ b/package.json
@@ -195,7 +195,7 @@
 		"@typescript-eslint/parser": "^2.2.0",
 		"clean-webpack-plugin": "^3.0.0",
 		"eslint": "^6.4.0",
-		"eslint-config-marine": "^4.2.1",
+		"eslint-config-marine": "^5.0.0",
 		"terser-webpack-plugin": "^2.0.1",
 		"ts-loader": "^6.1.0",
 		"typescript": "^3.6.3",
diff --git a/yarn.lock b/yarn.lock
index 1ad513a..3e04372 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1143,17 +1143,17 @@ escape-string-regexp@^1.0.5:
   resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
   integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
 
-eslint-config-aqua@^6.0.2:
-  version "6.0.2"
-  resolved "https://registry.yarnpkg.com/eslint-config-aqua/-/eslint-config-aqua-6.0.2.tgz#9793835763701dc8fc21e4b8078c7b6a45e3394a"
-  integrity sha512-uyd+OmmIO0wqnG85FdUK+t+HTQER09F+SpZXkq+0I8uMmEYLtvS4KMvxdXex0U11ZMOThCwEHWIGFNH0Xehvpg==
+eslint-config-aqua@^7.0.1:
+  version "7.0.1"
+  resolved "https://registry.yarnpkg.com/eslint-config-aqua/-/eslint-config-aqua-7.0.1.tgz#67f70d39f3d14b53b423dba50fd2b9f9a0dbec45"
+  integrity sha512-+wZY14nAsgcO+FDyHREWBHW4W13+E8X1jDvwFaLmDtjkrPqX7VneZMQC4QTP97WJQ0uYBqAImlZG+BNi4EHPDA==
 
-eslint-config-marine@^4.2.1:
-  version "4.2.1"
-  resolved "https://registry.yarnpkg.com/eslint-config-marine/-/eslint-config-marine-4.2.1.tgz#ad03bc0a1e1d3a72fad9cc6185158b538cc0fc54"
-  integrity sha512-FY7hGRJ9rZ6xIaTclcQmEUoxw2D0uo+B7fy2Nsd10CLkrufwUOVB42wDfG5xnLDKnU8j6MnX4dY/Qz4aenuYsQ==
+eslint-config-marine@^5.0.0:
+  version "5.0.0"
+  resolved "https://registry.yarnpkg.com/eslint-config-marine/-/eslint-config-marine-5.0.0.tgz#1a20e9b4990d88eb03c0a2431e84374ac516d3a1"
+  integrity sha512-Lu/6jaPragO+c/jBzYYf1jjeDMHlCue1qkpufn5t5JsEBRmLuwcPRcAb91/jqmodYKfzLZcI6VVEIGGHUZ4/Zg==
   dependencies:
-    eslint-config-aqua "^6.0.2"
+    eslint-config-aqua "^7.0.1"
     eslint-plugin-promise "^4.2.1"
 
 eslint-plugin-promise@^4.2.1: