Skip to content

Commit 0ebeecc

Browse files
committed
meta: update dependency eslint to v8.48.0
1 parent 5bb3340 commit 0ebeecc

File tree

2 files changed

+54
-6
lines changed

2 files changed

+54
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@ephys/eslint-config-typescript": "19.0.2",
4040
"@rushstack/eslint-patch": "1.3.3",
4141
"@tsconfig/docusaurus": "2.0.0",
42-
"eslint": "8.47.0",
42+
"eslint": "8.48.0",
4343
"eslint-plugin-jsx-a11y": "6.7.1",
4444
"eslint-plugin-mdx": "1.17.1",
4545
"eslint-plugin-react": "7.33.2",

yarn.lock

Lines changed: 53 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,6 +1746,11 @@
17461746
minimatch "^3.1.2"
17471747
strip-json-comments "^3.1.1"
17481748

1749+
1750+
version "8.48.0"
1751+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.48.0.tgz#642633964e217905436033a2bd08bf322849b7fb"
1752+
integrity sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==
1753+
17491754
"@eslint/js@^8.47.0":
17501755
version "8.47.0"
17511756
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.47.0.tgz#5478fdf443ff8158f9de171c704ae45308696c7d"
@@ -4824,15 +4829,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
48244829
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
48254830
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
48264831

4827-
eslint@8.47.0, eslint@^8.38.0:
4828-
version "8.47.0"
4829-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.47.0.tgz#c95f9b935463fb4fad7005e626c7621052e90806"
4830-
integrity sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==
4832+
eslint@8.48.0:
4833+
version "8.48.0"
4834+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.48.0.tgz#bf9998ba520063907ba7bfe4c480dc8be03c2155"
4835+
integrity sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==
48314836
dependencies:
48324837
"@eslint-community/eslint-utils" "^4.2.0"
48334838
"@eslint-community/regexpp" "^4.6.1"
48344839
"@eslint/eslintrc" "^2.1.2"
4835-
"@eslint/js" "^8.47.0"
4840+
"@eslint/js" "8.48.0"
48364841
"@humanwhocodes/config-array" "^0.11.10"
48374842
"@humanwhocodes/module-importer" "^1.0.1"
48384843
"@nodelib/fs.walk" "^1.2.8"
@@ -4910,6 +4915,49 @@ eslint@^6.7.2:
49104915
text-table "^0.2.0"
49114916
v8-compile-cache "^2.0.3"
49124917

4918+
eslint@^8.38.0:
4919+
version "8.47.0"
4920+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.47.0.tgz#c95f9b935463fb4fad7005e626c7621052e90806"
4921+
integrity sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==
4922+
dependencies:
4923+
"@eslint-community/eslint-utils" "^4.2.0"
4924+
"@eslint-community/regexpp" "^4.6.1"
4925+
"@eslint/eslintrc" "^2.1.2"
4926+
"@eslint/js" "^8.47.0"
4927+
"@humanwhocodes/config-array" "^0.11.10"
4928+
"@humanwhocodes/module-importer" "^1.0.1"
4929+
"@nodelib/fs.walk" "^1.2.8"
4930+
ajv "^6.12.4"
4931+
chalk "^4.0.0"
4932+
cross-spawn "^7.0.2"
4933+
debug "^4.3.2"
4934+
doctrine "^3.0.0"
4935+
escape-string-regexp "^4.0.0"
4936+
eslint-scope "^7.2.2"
4937+
eslint-visitor-keys "^3.4.3"
4938+
espree "^9.6.1"
4939+
esquery "^1.4.2"
4940+
esutils "^2.0.2"
4941+
fast-deep-equal "^3.1.3"
4942+
file-entry-cache "^6.0.1"
4943+
find-up "^5.0.0"
4944+
glob-parent "^6.0.2"
4945+
globals "^13.19.0"
4946+
graphemer "^1.4.0"
4947+
ignore "^5.2.0"
4948+
imurmurhash "^0.1.4"
4949+
is-glob "^4.0.0"
4950+
is-path-inside "^3.0.3"
4951+
js-yaml "^4.1.0"
4952+
json-stable-stringify-without-jsonify "^1.0.1"
4953+
levn "^0.4.1"
4954+
lodash.merge "^4.6.2"
4955+
minimatch "^3.1.2"
4956+
natural-compare "^1.4.0"
4957+
optionator "^0.9.3"
4958+
strip-ansi "^6.0.1"
4959+
text-table "^0.2.0"
4960+
49134961
espree@^6.1.2:
49144962
version "6.2.1"
49154963
resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a"

0 commit comments

Comments
 (0)