From b4cbaa0bb764dd0f5d60d583533e099989ed5f77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 05:47:32 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.16.12 to 1.16.14 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.16.12 to 1.16.14. - [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.12...1.16.14) --- 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 5a17e668..b8af9fd3 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "2.29.0", "eslint-plugin-jsdoc": "^46.8.2", - "eslint-plugin-sf-plugin": "^1.16.12", + "eslint-plugin-sf-plugin": "^1.16.14", "husky": "^7.0.4", "mocha": "^9.2.2", "nyc": "^15.1.0", diff --git a/yarn.lock b/yarn.lock index 2a502ab5..9baa38f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2886,12 +2886,12 @@ eslint-plugin-prefer-arrow@^1.2.1: resolved "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.2.tgz#0c6d25a6b94cb3e0110a23d129760af5860edb6e" integrity sha512-C8YMhL+r8RMeMdYAw/rQtE6xNdMulj+zGWud/qIGnlmomiPRaLDGLMeskZ3alN6uMBojmooRimtdrXebLN4svQ== -eslint-plugin-sf-plugin@^1.16.12: - version "1.16.12" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.12.tgz#053e27f75df4e5b2d350c43aca2ddcfee4239109" - integrity sha512-iW7kFN7qEx9iqhRUcWNUqO2jkdRDX8m/wOfLXFkoq9b+6QuOnhmV4sD5G6GUvPrKP9Sv7A/Ke2hQdXT8wxfm8Q== +eslint-plugin-sf-plugin@^1.16.14: + version "1.16.14" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.14.tgz#64138f6c597ad7b750d9d7615894e2fe504852ec" + integrity sha512-numvHHhJjExz4ojxK3O25G8Vh8pXtMgZzwEaKGGsKaOJFm4rmSS2NabmfkRPYX2NCO/xn4eNHm1iGTnnQywGvg== dependencies: - "@salesforce/core" "^5.3.10" + "@salesforce/core" "^5.3.17" "@typescript-eslint/utils" "^5.59.11" eslint-plugin-unicorn@^48.0.1: