diff --git a/package.json b/package.json index e95a8983..8bdf9efe 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "2.28.1", "eslint-plugin-jsdoc": "^43.2.0", - "eslint-plugin-sf-plugin": "^1.16.10", + "eslint-plugin-sf-plugin": "^1.16.11", "husky": "^7.0.4", "mocha": "^9.1.3", "nyc": "^15.1.0", diff --git a/yarn.lock b/yarn.lock index 94284b72..034db43f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2977,10 +2977,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.16.10: - version "1.16.10" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.10.tgz#b398a1f98ae3009dc6bdcff361a9952633e2d0aa" - integrity sha512-CPYGv2EqZHAIAEAhAs0M0QjwIqurgBWPUPESaRUzrEyeRFoJKtkiIULqjYT31Z7w8gnIyNO8rFphfsWamjJTNg== +eslint-plugin-sf-plugin@^1.16.11: + version "1.16.11" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.11.tgz#cc30f8b3ac42d1ca3b33bec9b9d0d0eba1913e37" + integrity sha512-BjqiSahGVuYTVpbk4snbniIDQZeZIZzbnDpiwkfliTQKK/FOqzoDPPOEMHNGT9cVXQBC1xKkCedWYHNpTPAbaQ== dependencies: "@salesforce/core" "^5.3.9" "@typescript-eslint/utils" "^5.59.11"