From d39cca0ad2fe8a4524c605c0f216399f159d8614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 08:30:26 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.16.13 to 1.16.14 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.16.13 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.13...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 dcc2302f..0dc0fc42 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/fast-levenshtein": "^0.0.3", "@types/fs-extra": "^9.0.13", "@types/shelljs": "^0.8.14", - "eslint-plugin-sf-plugin": "^1.16.9", + "eslint-plugin-sf-plugin": "^1.16.14", "fs-extra": "^10.1.0", "oclif": "^4.0.3", "shelljs": "^0.8.5", diff --git a/yarn.lock b/yarn.lock index c1975703..d58398e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3249,12 +3249,12 @@ eslint-plugin-perfectionist@^2.1.0: minimatch "^9.0.3" natural-compare-lite "^1.4.0" -eslint-plugin-sf-plugin@^1.16.9: - version "1.16.13" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.13.tgz#e3ba9ee0014c96b414af67c6aa9e8578451a01fd" - integrity sha512-Cj8r7GXrSrQ7iia78sBOGZH7VFa2/7wl5a3dtoVyIx3bp/Oq7P1yOSPofg13bdH2gZr4O+/3JNxXXvj+kqvE9A== +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.14" + "@salesforce/core" "^5.3.17" "@typescript-eslint/utils" "^5.59.11" eslint-plugin-unicorn@^49.0.0: