Skip to content

Commit 7a38e4d

Browse files
Merge pull request #941 from ruby-syntax-tree/dependabot/npm_and_yarn/eslint-10.1.0
Bump eslint from 10.0.3 to 10.1.0
2 parents 25d31b2 + 7ab9f86 commit 7a38e4d

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -283,14 +283,14 @@
283283
debug "^4.3.1"
284284
minimatch "^10.2.4"
285285

286-
"@eslint/config-helpers@^0.5.2":
287-
version "0.5.2"
288-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.2.tgz#314c7b03d02a371ad8c0a7f6821d5a8a8437ba9d"
289-
integrity sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==
286+
"@eslint/config-helpers@^0.5.3":
287+
version "0.5.3"
288+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.3.tgz#721fe6bbb90d74b0c80d6ff2428e5bbcb002becb"
289+
integrity sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==
290290
dependencies:
291-
"@eslint/core" "^1.1.0"
291+
"@eslint/core" "^1.1.1"
292292

293-
"@eslint/core@^1.1.0", "@eslint/core@^1.1.1":
293+
"@eslint/core@^1.1.1":
294294
version "1.1.1"
295295
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.1.tgz#450f3d2be2d463ccd51119544092256b4e88df32"
296296
integrity sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==
@@ -1401,14 +1401,14 @@ eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
14011401
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
14021402

14031403
eslint@^10.0.0:
1404-
version "10.0.3"
1405-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.3.tgz#360a7de7f2706eb8a32caa17ca983f0089efe694"
1406-
integrity sha512-COV33RzXZkqhG9P2rZCFl9ZmJ7WL+gQSCRzE7RhkbclbQPtLAWReL7ysA0Sh4c8Im2U9ynybdR56PV0XcKvqaQ==
1404+
version "10.1.0"
1405+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.1.0.tgz#9ca98e654e642ab2e1af6d1e9d8613857ac341b4"
1406+
integrity sha512-S9jlY/ELKEUwwQnqWDO+f+m6sercqOPSqXM5Go94l7DOmxHVDgmSFGWEzeE/gwgTAr0W103BWt0QLe/7mabIvA==
14071407
dependencies:
14081408
"@eslint-community/eslint-utils" "^4.8.0"
14091409
"@eslint-community/regexpp" "^4.12.2"
14101410
"@eslint/config-array" "^0.23.3"
1411-
"@eslint/config-helpers" "^0.5.2"
1411+
"@eslint/config-helpers" "^0.5.3"
14121412
"@eslint/core" "^1.1.1"
14131413
"@eslint/plugin-kit" "^0.6.1"
14141414
"@humanfs/node" "^0.16.6"
@@ -1421,7 +1421,7 @@ eslint@^10.0.0:
14211421
escape-string-regexp "^4.0.0"
14221422
eslint-scope "^9.1.2"
14231423
eslint-visitor-keys "^5.0.1"
1424-
espree "^11.1.1"
1424+
espree "^11.2.0"
14251425
esquery "^1.7.0"
14261426
esutils "^2.0.2"
14271427
fast-deep-equal "^3.1.3"
@@ -1436,10 +1436,10 @@ eslint@^10.0.0:
14361436
natural-compare "^1.4.0"
14371437
optionator "^0.9.3"
14381438

1439-
espree@^11.1.1:
1440-
version "11.1.1"
1441-
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.1.tgz#866f6bc9ccccd6f28876b7a6463abb281b9cb847"
1442-
integrity sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==
1439+
espree@^11.2.0:
1440+
version "11.2.0"
1441+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.2.0.tgz#01d5e47dc332aaba3059008362454a8cc34ccaa5"
1442+
integrity sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==
14431443
dependencies:
14441444
acorn "^8.16.0"
14451445
acorn-jsx "^5.3.2"

0 commit comments

Comments
 (0)