From 5d8117560d90c7f7b9a98b28db3910c31d5833a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 05:44:05 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.18.0 to 1.18.3 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.18.0 to 1.18.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.18.0...1.18.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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f978cd1f..528694e0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/marked-terminal": "^3.1.3", "@types/semver": "^7.5.8", "@types/sinon-chai": "^3.2.12", - "eslint-plugin-sf-plugin": "^1.18.0", + "eslint-plugin-sf-plugin": "^1.18.3", "oclif": "^4.8.6", "sinon-chai": "^3.7.0", "ts-node": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index a37ec0b7..9b4aa514 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1670,7 +1670,7 @@ strip-ansi "6.0.1" ts-retry-promise "^0.8.0" -"@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1": +"@salesforce/core@^7.0.1", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1": version "7.3.1" resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.1.tgz#cda324f7a5ff1be6d7381943b15b23dbe3cd5dec" integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ== @@ -4026,12 +4026,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.3: + version "1.18.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.3.tgz#8711ba1544e86fb8227375415865fca2c3566348" + integrity sha512-Cl2ZpraMOwOm/kDn2hlud7mkDH3OrImueAyX8nkX1LA0kFma9/yokdxabWE/uaPpWPUlADeqgKWwgTjgf75SYQ== dependencies: - "@salesforce/core" "^7.0.0" + "@salesforce/core" "^7.3.1" "@typescript-eslint/utils" "^6.17.0" eslint-plugin-unicorn@^50.0.1: