From e156d5a011b589755af9d06a7cde5fb74cd8be5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:06:18 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-unicorn from 60.0.0 to 61.0.1 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 60.0.0 to 61.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v60.0.0...v61.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 61.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2825be99..618224cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint-plugin-jsdoc": "54.4.0", "eslint-plugin-n": "17.21.3", "eslint-plugin-sonarjs": "3.0.5", - "eslint-plugin-unicorn": "60.0.0", + "eslint-plugin-unicorn": "61.0.1", "express": "5.1.0", "fastify": "5.6.0", "globals": "16.3.0", @@ -3972,9 +3972,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "60.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-60.0.0.tgz", - "integrity": "sha512-QUzTefvP8stfSXsqKQ+vBQSEsXIlAiCduS/V1Em+FKgL9c21U/IIm20/e3MFy1jyCf14tHAhqC1sX8OTy6VUCg==", + "version": "61.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-61.0.1.tgz", + "integrity": "sha512-RwXXqS8oTxW7dVs6e4ZBpZkn1wB4qqNZSbCJektP8/Nzp/woJdfN/t7LVNcpGMZ57xWBs33K0ymZ7MV+VeQnbA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7c31dd30..88a72504 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-plugin-jsdoc": "54.4.0", "eslint-plugin-n": "17.21.3", "eslint-plugin-sonarjs": "3.0.5", - "eslint-plugin-unicorn": "60.0.0", + "eslint-plugin-unicorn": "61.0.1", "express": "5.1.0", "fastify": "5.6.0", "globals": "16.3.0",