From 15cec1a4d1b172608d28d0dc783c4c0947c0bfad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:02:53 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.20.7 to 1.20.8 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.20.7 to 1.20.8. - [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.20.7...1.20.8) --- 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 97c02177e..098be53f4 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/mime": "2.0.3", "@types/minimatch": "^5.1.2", "deep-equal-in-any-order": "^1.1.19", - "eslint-plugin-sf-plugin": "^1.20.7", + "eslint-plugin-sf-plugin": "^1.20.8", "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 4595b4cd6..61fdc29fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -523,7 +523,7 @@ strip-ansi "6.0.1" ts-retry-promise "^0.8.1" -"@salesforce/core@^8.5.4", "@salesforce/core@^8.5.7", "@salesforce/core@^8.6.1": +"@salesforce/core@^8.5.7", "@salesforce/core@^8.6.1": version "8.6.1" resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.1.tgz#180c489447190632cf48364a077510989fc1dea2" integrity sha512-bOS6YIjk3IFzFtZcQXUIbJQ740Gh6EyzlcvoBpDpFA5eaz5ZrS0dO1e0rU6Gn4V1FZkvt84gQXA5G1M8tTNKVw== @@ -2171,12 +2171,12 @@ eslint-plugin-jsdoc@^46.10.1: semver "^7.5.4" spdx-expression-parse "^4.0.0" -eslint-plugin-sf-plugin@^1.20.7: - version "1.20.7" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.7.tgz#f22dfe52f6731e68e6ff54debccc938e7802645c" - integrity sha512-Lps86ebnRrHTYRVMJPvoQtvM+hmTzkEj0mbD3d0UfPPvTZ2dy5HtFk/8OspG9HweyYbTJU6qoTXWDwIH09LD0g== +eslint-plugin-sf-plugin@^1.20.8: + version "1.20.8" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.8.tgz#d105980a7907bf71340fc7ad2c28b9adafc58cb4" + integrity sha512-GCQjzf30OSBr8rg3c/FqWQvbJlXJtWzZkAttXxRRh/A108glXwgME06CU882f3sXidA0vbfoic4WB8SOv6ULPA== dependencies: - "@salesforce/core" "^8.5.4" + "@salesforce/core" "^8.6.1" "@typescript-eslint/utils" "^7.18.0" eslint-plugin-unicorn@^50.0.1: