From 46b6e57b7c419f0081c9c5fd0abe75ab53df6db5 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sun, 11 Jul 2021 12:21:29 +0200 Subject: [PATCH] Update the `eslint-plugin-unicorn` package to the latest version --- package-lock.json | 29 ++++------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f2e17015..83d602671 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5027,16 +5027,15 @@ "dev": true }, "eslint-plugin-unicorn": { - "version": "33.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-33.0.1.tgz", - "integrity": "sha512-VxX/L/9DUEyB3D0v00185LrgsB5/fBwkgA4IC7ehHRu5hFSgA6VecmdpFybhsr4GQ/Y1iyXMHf6q+JKvcR2MwA==", + "version": "34.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-34.0.1.tgz", + "integrity": "sha512-GUBtRYRhPVOW/GDu6QtOjrneSZxY/MulOT8puJU+47VKCzNmMgS/iHO2gZqoQ7KPMrpNYlebUlvCWy3IR1USVQ==", "dev": true, "requires": { - "ci-info": "^3.1.1", + "ci-info": "^3.2.0", "clean-regexp": "^1.0.0", "eslint-template-visitor": "^2.3.2", "eslint-utils": "^3.0.0", - "import-modules": "^2.1.0", "is-builtin-module": "^3.1.0", "lodash": "^4.17.21", "pluralize": "^8.0.0", @@ -5062,12 +5061,6 @@ "eslint-visitor-keys": "^2.0.0" } }, - "eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "dev": true - }, "find-up": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", @@ -5265,14 +5258,6 @@ "eslint-visitor-keys": "^2.0.0", "esquery": "^1.3.1", "multimap": "^1.1.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "dev": true - } } }, "eslint-utils": { @@ -7272,12 +7257,6 @@ "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", "dev": true }, - "import-modules": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-modules/-/import-modules-2.1.0.tgz", - "integrity": "sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A==", - "dev": true - }, "imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", diff --git a/package.json b/package.json index 983263ba4..b779012ca 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint-plugin-no-unsanitized": "^3.1.5", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-sort-exports": "^0.4.0", - "eslint-plugin-unicorn": "^33.0.1", + "eslint-plugin-unicorn": "^34.0.1", "globals": "^13.10.0", "gulp": "^4.0.2", "gulp-postcss": "^9.0.0",