From 187b1093322b0dbafbce649f6ce12717c3a600c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 08:11:45 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.18.9 to 1.18.10 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.18.9 to 1.18.10. - [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.9...1.18.10) --- 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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b5d6da31..9a7586f3 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.9", + "eslint-plugin-sf-plugin": "^1.18.10", "oclif": "^4.12.0", "ts-node": "^10.9.2", "typescript": "^5.5.2" diff --git a/yarn.lock b/yarn.lock index 16217d5b..1960209d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1799,10 +1799,10 @@ semver "^7.6.2" ts-retry-promise "^0.8.1" -"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.2", "@salesforce/core@^8.0.3": - version "8.1.0" - resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.1.0.tgz#8ee25acdacf9d70a6249907a2fe3503461f18766" - integrity sha512-oItr8cdeMe67glJN3dP1Gh/kasD0DUT6S6RfcLTH32wwuZNQAwMXNgBOCvlskr8nxPZ+YSSw7CVuqYMUmCtUXA== +"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.2", "@salesforce/core@^8.0.3", "@salesforce/core@^8.1.0": + version "8.1.1" + resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.1.1.tgz#26db4e6da3573c4bd223eb05cb3da6aad8b2a311" + integrity sha512-PQ58kz0oRk/cjGhmiRj8W+x0Eg2mrWagrA4xMKaXjBAgSgU+V39BaO9IC1G2cAMGy53JJRBO5G876ala4gD44w== dependencies: "@jsforce/jsforce-node" "^3.2.1" "@salesforce/kit" "^3.1.6" @@ -4621,12 +4621,12 @@ eslint-plugin-jsdoc@^46.10.1: semver "^7.5.4" spdx-expression-parse "^4.0.0" -eslint-plugin-sf-plugin@^1.18.9: - version "1.18.9" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.9.tgz#785916e1c428bbc886a6d5c1cd1f5214cbb03319" - integrity sha512-p/l64/qsGp3iD28PfsSEtWYJ9ziWDZ6aOtoty99WQDpazLVG3DDzCSE/pZjwPQlY1AnU+4eo9/H8ZROeuA3Nmw== +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== dependencies: - "@salesforce/core" "^8.0.3" + "@salesforce/core" "^8.1.0" "@typescript-eslint/utils" "^6.17.0" eslint-plugin-unicorn@^50.0.1: