From 7e4284dc5a2b8ab112dd68cf1adc6d8e74be1953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 12:06:56 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.18.1 to 1.18.2 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.18.1 to 1.18.2. - [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.18.1...1.18.2) --- updated-dependencies: - dependency-name: eslint-plugin-sf-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 396fd757..c039dad3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@salesforce/cli-plugins-testkit": "^5.2.3", "@salesforce/dev-scripts": "^8.5.0", "@salesforce/plugin-command-reference": "^3.0.73", - "eslint-plugin-sf-plugin": "^1.18.1", + "eslint-plugin-sf-plugin": "^1.18.2", "oclif": "^4.8.6", "ts-node": "^10.9.2", "typescript": "^5.4.5" diff --git a/yarn.lock b/yarn.lock index 418136a3..897389e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1654,7 +1654,7 @@ semver "^7.6.0" ts-retry-promise "^0.7.1" -"@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0": +"@salesforce/core@^7.3.0": version "7.3.1" resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.1.tgz#cda324f7a5ff1be6d7381943b15b23dbe3cd5dec" integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ== @@ -4007,12 +4007,12 @@ eslint-plugin-jsdoc@^46.10.1: semver "^7.5.4" spdx-expression-parse "^4.0.0" -eslint-plugin-sf-plugin@^1.18.1: - version "1.18.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.1.tgz#a7760a29dd5f8569fb66608dd02674c36f2a2874" - integrity sha512-MNVe0SRlDQBZeDzuYNxmqYNNGc147RR7YINpGM6M9w9hGmdAycPf2ZP6bpwgLXcDQRxzqTn/QnfCHq8NBRE7yA== +eslint-plugin-sf-plugin@^1.18.2: + version "1.18.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.2.tgz#36e275b82eb17586dcfe77d0aafedecc30124329" + integrity sha512-QkxCu/4aglqlduTCk4d+3C6kl5KoIL6a88HJGLjgm1zWjjxduEeecsBNcHz82KN6FZtV+oONmvXPNoMlwQpvvw== dependencies: - "@salesforce/core" "^7.2.0" + "@salesforce/core" "^7.3.0" "@typescript-eslint/utils" "^6.17.0" eslint-plugin-unicorn@^50.0.1: