From dd6642e3f962c218dfb1086e0dd5839c29e4eb57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 06:10:41 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.18.0 to 1.18.2 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.18.0 to 1.18.2. - [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.18.0...1.18.2) --- 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 0bf53965..0e5d8931 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@salesforce/dev-scripts": "^9.0.0", "@salesforce/plugin-command-reference": "^3.0.78", "@salesforce/ts-sinon": "^1.4.19", - "eslint-plugin-sf-plugin": "^1.18.0", + "eslint-plugin-sf-plugin": "^1.18.2", "oclif": "^4.8.2", "ts-node": "^10.9.2", "typescript": "^5.4.5" diff --git a/yarn.lock b/yarn.lock index 209c1be9..b66976f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4095,12 +4095,12 @@ eslint-plugin-jsdoc@^46.10.1: semver "^7.5.4" spdx-expression-parse "^4.0.0" -eslint-plugin-sf-plugin@^1.18.0: - version "1.18.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.0.tgz#c6eca90e7738e9a114d8257588220c63a2a3e0e3" - integrity sha512-5Q4yI6Hr07v/lTaivs8A8re2FUXDEGyzzHzBk2cWi4c6iMxUYf/vaZKO6ZSSsc4eCcP11JY3RkDBQn6P33x58g== +eslint-plugin-sf-plugin@^1.18.2: + version "1.18.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.2.tgz#36e275b82eb17586dcfe77d0aafedecc30124329" + integrity sha512-QkxCu/4aglqlduTCk4d+3C6kl5KoIL6a88HJGLjgm1zWjjxduEeecsBNcHz82KN6FZtV+oONmvXPNoMlwQpvvw== dependencies: - "@salesforce/core" "^7.0.0" + "@salesforce/core" "^7.3.0" "@typescript-eslint/utils" "^6.17.0" eslint-plugin-unicorn@^50.0.1: