341
341
exec-sh "^0.3.2"
342
342
minimist "^1.2.0"
343
343
344
- " @eslint/eslintrc@^2.0.0 " :
345
- version "2.0.0"
346
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
347
- integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==
344
+ " @eslint-community/eslint-utils@^4.2.0 " :
345
+ version "4.2.0"
346
+ resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518"
347
+ integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==
348
+ dependencies :
349
+ eslint-visitor-keys "^3.3.0"
350
+
351
+ " @eslint-community/regexpp@^4.4.0 " :
352
+ version "4.4.0"
353
+ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
354
+ integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
355
+
356
+ " @eslint/eslintrc@^2.0.1 " :
357
+ version "2.0.1"
358
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.1.tgz#7888fe7ec8f21bc26d646dbd2c11cd776e21192d"
359
+ integrity sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==
348
360
dependencies :
349
361
ajv "^6.12.4"
350
362
debug "^4.3.2"
351
- espree "^9.4 .0"
363
+ espree "^9.5 .0"
352
364
globals "^13.19.0"
353
365
ignore "^5.2.0"
354
366
import-fresh "^3.2.1"
355
367
js-yaml "^4.1.0"
356
368
minimatch "^3.1.2"
357
369
strip-json-comments "^3.1.1"
358
370
359
- " @eslint/js@8.35 .0 " :
360
- version "8.35 .0"
361
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35 .0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7 "
362
- integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw ==
371
+ " @eslint/js@8.36 .0 " :
372
+ version "8.36 .0"
373
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.36 .0.tgz#9837f768c03a1e4a30bd304a64fb8844f0e72efe "
374
+ integrity sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg ==
363
375
364
376
" @humanwhocodes/config-array@^0.11.8 " :
365
377
version "0.11.8"
@@ -1455,13 +1467,15 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
1455
1467
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
1456
1468
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
1457
1469
1458
- eslint@8.35 .0 :
1459
- version "8.35 .0"
1460
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35 .0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323 "
1461
- integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw ==
1470
+ eslint@8.36 .0 :
1471
+ version "8.36 .0"
1472
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.36 .0.tgz#1bd72202200a5492f91803b113fb8a83b11285cf "
1473
+ integrity sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw ==
1462
1474
dependencies :
1463
- " @eslint/eslintrc" " ^2.0.0"
1464
- " @eslint/js" " 8.35.0"
1475
+ " @eslint-community/eslint-utils" " ^4.2.0"
1476
+ " @eslint-community/regexpp" " ^4.4.0"
1477
+ " @eslint/eslintrc" " ^2.0.1"
1478
+ " @eslint/js" " 8.36.0"
1465
1479
" @humanwhocodes/config-array" " ^0.11.8"
1466
1480
" @humanwhocodes/module-importer" " ^1.0.1"
1467
1481
" @nodelib/fs.walk" " ^1.2.8"
@@ -1472,9 +1486,8 @@ eslint@8.35.0:
1472
1486
doctrine "^3.0.0"
1473
1487
escape-string-regexp "^4.0.0"
1474
1488
eslint-scope "^7.1.1"
1475
- eslint-utils "^3.0.0"
1476
1489
eslint-visitor-keys "^3.3.0"
1477
- espree "^9.4 .0"
1490
+ espree "^9.5 .0"
1478
1491
esquery "^1.4.2"
1479
1492
esutils "^2.0.2"
1480
1493
fast-deep-equal "^3.1.3"
@@ -1496,15 +1509,14 @@ eslint@8.35.0:
1496
1509
minimatch "^3.1.2"
1497
1510
natural-compare "^1.4.0"
1498
1511
optionator "^0.9.1"
1499
- regexpp "^3.2.0"
1500
1512
strip-ansi "^6.0.1"
1501
1513
strip-json-comments "^3.1.0"
1502
1514
text-table "^0.2.0"
1503
1515
1504
- espree@^9.4 .0 :
1505
- version "9.4 .0"
1506
- resolved "https://registry.yarnpkg.com/espree/-/espree-9.4 .0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a "
1507
- integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw ==
1516
+ espree@^9.5 .0 :
1517
+ version "9.5 .0"
1518
+ resolved "https://registry.yarnpkg.com/espree/-/espree-9.5 .0.tgz#3646d4e3f58907464edba852fa047e6a27bdf113 "
1519
+ integrity sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw ==
1508
1520
dependencies :
1509
1521
acorn "^8.8.0"
1510
1522
acorn-jsx "^5.3.2"
0 commit comments