From 2e90eb9c55d59a833f4b868452e0346de092bd18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:03:25 +0000 Subject: [PATCH] Bump eslint-plugin-unicorn from 69.0.0 to 70.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 69.0.0 to 70.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v69.0.0...v70.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 70.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 1cfb1ea..011b209 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@vercel/ncc": "0.44.1", "eslint": "10.6.0", "eslint-plugin-n": "18.2.1", - "eslint-plugin-unicorn": "69.0.0" + "eslint-plugin-unicorn": "70.0.0" }, "funding": { "url": "https://github.com/sponsors/DavidAnson" @@ -930,9 +930,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "69.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-69.0.0.tgz", - "integrity": "sha512-ZN/KtHr9hQ6AOByANSNJpsDbo/+Nn+EyQ6blK4w+dcmS/xpYkqLLfrUc+NA/wOK6vF5uEUvhn8my5B/3sruB9g==", + "version": "70.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-70.0.0.tgz", + "integrity": "sha512-uAF9xMcVvvhTfvusCgogJ1wh4To3q2KhVMw3i1Apf/ILTbxsCjscvraAZACsEurb7no2fdXblD3whcbVnjw5zg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c6af9d6..b3f4fd8 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "@vercel/ncc": "0.44.1", "eslint": "10.6.0", "eslint-plugin-n": "18.2.1", - "eslint-plugin-unicorn": "69.0.0" + "eslint-plugin-unicorn": "70.0.0" } }