From 0da8bc5c3ced2eb7b41405a0ce2cc824daf36a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 30 Apr 2019 18:21:39 +0200 Subject: [PATCH] chore(deps-dev): bump eslint-config-marine from 2.0.0 to 2.2.0 (#249) Bumps [eslint-config-marine](https://github.com/iCrawl/eslint-config-marine) from 2.0.0 to 2.2.0. - [Release notes](https://github.com/iCrawl/eslint-config-marine/releases) - [Commits](https://github.com/iCrawl/eslint-config-marine/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fa270af..cd6d4cc 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,7 @@ "@typescript-eslint/parser": "^1.7.0", "clean-webpack-plugin": "^2.0.1", "eslint": "^5.16.0", - "eslint-config-marine": "^2.0.0", + "eslint-config-marine": "^2.2.0", "terser-webpack-plugin": "^1.2.3", "ts-loader": "^5.4.4", "typescript": "^3.4.5", diff --git a/yarn.lock b/yarn.lock index 2e93922..56b8316 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1149,10 +1149,10 @@ eslint-config-aqua@^5.0.0: resolved "https://registry.yarnpkg.com/eslint-config-aqua/-/eslint-config-aqua-5.0.0.tgz#f0ed8be7805e86aa389c35f9c3021ba4c51234bd" integrity sha512-cAeVOqDOpuHtr503joLxSfvQ9d/qla0u8GfgB76vhgEQ9wySTj182vK/alimDKOCl4TyN/0UgqMSK3aqq86LUA== -eslint-config-marine@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-marine/-/eslint-config-marine-2.0.0.tgz#d8103822083969b9e19ff4e7c9fe581eebaa3c48" - integrity sha512-bmJbP8/Hz/IwcX1BkiR4gMqRGGSk8fgNC41ZrgWunVlDsWhF6ZAP4heSFsfboZcitDHlCUapQFIupyB8/x5r+Q== +eslint-config-marine@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/eslint-config-marine/-/eslint-config-marine-2.2.0.tgz#dc8f00e92f2c0c5990b4cfdb8e60538332011307" + integrity sha512-eYGWM8ItithjQMri2H7IN9g/Fcg0sJoJLBw9XvBNOIYG7m5fO2goFRjYoeul7e46xiUangMYqcOdp7kr93/bXQ== dependencies: eslint-config-aqua "^5.0.0" eslint-plugin-promise "^4.1.1"