From f8e58badbc43cac95d1412ba5c33a34b81506d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 02:48:18 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.18.5 to 1.18.7 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.18.5 to 1.18.7. - [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.5...1.18.7) --- 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 9f9471f..a855f03 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@salesforce/cli-plugins-testkit": "^5.3.12", "@salesforce/dev-scripts": "^10.1.0", "@salesforce/plugin-command-reference": "^3.1.1", - "eslint-plugin-sf-plugin": "^1.18.5", + "eslint-plugin-sf-plugin": "^1.18.7", "oclif": "^4.11.1", "ts-node": "^10.9.2", "typescript": "^5.4.5" diff --git a/yarn.lock b/yarn.lock index 9f3dbf5..2cc2a3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3813,12 +3813,12 @@ eslint-plugin-jsdoc@^46.10.1: semver "^7.5.4" spdx-expression-parse "^4.0.0" -eslint-plugin-sf-plugin@^1.18.5: - version "1.18.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.5.tgz#4a81063c8dea645db8be183c3257a33dc67c0158" - integrity sha512-yjvWM3OmxFuUUlHhDAXczo4ysX5ONoeysPL0B0Cj/zjrizvS05fjaAy53fa+AwVjOIOthWopFh2vPDSTNQ+pmA== +eslint-plugin-sf-plugin@^1.18.7: + version "1.18.7" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.7.tgz#b321aa1256239865e845c2cfeda041972d9569d1" + integrity sha512-b8Y40/sileV0SK52FkbYGFhR+NGuw3pGYH4YaHL432DrQcyLU4xO1/IvIY8qpf+My1UscFwb06oYldVDMivd8Q== dependencies: - "@salesforce/core" "^7.3.9" + "@salesforce/core" "^7.4.1" "@typescript-eslint/utils" "^6.17.0" eslint-plugin-unicorn@^50.0.1: