From f4041f3b9c9f24d58d3b69cbaddef47770a02236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 09:02:53 +0000 Subject: [PATCH] Bump eslint-plugin-unicorn from 65.0.0 to 65.0.1 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 65.0.0 to 65.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v65.0.0...v65.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 65.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 8817a5f..8c9f72c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@vercel/ncc": "0.38.4", "eslint": "10.4.1", "eslint-plugin-n": "18.0.1", - "eslint-plugin-unicorn": "65.0.0" + "eslint-plugin-unicorn": "65.0.1" }, "funding": { "url": "https://github.com/sponsors/DavidAnson" @@ -927,9 +927,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "65.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-65.0.0.tgz", - "integrity": "sha512-wE75x2QqMuPgZXcoc8LgTz7+gk5+SZK93Cxe6jkfouKp6+FwYwjMGrbYQTMRH8HK8X6jeTBhPPI2Cun923EMLQ==", + "version": "65.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-65.0.1.tgz", + "integrity": "sha512-daCrQrgxOoOz2uMPWB3Y3vvv/5q+ncwICI8IjoebiwtW87CaY4tAN5EEiRXTYVnf7qi1v1BGBdHOSnZLV0rx6A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 07d55af..ddbacb6 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "@vercel/ncc": "0.38.4", "eslint": "10.4.1", "eslint-plugin-n": "18.0.1", - "eslint-plugin-unicorn": "65.0.0" + "eslint-plugin-unicorn": "65.0.1" } }