305
305
dependencies :
306
306
" @jridgewell/trace-mapping" " 0.3.9"
307
307
308
- " @eslint/eslintrc@^2.0.0 " :
309
- version "2.0.0"
310
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
311
- integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==
308
+ " @eslint-community/eslint-utils@^4.2.0 " :
309
+ version "4.2.0"
310
+ resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518"
311
+ integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==
312
+ dependencies :
313
+ eslint-visitor-keys "^3.3.0"
314
+
315
+ " @eslint-community/regexpp@^4.4.0 " :
316
+ version "4.4.0"
317
+ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
318
+ integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
319
+
320
+ " @eslint/eslintrc@^2.0.1 " :
321
+ version "2.0.1"
322
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.1.tgz#7888fe7ec8f21bc26d646dbd2c11cd776e21192d"
323
+ integrity sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==
312
324
dependencies :
313
325
ajv "^6.12.4"
314
326
debug "^4.3.2"
315
- espree "^9.4 .0"
327
+ espree "^9.5 .0"
316
328
globals "^13.19.0"
317
329
ignore "^5.2.0"
318
330
import-fresh "^3.2.1"
319
331
js-yaml "^4.1.0"
320
332
minimatch "^3.1.2"
321
333
strip-json-comments "^3.1.1"
322
334
323
- " @eslint/js@8.35 .0 " :
324
- version "8.35 .0"
325
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35 .0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7 "
326
- integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw ==
335
+ " @eslint/js@8.36 .0 " :
336
+ version "8.36 .0"
337
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.36 .0.tgz#9837f768c03a1e4a30bd304a64fb8844f0e72efe "
338
+ integrity sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg ==
327
339
328
340
" @humanwhocodes/config-array@^0.11.8 " :
329
341
version "0.11.8"
@@ -1848,12 +1860,14 @@ eslint-visitor-keys@^3.3.0:
1848
1860
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
1849
1861
1850
1862
eslint@^8.8.0 :
1851
- version "8.35.0"
1852
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323"
1853
- integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==
1854
- dependencies :
1855
- " @eslint/eslintrc" " ^2.0.0"
1856
- " @eslint/js" " 8.35.0"
1863
+ version "8.36.0"
1864
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.36.0.tgz#1bd72202200a5492f91803b113fb8a83b11285cf"
1865
+ integrity sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==
1866
+ dependencies :
1867
+ " @eslint-community/eslint-utils" " ^4.2.0"
1868
+ " @eslint-community/regexpp" " ^4.4.0"
1869
+ " @eslint/eslintrc" " ^2.0.1"
1870
+ " @eslint/js" " 8.36.0"
1857
1871
" @humanwhocodes/config-array" " ^0.11.8"
1858
1872
" @humanwhocodes/module-importer" " ^1.0.1"
1859
1873
" @nodelib/fs.walk" " ^1.2.8"
@@ -1864,9 +1878,8 @@ eslint@^8.8.0:
1864
1878
doctrine "^3.0.0"
1865
1879
escape-string-regexp "^4.0.0"
1866
1880
eslint-scope "^7.1.1"
1867
- eslint-utils "^3.0.0"
1868
1881
eslint-visitor-keys "^3.3.0"
1869
- espree "^9.4 .0"
1882
+ espree "^9.5 .0"
1870
1883
esquery "^1.4.2"
1871
1884
esutils "^2.0.2"
1872
1885
fast-deep-equal "^3.1.3"
@@ -1888,15 +1901,14 @@ eslint@^8.8.0:
1888
1901
minimatch "^3.1.2"
1889
1902
natural-compare "^1.4.0"
1890
1903
optionator "^0.9.1"
1891
- regexpp "^3.2.0"
1892
1904
strip-ansi "^6.0.1"
1893
1905
strip-json-comments "^3.1.0"
1894
1906
text-table "^0.2.0"
1895
1907
1896
- espree@^9.3.1, espree@^9.4 .0 :
1897
- version "9.4.1 "
1898
- resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.1 .tgz#51d6092615567a2c2cff7833445e37c28c0065bd "
1899
- integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg ==
1908
+ espree@^9.3.1, espree@^9.5 .0 :
1909
+ version "9.5.0 "
1910
+ resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.0 .tgz#3646d4e3f58907464edba852fa047e6a27bdf113 "
1911
+ integrity sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw ==
1900
1912
dependencies :
1901
1913
acorn "^8.8.0"
1902
1914
acorn-jsx "^5.3.2"
0 commit comments