From 31f7ee9d92f2dfce77ccb9b3f06edc642a0f64f4 Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Sun, 26 Apr 2020 10:53:42 +0200 Subject: [PATCH] fix(package): update eslint-config-holy-grail to version 46.0.16 --- 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 d4b33c17..a57eb846 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2013,14 +2013,14 @@ } }, "eslint-config-holy-grail": { - "version": "46.0.15", - "resolved": "https://registry.npmjs.org/eslint-config-holy-grail/-/eslint-config-holy-grail-46.0.15.tgz", - "integrity": "sha512-KlsgsAS/Pk20ev9nAhwiwVauXG4KgIB5+xa4K3qSNl+VBJeuhN7Tzy91U7NlDnPJXYB2/shtX8f1M9BI50NC6w==", + "version": "46.0.16", + "resolved": "https://registry.npmjs.org/eslint-config-holy-grail/-/eslint-config-holy-grail-46.0.16.tgz", + "integrity": "sha512-zgNnXoV9ufjzB7uvd0YCQjOKvAQdTt0GhWXkzWDt3BMXsjTCnYYz4yAPuzVB6E2EGth3K4zGgOAtTILVrTW4Ng==", "dev": true, "requires": { "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-unicorn": "^19.0.0" + "eslint-plugin-unicorn": "^19.0.1" } }, "eslint-import-resolver-node": { @@ -2197,9 +2197,9 @@ } }, "eslint-plugin-unicorn": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-19.0.0.tgz", - "integrity": "sha512-VznQVIEYSMfA5+kyMIt6O4IJx0bB/HfitK9qgIz2Lri2BoNrvz/tHvFmuEmKlSAx3v7MZF65lJZos/Zj5XGrkw==", + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-19.0.1.tgz", + "integrity": "sha512-fu0/h5mHXfBC6EkA3i2vCjsfC8j53+T9txGhNL4fpxJ+1JKsUKfv+tmXDgy0XnLHhFjnOZp4tRWJWbcykeIP2Q==", "dev": true, "requires": { "ci-info": "^2.0.0", diff --git a/package.json b/package.json index 8f7fa181..353a5a39 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "commitizen": "^4.0.4", "cz-conventional-changelog": "^3.1.0", "eslint": "^6.8.0", - "eslint-config-holy-grail": "^46.0.15", + "eslint-config-holy-grail": "^46.0.16", "grunt": "^1.1.0", "grunt-cli": "^1.3.2", "grunt-sh": "^0.2.0",