From c711954a03b9957ec6dcf13bcfa3b3bb33ee17f1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 29 Feb 2024 00:15:48 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-unicorn to v51 --- 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 dba7bc4..1daa88e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-sonarjs": "0.24.0", "eslint-plugin-sort-destructure-keys": "1.5.0", - "eslint-plugin-unicorn": "50.0.1" + "eslint-plugin-unicorn": "51.0.1" }, "devDependencies": { "eslint": "8.57.0", @@ -2743,9 +2743,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "50.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-50.0.1.tgz", - "integrity": "sha512-KxenCZxqSYW0GWHH18okDlOQcpezcitm5aOSz6EnobyJ6BIByiPDviQRjJIUAjG/tMN11958MxaQ+qCoU6lfDA==", + "version": "51.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-51.0.1.tgz", + "integrity": "sha512-MuR/+9VuB0fydoI0nIn2RDA5WISRn4AsJyNSaNKLVwie9/ONvQhxOBbkfSICBPnzKrB77Fh6CZZXjgTt/4Latw==", "dependencies": { "@babel/helper-validator-identifier": "^7.22.20", "@eslint-community/eslint-utils": "^4.4.0", @@ -8153,9 +8153,9 @@ } }, "eslint-plugin-unicorn": { - "version": "50.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-50.0.1.tgz", - "integrity": "sha512-KxenCZxqSYW0GWHH18okDlOQcpezcitm5aOSz6EnobyJ6BIByiPDviQRjJIUAjG/tMN11958MxaQ+qCoU6lfDA==", + "version": "51.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-51.0.1.tgz", + "integrity": "sha512-MuR/+9VuB0fydoI0nIn2RDA5WISRn4AsJyNSaNKLVwie9/ONvQhxOBbkfSICBPnzKrB77Fh6CZZXjgTt/4Latw==", "requires": { "@babel/helper-validator-identifier": "^7.22.20", "@eslint-community/eslint-utils": "^4.4.0", diff --git a/package.json b/package.json index a09f06d..7183392 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-sonarjs": "0.24.0", "eslint-plugin-sort-destructure-keys": "1.5.0", - "eslint-plugin-unicorn": "50.0.1" + "eslint-plugin-unicorn": "51.0.1" }, "devDependencies": { "eslint": "8.57.0",