From 970b315a639fd97365304a6ec86c412a2a0aff5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 03:02:46 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.20.11 to 1.20.12 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.20.11 to 1.20.12. - [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.11...1.20.12) --- 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 609d2341..570fa890 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@salesforce/cli-plugins-testkit": "^5.3.37", "@salesforce/dev-scripts": "^8.5.0", "@salesforce/plugin-command-reference": "^3.1.33", - "eslint-plugin-sf-plugin": "^1.20.11", + "eslint-plugin-sf-plugin": "^1.20.12", "oclif": "^4.15.20", "ts-node": "^10.9.2", "typescript": "^5.4.5" diff --git a/yarn.lock b/yarn.lock index cb0e727d..4649772c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4102,12 +4102,12 @@ eslint-plugin-jsdoc@^46.10.1: semver "^7.5.4" spdx-expression-parse "^4.0.0" -eslint-plugin-sf-plugin@^1.20.11: - version "1.20.11" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.11.tgz#a242763c6707bb4584f13f9cce75166fd22ab5a4" - integrity sha512-+0CVUtSZebF3klmiiGXuJtX8iozJq460V7k4eUnIYMdJtI13NdOubpY5JVMqq+a67arhkdklMR9QpcsUIp1zGg== +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== dependencies: - "@salesforce/core" "^8.6.4" + "@salesforce/core" "^8.8.0" "@typescript-eslint/utils" "^7.18.0" eslint-plugin-unicorn@^50.0.1: