Skip to content

Commit b97517d

Browse files
authored
Merge pull request #904 from salesforcecli/dependabot-npm_and_yarn-eslint-plugin-sf-plugin-1.18.1
chore(dev-deps): bump eslint-plugin-sf-plugin from 1.17.5 to 1.18.1
2 parents 96517a3 + 085eea1 commit b97517d

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@salesforce/cli-plugins-testkit": "^5.2.1",
1818
"@salesforce/dev-scripts": "^8.5.0",
1919
"@salesforce/plugin-command-reference": "^3.0.73",
20-
"eslint-plugin-sf-plugin": "^1.17.5",
20+
"eslint-plugin-sf-plugin": "^1.18.1",
2121
"oclif": "^4.7.6",
2222
"ts-node": "^10.9.2",
2323
"typescript": "^5.4.5"

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3677,12 +3677,12 @@ eslint-plugin-jsdoc@^46.10.1:
36773677
semver "^7.5.4"
36783678
spdx-expression-parse "^4.0.0"
36793679

3680-
eslint-plugin-sf-plugin@^1.17.5:
3681-
version "1.17.5"
3682-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.5.tgz#3ce0e7033eaf50675c962e7d2def3bb2cad15018"
3683-
integrity sha512-TQlUNOwop8aGeIOY+Vtj3OV0EGN7ps2YpV9LEvgGpw7Eeg5ocULQqR6WPwuRpeRn+XUNl7AC5NVDdhveA1fEEQ==
3680+
eslint-plugin-sf-plugin@^1.18.1:
3681+
version "1.18.1"
3682+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.1.tgz#a7760a29dd5f8569fb66608dd02674c36f2a2874"
3683+
integrity sha512-MNVe0SRlDQBZeDzuYNxmqYNNGc147RR7YINpGM6M9w9hGmdAycPf2ZP6bpwgLXcDQRxzqTn/QnfCHq8NBRE7yA==
36843684
dependencies:
3685-
"@salesforce/core" "^6.7.3"
3685+
"@salesforce/core" "^7.2.0"
36863686
"@typescript-eslint/utils" "^6.17.0"
36873687

36883688
eslint-plugin-unicorn@^50.0.1:
@@ -7033,7 +7033,14 @@ string_decoder@~1.1.1:
70337033
dependencies:
70347034
safe-buffer "~5.1.0"
70357035

7036-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7036+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7037+
version "6.0.1"
7038+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7039+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7040+
dependencies:
7041+
ansi-regex "^5.0.1"
7042+
7043+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
70377044
version "6.0.1"
70387045
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
70397046
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)