From 013e39ee75880bc725f5c4110a69fa2e51c8b770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 05:47:37 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.16.4 to 1.16.7 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.16.4 to 1.16.7. - [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.16.4...1.16.7) --- 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 ef51353a..372b412d 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.28.0", "eslint-plugin-jsdoc": "^43.0.5", - "eslint-plugin-sf-plugin": "^1.16.4", + "eslint-plugin-sf-plugin": "^1.16.7", "husky": "^7.0.4", "jsforce": "^2.0.0-beta.22", "mocha": "^9.1.3", diff --git a/yarn.lock b/yarn.lock index 5bac45e4..bca26303 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3142,12 +3142,12 @@ 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.16.4: - version "1.16.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.4.tgz#b5bb489e5798f6d58e7742492ee58f6a04face9e" - integrity sha512-v9EtzaXpVFc8wtrNVv3+cqNOXrKBiNgKnQ1biyMvIhEltYi8vd1x4qxU5qHvXbwMmmKevC2NhP2kwYKPb3S3HA== +eslint-plugin-sf-plugin@^1.16.7: + version "1.16.7" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.7.tgz#dc3e7c451fea0cf642b7c45ec0c6d9ee1e53ae54" + integrity sha512-GS0/ylGA7ksr0aBB1DSVxW9NOu0QKFq/e0yJ/gSmZ33VP6Sx6LpwJ8uE2c3IY0KWLQ4D7zOR+jOJnxwjVlMGtA== dependencies: - "@salesforce/core" "^5.2.5" + "@salesforce/core" "^5.2.10" "@typescript-eslint/utils" "^5.59.11" eslint-scope@^5.1.1: