From fcff1161eefc4f4abc780fe732ba51dd6c4da0d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:03:06 +0000 Subject: [PATCH] Bump eslint-plugin-unicorn from 66.0.0 to 68.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 66.0.0 to 68.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v66.0.0...v68.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 68.0.0 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 c328bf4..c3aa4d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@vercel/ncc": "0.44.0", "eslint": "10.5.0", "eslint-plugin-n": "18.1.0", - "eslint-plugin-unicorn": "66.0.0" + "eslint-plugin-unicorn": "68.0.0" }, "funding": { "url": "https://github.com/sponsors/DavidAnson" @@ -930,9 +930,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "66.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-66.0.0.tgz", - "integrity": "sha512-+ywdy8T3foyZ2t3nRBujGa3vfOVMobHIi5iLB0L+fogdVO3EiUJ4BAyIacogWytnweLw3hgT70LQL9KoKTY/kA==", + "version": "68.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-68.0.0.tgz", + "integrity": "sha512-mHYWvX948Q4H3bGc39bsNMxD/leOuNI+Iws9NVsoSz5VA7EGP86wnz7mZ/SPSvRhefT8L4hd8DHfDuGC+lIoCQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3e6f472..0cec456 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "@vercel/ncc": "0.44.0", "eslint": "10.5.0", "eslint-plugin-n": "18.1.0", - "eslint-plugin-unicorn": "66.0.0" + "eslint-plugin-unicorn": "68.0.0" } }