From 9251f2da54724a529ab4cd474a078597b4536669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:25:44 -0500 Subject: [PATCH] fix(deps): bump eslint-config-salesforce from 2.0.2 to 2.1.0 (#238) * fix(deps): bump eslint-config-salesforce from 2.0.2 to 2.1.0 Bumps [eslint-config-salesforce](https://github.com/forcedotcom/eslint-config-salesforce) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/forcedotcom/eslint-config-salesforce/releases) - [Changelog](https://github.com/forcedotcom/eslint-config-salesforce/blob/main/CHANGELOG.md) - [Commits](https://github.com/forcedotcom/eslint-config-salesforce/compare/2.0.2...2.1.0) --- updated-dependencies: - dependency-name: eslint-config-salesforce dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * fix: bump eslint-config --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mshanemc --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 38a7704..be51cff 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", - "eslint-config-salesforce": "^2.0.2", + "eslint-config-salesforce": "^2.2.0", "eslint-config-salesforce-license": "^0.2.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.29.1", diff --git a/yarn.lock b/yarn.lock index 7248fe2..bdafd93 100644 --- a/yarn.lock +++ b/yarn.lock @@ -652,10 +652,10 @@ eslint-config-salesforce-license@^0.2.0: resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz#323193f1aa15dd33fbf108d25fc1210afc11065e" integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w== -eslint-config-salesforce@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/eslint-config-salesforce/-/eslint-config-salesforce-2.0.2.tgz#38eb2d8eb2824c66967ed9b45bc92082eba2f225" - integrity sha512-3jbrI+QFu/KaQbPYIBxItB3okqUtA4EBCGiR6s2kcUMIZBLBBGAURW0k62f9WAv1EagR3eUoO0m9ru7LTj2F5Q== +eslint-config-salesforce@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/eslint-config-salesforce/-/eslint-config-salesforce-2.2.0.tgz#04b6cf07dcbaabc32fc9edb0915860497db55c30" + integrity sha512-0zUEFJ2nNpMvVO3MgKEDUTGtaFZjL3xEIErr5h+BOft+OhGoIvZBNPnBBu12lvv29ylqIAQz5SwoVCCUzBhyPQ== eslint-import-resolver-node@^0.3.9: version "0.3.9"