From 9d48d14c1200df1b43a07f853e1d406c8366320e Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Fri, 27 Mar 2020 00:02:53 +0100 Subject: [PATCH] fix(package): update eslint-plugin-unicorn to version 18.0.0 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 440d77e..33e4660 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1943,9 +1943,9 @@ } }, "eslint-plugin-unicorn": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-17.2.0.tgz", - "integrity": "sha512-0kYjrywf0kQxevFz571KrDfYMIRZ5Kq6dDgPU1EEBFeC181r+fAaPatBScWX+/hisKJ4+eCRFebxTeVylsSYmw==", + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-18.0.0.tgz", + "integrity": "sha512-2mk3Cz6H2LCsKSEmJ7Wmqm/XbMAQ55+PjSBFM2Yh1/A7uk2gryNNhdfbFDycsjs/ylqk0m7LJ4qPpK9OlP8f9A==", "requires": { "ci-info": "^2.0.0", "clean-regexp": "^1.0.0", @@ -1954,10 +1954,10 @@ "import-modules": "^2.0.0", "lodash": "^4.17.15", "read-pkg-up": "^7.0.1", - "regexp-tree": "^0.1.20", + "regexp-tree": "^0.1.21", "reserved-words": "^0.1.2", "safe-regex": "^2.1.1", - "semver": "^7.1.2" + "semver": "^7.1.3" }, "dependencies": { "find-up": { diff --git a/package.json b/package.json index 76db14a..917012c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "eslint-plugin-import": "^2.20.1", "eslint-plugin-node": "^11.0.0", - "eslint-plugin-unicorn": "^17.2.0" + "eslint-plugin-unicorn": "^18.0.0" }, "description": "This is just my personal eslint configuration.", "devDependencies": {