Skip to content

Commit de2be64

Browse files
chore(dev-deps): bump eslint from 8.41.0 to 8.43.0 (#1017)
Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.43.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.41.0...v8.43.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb327d9 commit de2be64

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"chai": "^4.3.7",
5959
"deep-equal-in-any-order": "^1.1.19",
6060
"deepmerge": "^4.3.1",
61-
"eslint": "^8.41.0",
61+
"eslint": "^8.43.0",
6262
"eslint-config-prettier": "^8.8.0",
6363
"eslint-config-salesforce": "^2.0.1",
6464
"eslint-config-salesforce-license": "^0.2.0",

yarn.lock

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

422-
"@eslint/js@8.41.0":
423-
version "8.41.0"
424-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.41.0.tgz#080321c3b68253522f7646b55b577dd99d2950b3"
425-
integrity sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==
422+
"@eslint/js@8.43.0":
423+
version "8.43.0"
424+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.43.0.tgz#559ca3d9ddbd6bf907ad524320a0d14b85586af0"
425+
integrity sha512-s2UHCoiXfxMvmfzqoN+vrQ84ahUSYde9qNO1MdxmoEhyHWsfmwOpFlwYV+ePJEVc7gFnATGUi376WowX1N7tFg==
426426

427-
"@humanwhocodes/config-array@^0.11.8":
428-
version "0.11.8"
429-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
430-
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
427+
"@humanwhocodes/config-array@^0.11.10":
428+
version "0.11.10"
429+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
430+
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
431431
dependencies:
432432
"@humanwhocodes/object-schema" "^1.2.1"
433433
debug "^4.1.1"
@@ -2273,16 +2273,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
22732273
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
22742274
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
22752275

2276-
eslint@^8.41.0:
2277-
version "8.41.0"
2278-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.41.0.tgz#3062ca73363b4714b16dbc1e60f035e6134b6f1c"
2279-
integrity sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==
2276+
eslint@^8.41.0, eslint@^8.43.0:
2277+
version "8.43.0"
2278+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.43.0.tgz#3e8c6066a57097adfd9d390b8fc93075f257a094"
2279+
integrity sha512-aaCpf2JqqKesMFGgmRPessmVKjcGXqdlAYLLC3THM8t5nBRZRQ+st5WM/hoJXkdioEXLLbXgclUpM0TXo5HX5Q==
22802280
dependencies:
22812281
"@eslint-community/eslint-utils" "^4.2.0"
22822282
"@eslint-community/regexpp" "^4.4.0"
22832283
"@eslint/eslintrc" "^2.0.3"
2284-
"@eslint/js" "8.41.0"
2285-
"@humanwhocodes/config-array" "^0.11.8"
2284+
"@eslint/js" "8.43.0"
2285+
"@humanwhocodes/config-array" "^0.11.10"
22862286
"@humanwhocodes/module-importer" "^1.0.1"
22872287
"@nodelib/fs.walk" "^1.2.8"
22882288
ajv "^6.10.0"

0 commit comments

Comments
 (0)