From 910e5b1a546b028a120690d6977e35921cd98e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 10:22:37 +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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5b0d5bad..238a5cb4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@salesforce/ts-sinon": "^1.4.18", "@types/shelljs": "^0.8.15", "@types/sinon-chai": "^3.2.12", - "eslint-plugin-sf-plugin": "^1.18.1", + "eslint-plugin-sf-plugin": "^1.18.2", "oclif": "^4.8.2", "sinon-chai": "^3.7.0", "ts-node": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index b85ead8a..acb0f4ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4635,12 +4635,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: