Skip to content

Commit 8f35874

Browse files
authored
Merge pull request #374 from salesforcecli/dependabot-npm_and_yarn-eslint-8.42.0
chore(dev-deps): bump eslint from 8.41.0 to 8.42.0
2 parents e17f403 + 2b26550 commit 8f35874

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@typescript-eslint/eslint-plugin": "^5.59.2",
2626
"@typescript-eslint/parser": "^5.59.2",
2727
"chai": "^4.3.7",
28-
"eslint": "^8.41.0",
28+
"eslint": "^8.42.0",
2929
"eslint-config-prettier": "^8.8.0",
3030
"eslint-config-salesforce": "^2.0.1",
3131
"eslint-config-salesforce-license": "^0.2.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -420,20 +420,20 @@
420420
minimatch "^3.1.2"
421421
strip-json-comments "^3.1.1"
422422

423-
"@eslint/js@8.41.0":
424-
version "8.41.0"
425-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.41.0.tgz#080321c3b68253522f7646b55b577dd99d2950b3"
426-
integrity sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==
423+
"@eslint/js@8.42.0":
424+
version "8.42.0"
425+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
426+
integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
427427

428428
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
429429
version "1.1.3"
430430
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
431431
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
432432

433-
"@humanwhocodes/config-array@^0.11.8":
434-
version "0.11.8"
435-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
436-
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
433+
"@humanwhocodes/config-array@^0.11.10":
434+
version "0.11.10"
435+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
436+
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
437437
dependencies:
438438
"@humanwhocodes/object-schema" "^1.2.1"
439439
debug "^4.1.1"
@@ -2965,16 +2965,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
29652965
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
29662966
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
29672967

2968-
eslint@^8.41.0:
2969-
version "8.41.0"
2970-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.41.0.tgz#3062ca73363b4714b16dbc1e60f035e6134b6f1c"
2971-
integrity sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==
2968+
eslint@^8.41.0, eslint@^8.42.0:
2969+
version "8.42.0"
2970+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291"
2971+
integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
29722972
dependencies:
29732973
"@eslint-community/eslint-utils" "^4.2.0"
29742974
"@eslint-community/regexpp" "^4.4.0"
29752975
"@eslint/eslintrc" "^2.0.3"
2976-
"@eslint/js" "8.41.0"
2977-
"@humanwhocodes/config-array" "^0.11.8"
2976+
"@eslint/js" "8.42.0"
2977+
"@humanwhocodes/config-array" "^0.11.10"
29782978
"@humanwhocodes/module-importer" "^1.0.1"
29792979
"@nodelib/fs.walk" "^1.2.8"
29802980
ajv "^6.10.0"

0 commit comments

Comments
 (0)