From 76e7f588f67ea207be635ccf301bcac72d335d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 10:37:34 +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 18e58d8c..e52f60db 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@salesforce/ts-sinon": "^1.4.18", "@types/shelljs": "^0.8.15", "@types/sinon-chai": "^3.2.12", - "eslint-plugin-sf-plugin": "^1.17.2", + "eslint-plugin-sf-plugin": "^1.17.3", "oclif": "^4.4.2", "shx": "0.3.4", "sinon-chai": "^3.7.0", diff --git a/yarn.lock b/yarn.lock index f858759c..90920415 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2286,7 +2286,7 @@ semver "^7.5.4" ts-retry-promise "^0.7.1" -"@salesforce/core@^6.4.1", "@salesforce/core@^6.4.7", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2": +"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2": version "6.5.3" resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.3.tgz#b1ceef7947b9046ab23e78e73851115fec86f4f9" integrity sha512-L4I2LrGyuXbNDCkoQdrMQ2sR/nhNIgRMLgpYNpOARZFIWKUsnjgBLVpUui+knCzjrQsOMoSwev+W0vp17iT76w== @@ -5258,12 +5258,12 @@ eslint-plugin-perfectionist@^2.1.0: minimatch "^9.0.3" natural-compare-lite "^1.4.0" -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: