Skip to content

Commit 7e001f8

Browse files
committed
chore(deps): update dependency eslint to ^8.39.0
1 parent 6d310f3 commit 7e001f8

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@sourcegraph/prettierrc": "^2.2.0",
5454
"@sourcegraph/tsconfig": "^4.0.1",
5555
"@types/mocha": "9.1.1",
56-
"eslint": "^8.37.0",
56+
"eslint": "^8.39.0",
5757
"husky": "^2.1.0",
5858
"mocha": "^9.2.2",
5959
"nyc": "^14.1.0",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,10 @@
303303
minimatch "^3.1.2"
304304
strip-json-comments "^3.1.1"
305305

306-
"@eslint/js@8.37.0":
307-
version "8.37.0"
308-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.37.0.tgz#cf1b5fa24217fe007f6487a26d765274925efa7d"
309-
integrity sha512-x5vzdtOOGgFVDCUs81QRB2+liax8rFg3+7hqM+QhBG0/G3F1ZsoYl97UrqgHgQ9KKT7G6c4V+aTUCgu/n22v1A==
306+
"@eslint/js@8.39.0":
307+
version "8.39.0"
308+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.39.0.tgz#58b536bcc843f4cd1e02a7e6171da5c040f4d44b"
309+
integrity sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==
310310

311311
"@humanwhocodes/config-array@^0.11.8":
312312
version "0.11.8"
@@ -2533,10 +2533,10 @@ eslint-scope@^5.1.1:
25332533
esrecurse "^4.3.0"
25342534
estraverse "^4.1.1"
25352535

2536-
eslint-scope@^7.1.1:
2537-
version "7.1.1"
2538-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
2539-
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
2536+
eslint-scope@^7.2.0:
2537+
version "7.2.0"
2538+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
2539+
integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
25402540
dependencies:
25412541
esrecurse "^4.3.0"
25422542
estraverse "^5.2.0"
@@ -2558,15 +2558,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.0:
25582558
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
25592559
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
25602560

2561-
eslint@^8.37.0:
2562-
version "8.37.0"
2563-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.37.0.tgz#1f660ef2ce49a0bfdec0b0d698e0b8b627287412"
2564-
integrity sha512-NU3Ps9nI05GUoVMxcZx1J8CNR6xOvUT4jAUMH5+z8lpp3aEdPVCImKw6PWG4PY+Vfkpr+jvMpxs/qoE7wq0sPw==
2561+
eslint@^8.39.0:
2562+
version "8.39.0"
2563+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.39.0.tgz#7fd20a295ef92d43809e914b70c39fd5a23cf3f1"
2564+
integrity sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==
25652565
dependencies:
25662566
"@eslint-community/eslint-utils" "^4.2.0"
25672567
"@eslint-community/regexpp" "^4.4.0"
25682568
"@eslint/eslintrc" "^2.0.2"
2569-
"@eslint/js" "8.37.0"
2569+
"@eslint/js" "8.39.0"
25702570
"@humanwhocodes/config-array" "^0.11.8"
25712571
"@humanwhocodes/module-importer" "^1.0.1"
25722572
"@nodelib/fs.walk" "^1.2.8"
@@ -2576,7 +2576,7 @@ eslint@^8.37.0:
25762576
debug "^4.3.2"
25772577
doctrine "^3.0.0"
25782578
escape-string-regexp "^4.0.0"
2579-
eslint-scope "^7.1.1"
2579+
eslint-scope "^7.2.0"
25802580
eslint-visitor-keys "^3.4.0"
25812581
espree "^9.5.1"
25822582
esquery "^1.4.2"

0 commit comments

Comments
 (0)