Skip to content

Commit afceda3

Browse files
Update dependency eslint to v10
1 parent ebfa653 commit afceda3

File tree

2 files changed

+112
-115
lines changed

2 files changed

+112
-115
lines changed

example/chat-app/ChatApp.Server/ClientApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"ajv": "^8.11.0",
3333
"cross-env": "^10.0.0",
34-
"eslint": "^9.0.0",
34+
"eslint": "^10.0.0",
3535
"eslint-config-react-app": "^7.0.1",
3636
"eslint-plugin-flowtype": "^8.0.3",
3737
"eslint-plugin-import": "^2.26.0",

example/chat-app/ChatApp.Server/ClientApp/yarn.lock

Lines changed: 111 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@
12031203
dependencies:
12041204
eslint-visitor-keys "^3.4.3"
12051205

1206-
"@eslint-community/regexpp@^4.12.1":
1206+
"@eslint-community/regexpp@^4.12.2":
12071207
version "4.12.2"
12081208
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
12091209
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
@@ -1213,26 +1213,26 @@
12131213
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
12141214
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
12151215

1216-
"@eslint/config-array@^0.21.1":
1217-
version "0.21.1"
1218-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713"
1219-
integrity sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==
1216+
"@eslint/config-array@^0.23.2":
1217+
version "0.23.2"
1218+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.2.tgz#db85beeff7facc685a5775caacb1c845669b9470"
1219+
integrity sha512-YF+fE6LV4v5MGWRGj7G404/OZzGNepVF8fxk7jqmqo3lrza7a0uUcDnROGRBG1WFC1omYUS/Wp1f42i0M+3Q3A==
12201220
dependencies:
1221-
"@eslint/object-schema" "^2.1.7"
1221+
"@eslint/object-schema" "^3.0.2"
12221222
debug "^4.3.1"
1223-
minimatch "^3.1.2"
1223+
minimatch "^10.2.1"
12241224

1225-
"@eslint/config-helpers@^0.4.2":
1226-
version "0.4.2"
1227-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
1228-
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
1225+
"@eslint/config-helpers@^0.5.2":
1226+
version "0.5.2"
1227+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.2.tgz#314c7b03d02a371ad8c0a7f6821d5a8a8437ba9d"
1228+
integrity sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==
12291229
dependencies:
1230-
"@eslint/core" "^0.17.0"
1230+
"@eslint/core" "^1.1.0"
12311231

1232-
"@eslint/core@^0.17.0":
1233-
version "0.17.0"
1234-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
1235-
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
1232+
"@eslint/core@^1.1.0":
1233+
version "1.1.0"
1234+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.0.tgz#51f5cd970e216fbdae6721ac84491f57f965836d"
1235+
integrity sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==
12361236
dependencies:
12371237
"@types/json-schema" "^7.0.15"
12381238

@@ -1251,42 +1251,22 @@
12511251
minimatch "^3.1.2"
12521252
strip-json-comments "^3.1.1"
12531253

1254-
"@eslint/eslintrc@^3.3.1":
1255-
version "3.3.3"
1256-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.3.tgz#26393a0806501b5e2b6a43aa588a4d8df67880ac"
1257-
integrity sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==
1258-
dependencies:
1259-
ajv "^6.12.4"
1260-
debug "^4.3.2"
1261-
espree "^10.0.1"
1262-
globals "^14.0.0"
1263-
ignore "^5.2.0"
1264-
import-fresh "^3.2.1"
1265-
js-yaml "^4.1.1"
1266-
minimatch "^3.1.2"
1267-
strip-json-comments "^3.1.1"
1268-
1269-
"@eslint/js@9.39.2":
1270-
version "9.39.2"
1271-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.2.tgz#2d4b8ec4c3ea13c1b3748e0c97ecd766bdd80599"
1272-
integrity sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==
1273-
12741254
"@eslint/js@^8.47.0":
12751255
version "8.52.0"
12761256
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.52.0.tgz#78fe5f117840f69dc4a353adf9b9cd926353378c"
12771257
integrity sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==
12781258

1279-
"@eslint/object-schema@^2.1.7":
1280-
version "2.1.7"
1281-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
1282-
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
1259+
"@eslint/object-schema@^3.0.2":
1260+
version "3.0.2"
1261+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.2.tgz#c59c6a94aa4b428ed7f1615b6a4495c0a21f7a22"
1262+
integrity sha512-HOy56KJt48Bx8KmJ+XGQNSUMT/6dZee/M54XyUyuvTvPXJmsERRvBchsUVx1UMe1WwIH49XLAczNC7V2INsuUw==
12831263

1284-
"@eslint/plugin-kit@^0.4.1":
1285-
version "0.4.1"
1286-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
1287-
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
1264+
"@eslint/plugin-kit@^0.6.0":
1265+
version "0.6.0"
1266+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz#e0cb12ec66719cb2211ad36499fb516f2a63899d"
1267+
integrity sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==
12881268
dependencies:
1289-
"@eslint/core" "^0.17.0"
1269+
"@eslint/core" "^1.1.0"
12901270
levn "^0.4.1"
12911271

12921272
"@humanfs/core@^0.19.1":
@@ -1944,6 +1924,11 @@
19441924
"@types/estree" "*"
19451925
"@types/json-schema" "*"
19461926

1927+
"@types/esrecurse@^4.3.1":
1928+
version "4.3.1"
1929+
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
1930+
integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==
1931+
19471932
"@types/estree@*":
19481933
version "1.0.0"
19491934
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
@@ -1959,7 +1944,7 @@
19591944
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40"
19601945
integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
19611946

1962-
"@types/estree@^1.0.6":
1947+
"@types/estree@^1.0.6", "@types/estree@^1.0.8":
19631948
version "1.0.8"
19641949
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
19651950
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
@@ -2424,10 +2409,10 @@ acorn@^7.0.0, acorn@^7.1.1, acorn@^7.4.1:
24242409
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
24252410
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
24262411

2427-
acorn@^8.15.0:
2428-
version "8.15.0"
2429-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
2430-
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
2412+
acorn@^8.16.0:
2413+
version "8.16.0"
2414+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
2415+
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
24312416

24322417
acorn@^8.2.4, acorn@^8.5.0, acorn@^8.7.1:
24332418
version "8.8.1"
@@ -2952,6 +2937,11 @@ balanced-match@^1.0.0:
29522937
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
29532938
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
29542939

2940+
balanced-match@^4.0.2:
2941+
version "4.0.4"
2942+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
2943+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
2944+
29552945
base64-js@^1.5.1:
29562946
version "1.5.1"
29572947
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -3035,6 +3025,13 @@ brace-expansion@^2.0.1:
30353025
dependencies:
30363026
balanced-match "^1.0.0"
30373027

3028+
brace-expansion@^5.0.2:
3029+
version "5.0.3"
3030+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.3.tgz#6a9c6c268f85b53959ec527aeafe0f7300258eef"
3031+
integrity sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==
3032+
dependencies:
3033+
balanced-match "^4.0.2"
3034+
30383035
braces@^3.0.2, braces@~3.0.2:
30393036
version "3.0.2"
30403037
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -4642,11 +4639,13 @@ eslint-scope@^7.2.2:
46424639
esrecurse "^4.3.0"
46434640
estraverse "^5.2.0"
46444641

4645-
eslint-scope@^8.4.0:
4646-
version "8.4.0"
4647-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
4648-
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
4642+
eslint-scope@^9.1.1:
4643+
version "9.1.1"
4644+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.1.tgz#f6a209486e38bd28356b5feb07d445cc99c89967"
4645+
integrity sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==
46494646
dependencies:
4647+
"@types/esrecurse" "^4.3.1"
4648+
"@types/estree" "^1.0.8"
46504649
esrecurse "^4.3.0"
46514650
estraverse "^5.2.0"
46524651

@@ -4667,10 +4666,10 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
46674666
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
46684667
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
46694668

4670-
eslint-visitor-keys@^4.2.1:
4671-
version "4.2.1"
4672-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
4673-
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
4669+
eslint-visitor-keys@^5.0.1:
4670+
version "5.0.1"
4671+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
4672+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
46744673

46754674
eslint-webpack-plugin@^3.1.1:
46764675
version "3.2.0"
@@ -4683,6 +4682,42 @@ eslint-webpack-plugin@^3.1.1:
46834682
normalize-path "^3.0.0"
46844683
schema-utils "^4.0.0"
46854684

4685+
eslint@^10.0.0:
4686+
version "10.0.1"
4687+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.1.tgz#b5c5f7706782a21590ba6451e7a30d2947273c2d"
4688+
integrity sha512-20MV9SUdeN6Jd84xESsKhRly+/vxI+hwvpBMA93s+9dAcjdCuCojn4IqUGS3lvVaqjVYGYHSRMCpeFtF2rQYxQ==
4689+
dependencies:
4690+
"@eslint-community/eslint-utils" "^4.8.0"
4691+
"@eslint-community/regexpp" "^4.12.2"
4692+
"@eslint/config-array" "^0.23.2"
4693+
"@eslint/config-helpers" "^0.5.2"
4694+
"@eslint/core" "^1.1.0"
4695+
"@eslint/plugin-kit" "^0.6.0"
4696+
"@humanfs/node" "^0.16.6"
4697+
"@humanwhocodes/module-importer" "^1.0.1"
4698+
"@humanwhocodes/retry" "^0.4.2"
4699+
"@types/estree" "^1.0.6"
4700+
ajv "^6.12.4"
4701+
cross-spawn "^7.0.6"
4702+
debug "^4.3.2"
4703+
escape-string-regexp "^4.0.0"
4704+
eslint-scope "^9.1.1"
4705+
eslint-visitor-keys "^5.0.1"
4706+
espree "^11.1.1"
4707+
esquery "^1.7.0"
4708+
esutils "^2.0.2"
4709+
fast-deep-equal "^3.1.3"
4710+
file-entry-cache "^8.0.0"
4711+
find-up "^5.0.0"
4712+
glob-parent "^6.0.2"
4713+
ignore "^5.2.0"
4714+
imurmurhash "^0.1.4"
4715+
is-glob "^4.0.0"
4716+
json-stable-stringify-without-jsonify "^1.0.1"
4717+
minimatch "^10.2.1"
4718+
natural-compare "^1.4.0"
4719+
optionator "^0.9.3"
4720+
46864721
eslint@^8.3.0:
46874722
version "8.47.0"
46884723
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.47.0.tgz#c95f9b935463fb4fad7005e626c7621052e90806"
@@ -4726,54 +4761,14 @@ eslint@^8.3.0:
47264761
strip-ansi "^6.0.1"
47274762
text-table "^0.2.0"
47284763

4729-
eslint@^9.0.0:
4730-
version "9.39.2"
4731-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.2.tgz#cb60e6d16ab234c0f8369a3fe7cc87967faf4b6c"
4732-
integrity sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==
4733-
dependencies:
4734-
"@eslint-community/eslint-utils" "^4.8.0"
4735-
"@eslint-community/regexpp" "^4.12.1"
4736-
"@eslint/config-array" "^0.21.1"
4737-
"@eslint/config-helpers" "^0.4.2"
4738-
"@eslint/core" "^0.17.0"
4739-
"@eslint/eslintrc" "^3.3.1"
4740-
"@eslint/js" "9.39.2"
4741-
"@eslint/plugin-kit" "^0.4.1"
4742-
"@humanfs/node" "^0.16.6"
4743-
"@humanwhocodes/module-importer" "^1.0.1"
4744-
"@humanwhocodes/retry" "^0.4.2"
4745-
"@types/estree" "^1.0.6"
4746-
ajv "^6.12.4"
4747-
chalk "^4.0.0"
4748-
cross-spawn "^7.0.6"
4749-
debug "^4.3.2"
4750-
escape-string-regexp "^4.0.0"
4751-
eslint-scope "^8.4.0"
4752-
eslint-visitor-keys "^4.2.1"
4753-
espree "^10.4.0"
4754-
esquery "^1.5.0"
4755-
esutils "^2.0.2"
4756-
fast-deep-equal "^3.1.3"
4757-
file-entry-cache "^8.0.0"
4758-
find-up "^5.0.0"
4759-
glob-parent "^6.0.2"
4760-
ignore "^5.2.0"
4761-
imurmurhash "^0.1.4"
4762-
is-glob "^4.0.0"
4763-
json-stable-stringify-without-jsonify "^1.0.1"
4764-
lodash.merge "^4.6.2"
4765-
minimatch "^3.1.2"
4766-
natural-compare "^1.4.0"
4767-
optionator "^0.9.3"
4768-
4769-
espree@^10.0.1, espree@^10.4.0:
4770-
version "10.4.0"
4771-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
4772-
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
4764+
espree@^11.1.1:
4765+
version "11.1.1"
4766+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.1.tgz#866f6bc9ccccd6f28876b7a6463abb281b9cb847"
4767+
integrity sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==
47734768
dependencies:
4774-
acorn "^8.15.0"
4769+
acorn "^8.16.0"
47754770
acorn-jsx "^5.3.2"
4776-
eslint-visitor-keys "^4.2.1"
4771+
eslint-visitor-keys "^5.0.1"
47774772

47784773
espree@^9.6.0, espree@^9.6.1:
47794774
version "9.6.1"
@@ -4796,10 +4791,10 @@ esquery@^1.4.2:
47964791
dependencies:
47974792
estraverse "^5.1.0"
47984793

4799-
esquery@^1.5.0:
4800-
version "1.6.0"
4801-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
4802-
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
4794+
esquery@^1.7.0:
4795+
version "1.7.0"
4796+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
4797+
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
48034798
dependencies:
48044799
estraverse "^5.1.0"
48054800

@@ -5373,11 +5368,6 @@ globals@^13.19.0:
53735368
dependencies:
53745369
type-fest "^0.20.2"
53755370

5376-
globals@^14.0.0:
5377-
version "14.0.0"
5378-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
5379-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
5380-
53815371
globalthis@^1.0.3, globalthis@^1.0.4:
53825372
version "1.0.4"
53835373
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
@@ -6624,7 +6614,7 @@ js-yaml@^3.13.1:
66246614
argparse "^1.0.7"
66256615
esprima "^4.0.0"
66266616

6627-
js-yaml@^4.1.0, js-yaml@^4.1.1:
6617+
js-yaml@^4.1.0:
66286618
version "4.1.1"
66296619
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
66306620
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
@@ -7024,6 +7014,13 @@ minimatch@^10.1.1:
70247014
dependencies:
70257015
"@isaacs/brace-expansion" "^5.0.0"
70267016

7017+
minimatch@^10.2.1:
7018+
version "10.2.2"
7019+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.2.tgz#361603ee323cfb83496fea2ae17cc44ea4e1f99f"
7020+
integrity sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==
7021+
dependencies:
7022+
brace-expansion "^5.0.2"
7023+
70277024
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
70287025
version "3.1.2"
70297026
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"

0 commit comments

Comments
 (0)