From 6b77f308d4e9bfda0ec8dec5764522b4b36fdc1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 17:02:08 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.6.0 to 1.6.2 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.6.0 to 1.6.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.6.0...1.6.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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e70501f9..041b2b03 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsdoc": "^39.6.4", - "eslint-plugin-sf-plugin": "^1.6.0", + "eslint-plugin-sf-plugin": "^1.6.2", "husky": "^7.0.4", "mocha": "^9.1.3", "nyc": "^15.1.0", diff --git a/yarn.lock b/yarn.lock index 1e2f47f8..cff96463 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3372,10 +3372,10 @@ eslint-plugin-prefer-arrow@^1.2.1: resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz#e7fbb3fa4cd84ff1015b9c51ad86550e55041041" integrity sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ== -eslint-plugin-sf-plugin@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.6.0.tgz#24b7304bd45f8a0d815b22ad4d4b96d64dbfaa64" - integrity sha512-rXp4AeJy0gEcHM94RVgu90mS65AAbzhCySAUxS4oCFd//ECCCijffc2UR3xZasSiKGdQ7RK8eW2j5lnsiYjhlA== +eslint-plugin-sf-plugin@^1.6.2: + version "1.6.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.6.2.tgz#def875f5374f80db60554ab4c309d579c0ff681e" + integrity sha512-KIEQUlAwdw/M2fS/HfRLsKEfwks7u13kVl4kQaBgKGYjxU5WSvX+YWCmorpReJl8lFdajJcUs9tUIeH0EhNwtw== dependencies: "@typescript-eslint/utils" "^5.48.0"