From 299cb72653580cc0c45e15616ede31e06370cdcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 08:49:27 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.20.28 to 1.20.30 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.20.28 to 1.20.30. - [Release notes](https://github.com/salesforcecli/eslint-plugin-sf-plugin/releases) - [Changelog](https://github.com/salesforcecli/eslint-plugin-sf-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.20.28...1.20.30) --- updated-dependencies: - dependency-name: eslint-plugin-sf-plugin dependency-version: 1.20.30 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2eeb330a..9eb956cc 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@salesforce/plugin-auth": "^3.7.10", "@salesforce/plugin-user": "^3.6.29", "@types/debug": "^4.1.12", - "eslint-plugin-sf-plugin": "^1.20.28", + "eslint-plugin-sf-plugin": "^1.20.30", "oclif": "^4.22.2", "ts-node": "^10.9.2", "typescript": "^5.5.4" diff --git a/yarn.lock b/yarn.lock index b3b48dcf..21d4d0fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3835,12 +3835,12 @@ eslint-plugin-jsdoc@^46.10.1: semver "^7.5.4" spdx-expression-parse "^4.0.0" -eslint-plugin-sf-plugin@^1.20.28: - version "1.20.28" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.28.tgz#bcecb3e7c9535b84a120b2458fd9c826c441c256" - integrity sha512-Nxlme8+38a6toGLY/LxlQ671DQcDfoBaiIs81KTv++Vuen9ytvYBKK3i09D+Z88b8+dG4Y+YW0S0GHOpCCalMQ== +eslint-plugin-sf-plugin@^1.20.30: + version "1.20.30" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.30.tgz#34d83312ebbb4af2e0595cfc0e51bbe972449b56" + integrity sha512-fhOg19KHGfr8lnzSxTXaG16qeokdoVgxYtQAt+Uc4HBF8idoF2cTzsP70O2MI54CKxoo0U0DeqiEgxPkhsKQsg== dependencies: - "@salesforce/core" "^8.18.1" + "@salesforce/core" "^8.18.5" "@typescript-eslint/utils" "^7.18.0" eslint-plugin-unicorn@^50.0.1: