|
3 | 3 |
|
4 | 4 |
|
5 | 5 | "@ampproject/remapping@^2.2.0": |
6 | | - version "2.2.0" |
7 | | - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d" |
8 | | - integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== |
| 6 | + version "2.2.1" |
| 7 | + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.1.tgz#99e8e11851128b8702cd57c33684f1d0f260b630" |
| 8 | + integrity sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg== |
9 | 9 | dependencies: |
10 | | - "@jridgewell/gen-mapping" "^0.1.0" |
| 10 | + "@jridgewell/gen-mapping" "^0.3.0" |
11 | 11 | "@jridgewell/trace-mapping" "^0.3.9" |
12 | 12 |
|
13 | 13 | "@babel/cli@^7.7.0": |
|
1088 | 1088 | minimatch "^3.1.2" |
1089 | 1089 | strip-json-comments "^3.1.1" |
1090 | 1090 |
|
1091 | | -"@eslint/js@8.37.0": |
1092 | | - version "8.37.0" |
1093 | | - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.37.0.tgz#cf1b5fa24217fe007f6487a26d765274925efa7d" |
1094 | | - integrity sha512-x5vzdtOOGgFVDCUs81QRB2+liax8rFg3+7hqM+QhBG0/G3F1ZsoYl97UrqgHgQ9KKT7G6c4V+aTUCgu/n22v1A== |
| 1091 | +"@eslint/js@8.38.0": |
| 1092 | + version "8.38.0" |
| 1093 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.38.0.tgz#73a8a0d8aa8a8e6fe270431c5e72ae91b5337892" |
| 1094 | + integrity sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g== |
1095 | 1095 |
|
1096 | 1096 | "@humanwhocodes/config-array@^0.11.8": |
1097 | 1097 | version "0.11.8" |
|
1320 | 1320 | "@types/yargs" "^17.0.8" |
1321 | 1321 | chalk "^4.0.0" |
1322 | 1322 |
|
1323 | | -"@jridgewell/gen-mapping@^0.1.0": |
1324 | | - version "0.1.1" |
1325 | | - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" |
1326 | | - integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== |
1327 | | - dependencies: |
1328 | | - "@jridgewell/set-array" "^1.0.0" |
1329 | | - "@jridgewell/sourcemap-codec" "^1.4.10" |
1330 | | - |
1331 | | -"@jridgewell/gen-mapping@^0.3.2": |
1332 | | - version "0.3.2" |
1333 | | - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" |
1334 | | - integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A== |
| 1323 | +"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": |
| 1324 | + version "0.3.3" |
| 1325 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 1326 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
1335 | 1327 | dependencies: |
1336 | 1328 | "@jridgewell/set-array" "^1.0.1" |
1337 | 1329 | "@jridgewell/sourcemap-codec" "^1.4.10" |
|
1342 | 1334 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" |
1343 | 1335 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== |
1344 | 1336 |
|
1345 | | -"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": |
| 1337 | +"@jridgewell/set-array@^1.0.1": |
1346 | 1338 | version "1.1.2" |
1347 | 1339 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
1348 | 1340 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
1349 | 1341 |
|
1350 | | -"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10": |
| 1342 | +"@jridgewell/sourcemap-codec@1.4.14": |
1351 | 1343 | version "1.4.14" |
1352 | 1344 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
1353 | 1345 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
1354 | 1346 |
|
| 1347 | +"@jridgewell/sourcemap-codec@^1.4.10": |
| 1348 | + version "1.4.15" |
| 1349 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 1350 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 1351 | + |
1355 | 1352 | "@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.15", "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": |
1356 | | - version "0.3.17" |
1357 | | - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" |
1358 | | - integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g== |
| 1353 | + version "0.3.18" |
| 1354 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#25783b2086daf6ff1dcb53c9249ae480e4dd4cd6" |
| 1355 | + integrity sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA== |
1359 | 1356 | dependencies: |
1360 | 1357 | "@jridgewell/resolve-uri" "3.1.0" |
1361 | 1358 | "@jridgewell/sourcemap-codec" "1.4.14" |
|
1521 | 1518 | "@types/yargs-parser" "*" |
1522 | 1519 |
|
1523 | 1520 | "@typescript-eslint/eslint-plugin@^5.36.2": |
1524 | | - version "5.57.0" |
1525 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.0.tgz#52c8a7a4512f10e7249ca1e2e61f81c62c34365c" |
1526 | | - integrity sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA== |
| 1521 | + version "5.57.1" |
| 1522 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.1.tgz#d1ab162a3cd2671b8a1c9ddf6e2db73b14439735" |
| 1523 | + integrity sha512-1MeobQkQ9tztuleT3v72XmY0XuKXVXusAhryoLuU5YZ+mXoYKZP9SQ7Flulh1NX4DTjpGTc2b/eMu4u7M7dhnQ== |
1527 | 1524 | dependencies: |
1528 | 1525 | "@eslint-community/regexpp" "^4.4.0" |
1529 | | - "@typescript-eslint/scope-manager" "5.57.0" |
1530 | | - "@typescript-eslint/type-utils" "5.57.0" |
1531 | | - "@typescript-eslint/utils" "5.57.0" |
| 1526 | + "@typescript-eslint/scope-manager" "5.57.1" |
| 1527 | + "@typescript-eslint/type-utils" "5.57.1" |
| 1528 | + "@typescript-eslint/utils" "5.57.1" |
1532 | 1529 | debug "^4.3.4" |
1533 | 1530 | grapheme-splitter "^1.0.4" |
1534 | 1531 | ignore "^5.2.0" |
|
1537 | 1534 | tsutils "^3.21.0" |
1538 | 1535 |
|
1539 | 1536 | "@typescript-eslint/parser@^5.36.2": |
1540 | | - version "5.57.0" |
1541 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.0.tgz#f675bf2cd1a838949fd0de5683834417b757e4fa" |
1542 | | - integrity sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ== |
| 1537 | + version "5.57.1" |
| 1538 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.1.tgz#af911234bd4401d09668c5faf708a0570a17a748" |
| 1539 | + integrity sha512-hlA0BLeVSA/wBPKdPGxoVr9Pp6GutGoY380FEhbVi0Ph4WNe8kLvqIRx76RSQt1lynZKfrXKs0/XeEk4zZycuA== |
1543 | 1540 | dependencies: |
1544 | | - "@typescript-eslint/scope-manager" "5.57.0" |
1545 | | - "@typescript-eslint/types" "5.57.0" |
1546 | | - "@typescript-eslint/typescript-estree" "5.57.0" |
| 1541 | + "@typescript-eslint/scope-manager" "5.57.1" |
| 1542 | + "@typescript-eslint/types" "5.57.1" |
| 1543 | + "@typescript-eslint/typescript-estree" "5.57.1" |
1547 | 1544 | debug "^4.3.4" |
1548 | 1545 |
|
1549 | | -"@typescript-eslint/scope-manager@5.57.0": |
1550 | | - version "5.57.0" |
1551 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.0.tgz#79ccd3fa7bde0758059172d44239e871e087ea36" |
1552 | | - integrity sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw== |
| 1546 | +"@typescript-eslint/scope-manager@5.57.1": |
| 1547 | + version "5.57.1" |
| 1548 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.1.tgz#5d28799c0fc8b501a29ba1749d827800ef22d710" |
| 1549 | + integrity sha512-N/RrBwEUKMIYxSKl0oDK5sFVHd6VI7p9K5MyUlVYAY6dyNb/wHUqndkTd3XhpGlXgnQsBkRZuu4f9kAHghvgPw== |
1553 | 1550 | dependencies: |
1554 | | - "@typescript-eslint/types" "5.57.0" |
1555 | | - "@typescript-eslint/visitor-keys" "5.57.0" |
| 1551 | + "@typescript-eslint/types" "5.57.1" |
| 1552 | + "@typescript-eslint/visitor-keys" "5.57.1" |
1556 | 1553 |
|
1557 | | -"@typescript-eslint/type-utils@5.57.0": |
1558 | | - version "5.57.0" |
1559 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.0.tgz#98e7531c4e927855d45bd362de922a619b4319f2" |
1560 | | - integrity sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ== |
| 1554 | +"@typescript-eslint/type-utils@5.57.1": |
| 1555 | + version "5.57.1" |
| 1556 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.1.tgz#235daba621d3f882b8488040597b33777c74bbe9" |
| 1557 | + integrity sha512-/RIPQyx60Pt6ga86hKXesXkJ2WOS4UemFrmmq/7eOyiYjYv/MUSHPlkhU6k9T9W1ytnTJueqASW+wOmW4KrViw== |
1561 | 1558 | dependencies: |
1562 | | - "@typescript-eslint/typescript-estree" "5.57.0" |
1563 | | - "@typescript-eslint/utils" "5.57.0" |
| 1559 | + "@typescript-eslint/typescript-estree" "5.57.1" |
| 1560 | + "@typescript-eslint/utils" "5.57.1" |
1564 | 1561 | debug "^4.3.4" |
1565 | 1562 | tsutils "^3.21.0" |
1566 | 1563 |
|
1567 | | -"@typescript-eslint/types@5.57.0": |
1568 | | - version "5.57.0" |
1569 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132" |
1570 | | - integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ== |
| 1564 | +"@typescript-eslint/types@5.57.1": |
| 1565 | + version "5.57.1" |
| 1566 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.1.tgz#d9989c7a9025897ea6f0550b7036027f69e8a603" |
| 1567 | + integrity sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA== |
1571 | 1568 |
|
1572 | | -"@typescript-eslint/typescript-estree@5.57.0": |
1573 | | - version "5.57.0" |
1574 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40" |
1575 | | - integrity sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw== |
| 1569 | +"@typescript-eslint/typescript-estree@5.57.1": |
| 1570 | + version "5.57.1" |
| 1571 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.1.tgz#10d9643e503afc1ca4f5553d9bbe672ea4050b71" |
| 1572 | + integrity sha512-A2MZqD8gNT0qHKbk2wRspg7cHbCDCk2tcqt6ScCFLr5Ru8cn+TCfM786DjPhqwseiS+PrYwcXht5ztpEQ6TFTw== |
1576 | 1573 | dependencies: |
1577 | | - "@typescript-eslint/types" "5.57.0" |
1578 | | - "@typescript-eslint/visitor-keys" "5.57.0" |
| 1574 | + "@typescript-eslint/types" "5.57.1" |
| 1575 | + "@typescript-eslint/visitor-keys" "5.57.1" |
1579 | 1576 | debug "^4.3.4" |
1580 | 1577 | globby "^11.1.0" |
1581 | 1578 | is-glob "^4.0.3" |
1582 | 1579 | semver "^7.3.7" |
1583 | 1580 | tsutils "^3.21.0" |
1584 | 1581 |
|
1585 | | -"@typescript-eslint/utils@5.57.0", "@typescript-eslint/utils@^5.10.0": |
1586 | | - version "5.57.0" |
1587 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.0.tgz#eab8f6563a2ac31f60f3e7024b91bf75f43ecef6" |
1588 | | - integrity sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw== |
| 1582 | +"@typescript-eslint/utils@5.57.1", "@typescript-eslint/utils@^5.10.0": |
| 1583 | + version "5.57.1" |
| 1584 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.1.tgz#0f97b0bbd88c2d5e2036869f26466be5f4c69475" |
| 1585 | + integrity sha512-kN6vzzf9NkEtawECqze6v99LtmDiUJCVpvieTFA1uL7/jDghiJGubGZ5csicYHU1Xoqb3oH/R5cN5df6W41Nfg== |
1589 | 1586 | dependencies: |
1590 | 1587 | "@eslint-community/eslint-utils" "^4.2.0" |
1591 | 1588 | "@types/json-schema" "^7.0.9" |
1592 | 1589 | "@types/semver" "^7.3.12" |
1593 | | - "@typescript-eslint/scope-manager" "5.57.0" |
1594 | | - "@typescript-eslint/types" "5.57.0" |
1595 | | - "@typescript-eslint/typescript-estree" "5.57.0" |
| 1590 | + "@typescript-eslint/scope-manager" "5.57.1" |
| 1591 | + "@typescript-eslint/types" "5.57.1" |
| 1592 | + "@typescript-eslint/typescript-estree" "5.57.1" |
1596 | 1593 | eslint-scope "^5.1.1" |
1597 | 1594 | semver "^7.3.7" |
1598 | 1595 |
|
1599 | | -"@typescript-eslint/visitor-keys@5.57.0": |
1600 | | - version "5.57.0" |
1601 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz#e2b2f4174aff1d15eef887ce3d019ecc2d7a8ac1" |
1602 | | - integrity sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g== |
| 1596 | +"@typescript-eslint/visitor-keys@5.57.1": |
| 1597 | + version "5.57.1" |
| 1598 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.1.tgz#585e5fa42a9bbcd9065f334fd7c8a4ddfa7d905e" |
| 1599 | + integrity sha512-RjQrAniDU0CEk5r7iphkm731zKlFiUjvcBS2yHAg8WWqFMCaCrD0rKEVOMUyMMcbGPZ0bPp56srkGWrgfZqLRA== |
1603 | 1600 | dependencies: |
1604 | | - "@typescript-eslint/types" "5.57.0" |
| 1601 | + "@typescript-eslint/types" "5.57.1" |
1605 | 1602 | eslint-visitor-keys "^3.3.0" |
1606 | 1603 |
|
1607 | 1604 | acorn-jsx@^5.3.2: |
@@ -1936,9 +1933,9 @@ camelcase@^6.2.0: |
1936 | 1933 | integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== |
1937 | 1934 |
|
1938 | 1935 | caniuse-lite@^1.0.30001449: |
1939 | | - version "1.0.30001473" |
1940 | | - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001473.tgz#3859898b3cab65fc8905bb923df36ad35058153c" |
1941 | | - integrity sha512-ewDad7+D2vlyy+E4UJuVfiBsU69IL+8oVmTuZnH5Q6CIUbxNfI50uVpRHbUPDD6SUaN2o0Lh4DhTrvLG/Tn1yg== |
| 1936 | + version "1.0.30001477" |
| 1937 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001477.tgz#a2ffb2276258233034bbb869d4558b02658a511e" |
| 1938 | + integrity sha512-lZim4iUHhGcy5p+Ri/G7m84hJwncj+Kz7S5aD4hoQfslKZJgt0tHc/hafVbqHC5bbhHb+mrW2JOUHkI5KH7toQ== |
1942 | 1939 |
|
1943 | 1940 | chalk@^2.0.0: |
1944 | 1941 | version "2.4.2" |
@@ -2081,9 +2078,9 @@ convert-source-map@^2.0.0: |
2081 | 2078 | integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== |
2082 | 2079 |
|
2083 | 2080 | core-js-compat@^3.25.1: |
2084 | | - version "3.29.1" |
2085 | | - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.29.1.tgz#15c0fb812ea27c973c18d425099afa50b934b41b" |
2086 | | - integrity sha512-QmchCua884D8wWskMX8tW5ydINzd8oSJVx38lx/pVkFGqztxt73GYre3pm/hyYq8bPf+MW5In4I/uRShFDsbrA== |
| 2081 | + version "3.30.0" |
| 2082 | + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.30.0.tgz#99aa2789f6ed2debfa1df3232784126ee97f4d80" |
| 2083 | + integrity sha512-P5A2h/9mRYZFIAP+5Ab8ns6083IyVpSclU74UNvbGVQ8VM7n3n3/g2yF3AkKQ9NXz2O+ioxLbEWKnDtgsFamhg== |
2087 | 2084 | dependencies: |
2088 | 2085 | browserslist "^4.21.5" |
2089 | 2086 |
|
@@ -2216,9 +2213,9 @@ domutils@^3.0.1: |
2216 | 2213 | domhandler "^5.0.1" |
2217 | 2214 |
|
2218 | 2215 | electron-to-chromium@^1.4.284: |
2219 | | - version "1.4.348" |
2220 | | - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.348.tgz#f49379dc212d79f39112dd026f53e371279e433d" |
2221 | | - integrity sha512-gM7TdwuG3amns/1rlgxMbeeyNoBFPa+4Uu0c7FeROWh4qWmvSOnvcslKmWy51ggLKZ2n/F/4i2HJ+PVNxH9uCQ== |
| 2216 | + version "1.4.356" |
| 2217 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.356.tgz#b75a8a8c31d571f6024310cc980a08cd6c15a8c5" |
| 2218 | + integrity sha512-nEftV1dRX3omlxAj42FwqRZT0i4xd2dIg39sog/CnCJeCcL1TRd2Uh0i9Oebgv8Ou0vzTPw++xc+Z20jzS2B6A== |
2222 | 2219 |
|
2223 | 2220 | emittery@^0.13.1: |
2224 | 2221 | version "0.13.1" |
@@ -2554,14 +2551,14 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.0: |
2554 | 2551 | integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ== |
2555 | 2552 |
|
2556 | 2553 | eslint@^8.0.0: |
2557 | | - version "8.37.0" |
2558 | | - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.37.0.tgz#1f660ef2ce49a0bfdec0b0d698e0b8b627287412" |
2559 | | - integrity sha512-NU3Ps9nI05GUoVMxcZx1J8CNR6xOvUT4jAUMH5+z8lpp3aEdPVCImKw6PWG4PY+Vfkpr+jvMpxs/qoE7wq0sPw== |
| 2554 | + version "8.38.0" |
| 2555 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.38.0.tgz#a62c6f36e548a5574dd35728ac3c6209bd1e2f1a" |
| 2556 | + integrity sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg== |
2560 | 2557 | dependencies: |
2561 | 2558 | "@eslint-community/eslint-utils" "^4.2.0" |
2562 | 2559 | "@eslint-community/regexpp" "^4.4.0" |
2563 | 2560 | "@eslint/eslintrc" "^2.0.2" |
2564 | | - "@eslint/js" "8.37.0" |
| 2561 | + "@eslint/js" "8.38.0" |
2565 | 2562 | "@humanwhocodes/config-array" "^0.11.8" |
2566 | 2563 | "@humanwhocodes/module-importer" "^1.0.1" |
2567 | 2564 | "@nodelib/fs.walk" "^1.2.8" |
@@ -4318,11 +4315,11 @@ resolve.exports@^2.0.0: |
4318 | 4315 | integrity sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg== |
4319 | 4316 |
|
4320 | 4317 | resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.1: |
4321 | | - version "1.22.1" |
4322 | | - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" |
4323 | | - integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== |
| 4318 | + version "1.22.2" |
| 4319 | + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f" |
| 4320 | + integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g== |
4324 | 4321 | dependencies: |
4325 | | - is-core-module "^2.9.0" |
| 4322 | + is-core-module "^2.11.0" |
4326 | 4323 | path-parse "^1.0.7" |
4327 | 4324 | supports-preserve-symlinks-flag "^1.0.0" |
4328 | 4325 |
|
|
0 commit comments