From 2ef727f3f8bb90c4975f1af90490f28e44386fa7 Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Sat, 25 Apr 2020 19:37:47 +0200 Subject: [PATCH] fix(package): update eslint-plugin-unicorn to version 19.0.0 --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91dc6a0..83ddc8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1943,14 +1943,15 @@ } }, "eslint-plugin-unicorn": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-18.0.1.tgz", - "integrity": "sha512-Y4bgygek4x4ogeMcSHr6MZi3frBPZ80eIpMOsxew7jAblb53OYflpRh0an62Z6jv/fw7D3TkXauqLOBWbT9adg==", + "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==", "requires": { "ci-info": "^2.0.0", "clean-regexp": "^1.0.0", "eslint-ast-utils": "^1.1.0", "eslint-template-visitor": "^1.1.0", + "eslint-utils": "^2.0.0", "import-modules": "^2.0.0", "lodash": "^4.17.15", "read-pkg-up": "^7.0.1", diff --git a/package.json b/package.json index a7ce7d4..407fe15 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-unicorn": "^18.0.1" + "eslint-plugin-unicorn": "^19.0.0" }, "description": "This is just my personal eslint configuration.", "devDependencies": {