From 67613356e7a3a1d76478351982e58131d33a1c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 05:46:52 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.20.18 to 1.20.19 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.20.18 to 1.20.19. - [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.18...1.20.19) --- updated-dependencies: - dependency-name: eslint-plugin-sf-plugin dependency-version: 1.20.19 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 dcc70bf3..b7587ac1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@salesforce/plugin-auth": "^3.6.110", "@salesforce/plugin-user": "^3.6.16", "@types/debug": "^4.1.12", - "eslint-plugin-sf-plugin": "^1.20.18", + "eslint-plugin-sf-plugin": "^1.20.19", "oclif": "^4.17.43", "ts-node": "^10.9.2", "typescript": "^5.5.4" diff --git a/yarn.lock b/yarn.lock index 17542b2a..def5a0fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4394,12 +4394,12 @@ eslint-plugin-jsdoc@^46.10.1: semver "^7.5.4" spdx-expression-parse "^4.0.0" -eslint-plugin-sf-plugin@^1.20.18: - version "1.20.18" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.18.tgz#06e7a27babf6d5638b17e082c888c11201c01cd4" - integrity sha512-ljPpknrhJio/YOnZUm6f63ujT2Gi7jUE63D4BWtYYbMaljX27kmXYygoViYi/Vsz5+S8jj/ydSHLJVTRo5Ynqw== +eslint-plugin-sf-plugin@^1.20.19: + version "1.20.19" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.19.tgz#e13f4bc60fab1f8b76b6bff2c11558e9ce4a3d00" + integrity sha512-HBvwvwZ/YcnZxq/h2tdUc9ch8KzsGQL2JtKm76J2yiILuLywuKnMALVKCn3tuBCtFW/OUUWNa7cR56ipU6Uh8w== dependencies: - "@salesforce/core" "^8.8.7" + "@salesforce/core" "^8.9.0" "@typescript-eslint/utils" "^7.18.0" eslint-plugin-unicorn@^50.0.1: