From f3a983f87c38cfe72f67d86dbecdb5c5af6e250b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 02:48:06 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.18.4 to 1.18.5 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.18.4 to 1.18.5. - [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.4...1.18.5) --- 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 46d9b0dd..d0c8e297 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@salesforce/plugin-deploy-retrieve": "^3.8.3", "@salesforce/ts-sinon": "^1.4.17", "@types/fast-levenshtein": "^0.0.4", - "eslint-plugin-sf-plugin": "^1.18.4", + "eslint-plugin-sf-plugin": "^1.18.5", "oclif": "^4.12.0", "ts-node": "^10.9.2", "typescript": "^5.4.5" diff --git a/yarn.lock b/yarn.lock index 743431f3..1b130fa0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4604,12 +4604,12 @@ eslint-plugin-jsdoc@^46.10.1: semver "^7.5.4" spdx-expression-parse "^4.0.0" -eslint-plugin-sf-plugin@^1.18.4: - version "1.18.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.4.tgz#59a41e224d620e20d0fe0e3902c43208c2629037" - integrity sha512-bPYmEh+5ARunhIfBoHc9UqrvPslRcYcloXJRKWqVkvU8tIBAiq2lqp6GWjVuUMPGjhvtUgICMolp6ozjO9wvmA== +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== dependencies: - "@salesforce/core" "^7.3.8" + "@salesforce/core" "^7.3.9" "@typescript-eslint/utils" "^6.17.0" eslint-plugin-unicorn@^50.0.1: