From 5c8f7d41254f880a3efb2346147c4e09f81e4cda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 09:07:35 +0000 Subject: [PATCH] Update dependency eslint-plugin-unicorn to v44.0.1 --- 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 4c8bb6d..c4f80f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -865,9 +865,9 @@ "dev": true }, "eslint-plugin-unicorn": { - "version": "44.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-44.0.0.tgz", - "integrity": "sha512-GbkxkdNzY7wNEfZnraAP+oA+aqqzSrNZmO37kjW1DyqnSK/ah08ySDdIecObpx46twv+zcQvH8i0CHP98Wo64w==", + "version": "44.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-44.0.1.tgz", + "integrity": "sha512-ly6Ye9OfgYBCw/FfsdycCzAztcRd+pOA0F6xZwtUsUkgOBjtNR0684xC7u+0RmE3SKr3y7z8MaIWunw36tbZdg==", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.19.1", diff --git a/package.json b/package.json index 49bb57c..6fc41af 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-plugin-import": "2.26.0", "eslint-plugin-n": "15.3.0", "eslint-plugin-promise": "6.0.1", - "eslint-plugin-unicorn": "44.0.0", + "eslint-plugin-unicorn": "44.0.1", "typescript": "4.8.4" }, "repository": {