@@ -6130,6 +6130,16 @@ glob@^7.0.0, glob@^7.0.5, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
61306130 once "^1.3.0"
61316131 path-is-absolute "^1.0.0"
61326132
6133+ glob@^9.2.0:
6134+ version "9.2.1"
6135+ resolved "https://registry.yarnpkg.com/glob/-/glob-9.2.1.tgz#f47e34e1119e7d4f93a546e75851ba1f1e68de50"
6136+ integrity sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==
6137+ dependencies:
6138+ fs.realpath "^1.0.0"
6139+ minimatch "^7.4.1"
6140+ minipass "^4.2.4"
6141+ path-scurry "^1.6.1"
6142+
61336143global-dirs@^3.0.0:
61346144 version "3.0.0"
61356145 resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.0.tgz#70a76fe84ea315ab37b1f5576cbde7d48ef72686"
@@ -7932,6 +7942,11 @@ lru-cache@^6.0.0:
79327942 dependencies:
79337943 yallist "^4.0.0"
79347944
7945+ lru-cache@^7.14.1:
7946+ version "7.18.1"
7947+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.1.tgz#4716408dec51d5d0104732647f584d1f6738b109"
7948+ integrity sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==
7949+
79357950lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
79367951 version "7.14.0"
79377952 resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.0.tgz#21be64954a4680e303a09e9468f880b98a0b3c7f"
@@ -8150,6 +8165,13 @@ minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatc
81508165 dependencies:
81518166 brace-expansion "^1.1.7"
81528167
8168+ minimatch@^7.4.1:
8169+ version "7.4.2"
8170+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
8171+ integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
8172+ dependencies:
8173+ brace-expansion "^2.0.1"
8174+
81538175minimatch@~3.0.4:
81548176 version "3.0.8"
81558177 resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1"
@@ -8225,6 +8247,11 @@ minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6:
82258247 dependencies:
82268248 yallist "^4.0.0"
82278249
8250+ minipass@^4.0.2, minipass@^4.2.4:
8251+ version "4.2.4"
8252+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
8253+ integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==
8254+
82288255minizlib@^2.1.1, minizlib@^2.1.2:
82298256 version "2.1.2"
82308257 resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -9041,6 +9068,14 @@ path-parse@^1.0.7:
90419068 resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
90429069 integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
90439070
9071+ path-scurry@^1.6.1:
9072+ version "1.6.1"
9073+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132"
9074+ integrity sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==
9075+ dependencies:
9076+ lru-cache "^7.14.1"
9077+ minipass "^4.0.2"
9078+
9044907990459080 version "0.1.7"
90469081 resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -10118,6 +10153,13 @@ rimraf@^3.0.0, rimraf@^3.0.2:
1011810153 dependencies:
1011910154 glob "^7.1.3"
1012010155
10156+ rimraf@^4.2.0:
10157+ version "4.2.0"
10158+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.2.0.tgz#f9c2a2b121f5133095c5d578983aec534c65f282"
10159+ integrity sha512-tPt+gLORNVqRCk0NwuJ5SlMEcOGvt4CCU8sUPqgCFtCbnoNCTd9Q6vq7JlBbxQlACiH14OR28y7piA2Bak9Sxw==
10160+ dependencies:
10161+ glob "^9.2.0"
10162+
1012110163rollup-plugin-sourcemaps@^0.6.3:
1012210164 version "0.6.3"
1012310165 resolved "https://registry.yarnpkg.com/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.6.3.tgz#bf93913ffe056e414419607f1d02780d7ece84ed"
0 commit comments