From 7c6d0738f5a8b34365767e85cf406cdfa3f4fc18 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2020 16:41:46 +0200 Subject: [PATCH] chore(deps-dev): bump eslint-config-marine from 7.1.2 to 7.2.0 (#669) Bumps [eslint-config-marine](https://github.com/iCrawl/eslint-config-marine) from 7.1.2 to 7.2.0. - [Release notes](https://github.com/iCrawl/eslint-config-marine/releases) - [Commits](https://github.com/iCrawl/eslint-config-marine/compare/v7.1.2...v7.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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6fda741..583aef4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1682,18 +1682,18 @@ } }, "eslint-config-aqua": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/eslint-config-aqua/-/eslint-config-aqua-7.2.4.tgz", - "integrity": "sha512-AfZdiyAkzeVQaPlpKPI2KGtyWH3ePs5fAOUwDYsT52OGAPyBid8Rotgkn/0JdRM/79MF3pOrXfOtcEjsMxhB3w==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/eslint-config-aqua/-/eslint-config-aqua-7.3.0.tgz", + "integrity": "sha512-rSOMrG5fpv/DtITtGKeOwTWYMeLiCaNLIsJlLABp2oeDs4qTaIE4Y3UdWc/10/C7Vuy/aNGiOidb/XAa6veFFg==", "dev": true }, "eslint-config-marine": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/eslint-config-marine/-/eslint-config-marine-7.1.2.tgz", - "integrity": "sha512-AMzafaVJmNfbjJZyJY9ap1LU/QWjvZtCwbsVkqn0ye/gJqGPcU1w7FCIJiUzPaFYneNpKaQzYt/VbLXNv9ym5g==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/eslint-config-marine/-/eslint-config-marine-7.2.0.tgz", + "integrity": "sha512-emIoQpexPl5Of4d/qZ+lf91JObvnJefGdsuNUQWH8p2E7iSSw8nQmOSocVdEUWjZoTzhf1z0x/UP4g9g6S2Kdw==", "dev": true, "requires": { - "eslint-config-aqua": "^7.2.4" + "eslint-config-aqua": "^7.3.0" } }, "eslint-config-prettier": { @@ -3749,8 +3749,8 @@ "dev": true }, "register-scheme": { - "version": "0.0.2", - "resolved": "github:devsnek/node-register-scheme#e7cc9a63a1f512565da44cb57316d9fb10750e17", + "version": "github:devsnek/node-register-scheme#e7cc9a63a1f512565da44cb57316d9fb10750e17", + "from": "github:devsnek/node-register-scheme", "optional": true, "requires": { "bindings": "^1.3.0", diff --git a/package.json b/package.json index a44bee1..d81f065 100644 --- a/package.json +++ b/package.json @@ -196,7 +196,7 @@ "@typescript-eslint/parser": "^3.9.1", "clean-webpack-plugin": "^3.0.0", "eslint": "^7.7.0", - "eslint-config-marine": "^7.1.2", + "eslint-config-marine": "^7.2.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "prettier": "^2.0.5",