From 8e567940a17b5ed5a9dd50c024857f1afe16b4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 02:16:21 +0000 Subject: [PATCH] Bump eslint-plugin-unicorn from 50.0.1 to 51.0.1 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 50.0.1 to 51.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v50.0.1...v51.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b08e1b72..d0f0b887 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-jsdoc": "^48.0.4", "eslint-plugin-json": "^3.1.0", "eslint-plugin-prefer-arrow": "^1.2.3", - "eslint-plugin-unicorn": "^50.0.1", + "eslint-plugin-unicorn": "^51.0.1", "eslint-plugin-unused-imports": "^3.0.0", "rimraf": "^5.0.5", "typedoc": "0.25.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 47c09827..2d6be1f1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,8 +63,8 @@ devDependencies: specifier: ^1.2.3 version: 1.2.3(eslint@8.57.0) eslint-plugin-unicorn: - specifier: ^50.0.1 - version: 50.0.1(eslint@8.57.0) + specifier: ^51.0.1 + version: 51.0.1(eslint@8.57.0) eslint-plugin-unused-imports: specifier: ^3.0.0 version: 3.0.0(@typescript-eslint/eslint-plugin@6.20.0)(eslint@8.57.0) @@ -1160,8 +1160,8 @@ packages: eslint: 8.57.0 dev: true - /eslint-plugin-unicorn@50.0.1(eslint@8.57.0): - resolution: {integrity: sha512-KxenCZxqSYW0GWHH18okDlOQcpezcitm5aOSz6EnobyJ6BIByiPDviQRjJIUAjG/tMN11958MxaQ+qCoU6lfDA==} + /eslint-plugin-unicorn@51.0.1(eslint@8.57.0): + resolution: {integrity: sha512-MuR/+9VuB0fydoI0nIn2RDA5WISRn4AsJyNSaNKLVwie9/ONvQhxOBbkfSICBPnzKrB77Fh6CZZXjgTt/4Latw==} engines: {node: '>=16'} peerDependencies: eslint: '>=8.56.0'