From b9631f785709e5ad7d17b0b48e2fe26a3a8b133c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 11:30:45 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.20.1 to 1.20.3 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.20.1 to 1.20.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.20.1...1.20.3) --- 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 | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index d6f4f53a..d262672e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@salesforce/dev-scripts": "^10.2.9", "@salesforce/plugin-command-reference": "^3.1.13", "chai-each": "^0.0.1", - "eslint-plugin-sf-plugin": "^1.20.1", + "eslint-plugin-sf-plugin": "^1.20.3", "oclif": "^4.14.12", "ts-node": "^10.9.2", "typescript": "^5.5.4" diff --git a/yarn.lock b/yarn.lock index f68a19f0..b992e52a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2289,7 +2289,7 @@ "@typescript-eslint/typescript-estree" "6.21.0" semver "^7.5.4" -"@typescript-eslint/utils@^7.17.0": +"@typescript-eslint/utils@^7.18.0": version "7.18.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f" integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw== @@ -3561,13 +3561,13 @@ eslint-plugin-jsdoc@^46.10.1: semver "^7.5.4" spdx-expression-parse "^4.0.0" -eslint-plugin-sf-plugin@^1.20.1: - version "1.20.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.1.tgz#bdde7cd6b62df1f707770273768a4fecdf901cfa" - integrity sha512-Mf4gC4I87h+coOpwh2uIRbhCzTGDGX7QskLGzst7fktzXkCwsIXMVic6NHPWSWIA6U8IU4g5MwMiZjuXqJTwdA== +eslint-plugin-sf-plugin@^1.20.3: + version "1.20.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.3.tgz#7c47b9a47d372ac86f71224273ac90a775be6a5b" + integrity sha512-nDdb/RuoiTbJpaneAEGaYqT1934+j9mdgDBhfADb9IuB/3UtSTdtgYTbrc2N9Fu7IhDkwV5JBx4lYLAQZIZbIA== dependencies: - "@salesforce/core" "^8.2.3" - "@typescript-eslint/utils" "^7.17.0" + "@salesforce/core" "^8.2.8" + "@typescript-eslint/utils" "^7.18.0" eslint-plugin-unicorn@^50.0.1: version "50.0.1"