From ae28a1e4aeb90de8374e735fa99e5e23b00b9eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 08:15:28 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.18.5 to 1.18.6 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.18.5 to 1.18.6. - [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.6) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7fbcb529..ab41370f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@salesforce/plugin-deploy-retrieve": "^3.9.2", "@salesforce/ts-sinon": "^1.4.17", "@types/fast-levenshtein": "^0.0.4", - "eslint-plugin-sf-plugin": "^1.18.5", + "eslint-plugin-sf-plugin": "^1.18.6", "oclif": "^4.12.0", "ts-node": "^10.9.2", "typescript": "^5.4.5" diff --git a/yarn.lock b/yarn.lock index b8d73580..74e9e212 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4595,10 +4595,10 @@ 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.6: + version "1.18.6" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.6.tgz#6ed177484a9150e0c6b6734bf6804f4534f5071e" + integrity sha512-wq+dEEKTl540nDa8LGurDNXjPHyWBdBQQ74EA2RQgkjEcICYYDe37Od536v5OalXQeJ/SWcOVfZ544lI1lBltQ== dependencies: "@salesforce/core" "^7.3.9" "@typescript-eslint/utils" "^6.17.0"