From 994d087e48d2d5d9680d02d7cf81f80473ff50c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 05:45:48 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.20.5 to 1.20.7 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.20.5 to 1.20.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.20.5...1.20.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 ba72baa9..9d021476 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "archiver": "^5.3.2", "chai-each": "^0.0.1", "cross-env": "^7.0.3", - "eslint-plugin-sf-plugin": "^1.20.5", + "eslint-plugin-sf-plugin": "^1.20.7", "fast-glob": "^3.3.1", "oclif": "^4.14.22", "ts-node": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index a3d6fc96..b471ca78 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3893,12 +3893,12 @@ eslint-plugin-jsdoc@^46.10.1: semver "^7.5.4" spdx-expression-parse "^4.0.0" -eslint-plugin-sf-plugin@^1.20.5: - version "1.20.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.5.tgz#167657e6dd319e5e5bcc8a733668fff8e7a8089a" - integrity sha512-V8Y18rFPvVEIhWnXyQrgmdNKGFYRmDPY32lTN2vu0FCY9RkIF9ARDUAmGc5Zpz3J/faDNRtVQVra5dAJyqrMTA== +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== dependencies: - "@salesforce/core" "^8.4.0" + "@salesforce/core" "^8.5.4" "@typescript-eslint/utils" "^7.18.0" eslint-plugin-unicorn@^50.0.1: