Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit 0875b86

Browse files
committed
chore(deps): update dependency eslint to ^8.39.0
1 parent acc03bd commit 0875b86

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
@@ -103,7 +103,7 @@
103103
"@sourcegraph/eslint-config": "^0.16.0",
104104
"@sourcegraph/tsconfig": "^4.0.1",
105105
"@types/node": "18.16.3",
106-
"eslint": "^8.38.0",
106+
"eslint": "^8.39.0",
107107
"lnfs-cli": "^2.1.0",
108108
"mkdirp": "^1.0.4",
109109
"parcel-bundler": "^1.12.4",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -957,10 +957,10 @@
957957
minimatch "^3.1.2"
958958
strip-json-comments "^3.1.1"
959959

960-
"@eslint/js@8.38.0":
961-
version "8.38.0"
962-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.38.0.tgz#73a8a0d8aa8a8e6fe270431c5e72ae91b5337892"
963-
integrity sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==
960+
"@eslint/js@8.39.0":
961+
version "8.39.0"
962+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.39.0.tgz#58b536bcc843f4cd1e02a7e6171da5c040f4d44b"
963+
integrity sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==
964964

965965
"@humanwhocodes/config-array@^0.11.8":
966966
version "0.11.8"
@@ -2841,10 +2841,10 @@ eslint-scope@^5.0.0:
28412841
esrecurse "^4.3.0"
28422842
estraverse "^4.1.1"
28432843

2844-
eslint-scope@^7.1.1:
2845-
version "7.1.1"
2846-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
2847-
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
2844+
eslint-scope@^7.2.0:
2845+
version "7.2.0"
2846+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
2847+
integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
28482848
dependencies:
28492849
esrecurse "^4.3.0"
28502850
estraverse "^5.2.0"
@@ -2866,15 +2866,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.0:
28662866
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
28672867
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
28682868

2869-
eslint@^8.38.0:
2870-
version "8.38.0"
2871-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.38.0.tgz#a62c6f36e548a5574dd35728ac3c6209bd1e2f1a"
2872-
integrity sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==
2869+
eslint@^8.39.0:
2870+
version "8.39.0"
2871+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.39.0.tgz#7fd20a295ef92d43809e914b70c39fd5a23cf3f1"
2872+
integrity sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==
28732873
dependencies:
28742874
"@eslint-community/eslint-utils" "^4.2.0"
28752875
"@eslint-community/regexpp" "^4.4.0"
28762876
"@eslint/eslintrc" "^2.0.2"
2877-
"@eslint/js" "8.38.0"
2877+
"@eslint/js" "8.39.0"
28782878
"@humanwhocodes/config-array" "^0.11.8"
28792879
"@humanwhocodes/module-importer" "^1.0.1"
28802880
"@nodelib/fs.walk" "^1.2.8"
@@ -2884,7 +2884,7 @@ eslint@^8.38.0:
28842884
debug "^4.3.2"
28852885
doctrine "^3.0.0"
28862886
escape-string-regexp "^4.0.0"
2887-
eslint-scope "^7.1.1"
2887+
eslint-scope "^7.2.0"
28882888
eslint-visitor-keys "^3.4.0"
28892889
espree "^9.5.1"
28902890
esquery "^1.4.2"

0 commit comments

Comments
 (0)