From a09d7797fbb75eb0c23a5a97eab5770869982d01 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sun, 19 Sep 2021 09:36:50 +0200 Subject: [PATCH] Update the `eslint-plugin-unicorn` package to the latest version Please refer to https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v36.0.0 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1ca6cd7a..37ca3d1a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5483,9 +5483,9 @@ "dev": true }, "eslint-plugin-unicorn": { - "version": "35.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-35.0.0.tgz", - "integrity": "sha512-FHsaO68tDPQILfs/mGF8eSISJp8RswR4FpUuBDnueK2wyEHC6zmsc9WxjYyldXoIsBuVmru6jQyFCbCWPoW/KQ==", + "version": "36.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-36.0.0.tgz", + "integrity": "sha512-xxN2vSctGWnDW6aLElm/LKIwcrmk6mdiEcW55Uv5krcrVcIFSWMmEgc/hwpemYfZacKZ5npFERGNz4aThsp1AA==", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.14.9", diff --git a/package.json b/package.json index a6dd406a9..b4096196b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-plugin-no-unsanitized": "^3.1.5", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-sort-exports": "^0.4.1", - "eslint-plugin-unicorn": "^35.0.0", + "eslint-plugin-unicorn": "^36.0.0", "globals": "^13.11.0", "gulp": "^4.0.2", "gulp-postcss": "^9.0.1",