From 8ba0d2f2bee5f53eb5f7c4a477aea9e1fc39ee3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 23:36:43 +0000 Subject: [PATCH] Bump eslint-plugin-unicorn in /packages/orgcheck-sfdx-plugin Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 63.0.0 to 64.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v63.0.0...v64.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 64.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/orgcheck-sfdx-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/orgcheck-sfdx-plugin/package.json b/packages/orgcheck-sfdx-plugin/package.json index 46413578..e22661d6 100644 --- a/packages/orgcheck-sfdx-plugin/package.json +++ b/packages/orgcheck-sfdx-plugin/package.json @@ -21,7 +21,7 @@ "eslint": "^10.1.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-sf-plugin": "^1.18.8", - "eslint-plugin-unicorn": "^63.0.0", + "eslint-plugin-unicorn": "^64.0.0", "jest": "^30.3.0", "oclif": "^4.14.0", "prettier": "^3.4.2",