Skip to content

Commit ae052df

Browse files
Update dependency @rollup/plugin-commonjs to v26 (#408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb04734 commit ae052df

File tree

2 files changed

+172
-27
lines changed

2 files changed

+172
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@three11/debounce": "^1"
5050
},
5151
"devDependencies": {
52-
"@rollup/plugin-commonjs": "25.0.8",
52+
"@rollup/plugin-commonjs": "26.0.1",
5353
"@rollup/plugin-node-resolve": "15.2.3",
5454
"@rollup/plugin-typescript": "11.1.6",
5555
"@typescript-eslint/eslint-plugin": "7.17.0",

yarn.lock

Lines changed: 171 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@
6363
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
6464
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
6565

66+
"@isaacs/cliui@^8.0.2":
67+
version "8.0.2"
68+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
69+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
70+
dependencies:
71+
string-width "^5.1.2"
72+
string-width-cjs "npm:string-width@^4.2.0"
73+
strip-ansi "^7.0.1"
74+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
75+
wrap-ansi "^8.1.0"
76+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
77+
6678
"@jridgewell/sourcemap-codec@^1.4.15":
6779
version "1.4.15"
6880
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
@@ -89,15 +101,20 @@
89101
"@nodelib/fs.scandir" "2.1.5"
90102
fastq "^1.6.0"
91103

92-
93-
version "25.0.8"
94-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.8.tgz#c77e608ab112a666b7f2a6bea625c73224f7dd34"
95-
integrity sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A==
104+
"@pkgjs/parseargs@^0.11.0":
105+
version "0.11.0"
106+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
107+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
108+
109+
110+
version "26.0.1"
111+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-26.0.1.tgz#16d4d6e54fa63021249a292b50f27c0b0f1a30d8"
112+
integrity sha512-UnsKoZK6/aGIH6AdkptXhNvhaqftcjq3zZdT+LY5Ftms6JR06nADcDsYp5hTU9E2lbJUEOhdlY5J4DNTneM+jQ==
96113
dependencies:
97114
"@rollup/pluginutils" "^5.0.1"
98115
commondir "^1.0.1"
99116
estree-walker "^2.0.2"
100-
glob "^8.0.3"
117+
glob "^10.4.1"
101118
is-reference "1.2.1"
102119
magic-string "^0.30.3"
103120

@@ -350,13 +367,23 @@ ansi-regex@^5.0.1:
350367
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
351368
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
352369

353-
ansi-styles@^4.1.0:
370+
ansi-regex@^6.0.1:
371+
version "6.0.1"
372+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
373+
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
374+
375+
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
354376
version "4.3.0"
355377
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
356378
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
357379
dependencies:
358380
color-convert "^2.0.1"
359381

382+
ansi-styles@^6.1.0:
383+
version "6.2.1"
384+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
385+
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
386+
360387
argparse@^2.0.1:
361388
version "2.0.1"
362389
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
@@ -434,7 +461,7 @@ [email protected]:
434461
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
435462
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
436463

437-
cross-spawn@^7.0.2:
464+
cross-spawn@^7.0.0, cross-spawn@^7.0.2:
438465
version "7.0.3"
439466
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
440467
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -474,6 +501,21 @@ doctrine@^3.0.0:
474501
dependencies:
475502
esutils "^2.0.2"
476503

504+
eastasianwidth@^0.2.0:
505+
version "0.2.0"
506+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
507+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
508+
509+
emoji-regex@^8.0.0:
510+
version "8.0.0"
511+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
512+
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
513+
514+
emoji-regex@^9.2.2:
515+
version "9.2.2"
516+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
517+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
518+
477519
escape-string-regexp@^4.0.0:
478520
version "4.0.0"
479521
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
@@ -661,6 +703,14 @@ flatted@^3.1.0:
661703
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
662704
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
663705

706+
foreground-child@^3.1.0:
707+
version "3.2.1"
708+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.2.1.tgz#767004ccf3a5b30df39bed90718bab43fe0a59f7"
709+
integrity sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==
710+
dependencies:
711+
cross-spawn "^7.0.0"
712+
signal-exit "^4.0.1"
713+
664714
fs.realpath@^1.0.0:
665715
version "1.0.0"
666716
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -690,6 +740,18 @@ glob-parent@^6.0.2:
690740
dependencies:
691741
is-glob "^4.0.3"
692742

743+
glob@^10.4.1:
744+
version "10.4.5"
745+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
746+
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
747+
dependencies:
748+
foreground-child "^3.1.0"
749+
jackspeak "^3.1.2"
750+
minimatch "^9.0.4"
751+
minipass "^7.1.2"
752+
package-json-from-dist "^1.0.0"
753+
path-scurry "^1.11.1"
754+
693755
glob@^7.1.3:
694756
version "7.2.3"
695757
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -702,17 +764,6 @@ glob@^7.1.3:
702764
once "^1.3.0"
703765
path-is-absolute "^1.0.0"
704766

705-
glob@^8.0.3:
706-
version "8.1.0"
707-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
708-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
709-
dependencies:
710-
fs.realpath "^1.0.0"
711-
inflight "^1.0.4"
712-
inherits "2"
713-
minimatch "^5.0.1"
714-
once "^1.3.0"
715-
716767
globals@^13.19.0:
717768
version "13.20.0"
718769
resolved "https://registry.yarnpkg.com/globals/-/globals-13.20.0.tgz#ea276a1e508ffd4f1612888f9d1bad1e2717bf82"
@@ -804,6 +855,11 @@ is-extglob@^2.1.1:
804855
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
805856
integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
806857

858+
is-fullwidth-code-point@^3.0.0:
859+
version "3.0.0"
860+
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
861+
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
862+
807863
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3:
808864
version "4.0.3"
809865
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
@@ -838,6 +894,15 @@ isexe@^2.0.0:
838894
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
839895
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
840896

897+
jackspeak@^3.1.2:
898+
version "3.4.3"
899+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
900+
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
901+
dependencies:
902+
"@isaacs/cliui" "^8.0.2"
903+
optionalDependencies:
904+
"@pkgjs/parseargs" "^0.11.0"
905+
841906
js-yaml@^4.1.0:
842907
version "4.1.0"
843908
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
@@ -875,6 +940,11 @@ lodash.merge@^4.6.2:
875940
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
876941
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
877942

943+
lru-cache@^10.2.0:
944+
version "10.4.3"
945+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
946+
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
947+
878948
magic-string@^0.30.3:
879949
version "0.30.5"
880950
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.5.tgz#1994d980bd1c8835dc6e78db7cbd4ae4f24746f9"
@@ -902,20 +972,18 @@ minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
902972
dependencies:
903973
brace-expansion "^1.1.7"
904974

905-
minimatch@^5.0.1:
906-
version "5.1.6"
907-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
908-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
909-
dependencies:
910-
brace-expansion "^2.0.1"
911-
912975
minimatch@^9.0.4:
913976
version "9.0.5"
914977
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
915978
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
916979
dependencies:
917980
brace-expansion "^2.0.1"
918981

982+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
983+
version "7.1.2"
984+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
985+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
986+
919987
920988
version "2.1.2"
921989
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -959,6 +1027,11 @@ p-locate@^5.0.0:
9591027
dependencies:
9601028
p-limit "^3.0.2"
9611029

1030+
package-json-from-dist@^1.0.0:
1031+
version "1.0.0"
1032+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
1033+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
1034+
9621035
parent-module@^1.0.0:
9631036
version "1.0.1"
9641037
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -986,6 +1059,14 @@ path-parse@^1.0.7:
9861059
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
9871060
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
9881061

1062+
path-scurry@^1.11.1:
1063+
version "1.11.1"
1064+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
1065+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
1066+
dependencies:
1067+
lru-cache "^10.2.0"
1068+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1069+
9891070
path-type@^4.0.0:
9901071
version "4.0.0"
9911072
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -1086,18 +1167,64 @@ shebang-regex@^3.0.0:
10861167
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
10871168
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
10881169

1170+
signal-exit@^4.0.1:
1171+
version "4.1.0"
1172+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
1173+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
1174+
10891175
slash@^3.0.0:
10901176
version "3.0.0"
10911177
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
10921178
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
10931179

1094-
strip-ansi@^6.0.1:
1180+
"string-width-cjs@npm:string-width@^4.2.0":
1181+
version "4.2.3"
1182+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1183+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
1184+
dependencies:
1185+
emoji-regex "^8.0.0"
1186+
is-fullwidth-code-point "^3.0.0"
1187+
strip-ansi "^6.0.1"
1188+
1189+
string-width@^4.1.0:
1190+
version "4.2.3"
1191+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1192+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
1193+
dependencies:
1194+
emoji-regex "^8.0.0"
1195+
is-fullwidth-code-point "^3.0.0"
1196+
strip-ansi "^6.0.1"
1197+
1198+
string-width@^5.0.1, string-width@^5.1.2:
1199+
version "5.1.2"
1200+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
1201+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
1202+
dependencies:
1203+
eastasianwidth "^0.2.0"
1204+
emoji-regex "^9.2.2"
1205+
strip-ansi "^7.0.1"
1206+
1207+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1208+
version "6.0.1"
1209+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1210+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
1211+
dependencies:
1212+
ansi-regex "^5.0.1"
1213+
1214+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10951215
version "6.0.1"
10961216
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10971217
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10981218
dependencies:
10991219
ansi-regex "^5.0.1"
11001220

1221+
strip-ansi@^7.0.1:
1222+
version "7.1.0"
1223+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
1224+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
1225+
dependencies:
1226+
ansi-regex "^6.0.1"
1227+
11011228
strip-json-comments@^3.1.1:
11021229
version "3.1.1"
11031230
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
@@ -1168,6 +1295,24 @@ which@^2.0.1:
11681295
dependencies:
11691296
isexe "^2.0.0"
11701297

1298+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1299+
version "7.0.0"
1300+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1301+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
1302+
dependencies:
1303+
ansi-styles "^4.0.0"
1304+
string-width "^4.1.0"
1305+
strip-ansi "^6.0.0"
1306+
1307+
wrap-ansi@^8.1.0:
1308+
version "8.1.0"
1309+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
1310+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
1311+
dependencies:
1312+
ansi-styles "^6.1.0"
1313+
string-width "^5.0.1"
1314+
strip-ansi "^7.0.1"
1315+
11711316
wrappy@1:
11721317
version "1.0.2"
11731318
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)