Skip to content

Commit 38cf962

Browse files
committed
chore(deps): update dependency eslint to ^8.24.0
1 parent 2134f0d commit 38cf962

2 files changed

Lines changed: 21 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@sourcegraph/eslint-config": "^0.32.0",
2727
"@sourcegraph/prettierrc": "^3.0.3",
2828
"@sourcegraph/tsconfig": "^4.0.1",
29-
"eslint": "^8.23.0",
29+
"eslint": "^8.24.0",
3030
"husky": "^5.0.9",
3131
"prettier": "^2.5.1",
3232
"semantic-release": "^17.3.9",

yarn.lock

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@
289289
resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.0.2.tgz#1bfafe4b7ed0f3e4105837e056e0a89b108ebe36"
290290
integrity sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==
291291

292-
"@eslint/eslintrc@^1.3.1":
293-
version "1.3.1"
294-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
295-
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
292+
"@eslint/eslintrc@^1.3.2":
293+
version "1.3.2"
294+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
295+
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
296296
dependencies:
297297
ajv "^6.12.4"
298298
debug "^4.3.2"
@@ -304,10 +304,10 @@
304304
minimatch "^3.1.2"
305305
strip-json-comments "^3.1.1"
306306

307-
"@humanwhocodes/config-array@^0.10.4":
308-
version "0.10.4"
309-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
310-
integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==
307+
"@humanwhocodes/config-array@^0.10.5":
308+
version "0.10.7"
309+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.7.tgz#6d53769fd0c222767e6452e8ebda825c22e9f0dc"
310+
integrity sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==
311311
dependencies:
312312
"@humanwhocodes/object-schema" "^1.2.1"
313313
debug "^4.1.1"
@@ -2273,13 +2273,13 @@ eslint-visitor-keys@^3.3.0:
22732273
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
22742274
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
22752275

2276-
eslint@^8.23.0:
2277-
version "8.23.0"
2278-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
2279-
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
2276+
eslint@^8.24.0:
2277+
version "8.24.0"
2278+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
2279+
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
22802280
dependencies:
2281-
"@eslint/eslintrc" "^1.3.1"
2282-
"@humanwhocodes/config-array" "^0.10.4"
2281+
"@eslint/eslintrc" "^1.3.2"
2282+
"@humanwhocodes/config-array" "^0.10.5"
22832283
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
22842284
"@humanwhocodes/module-importer" "^1.0.1"
22852285
ajv "^6.10.0"
@@ -2297,7 +2297,6 @@ eslint@^8.23.0:
22972297
fast-deep-equal "^3.1.3"
22982298
file-entry-cache "^6.0.1"
22992299
find-up "^5.0.0"
2300-
functional-red-black-tree "^1.0.1"
23012300
glob-parent "^6.0.1"
23022301
globals "^13.15.0"
23032302
globby "^11.1.0"
@@ -2306,6 +2305,7 @@ eslint@^8.23.0:
23062305
import-fresh "^3.0.0"
23072306
imurmurhash "^0.1.4"
23082307
is-glob "^4.0.0"
2308+
js-sdsl "^4.1.4"
23092309
js-yaml "^4.1.0"
23102310
json-stable-stringify-without-jsonify "^1.0.1"
23112311
levn "^0.4.1"
@@ -3443,6 +3443,11 @@ java-properties@^1.0.0:
34433443
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211"
34443444
integrity sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==
34453445

3446+
js-sdsl@^4.1.4:
3447+
version "4.1.5"
3448+
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.5.tgz#1ff1645e6b4d1b028cd3f862db88c9d887f26e2a"
3449+
integrity sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==
3450+
34463451
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
34473452
version "4.0.0"
34483453
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)