From c64503c911a9a705173d382dcd79397de8b5bb86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 21:45:22 -0500 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.18.2 to 1.18.3 (#1303) Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.18.2 to 1.18.3. - [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.2...1.18.3) --- updated-dependencies: - dependency-name: eslint-plugin-sf-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 5c7e2d0171..776304a94b 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/minimatch": "^5.1.2", "deep-equal-in-any-order": "^1.1.19", "deepmerge": "^4.3.1", - "eslint-plugin-sf-plugin": "^1.18.2", + "eslint-plugin-sf-plugin": "^1.18.3", "mocha-junit-reporter": "^1.23.3", "mocha-snap": "^5.0.0", "ts-node": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index 673efc3fa7..de6b1f8d1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -564,7 +564,7 @@ strip-ansi "6.0.1" ts-retry-promise "^0.8.0" -"@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1": +"@salesforce/core@^7.3.1": version "7.3.1" resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.1.tgz#cda324f7a5ff1be6d7381943b15b23dbe3cd5dec" integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ== @@ -2148,12 +2148,12 @@ eslint-plugin-jsdoc@^46.10.1: semver "^7.5.4" spdx-expression-parse "^4.0.0" -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== +eslint-plugin-sf-plugin@^1.18.3: + version "1.18.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.3.tgz#8711ba1544e86fb8227375415865fca2c3566348" + integrity sha512-Cl2ZpraMOwOm/kDn2hlud7mkDH3OrImueAyX8nkX1LA0kFma9/yokdxabWE/uaPpWPUlADeqgKWwgTjgf75SYQ== dependencies: - "@salesforce/core" "^7.3.0" + "@salesforce/core" "^7.3.1" "@typescript-eslint/utils" "^6.17.0" eslint-plugin-unicorn@^50.0.1: