From 33d73912027a9cd20a43b165c9e5a7723d27da7e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 07:54:26 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-habitrpg from 6.1.0 to 6.2.0 Bumps [eslint-config-habitrpg](https://github.com/HabitRPG/eslint-config) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/HabitRPG/eslint-config/releases) - [Commits](https://github.com/HabitRPG/eslint-config/compare/v6.1.0...v6.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d449927529..5103453503 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6094,9 +6094,9 @@ } }, "eslint-config-habitrpg": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/eslint-config-habitrpg/-/eslint-config-habitrpg-6.1.0.tgz", - "integrity": "sha512-kB5xmxsw87Tj9wbSkBgI6H8XILVU70qw0oc4oxvQe34q3JEYgsy7ZNqtNGUd6AJY7AdxWXIvWfsrmJQp2E1l1g==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/eslint-config-habitrpg/-/eslint-config-habitrpg-6.2.0.tgz", + "integrity": "sha512-tmfcNRuTu2vWPxUqbZ68miEEBGKb64u8skF1KaYTzZUODPX4BxLsMZFijTRauBBLLRxtA7+H0l8hXQ3GHqsDog==", "dev": true, "requires": { "eslint": "^6.5.1", diff --git a/package.json b/package.json index 921910fe63..f7edae00df 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "chai-as-promised": "^7.1.1", "chalk": "^2.4.1", "eslint": "^6.5.1", - "eslint-config-habitrpg": "^6.1.0", + "eslint-config-habitrpg": "^6.2.0", "eslint-plugin-mocha": "^5.0.0", "expect.js": "^0.3.1", "istanbul": "^1.1.0-alpha.1",