Skip to content

Commit d6713af

Browse files
authored
Merge pull request #1153 from salesforcecli/dependabot-npm_and_yarn-eslint-plugin-sf-plugin-1.18.12
chore(dev-deps): bump eslint-plugin-sf-plugin from 1.18.10 to 1.18.12
2 parents 7c6f877 + 681a436 commit d6713af

File tree

2 files changed

+49
-14
lines changed

2 files changed

+49
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/semver": "^7.5.8",
4040
"@types/shelljs": "^0.8.15",
4141
"aws-sdk-mock": "^5.9.0",
42-
"eslint-plugin-sf-plugin": "^1.18.10",
42+
"eslint-plugin-sf-plugin": "^1.18.12",
4343
"oclif": "^4.14.0",
4444
"ts-node": "^10.9.2",
4545
"typescript": "^5.5.3"

yarn.lock

Lines changed: 48 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@
12591259
"@jridgewell/resolve-uri" "3.1.0"
12601260
"@jridgewell/sourcemap-codec" "1.4.14"
12611261

1262-
"@jsforce/jsforce-node@^3.2.0", "@jsforce/jsforce-node@^3.2.1":
1262+
"@jsforce/jsforce-node@^3.2.0":
12631263
version "3.2.2"
12641264
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.2.tgz#6bc1bf483f52023d63ae76534fc8665b2df215e0"
12651265
integrity sha512-wQl4iCkwbop3eJfl+PxgFfIEPE2Ka68MvgnxbxVX/yx+NhfiNqbl08uKLAG+VcI40D8sgApfm86Yx7o8Q9PZmw==
@@ -1279,6 +1279,26 @@
12791279
strip-ansi "^6.0.0"
12801280
xml2js "^0.6.2"
12811281

1282+
"@jsforce/jsforce-node@^3.2.3":
1283+
version "3.2.4"
1284+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.4.tgz#a03fe2331af171c5dd9276ea17faf440f076cfdb"
1285+
integrity sha512-VIswA769m+1wkAVqaxMjNUfvQ4RqyBKoXa4L+SYQ0NAkMsi+NHdj1bcXN0jkbCHXpd2j+IB4MrO1hIX8Itgwdg==
1286+
dependencies:
1287+
"@sindresorhus/is" "^4"
1288+
"@types/node" "^18.15.3"
1289+
abort-controller "^3.0.0"
1290+
base64url "^3.0.1"
1291+
csv-parse "^5.5.2"
1292+
csv-stringify "^6.4.4"
1293+
faye "^1.4.0"
1294+
form-data "^4.0.0"
1295+
fs-extra "^8.1.0"
1296+
https-proxy-agent "^5.0.0"
1297+
multistream "^3.1.0"
1298+
node-fetch "^2.6.1"
1299+
strip-ansi "^6.0.0"
1300+
xml2js "^0.6.2"
1301+
12821302
"@nodelib/fs.scandir@2.1.5":
12831303
version "2.1.5"
12841304
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
@@ -1681,16 +1701,16 @@
16811701
strip-ansi "6.0.1"
16821702
ts-retry-promise "^0.8.1"
16831703

1684-
"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.3", "@salesforce/core@^8.1.0", "@salesforce/core@^8.1.1":
1685-
version "8.1.1"
1686-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.1.1.tgz#26db4e6da3573c4bd223eb05cb3da6aad8b2a311"
1687-
integrity sha512-PQ58kz0oRk/cjGhmiRj8W+x0Eg2mrWagrA4xMKaXjBAgSgU+V39BaO9IC1G2cAMGy53JJRBO5G876ala4gD44w==
1704+
"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.3", "@salesforce/core@^8.1.0", "@salesforce/core@^8.1.1", "@salesforce/core@^8.2.1":
1705+
version "8.2.1"
1706+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.2.1.tgz#16b383886ec02ee9a99f815d5ce4a9f5a492295e"
1707+
integrity sha512-juLxb4t12vZD9ozkhKhGtbZzOiYkEcUWdw+gAtgzuSrTFTwvoXlbKtzdGbdYPLTHLGYQCVW6cRdMswfwbE5BnQ==
16881708
dependencies:
1689-
"@jsforce/jsforce-node" "^3.2.1"
1709+
"@jsforce/jsforce-node" "^3.2.3"
16901710
"@salesforce/kit" "^3.1.6"
16911711
"@salesforce/schemas" "^1.9.0"
16921712
"@salesforce/ts-types" "^2.0.10"
1693-
ajv "^8.16.0"
1713+
ajv "^8.17.1"
16941714
change-case "^4.1.2"
16951715
fast-levenshtein "^3.0.0"
16961716
faye "^1.4.0"
@@ -2801,7 +2821,7 @@ ajv@^6.12.4:
28012821
json-schema-traverse "^0.4.1"
28022822
uri-js "^4.2.2"
28032823

2804-
ajv@^8.11.0, ajv@^8.16.0:
2824+
ajv@^8.11.0:
28052825
version "8.16.0"
28062826
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.16.0.tgz#22e2a92b94f005f7e0f9c9d39652ef0b8f6f0cb4"
28072827
integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==
@@ -2811,6 +2831,16 @@ ajv@^8.11.0, ajv@^8.16.0:
28112831
require-from-string "^2.0.2"
28122832
uri-js "^4.4.1"
28132833

2834+
ajv@^8.17.1:
2835+
version "8.17.1"
2836+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
2837+
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
2838+
dependencies:
2839+
fast-deep-equal "^3.1.3"
2840+
fast-uri "^3.0.1"
2841+
json-schema-traverse "^1.0.0"
2842+
require-from-string "^2.0.2"
2843+
28142844
ansi-colors@4.1.1:
28152845
version "4.1.1"
28162846
resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz"
@@ -4371,12 +4401,12 @@ eslint-plugin-jsdoc@^46.10.1:
43714401
semver "^7.5.4"
43724402
spdx-expression-parse "^4.0.0"
43734403

4374-
eslint-plugin-sf-plugin@^1.18.10:
4375-
version "1.18.10"
4376-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.10.tgz#d12373dbf12ff4a6926837c210e01183e0edd320"
4377-
integrity sha512-gYA0lK81/XVvzuRrTc+LW8VvgDrHEcfJpqjbF1oBkjvpLYmxZ9mVC/1iSyHPlfGqBi9mGWXUzRd3agNd7vHAKA==
4404+
eslint-plugin-sf-plugin@^1.18.12:
4405+
version "1.18.12"
4406+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.12.tgz#86a70a23bf55f01c2052aace1633fb6fef6c6caa"
4407+
integrity sha512-07FXTiJshcuiewSy7QhE1/H8tYigAlZVSstDVZtHD9Okq4fTedTektBHV088RvmgmoClaGVkL8vGPccaEZOYQg==
43784408
dependencies:
4379-
"@salesforce/core" "^8.1.0"
4409+
"@salesforce/core" "^8.2.1"
43804410
"@typescript-eslint/utils" "^6.17.0"
43814411

43824412
eslint-plugin-unicorn@^50.0.1:
@@ -4599,6 +4629,11 @@ fast-safe-stringify@^2.1.1:
45994629
resolved "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz"
46004630
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
46014631

4632+
fast-uri@^3.0.1:
4633+
version "3.0.1"
4634+
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
4635+
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
4636+
46024637
fast-xml-parser@4.2.5:
46034638
version "4.2.5"
46044639
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz#a6747a09296a6cb34f2ae634019bf1738f3b421f"

0 commit comments

Comments
 (0)