From 62a7a7060f8266ee3e4ec1d527d4685dfc29871f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 05:48:21 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.17.2 to 1.17.3 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.17.2 to 1.17.3. - [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.17.2...1.17.3) --- 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b764cd9d6..b9e14548c 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "devDependencies": { "@inquirer/type": "^1.1.5", "@salesforce/dev-scripts": "^8.3.0", - "eslint-plugin-sf-plugin": "^1.17.2", + "eslint-plugin-sf-plugin": "^1.17.3", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, diff --git a/yarn.lock b/yarn.lock index 6eea31684..b54368052 100644 --- a/yarn.lock +++ b/yarn.lock @@ -626,7 +626,7 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== -"@salesforce/core@^6.4.7", "@salesforce/core@^6.5.2": +"@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2": version "6.5.2" resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.2.tgz#4b64f8fadd443c3a0f254e14e45218e1c4440810" integrity sha512-/tviKhMQRMNZlbG/IldCXy6dLAOtCX9gysdiVeCoEsgWcXT72rj02fJg4PQMtc69GAu2vnRSbaRewfrC8Mrw8g== @@ -2192,12 +2192,12 @@ eslint-plugin-jsdoc@^46.9.0: semver "^7.5.4" spdx-expression-parse "^3.0.1" -eslint-plugin-sf-plugin@^1.17.2: - version "1.17.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.2.tgz#c2e5b40fdae762d3166696f0d9a3664ff8359141" - integrity sha512-N7o/rgpH5ImPwyGj7dByPwOeW7+VcA36/F35vUhL9NV8FOR35DDL8T+cX0HBGPWu4toSXjCmc2yEH52FdsnATg== +eslint-plugin-sf-plugin@^1.17.3: + version "1.17.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.3.tgz#3adda2e9955bf8f09859f935468c99ca15b58cc3" + integrity sha512-IFbKJYHbb0LBkdr/ftcz/awuEiktIhouJrHeZ0oQ2BOYKK4YOFdgfpVGqENNW2RvIS077bnjf8yzdgn2pLhcdg== dependencies: - "@salesforce/core" "^6.4.7" + "@salesforce/core" "^6.5.1" "@typescript-eslint/utils" "^6.17.0" eslint-plugin-unicorn@^49.0.0: