@@ -4739,6 +4739,11 @@ balanced-match@^1.0.0:
47394739 resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
47404740 integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
47414741
4742+ balanced-match@^4.0.2:
4743+ version "4.0.4"
4744+ resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
4745+ integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
4746+
47424747base64-js@^1.3.1:
47434748 version "1.5.1"
47444749 resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -4835,6 +4840,13 @@ brace-expansion@^2.0.1:
48354840 dependencies:
48364841 balanced-match "^1.0.0"
48374842
4843+ brace-expansion@^5.0.2:
4844+ version "5.0.3"
4845+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.3.tgz#6a9c6c268f85b53959ec527aeafe0f7300258eef"
4846+ integrity sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==
4847+ dependencies:
4848+ balanced-match "^4.0.2"
4849+
48384850braces@^3.0.3, braces@~3.0.2:
48394851 version "3.0.3"
48404852 resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -9243,25 +9255,25 @@ minimalistic-assert@^1.0.0:
92439255 integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
92449256
92459257minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
9246- version "3.1.2 "
9247- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2 .tgz#19cd194bfd3e428f049a70817c038d89ab4be35b "
9248- integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw ==
9258+ version "3.1.3 "
9259+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.3 .tgz#6a5cba9b31f503887018f579c89f81f61162e624 "
9260+ integrity sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA ==
92499261 dependencies:
92509262 brace-expansion "^1.1.7"
92519263
92529264minimatch@^5.0.1, minimatch@^5.1.0:
9253- version "5.1.6 "
9254- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6 .tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96 "
9255- integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g ==
9265+ version "5.1.8 "
9266+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.8 .tgz#32a16ebcccd6421c674430acb199b8806c68169b "
9267+ integrity sha512-7RN35vit8DeBclkofOVmBY0eDAZZQd1HzmukRdSyz95CRh8FT54eqnbj0krQr3mrHR6sfRyYkyhwBWjoV5uqlQ ==
92569268 dependencies:
92579269 brace-expansion "^2.0.1"
92589270
92599271minimatch@^9.0.4:
9260- version "9.0.5 "
9261- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5 .tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5 "
9262- integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow ==
9272+ version "9.0.7 "
9273+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.7 .tgz#d76c4d0b3b527877016d6cc1b9922fc8e0ffe7b0 "
9274+ integrity sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg ==
92639275 dependencies:
9264- brace-expansion "^2 .0.1 "
9276+ brace-expansion "^5 .0.2 "
92659277
92669278minimist@^1.2.0, minimist@^1.2.6:
92679279 version "1.2.8"
0 commit comments