From c3762c55b64f084f0611a5f8eda7e82368bf8d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 08:49:28 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.17.1 to 1.17.2 Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.17.1 to 1.17.2. - [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.1...1.17.2) --- 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 1ff723da8..a42c4678f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/semver": "^7.5.6", "@types/shelljs": "^0.8.15", "aws-sdk-mock": "^5.8.0", - "eslint-plugin-sf-plugin": "^1.17.0", + "eslint-plugin-sf-plugin": "^1.17.2", "oclif": "^4.3.1", "shx": "0.3.4", "ts-node": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index 87d347ac2..b5bfe24e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1894,7 +1894,7 @@ semver "^7.5.4" ts-retry-promise "^0.7.1" -"@salesforce/core@^6.4.1", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7": +"@salesforce/core@^6.4.1", "@salesforce/core@^6.4.7": version "6.4.7" resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.7.tgz#f15538380aa5c75de697d3c95a2ddbdabae69dbb" integrity sha512-gebjw2xC8Z0gqS3lYRQWz7J+PuGZtybotrnnaJbnzzxdfpBFIp6PjW4nt/235BQW9UWFTLaQh+AwkFgmMTTSkA== @@ -5004,12 +5004,12 @@ eslint-plugin-perfectionist@^2.1.0: minimatch "^9.0.3" natural-compare-lite "^1.4.0" -eslint-plugin-sf-plugin@^1.17.0: - version "1.17.1" - resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.1.tgz" - integrity sha512-ZbIC0P5W7enSMNWZYTKKMzQ+yAU8FyWKazdOwk2rMrMEVk+LA23lfKcgCEvvuala718TEkqkPTwPYyn7qujPkA== +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== dependencies: - "@salesforce/core" "^6.4.4" + "@salesforce/core" "^6.4.7" "@typescript-eslint/utils" "^6.17.0" eslint-plugin-unicorn@^49.0.0: