From d30739c6f752662d089241a977175727253bc72b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 21:08:14 +0100 Subject: [PATCH] chore(deps-dev): bump eslint-config-marine from 8.1.0 to 8.2.0 (#922) Bumps [eslint-config-marine](https://github.com/iCrawl/eslint-config-marine) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/iCrawl/eslint-config-marine/releases) - [Commits](https://github.com/iCrawl/eslint-config-marine/commits/v8.2.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 31 +++++++++++++++---------------- package.json | 2 +- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index a71a142..7808178 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@typescript-eslint/parser": "^4.15.2", "clean-webpack-plugin": "^3.0.0", "eslint": "^7.20.0", - "eslint-config-marine": "^8.1.0", + "eslint-config-marine": "^8.2.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-prettier": "^3.3.1", "prettier": "^2.2.1", @@ -1236,22 +1236,21 @@ } }, "node_modules/eslint-config-aqua": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-aqua/-/eslint-config-aqua-8.0.0.tgz", - "integrity": "sha512-TKvuVmjsb9b31dAWDptI9vY2DlUGidhL2slX20GZtnWALRdoH8cjSOeLpDF2H+yU+wSVDL/Ni0oFWPaG8L8lWA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-aqua/-/eslint-config-aqua-8.1.0.tgz", + "integrity": "sha512-DZpzHPJUwjXy7+4VrO/pL0R2xI+zLZTdeM+VEOA3gzTpLPS+OSXqRXy+EwFq2Spyr6k/xk/RubXL1HcvOyuKZQ==", "dev": true, "engines": { "node": ">=10" } }, "node_modules/eslint-config-marine": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/eslint-config-marine/-/eslint-config-marine-8.1.0.tgz", - "integrity": "sha512-BSYZe12AZoOi83Up2KhfmvVRzaqgMIgTC8q73/M8AvL/bsLxi3cz0hNKPx+NL9KHFeopGaaGiE3h0o/fXBdFCQ==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/eslint-config-marine/-/eslint-config-marine-8.2.0.tgz", + "integrity": "sha512-rh4A8inJVDCxh8s53YAGrfnfJ+247TeDyjZGzWfOKsjhiImQVDcEnzRjjSUHqu/UZjcMtbXS7m8fRAJh2Dj1jw==", "dev": true, - "license": "MIT", "dependencies": { - "eslint-config-aqua": "^8.0.0" + "eslint-config-aqua": "^8.1.0" } }, "node_modules/eslint-config-prettier": { @@ -4264,18 +4263,18 @@ } }, "eslint-config-aqua": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-aqua/-/eslint-config-aqua-8.0.0.tgz", - "integrity": "sha512-TKvuVmjsb9b31dAWDptI9vY2DlUGidhL2slX20GZtnWALRdoH8cjSOeLpDF2H+yU+wSVDL/Ni0oFWPaG8L8lWA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-aqua/-/eslint-config-aqua-8.1.0.tgz", + "integrity": "sha512-DZpzHPJUwjXy7+4VrO/pL0R2xI+zLZTdeM+VEOA3gzTpLPS+OSXqRXy+EwFq2Spyr6k/xk/RubXL1HcvOyuKZQ==", "dev": true }, "eslint-config-marine": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/eslint-config-marine/-/eslint-config-marine-8.1.0.tgz", - "integrity": "sha512-BSYZe12AZoOi83Up2KhfmvVRzaqgMIgTC8q73/M8AvL/bsLxi3cz0hNKPx+NL9KHFeopGaaGiE3h0o/fXBdFCQ==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/eslint-config-marine/-/eslint-config-marine-8.2.0.tgz", + "integrity": "sha512-rh4A8inJVDCxh8s53YAGrfnfJ+247TeDyjZGzWfOKsjhiImQVDcEnzRjjSUHqu/UZjcMtbXS7m8fRAJh2Dj1jw==", "dev": true, "requires": { - "eslint-config-aqua": "^8.0.0" + "eslint-config-aqua": "^8.1.0" } }, "eslint-config-prettier": { diff --git a/package.json b/package.json index 1e6f6d9..309234a 100644 --- a/package.json +++ b/package.json @@ -184,7 +184,7 @@ "@typescript-eslint/parser": "^4.15.2", "clean-webpack-plugin": "^3.0.0", "eslint": "^7.20.0", - "eslint-config-marine": "^8.1.0", + "eslint-config-marine": "^8.2.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-prettier": "^3.3.1", "prettier": "^2.2.1",