chore(deps-dev): bump eslint-config-marine from 5.3.0 to 5.3.1 (#435)

Bumps [eslint-config-marine](https://github.com/iCrawl/eslint-config-marine) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/iCrawl/eslint-config-marine/releases)
- [Commits](https://github.com/iCrawl/eslint-config-marine/compare/v5.3.0...v5.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-31 14:49:51 +01:00 committed by Crawl
parent bf200099d2
commit 82d319e5e2
2 changed files with 10 additions and 10 deletions

View file

@ -196,7 +196,7 @@
"@typescript-eslint/parser": "^2.6.0",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^6.6.0",
"eslint-config-marine": "^5.3.0",
"eslint-config-marine": "^5.3.1",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.18.2",

View file

@ -1194,17 +1194,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@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-aqua/-/eslint-config-aqua-7.1.0.tgz#8f0e393e8b4e13077bfc76271066564e663ab578"
integrity sha512-OFpESTQGByAZEct4Sz5Vn9MqnqXH+0/crLJrlLk2jnIuicC/eo1mpOszJ6LViMulF6rA/Cr771I5PFWdLsjCRQ==
eslint-config-aqua@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/eslint-config-aqua/-/eslint-config-aqua-7.1.1.tgz#7bb7bdb1257b25e1b8629ac8fb087c2517a3c786"
integrity sha512-f3TucOlC4lkIAahv93B6+SK0Tobm12rVptdmXwPXn0jkzEk++LMF8IEHTy/eKUSDnBOwn+em1GhbiZ0D6Ml3rQ==
eslint-config-marine@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/eslint-config-marine/-/eslint-config-marine-5.3.0.tgz#13cc1d2bfcde035b2d9016c99ace07067002f512"
integrity sha512-MgFlnK2m5AFHsLZbkK8Z04/rS/Ocaut1AbYOx95rOWXGhaZ1Zh++by3F0a6mOXQEtVKEFxo2zk/tAeG11PNtBg==
eslint-config-marine@^5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/eslint-config-marine/-/eslint-config-marine-5.3.1.tgz#44deb109b86b35a953ad953661176829311420ba"
integrity sha512-KXp2PTIxlWd+Oe7QmNOAf3eUJFWcyDLlJSn1gruvLc6GSy0WFFlx/cLZBGQAlKo/JmDx+M0rEyXuso5fJ7OtwA==
dependencies:
eslint-config-aqua "^7.1.0"
eslint-config-aqua "^7.1.1"
eslint-plugin-promise "^4.2.1"
eslint-config-prettier@^6.5.0: