From f68cbc6372b7a80de75a764a250b6bd1dbef95a3 Mon Sep 17 00:00:00 2001 From: chrisguttandin Date: Fri, 6 Apr 2018 23:16:00 +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 d11b1e1d..2dd17ccd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3932,18 +3932,18 @@ } }, "eslint-config-holy-grail": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-holy-grail/-/eslint-config-holy-grail-26.0.0.tgz", - "integrity": "sha512-xHH+O+WaVUQuQAG0CYCc81xX3E6YRr8NhrfYpa5X+A2bXXEDo1lEWuyJpgOZTD9q0BGxABsXyBka2LGvrA1wkA==", + "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 fd2a5518..965f9d45 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "commitizen": "^2.9.6", "cz-conventional-changelog": "^2.1.0", "eslint": "^4.19.1", - "eslint-config-holy-grail": "^26.0.0", + "eslint-config-holy-grail": "^26.0.2", "greenkeeper-lockfile": "^1.14.0", "grunt": "^1.0.2", "grunt-cli": "^1.2.0",