Skip to content

Commit 31c3a55

Browse files
committed
chore(deps): lock file maintenance
1 parent e82b299 commit 31c3a55

File tree

1 file changed

+96
-96
lines changed

1 file changed

+96
-96
lines changed

yarn.lock

+96-96
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,12 @@
273273
"@babel/types" "^7.20.5"
274274

275275
"@babel/helpers@^7.20.7":
276-
version "7.20.7"
277-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce"
278-
integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==
276+
version "7.20.13"
277+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.13.tgz#e3cb731fb70dc5337134cadc24cbbad31cc87ad2"
278+
integrity sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg==
279279
dependencies:
280280
"@babel/template" "^7.20.7"
281-
"@babel/traverse" "^7.20.7"
281+
"@babel/traverse" "^7.20.13"
282282
"@babel/types" "^7.20.7"
283283

284284
"@babel/highlight@^7.18.6":
@@ -290,10 +290,10 @@
290290
chalk "^2.0.0"
291291
js-tokens "^4.0.0"
292292

293-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7":
294-
version "7.20.7"
295-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
296-
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
293+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7":
294+
version "7.20.13"
295+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.13.tgz#ddf1eb5a813588d2fb1692b70c6fce75b945c088"
296+
integrity sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw==
297297

298298
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
299299
version "7.18.6"
@@ -788,9 +788,9 @@
788788
"@babel/plugin-transform-react-jsx" "^7.18.6"
789789

790790
"@babel/plugin-transform-react-jsx@^7.18.10", "@babel/plugin-transform-react-jsx@^7.18.6":
791-
version "7.20.7"
792-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.20.7.tgz#025d85a1935fd7e19dfdcb1b1d4df34d4da484f7"
793-
integrity sha512-Tfq7qqD+tRj3EoDhY00nn2uP2hsRxgYGi5mLQ5TimKav0a9Lrpd4deE+fcLXU8zFYRjlKPHZhpCvfEA6qnBxqQ==
791+
version "7.20.13"
792+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.20.13.tgz#f950f0b0c36377503d29a712f16287cedf886cbb"
793+
integrity sha512-MmTZx/bkUrfJhhYAYt3Urjm+h8DQGrPrnKQ94jLo7NLuOU+T89a7IByhKmrb8SKhrIYIQ0FN0CHMbnFRen4qNw==
794794
dependencies:
795795
"@babel/helper-annotate-as-pure" "^7.18.6"
796796
"@babel/helper-module-imports" "^7.18.6"
@@ -986,9 +986,9 @@
986986
"@babel/plugin-transform-react-pure-annotations" "^7.18.6"
987987

988988
"@babel/runtime@^7.15.4", "@babel/runtime@^7.8.4":
989-
version "7.20.7"
990-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.7.tgz#fcb41a5a70550e04a7b708037c7c32f7f356d8fd"
991-
integrity sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==
989+
version "7.20.13"
990+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.13.tgz#7055ab8a7cff2b8f6058bf6ae45ff84ad2aded4b"
991+
integrity sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA==
992992
dependencies:
993993
regenerator-runtime "^0.13.11"
994994

@@ -1001,18 +1001,18 @@
10011001
"@babel/parser" "^7.20.7"
10021002
"@babel/types" "^7.20.7"
10031003

1004-
"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
1005-
version "7.20.12"
1006-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5"
1007-
integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==
1004+
"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.13", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
1005+
version "7.20.13"
1006+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.13.tgz#817c1ba13d11accca89478bd5481b2d168d07473"
1007+
integrity sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==
10081008
dependencies:
10091009
"@babel/code-frame" "^7.18.6"
10101010
"@babel/generator" "^7.20.7"
10111011
"@babel/helper-environment-visitor" "^7.18.9"
10121012
"@babel/helper-function-name" "^7.19.0"
10131013
"@babel/helper-hoist-variables" "^7.18.6"
10141014
"@babel/helper-split-export-declaration" "^7.18.6"
1015-
"@babel/parser" "^7.20.7"
1015+
"@babel/parser" "^7.20.13"
10161016
"@babel/types" "^7.20.7"
10171017
debug "^4.1.0"
10181018
globals "^11.1.0"
@@ -1390,12 +1390,12 @@
13901390
"@sinonjs/commons" "^1.7.0"
13911391

13921392
"@types/babel__core@^7.1.14":
1393-
version "7.1.20"
1394-
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.20.tgz#e168cdd612c92a2d335029ed62ac94c95b362359"
1395-
integrity sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==
1393+
version "7.20.0"
1394+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.0.tgz#61bc5a4cae505ce98e1e36c5445e4bee060d8891"
1395+
integrity sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==
13961396
dependencies:
1397-
"@babel/parser" "^7.1.0"
1398-
"@babel/types" "^7.0.0"
1397+
"@babel/parser" "^7.20.7"
1398+
"@babel/types" "^7.20.7"
13991399
"@types/babel__generator" "*"
14001400
"@types/babel__template" "*"
14011401
"@types/babel__traverse" "*"
@@ -1491,20 +1491,20 @@
14911491
integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==
14921492

14931493
"@types/yargs@^17.0.8":
1494-
version "17.0.19"
1495-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.19.tgz#8dbecdc9ab48bee0cb74f6e3327de3fa0d0c98ae"
1496-
integrity sha512-cAx3qamwaYX9R0fzOIZAlFpo4A+1uBVCxqpKz9D26uTF4srRXaGTTsikQmaotCtNdbhzyUH7ft6p9ktz9s6UNQ==
1494+
version "17.0.20"
1495+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.20.tgz#107f0fcc13bd4a524e352b41c49fe88aab5c54d5"
1496+
integrity sha512-eknWrTHofQuPk2iuqDm1waA7V6xPlbgBoaaXEgYkClhLOnB0TtbW+srJaOToAgawPxPlHQzwypFA2bhZaUGP5A==
14971497
dependencies:
14981498
"@types/yargs-parser" "*"
14991499

15001500
"@typescript-eslint/eslint-plugin@^5.36.2":
1501-
version "5.48.1"
1502-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.48.1.tgz#deee67e399f2cb6b4608c935777110e509d8018c"
1503-
integrity sha512-9nY5K1Rp2ppmpb9s9S2aBiF3xo5uExCehMDmYmmFqqyxgenbHJ3qbarcLt4ITgaD6r/2ypdlcFRdcuVPnks+fQ==
1501+
version "5.48.2"
1502+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.48.2.tgz#112e6ae1e23a1dc8333ce82bb9c65c2608b4d8a3"
1503+
integrity sha512-sR0Gja9Ky1teIq4qJOl0nC+Tk64/uYdX+mi+5iB//MH8gwyx8e3SOyhEzeLZEFEEfCaLf8KJq+Bd/6je1t+CAg==
15041504
dependencies:
1505-
"@typescript-eslint/scope-manager" "5.48.1"
1506-
"@typescript-eslint/type-utils" "5.48.1"
1507-
"@typescript-eslint/utils" "5.48.1"
1505+
"@typescript-eslint/scope-manager" "5.48.2"
1506+
"@typescript-eslint/type-utils" "5.48.2"
1507+
"@typescript-eslint/utils" "5.48.2"
15081508
debug "^4.3.4"
15091509
ignore "^5.2.0"
15101510
natural-compare-lite "^1.4.0"
@@ -1513,71 +1513,71 @@
15131513
tsutils "^3.21.0"
15141514

15151515
"@typescript-eslint/parser@^5.36.2":
1516-
version "5.48.1"
1517-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.1.tgz#d0125792dab7e232035434ab8ef0658154db2f10"
1518-
integrity sha512-4yg+FJR/V1M9Xoq56SF9Iygqm+r5LMXvheo6DQ7/yUWynQ4YfCRnsKuRgqH4EQ5Ya76rVwlEpw4Xu+TgWQUcdA==
1516+
version "5.48.2"
1517+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.2.tgz#c9edef2a0922d26a37dba03be20c5fff378313b3"
1518+
integrity sha512-38zMsKsG2sIuM5Oi/olurGwYJXzmtdsHhn5mI/pQogP+BjYVkK5iRazCQ8RGS0V+YLk282uWElN70zAAUmaYHw==
15191519
dependencies:
1520-
"@typescript-eslint/scope-manager" "5.48.1"
1521-
"@typescript-eslint/types" "5.48.1"
1522-
"@typescript-eslint/typescript-estree" "5.48.1"
1520+
"@typescript-eslint/scope-manager" "5.48.2"
1521+
"@typescript-eslint/types" "5.48.2"
1522+
"@typescript-eslint/typescript-estree" "5.48.2"
15231523
debug "^4.3.4"
15241524

1525-
"@typescript-eslint/[email protected].1":
1526-
version "5.48.1"
1527-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz#39c71e4de639f5fe08b988005beaaf6d79f9d64d"
1528-
integrity sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==
1525+
"@typescript-eslint/[email protected].2":
1526+
version "5.48.2"
1527+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz#bb7676cb78f1e94921eaab637a4b5d596f838abc"
1528+
integrity sha512-zEUFfonQid5KRDKoI3O+uP1GnrFd4tIHlvs+sTJXiWuypUWMuDaottkJuR612wQfOkjYbsaskSIURV9xo4f+Fw==
15291529
dependencies:
1530-
"@typescript-eslint/types" "5.48.1"
1531-
"@typescript-eslint/visitor-keys" "5.48.1"
1530+
"@typescript-eslint/types" "5.48.2"
1531+
"@typescript-eslint/visitor-keys" "5.48.2"
15321532

1533-
"@typescript-eslint/[email protected].1":
1534-
version "5.48.1"
1535-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.48.1.tgz#5d94ac0c269a81a91ad77c03407cea2caf481412"
1536-
integrity sha512-Hyr8HU8Alcuva1ppmqSYtM/Gp0q4JOp1F+/JH5D1IZm/bUBrV0edoewQZiEc1r6I8L4JL21broddxK8HAcZiqQ==
1533+
"@typescript-eslint/[email protected].2":
1534+
version "5.48.2"
1535+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.48.2.tgz#7d3aeca9fa37a7ab7e3d9056a99b42f342c48ad7"
1536+
integrity sha512-QVWx7J5sPMRiOMJp5dYshPxABRoZV1xbRirqSk8yuIIsu0nvMTZesKErEA3Oix1k+uvsk8Cs8TGJ6kQ0ndAcew==
15371537
dependencies:
1538-
"@typescript-eslint/typescript-estree" "5.48.1"
1539-
"@typescript-eslint/utils" "5.48.1"
1538+
"@typescript-eslint/typescript-estree" "5.48.2"
1539+
"@typescript-eslint/utils" "5.48.2"
15401540
debug "^4.3.4"
15411541
tsutils "^3.21.0"
15421542

1543-
"@typescript-eslint/[email protected].1":
1544-
version "5.48.1"
1545-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.1.tgz#efd1913a9aaf67caf8a6e6779fd53e14e8587e14"
1546-
integrity sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==
1543+
"@typescript-eslint/[email protected].2":
1544+
version "5.48.2"
1545+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.2.tgz#635706abb1ec164137f92148f06f794438c97b8e"
1546+
integrity sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA==
15471547

1548-
"@typescript-eslint/[email protected].1":
1549-
version "5.48.1"
1550-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.1.tgz#9efa8ee2aa471c6ab62e649f6e64d8d121bc2056"
1551-
integrity sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==
1548+
"@typescript-eslint/[email protected].2":
1549+
version "5.48.2"
1550+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz#6e206b462942b32383582a6c9251c05021cc21b0"
1551+
integrity sha512-bibvD3z6ilnoVxUBFEgkO0k0aFvUc4Cttt0dAreEr+nrAHhWzkO83PEVVuieK3DqcgL6VAK5dkzK8XUVja5Zcg==
15521552
dependencies:
1553-
"@typescript-eslint/types" "5.48.1"
1554-
"@typescript-eslint/visitor-keys" "5.48.1"
1553+
"@typescript-eslint/types" "5.48.2"
1554+
"@typescript-eslint/visitor-keys" "5.48.2"
15551555
debug "^4.3.4"
15561556
globby "^11.1.0"
15571557
is-glob "^4.0.3"
15581558
semver "^7.3.7"
15591559
tsutils "^3.21.0"
15601560

1561-
"@typescript-eslint/[email protected].1", "@typescript-eslint/utils@^5.10.0":
1562-
version "5.48.1"
1563-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.1.tgz#20f2f4e88e9e2a0961cbebcb47a1f0f7da7ba7f9"
1564-
integrity sha512-SmQuSrCGUOdmGMwivW14Z0Lj8dxG1mOFZ7soeJ0TQZEJcs3n5Ndgkg0A4bcMFzBELqLJ6GTHnEU+iIoaD6hFGA==
1561+
"@typescript-eslint/[email protected].2", "@typescript-eslint/utils@^5.10.0":
1562+
version "5.48.2"
1563+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.2.tgz#3777a91dcb22b8499a25519e06eef2e9569295a3"
1564+
integrity sha512-2h18c0d7jgkw6tdKTlNaM7wyopbLRBiit8oAxoP89YnuBOzCZ8g8aBCaCqq7h208qUTroL7Whgzam7UY3HVLow==
15651565
dependencies:
15661566
"@types/json-schema" "^7.0.9"
15671567
"@types/semver" "^7.3.12"
1568-
"@typescript-eslint/scope-manager" "5.48.1"
1569-
"@typescript-eslint/types" "5.48.1"
1570-
"@typescript-eslint/typescript-estree" "5.48.1"
1568+
"@typescript-eslint/scope-manager" "5.48.2"
1569+
"@typescript-eslint/types" "5.48.2"
1570+
"@typescript-eslint/typescript-estree" "5.48.2"
15711571
eslint-scope "^5.1.1"
15721572
eslint-utils "^3.0.0"
15731573
semver "^7.3.7"
15741574

1575-
"@typescript-eslint/[email protected].1":
1576-
version "5.48.1"
1577-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz#79fd4fb9996023ef86849bf6f904f33eb6c8fccb"
1578-
integrity sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==
1575+
"@typescript-eslint/[email protected].2":
1576+
version "5.48.2"
1577+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz#c247582a0bcce467461d7b696513bf9455000060"
1578+
integrity sha512-z9njZLSkwmjFWUelGEwEbdf4NwKvfHxvGC0OcGN1Hp/XNDIcJ7D5DpPNPv6x6/mFvc1tQHsaWmpD/a4gOvvCJQ==
15791579
dependencies:
1580-
"@typescript-eslint/types" "5.48.1"
1580+
"@typescript-eslint/types" "5.48.2"
15811581
eslint-visitor-keys "^3.3.0"
15821582

15831583
acorn-jsx@^5.3.2:
@@ -1713,7 +1713,7 @@ array.prototype.flat@^1.2.3, array.prototype.flat@^1.3.1:
17131713
es-abstract "^1.20.4"
17141714
es-shim-unscopables "^1.0.0"
17151715

1716-
array.prototype.flatmap@^1.3.0, array.prototype.flatmap@^1.3.1:
1716+
array.prototype.flatmap@^1.3.1:
17171717
version "1.3.1"
17181718
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
17191719
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -1904,9 +1904,9 @@ camelcase@^6.2.0:
19041904
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
19051905

19061906
caniuse-lite@^1.0.30001400:
1907-
version "1.0.30001445"
1908-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001445.tgz#cf2d4eb93f2bcdf0310de9dd6d18be271bc0b447"
1909-
integrity sha512-8sdQIdMztYmzfTMO6KfLny878Ln9c2M0fc7EH60IjlP4Dc4PiCy7K2Vl3ITmWgOyPgVQKa5x+UP/KqFsxj4mBg==
1907+
version "1.0.30001446"
1908+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001446.tgz#6d4ba828ab19f49f9bcd14a8430d30feebf1e0c5"
1909+
integrity sha512-fEoga4PrImGcwUUGEol/PoFCSBnSkA9drgdkxXkJLsUBOnJ8rs3zDv6ApqYXGQFOyMPsjh79naWhF4DAxbF8rw==
19101910

19111911
chalk@^2.0.0:
19121912
version "2.4.2"
@@ -2049,9 +2049,9 @@ convert-source-map@^2.0.0:
20492049
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
20502050

20512051
core-js-compat@^3.25.1:
2052-
version "3.27.1"
2053-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.27.1.tgz#b5695eb25c602d72b1d30cbfba3cb7e5e4cf0a67"
2054-
integrity sha512-Dg91JFeCDA17FKnneN7oCMz4BkQ4TcffkgHP4OWwp9yx3pi7ubqMDXXSacfNak1PQqjc95skyt+YBLHQJnkJwA==
2052+
version "3.27.2"
2053+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.27.2.tgz#607c50ad6db8fd8326af0b2883ebb987be3786da"
2054+
integrity sha512-welaYuF7ZtbYKGrIy7y3eb40d37rG1FvzEOfe7hSLd2iD6duMDqUhRfSvCGyC46HhR6Y8JXXdZ2lnRUMkPBpvg==
20552055
dependencies:
20562056
browserslist "^4.21.4"
20572057

@@ -2402,13 +2402,13 @@ eslint-plugin-flowtype@^8.0.3:
24022402
string-natural-compare "^3.0.1"
24032403

24042404
eslint-plugin-import@^2.25.3:
2405-
version "2.27.4"
2406-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz#319c2f6f6580e1678d674a258ee5e981c10cc25b"
2407-
integrity sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==
2405+
version "2.27.5"
2406+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65"
2407+
integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==
24082408
dependencies:
24092409
array-includes "^3.1.6"
24102410
array.prototype.flat "^1.3.1"
2411-
array.prototype.flatmap "^1.3.0"
2411+
array.prototype.flatmap "^1.3.1"
24122412
debug "^3.2.7"
24132413
doctrine "^2.1.0"
24142414
eslint-import-resolver-node "^0.3.7"
@@ -2469,9 +2469,9 @@ eslint-plugin-react-native@^4.0.0:
24692469
eslint-plugin-react-native-globals "^0.1.1"
24702470

24712471
eslint-plugin-react@^7.27.1:
2472-
version "7.32.0"
2473-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.0.tgz#d80f794a638c5770f952ba2ae793f0a516be7c09"
2474-
integrity sha512-vSBi1+SrPiLZCGvxpiZIa28fMEUaMjXtCplrvxcIxGzmFiYdsXQDwInEjuv5/i/2CTTxbkS87tE8lsQ0Qxinbw==
2472+
version "7.32.1"
2473+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.1.tgz#88cdeb4065da8ca0b64e1274404f53a0f9890200"
2474+
integrity sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www==
24752475
dependencies:
24762476
array-includes "^3.1.6"
24772477
array.prototype.flatmap "^1.3.1"
@@ -2792,9 +2792,9 @@ get-caller-file@^2.0.5:
27922792
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
27932793

27942794
get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3:
2795-
version "1.1.3"
2796-
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
2797-
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
2795+
version "1.2.0"
2796+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.0.tgz#7ad1dc0535f3a2904bba075772763e5051f6d05f"
2797+
integrity sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==
27982798
dependencies:
27992799
function-bind "^1.1.1"
28002800
has "^1.0.3"
@@ -3579,9 +3579,9 @@ jest@^29.0.0:
35793579
jest-cli "^29.3.1"
35803580

35813581
js-sdsl@^4.1.4:
3582-
version "4.2.0"
3583-
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.2.0.tgz#278e98b7bea589b8baaf048c20aeb19eb7ad09d0"
3584-
integrity sha512-dyBIzQBDkCqCu+0upx25Y2jGdbTGxE9fshMsCdK0ViOongpV+n5tXRcZY9v7CaVQ79AGS9KA1KHtojxiM7aXSQ==
3582+
version "4.3.0"
3583+
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.3.0.tgz#aeefe32a451f7af88425b11fdb5f58c90ae1d711"
3584+
integrity sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==
35853585

35863586
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
35873587
version "4.0.0"
@@ -4126,9 +4126,9 @@ prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
41264126
react-is "^16.13.1"
41274127

41284128
punycode@^2.1.0:
4129-
version "2.2.0"
4130-
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.2.0.tgz#2092cc57cd2582c38e4e7e8bb869dc8d3148bc74"
4131-
integrity sha512-LN6QV1IJ9ZhxWTNdktaPClrNfp8xdSAYS0Zk2ddX7XsXZAxckMHPCBcHRo0cTcEIgYPRiGEkmji3Idkh2yFtYw==
4129+
version "2.3.0"
4130+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
4131+
integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==
41324132

41334133
queue-microtask@^1.2.2:
41344134
version "1.2.3"

0 commit comments

Comments
 (0)