From ead546f24cc79a702c4640e2fef53bf4bf00e946 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 01:50:03 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-unicorn to v51 --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c854ee803..b43077754 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-n": "^16.6.2", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-svelte": "^2.35.1", - "eslint-plugin-unicorn": "^50.0.1", + "eslint-plugin-unicorn": "^51.0.1", "execa": "^8.0.1", "fs-extra": "^11.2.0", "husky": "^9.0.10", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a41297887..b1918fbe8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -62,8 +62,8 @@ importers: specifier: ^2.35.1 version: 2.35.1(eslint@8.56.0)(svelte@4.2.10) eslint-plugin-unicorn: - specifier: ^50.0.1 - version: 50.0.1(eslint@8.56.0) + specifier: ^51.0.1 + version: 51.0.1(eslint@8.56.0) execa: specifier: ^8.0.1 version: 8.0.1 @@ -3573,8 +3573,8 @@ packages: - ts-node dev: true - /eslint-plugin-unicorn@50.0.1(eslint@8.56.0): - resolution: {integrity: sha512-KxenCZxqSYW0GWHH18okDlOQcpezcitm5aOSz6EnobyJ6BIByiPDviQRjJIUAjG/tMN11958MxaQ+qCoU6lfDA==} + /eslint-plugin-unicorn@51.0.1(eslint@8.56.0): + resolution: {integrity: sha512-MuR/+9VuB0fydoI0nIn2RDA5WISRn4AsJyNSaNKLVwie9/ONvQhxOBbkfSICBPnzKrB77Fh6CZZXjgTt/4Latw==} engines: {node: '>=16'} peerDependencies: eslint: '>=8.56.0'