Skip to content

Commit 6049e8f

Browse files
authored
Merge pull request #413 from salesforcecli/dependabot-npm_and_yarn-eslint-plugin-sf-plugin-1.17.5
chore(dev-deps): bump eslint-plugin-sf-plugin from 1.17.4 to 1.17.5
2 parents 8abc769 + 87c69b7 commit 6049e8f

File tree

2 files changed

+10
-35
lines changed

2 files changed

+10
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@salesforce/dev-scripts": "^8.5.0",
2121
"@salesforce/plugin-command-reference": "^3.0.74",
2222
"@types/color-convert": "^2.0.3",
23-
"eslint-plugin-sf-plugin": "^1.17.4",
23+
"eslint-plugin-sf-plugin": "^1.17.5",
2424
"oclif": "^4.7.5",
2525
"ts-node": "^10.9.2",
2626
"typescript": "^5.4.3"

yarn.lock

Lines changed: 9 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@
14181418
strip-ansi "6.0.1"
14191419
ts-retry-promise "^0.8.0"
14201420

1421-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.3":
1421+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.7.3":
14221422
version "6.7.3"
14231423
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.3.tgz#5d8f30c40ac3cebb898c8e845fe9a067bc729268"
14241424
integrity sha512-uU+PuZZGXxByhvnXLH1V3eY5P1caw401dIZ/QvhzYxoP/alPLk7dpChnZNJYH5Rw3dc/AhSPw+eg0cvUyjhP1Q==
@@ -3622,12 +3622,12 @@ eslint-plugin-jsdoc@^46.10.1:
36223622
semver "^7.5.4"
36233623
spdx-expression-parse "^4.0.0"
36243624

3625-
eslint-plugin-sf-plugin@^1.17.4:
3626-
version "1.17.4"
3627-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.4.tgz#31006e188cf534eedea0ecd6159443e61346a66c"
3628-
integrity sha512-6SVkegmUdXl2YnghLNXsnmjCw4gtkdAyRcxrhqpyS8vxfP3PZocKHQBuMH5aIAsA/Yb9bXcOs1gE5y0r/bD7MA==
3625+
eslint-plugin-sf-plugin@^1.17.5:
3626+
version "1.17.5"
3627+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.5.tgz#3ce0e7033eaf50675c962e7d2def3bb2cad15018"
3628+
integrity sha512-TQlUNOwop8aGeIOY+Vtj3OV0EGN7ps2YpV9LEvgGpw7Eeg5ocULQqR6WPwuRpeRn+XUNl7AC5NVDdhveA1fEEQ==
36293629
dependencies:
3630-
"@salesforce/core" "^6.7.0"
3630+
"@salesforce/core" "^6.7.3"
36313631
"@typescript-eslint/utils" "^6.17.0"
36323632

36333633
eslint-plugin-unicorn@^50.0.1:
@@ -6746,16 +6746,7 @@ srcset@^5.0.0:
67466746
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
67476747
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
67486748

6749-
"string-width-cjs@npm:string-width@^4.2.0":
6750-
version "4.2.3"
6751-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6752-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6753-
dependencies:
6754-
emoji-regex "^8.0.0"
6755-
is-fullwidth-code-point "^3.0.0"
6756-
strip-ansi "^6.0.1"
6757-
6758-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6749+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
67596750
version "4.2.3"
67606751
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
67616752
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6814,14 +6805,7 @@ string_decoder@~1.1.1:
68146805
dependencies:
68156806
safe-buffer "~5.1.0"
68166807

6817-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6818-
version "6.0.1"
6819-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6820-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6821-
dependencies:
6822-
ansi-regex "^5.0.1"
6823-
6824-
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6808+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
68256809
version "6.0.1"
68266810
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
68276811
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7378,7 +7362,7 @@ [email protected]:
73787362
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
73797363
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
73807364

7381-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
7365+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
73827366
version "7.0.0"
73837367
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
73847368
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7396,15 +7380,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
73967380
string-width "^4.1.0"
73977381
strip-ansi "^6.0.0"
73987382

7399-
wrap-ansi@^7.0.0:
7400-
version "7.0.0"
7401-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7402-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7403-
dependencies:
7404-
ansi-styles "^4.0.0"
7405-
string-width "^4.1.0"
7406-
strip-ansi "^6.0.0"
7407-
74087383
wrap-ansi@^8.1.0:
74097384
version "8.1.0"
74107385
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)