From 9c83ef11738be23a3bd8761dddc2ff40127316ab Mon Sep 17 00:00:00 2001 From: chrisguttandin Date: Fri, 6 Apr 2018 23:01:47 +0200 Subject: [PATCH] fix(package): update eslint-config-holy-grail to version 26.0.2 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7cf469d4..17896cdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1566,18 +1566,18 @@ } }, "eslint-config-holy-grail": { - "version": "26.0.1", - "resolved": "https://registry.npmjs.org/eslint-config-holy-grail/-/eslint-config-holy-grail-26.0.1.tgz", - "integrity": "sha512-iXHBfzoMth7pZGTatblSJxWJHKopJ/qkSzJZy5K9rfjjAQactlYdzQINreh5DEAsRNQ+nzcPTdFtE3+YJy2msg==", + "version": "26.0.2", + "resolved": "https://registry.npmjs.org/eslint-config-holy-grail/-/eslint-config-holy-grail-26.0.2.tgz", + "integrity": "sha512-HL+FAigvDqTAi/IN5x9h2ohRTf4EADNJY9sQgPYmmS9twXjKYh3BQLuoo8439lMq97V55bxPg9DHP3DMyrQMhA==", "dev": true, "requires": { - "eslint-plugin-unicorn": "4.0.2" + "eslint-plugin-unicorn": "4.0.3" } }, "eslint-plugin-unicorn": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-4.0.2.tgz", - "integrity": "sha512-oWe43NRm9YhzYQyrRyLIxndQ+NJUNWGodv0PYEd60tTKJiD3EpEnPhtt+xqs4vkWF6uP/M+VgawJaPf/wldleA==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-4.0.3.tgz", + "integrity": "sha512-F1JMyd42hx4qGhIaVdOSbDyhcxPgTy4BOzctTCkV+hqebPBUOAQn1f5AhMK2LTyiqCmKiTs8huAErbLBSWKoCQ==", "dev": true, "requires": { "clean-regexp": "1.0.0", diff --git a/package.json b/package.json index 6b3b9ec3..4e191191 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "commitizen": "^2.9.6", "cz-conventional-changelog": "^2.1.0", "eslint": "^4.19.1", - "eslint-config-holy-grail": "^26.0.1", + "eslint-config-holy-grail": "^26.0.2", "greenkeeper-lockfile": "^1.14.0", "grunt": "^1.0.2", "grunt-cli": "^1.2.0",