From 58d6ea2acd518456eb9a6ac5fdee25bbc8d2dd83 Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Tue, 31 Jul 2018 00:04:21 +0200 Subject: [PATCH] fix(package): update eslint-config-holy-grail to version 29.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 787780d4..aa5faa1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4400,13 +4400,13 @@ } }, "eslint-config-holy-grail": { - "version": "29.0.1", - "resolved": "https://registry.npmjs.org/eslint-config-holy-grail/-/eslint-config-holy-grail-29.0.1.tgz", - "integrity": "sha512-c8FXN1FfEh7bFVY5xom9gxCDA5kIPfPtLVcovamb6QHEjp1htkGQBdb3LmLvSDuOThYWa9o7Esckwg7pOBmzXQ==", + "version": "29.0.2", + "resolved": "https://registry.npmjs.org/eslint-config-holy-grail/-/eslint-config-holy-grail-29.0.2.tgz", + "integrity": "sha512-h+Ck23P2uPWibNYEGF4H/MEdS7OH5dveDsHKSmblAElihInD+e4emxmbCQnbrsH+Kgv3C/zeEeLYVS3nZ8drbA==", "dev": true, "requires": { "eslint-plugin-node": "^7.0.1", - "eslint-plugin-unicorn": "^4.0.3" + "eslint-plugin-unicorn": "^5.0.0" } }, "eslint-plugin-es": { @@ -4442,9 +4442,9 @@ } }, "eslint-plugin-unicorn": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-4.0.3.tgz", - "integrity": "sha512-F1JMyd42hx4qGhIaVdOSbDyhcxPgTy4BOzctTCkV+hqebPBUOAQn1f5AhMK2LTyiqCmKiTs8huAErbLBSWKoCQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-5.0.0.tgz", + "integrity": "sha512-+a+BVAP/dcS3g8TqtQTOTH9ck7YjIR+czYL3USqZDGTVsFIfObQzHOcpbKVjLgXaTq8F4RS22ABC+B8sSFqLFw==", "dev": true, "requires": { "clean-regexp": "^1.0.0", diff --git a/package.json b/package.json index a4073bdb..e17bc572 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "commitizen": "^2.10.1", "cz-conventional-changelog": "^2.1.0", "eslint": "^5.2.0", - "eslint-config-holy-grail": "^29.0.1", + "eslint-config-holy-grail": "^29.0.2", "greenkeeper-lockfile": "^1.15.1", "grunt": "^1.0.3", "grunt-cli": "^1.2.0",