Skip to content

Commit 7072331

Browse files
authored
Merge pull request #562 from salesforcecli/dependabot-npm_and_yarn-eslint-plugin-sf-plugin-1.18.5
chore(dev-deps): bump eslint-plugin-sf-plugin from 1.18.4 to 1.18.5
2 parents 21b2ac4 + 2e791ca commit 7072331

File tree

2 files changed

+35
-10
lines changed

2 files changed

+35
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@inquirer/type": "^1.3.3",
5656
"@salesforce/dev-scripts": "^9.1.2",
57-
"eslint-plugin-sf-plugin": "^1.18.4",
57+
"eslint-plugin-sf-plugin": "^1.18.5",
5858
"ts-node": "^10.9.2",
5959
"typescript": "^5.4.5"
6060
},

yarn.lock

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
626626
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
627627

628-
"@salesforce/core@^7.3.8", "@salesforce/core@^7.3.9":
628+
"@salesforce/core@^7.3.9":
629629
version "7.3.9"
630630
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.9.tgz#8abe2b3e2393989d11e92b7a6b96043fc9d5b9c8"
631631
integrity sha512-eJqDiA5b7wU50Ee/xjmGzSnHrNVJ8S77B7enfX30gm7gxU3i3M3QeBdiV6XAOPLSIL96DseofP6Tv6c+rljlKA==
@@ -2079,12 +2079,12 @@ eslint-plugin-jsdoc@^46.10.1:
20792079
semver "^7.5.4"
20802080
spdx-expression-parse "^4.0.0"
20812081

2082-
eslint-plugin-sf-plugin@^1.18.4:
2083-
version "1.18.4"
2084-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.4.tgz#59a41e224d620e20d0fe0e3902c43208c2629037"
2085-
integrity sha512-bPYmEh+5ARunhIfBoHc9UqrvPslRcYcloXJRKWqVkvU8tIBAiq2lqp6GWjVuUMPGjhvtUgICMolp6ozjO9wvmA==
2082+
eslint-plugin-sf-plugin@^1.18.5:
2083+
version "1.18.5"
2084+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.5.tgz#4a81063c8dea645db8be183c3257a33dc67c0158"
2085+
integrity sha512-yjvWM3OmxFuUUlHhDAXczo4ysX5ONoeysPL0B0Cj/zjrizvS05fjaAy53fa+AwVjOIOthWopFh2vPDSTNQ+pmA==
20862086
dependencies:
2087-
"@salesforce/core" "^7.3.8"
2087+
"@salesforce/core" "^7.3.9"
20882088
"@typescript-eslint/utils" "^6.17.0"
20892089

20902090
eslint-plugin-unicorn@^50.0.1:
@@ -4737,7 +4737,16 @@ srcset@^5.0.0:
47374737
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
47384738
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
47394739

4740-
"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:
4740+
"string-width-cjs@npm:string-width@^4.2.0":
4741+
version "4.2.3"
4742+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4743+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4744+
dependencies:
4745+
emoji-regex "^8.0.0"
4746+
is-fullwidth-code-point "^3.0.0"
4747+
strip-ansi "^6.0.1"
4748+
4749+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
47414750
version "4.2.3"
47424751
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
47434752
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4796,7 +4805,14 @@ string_decoder@~1.1.1:
47964805
dependencies:
47974806
safe-buffer "~5.1.0"
47984807

4799-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4808+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4809+
version "6.0.1"
4810+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4811+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4812+
dependencies:
4813+
ansi-regex "^5.0.1"
4814+
4815+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
48004816
version "6.0.1"
48014817
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
48024818
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5284,7 +5300,7 @@ workerpool@6.2.1:
52845300
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
52855301
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
52865302

5287-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5303+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
52885304
version "7.0.0"
52895305
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
52905306
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5302,6 +5318,15 @@ wrap-ansi@^6.2.0:
53025318
string-width "^4.1.0"
53035319
strip-ansi "^6.0.0"
53045320

5321+
wrap-ansi@^7.0.0:
5322+
version "7.0.0"
5323+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5324+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5325+
dependencies:
5326+
ansi-styles "^4.0.0"
5327+
string-width "^4.1.0"
5328+
strip-ansi "^6.0.0"
5329+
53055330
wrap-ansi@^8.1.0:
53065331
version "8.1.0"
53075332
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)