Skip to content

Commit e6f8541

Browse files
authored
Merge pull request #453 from salesforcecli/dependabot-npm_and_yarn-eslint-8.39.0
chore(dev-deps): bump eslint from 8.38.0 to 8.39.0
2 parents e5b0534 + ef3f2e5 commit e6f8541

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
@@ -24,7 +24,7 @@
2424
"@typescript-eslint/eslint-plugin": "^5.56.0",
2525
"@typescript-eslint/parser": "^5.58.0",
2626
"chai": "^4.3.7",
27-
"eslint": "^8.38.0",
27+
"eslint": "^8.39.0",
2828
"eslint-config-prettier": "^8.8.0",
2929
"eslint-config-salesforce": "^1.2.0",
3030
"eslint-config-salesforce-license": "^0.2.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,10 @@
412412
minimatch "^3.1.2"
413413
strip-json-comments "^3.1.1"
414414

415-
"@eslint/js@8.38.0":
416-
version "8.38.0"
417-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.38.0.tgz#73a8a0d8aa8a8e6fe270431c5e72ae91b5337892"
418-
integrity sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==
415+
"@eslint/js@8.39.0":
416+
version "8.39.0"
417+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.39.0.tgz#58b536bcc843f4cd1e02a7e6171da5c040f4d44b"
418+
integrity sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==
419419

420420
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
421421
version "1.1.3"
@@ -3051,10 +3051,10 @@ eslint-scope@^5.1.1:
30513051
esrecurse "^4.3.0"
30523052
estraverse "^4.1.1"
30533053

3054-
eslint-scope@^7.1.1:
3055-
version "7.1.1"
3056-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
3057-
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
3054+
eslint-scope@^7.2.0:
3055+
version "7.2.0"
3056+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
3057+
integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
30583058
dependencies:
30593059
esrecurse "^4.3.0"
30603060
estraverse "^5.2.0"
@@ -3064,15 +3064,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.0:
30643064
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
30653065
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
30663066

3067-
eslint@^8.32.0, eslint@^8.38.0:
3068-
version "8.38.0"
3069-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.38.0.tgz#a62c6f36e548a5574dd35728ac3c6209bd1e2f1a"
3070-
integrity sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==
3067+
eslint@^8.32.0, eslint@^8.39.0:
3068+
version "8.39.0"
3069+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.39.0.tgz#7fd20a295ef92d43809e914b70c39fd5a23cf3f1"
3070+
integrity sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==
30713071
dependencies:
30723072
"@eslint-community/eslint-utils" "^4.2.0"
30733073
"@eslint-community/regexpp" "^4.4.0"
30743074
"@eslint/eslintrc" "^2.0.2"
3075-
"@eslint/js" "8.38.0"
3075+
"@eslint/js" "8.39.0"
30763076
"@humanwhocodes/config-array" "^0.11.8"
30773077
"@humanwhocodes/module-importer" "^1.0.1"
30783078
"@nodelib/fs.walk" "^1.2.8"
@@ -3082,7 +3082,7 @@ eslint@^8.32.0, eslint@^8.38.0:
30823082
debug "^4.3.2"
30833083
doctrine "^3.0.0"
30843084
escape-string-regexp "^4.0.0"
3085-
eslint-scope "^7.1.1"
3085+
eslint-scope "^7.2.0"
30863086
eslint-visitor-keys "^3.4.0"
30873087
espree "^9.5.1"
30883088
esquery "^1.4.2"

0 commit comments

Comments
 (0)