From ab88ae13f3bc605be891a795ad75773f22df9bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:10:36 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.20.12 to 1.20.13 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.20.12 to 1.20.13. - [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.12...1.20.13) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bf720d3f..c12ce6b2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@salesforce/dev-scripts": "^10.2.11", "@salesforce/plugin-command-reference": "^3.1.35", "@salesforce/types": "^1.3.0", - "eslint-plugin-sf-plugin": "^1.20.12", + "eslint-plugin-sf-plugin": "^1.20.13", "oclif": "^4.15.28", "ts-node": "^10.9.2", "typescript": "^5.5.4" diff --git a/yarn.lock b/yarn.lock index 5f32db26..8f842c11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3657,10 +3657,10 @@ eslint-plugin-jsdoc@^46.10.1: semver "^7.5.4" spdx-expression-parse "^4.0.0" -eslint-plugin-sf-plugin@^1.20.12: - version "1.20.12" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.12.tgz#21af47a8a339b99abb8b172e242df372ec0c8f03" - integrity sha512-eIrUlmVQKp0MgRrdJRaNB2gwanjuQ3z7mmZNs0wGD63ZhPhuh7R8QGFacKKjjK/JOlOKKwSfSxKcxyzTxF0GuA== +eslint-plugin-sf-plugin@^1.20.13: + version "1.20.13" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.13.tgz#cebe116f1c8c44595ae67e0e1c9dc61f86f69652" + integrity sha512-jGiQn55k7TDPgpz9Wr2heNbyjGkFvpy+rgBMj7zDWSSJPLLePsLYF2CI4twF9lufQDzLxnO+BNUr+ZkChy+/TQ== dependencies: "@salesforce/core" "^8.8.0" "@typescript-eslint/utils" "^7.18.0"