Skip to content

Commit d537d89

Browse files
authored
Merge pull request #333 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 aa72523 + 4ed3b96 commit d537d89

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
@@ -27,7 +27,7 @@
2727
"@typescript-eslint/eslint-plugin": "^5.45.0",
2828
"@typescript-eslint/parser": "^5.59.0",
2929
"chai": "^4.3.7",
30-
"eslint": "^8.38.0",
30+
"eslint": "^8.39.0",
3131
"eslint-config-prettier": "^8.8.0",
3232
"eslint-config-salesforce": "^1.2.0",
3333
"eslint-config-salesforce-license": "^0.2.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,10 @@
451451
minimatch "^3.1.2"
452452
strip-json-comments "^3.1.1"
453453

454-
"@eslint/js@8.38.0":
455-
version "8.38.0"
456-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.38.0.tgz#73a8a0d8aa8a8e6fe270431c5e72ae91b5337892"
457-
integrity sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==
454+
"@eslint/js@8.39.0":
455+
version "8.39.0"
456+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.39.0.tgz#58b536bcc843f4cd1e02a7e6171da5c040f4d44b"
457+
integrity sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==
458458

459459
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
460460
version "1.1.3"
@@ -4002,10 +4002,10 @@ eslint-scope@^5.1.1:
40024002
esrecurse "^4.3.0"
40034003
estraverse "^4.1.1"
40044004

4005-
eslint-scope@^7.1.1:
4006-
version "7.1.1"
4007-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
4008-
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
4005+
eslint-scope@^7.2.0:
4006+
version "7.2.0"
4007+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
4008+
integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
40094009
dependencies:
40104010
esrecurse "^4.3.0"
40114011
estraverse "^5.2.0"
@@ -4085,15 +4085,15 @@ eslint@^7.27.0:
40854085
text-table "^0.2.0"
40864086
v8-compile-cache "^2.0.3"
40874087

4088-
eslint@^8.38.0:
4089-
version "8.38.0"
4090-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.38.0.tgz#a62c6f36e548a5574dd35728ac3c6209bd1e2f1a"
4091-
integrity sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==
4088+
eslint@^8.39.0:
4089+
version "8.39.0"
4090+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.39.0.tgz#7fd20a295ef92d43809e914b70c39fd5a23cf3f1"
4091+
integrity sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==
40924092
dependencies:
40934093
"@eslint-community/eslint-utils" "^4.2.0"
40944094
"@eslint-community/regexpp" "^4.4.0"
40954095
"@eslint/eslintrc" "^2.0.2"
4096-
"@eslint/js" "8.38.0"
4096+
"@eslint/js" "8.39.0"
40974097
"@humanwhocodes/config-array" "^0.11.8"
40984098
"@humanwhocodes/module-importer" "^1.0.1"
40994099
"@nodelib/fs.walk" "^1.2.8"
@@ -4103,7 +4103,7 @@ eslint@^8.38.0:
41034103
debug "^4.3.2"
41044104
doctrine "^3.0.0"
41054105
escape-string-regexp "^4.0.0"
4106-
eslint-scope "^7.1.1"
4106+
eslint-scope "^7.2.0"
41074107
eslint-visitor-keys "^3.4.0"
41084108
espree "^9.5.1"
41094109
esquery "^1.4.2"

0 commit comments

Comments
 (0)