From f0f7f9842d3c1b5f250a5e452d0dcd354c32ece6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 08:44:46 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.18.10 to 1.18.11 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.18.10 to 1.18.11. - [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.18.10...1.18.11) --- 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 97f7d761..9bbfa541 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@salesforce/plugin-deploy-retrieve": "^3.9.9", "@salesforce/ts-sinon": "^1.4.22", "@types/fast-levenshtein": "^0.0.4", - "eslint-plugin-sf-plugin": "^1.18.10", + "eslint-plugin-sf-plugin": "^1.18.11", "oclif": "^4.13.13", "ts-node": "^10.9.2", "typescript": "^5.5.2" diff --git a/yarn.lock b/yarn.lock index 6262e1a2..16284ee1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3949,12 +3949,12 @@ eslint-plugin-jsdoc@^46.10.1: semver "^7.5.4" spdx-expression-parse "^4.0.0" -eslint-plugin-sf-plugin@^1.18.10: - version "1.18.10" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.10.tgz#d12373dbf12ff4a6926837c210e01183e0edd320" - integrity sha512-gYA0lK81/XVvzuRrTc+LW8VvgDrHEcfJpqjbF1oBkjvpLYmxZ9mVC/1iSyHPlfGqBi9mGWXUzRd3agNd7vHAKA== +eslint-plugin-sf-plugin@^1.18.11: + version "1.18.11" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.11.tgz#bf320e0dbbad4979e23842b60efd1db3b8611c83" + integrity sha512-4EaoQL5LK2Ruvc7Ws5SfteybbXYzQTAF8+8didZf0XiJBrZYSTWkdEheFG75Mk0HajxFj3XV4cW450tgCeUvHg== dependencies: - "@salesforce/core" "^8.1.0" + "@salesforce/core" "^8.1.1" "@typescript-eslint/utils" "^6.17.0" eslint-plugin-unicorn@^50.0.1: