Skip to content

Commit bac05ab

Browse files
build(deps-dev): bump @rollup/plugin-commonjs from 25.0.7 to 26.0.1
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.7 to 26.0.1. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v26.0.1/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46b7ba9 commit bac05ab

File tree

2 files changed

+126
-33
lines changed

2 files changed

+126
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/preset-env": "^7.23.6",
2828
"@rollup/plugin-alias": "^5.1.0",
2929
"@rollup/plugin-babel": "^6.0.3",
30-
"@rollup/plugin-commonjs": "^25.0.7",
30+
"@rollup/plugin-commonjs": "^26.0.1",
3131
"@rollup/plugin-inject": "^5.0.5",
3232
"@rollup/plugin-json": "^6.1.0",
3333
"@rollup/plugin-node-resolve": "^15.2.1",

yarn.lock

Lines changed: 125 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,18 @@
13161316
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
13171317
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
13181318

1319+
"@isaacs/cliui@^8.0.2":
1320+
version "8.0.2"
1321+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
1322+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
1323+
dependencies:
1324+
string-width "^5.1.2"
1325+
string-width-cjs "npm:string-width@^4.2.0"
1326+
strip-ansi "^7.0.1"
1327+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
1328+
wrap-ansi "^8.1.0"
1329+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
1330+
13191331
"@istanbuljs/load-nyc-config@^1.0.0":
13201332
version "1.1.0"
13211333
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -1737,6 +1749,11 @@
17371749
"@nodelib/fs.scandir" "2.1.5"
17381750
fastq "^1.6.0"
17391751

1752+
"@pkgjs/parseargs@^0.11.0":
1753+
version "0.11.0"
1754+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
1755+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1756+
17401757
"@pkgr/core@^0.1.0":
17411758
version "0.1.1"
17421759
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
@@ -1769,15 +1786,15 @@
17691786
"@babel/helper-module-imports" "^7.18.6"
17701787
"@rollup/pluginutils" "^5.0.1"
17711788

1772-
"@rollup/plugin-commonjs@^25.0.7":
1773-
version "25.0.7"
1774-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.7.tgz#145cec7589ad952171aeb6a585bbeabd0fd3b4cf"
1775-
integrity sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==
1789+
"@rollup/plugin-commonjs@^26.0.1":
1790+
version "26.0.1"
1791+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-26.0.1.tgz#16d4d6e54fa63021249a292b50f27c0b0f1a30d8"
1792+
integrity sha512-UnsKoZK6/aGIH6AdkptXhNvhaqftcjq3zZdT+LY5Ftms6JR06nADcDsYp5hTU9E2lbJUEOhdlY5J4DNTneM+jQ==
17761793
dependencies:
17771794
"@rollup/pluginutils" "^5.0.1"
17781795
commondir "^1.0.1"
17791796
estree-walker "^2.0.2"
1780-
glob "^8.0.3"
1797+
glob "^10.4.1"
17811798
is-reference "1.2.1"
17821799
magic-string "^0.30.3"
17831800

@@ -1826,16 +1843,7 @@
18261843
smob "^1.0.0"
18271844
terser "^5.17.4"
18281845

1829-
"@rollup/pluginutils@^5.0.1":
1830-
version "5.0.5"
1831-
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.5.tgz#bbb4c175e19ebfeeb8c132c2eea0ecb89941a66c"
1832-
integrity sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==
1833-
dependencies:
1834-
"@types/estree" "^1.0.0"
1835-
estree-walker "^2.0.2"
1836-
picomatch "^2.3.1"
1837-
1838-
"@rollup/pluginutils@^5.1.0":
1846+
"@rollup/pluginutils@^5.0.1", "@rollup/pluginutils@^5.1.0":
18391847
version "5.1.0"
18401848
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz#7e53eddc8c7f483a4ad0b94afb1f7f5fd3c771e0"
18411849
integrity sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==
@@ -2144,6 +2152,11 @@ ansi-styles@^5.0.0:
21442152
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
21452153
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
21462154

2155+
ansi-styles@^6.1.0:
2156+
version "6.2.1"
2157+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
2158+
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
2159+
21472160
anymatch@^3.0.3:
21482161
version "3.1.2"
21492162
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
@@ -2773,6 +2786,11 @@ domexception@^4.0.0:
27732786
dependencies:
27742787
webidl-conversions "^7.0.0"
27752788

2789+
eastasianwidth@^0.2.0:
2790+
version "0.2.0"
2791+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
2792+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
2793+
27762794
electron-to-chromium@^1.4.648:
27772795
version "1.4.656"
27782796
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.656.tgz#b374fb7cab9b782a5bc967c0ce0e19826186b9c9"
@@ -2788,6 +2806,11 @@ emoji-regex@^8.0.0:
27882806
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
27892807
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
27902808

2809+
emoji-regex@^9.2.2:
2810+
version "9.2.2"
2811+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
2812+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
2813+
27912814
entities@^4.4.0:
27922815
version "4.4.0"
27932816
resolved "https://registry.yarnpkg.com/entities/-/entities-4.4.0.tgz#97bdaba170339446495e653cfd2db78962900174"
@@ -3254,7 +3277,7 @@ for-each@^0.3.3:
32543277
dependencies:
32553278
is-callable "^1.1.3"
32563279

3257-
foreground-child@^3.1.1:
3280+
foreground-child@^3.1.0, foreground-child@^3.1.1:
32583281
version "3.1.1"
32593282
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
32603283
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
@@ -3377,6 +3400,17 @@ glob-parent@^6.0.2:
33773400
dependencies:
33783401
is-glob "^4.0.3"
33793402

3403+
glob@^10.4.1:
3404+
version "10.4.1"
3405+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
3406+
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
3407+
dependencies:
3408+
foreground-child "^3.1.0"
3409+
jackspeak "^3.1.2"
3410+
minimatch "^9.0.4"
3411+
minipass "^7.1.2"
3412+
path-scurry "^1.11.1"
3413+
33803414
glob@^7.1.3, glob@^7.1.4:
33813415
version "7.2.0"
33823416
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
@@ -3389,17 +3423,6 @@ glob@^7.1.3, glob@^7.1.4:
33893423
once "^1.3.0"
33903424
path-is-absolute "^1.0.0"
33913425

3392-
glob@^8.0.3:
3393-
version "8.1.0"
3394-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
3395-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
3396-
dependencies:
3397-
fs.realpath "^1.0.0"
3398-
inflight "^1.0.4"
3399-
inherits "2"
3400-
minimatch "^5.0.1"
3401-
once "^1.3.0"
3402-
34033426
globals@^11.1.0:
34043427
version "11.12.0"
34053428
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -3908,6 +3931,15 @@ istanbul-reports@^3.1.6:
39083931
html-escaper "^2.0.0"
39093932
istanbul-lib-report "^3.0.0"
39103933

3934+
jackspeak@^3.1.2:
3935+
version "3.4.0"
3936+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.0.tgz#a75763ff36ad778ede6a156d8ee8b124de445b4a"
3937+
integrity sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==
3938+
dependencies:
3939+
"@isaacs/cliui" "^8.0.2"
3940+
optionalDependencies:
3941+
"@pkgjs/parseargs" "^0.11.0"
3942+
39113943
jest-changed-files@^29.7.0:
39123944
version "29.7.0"
39133945
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz#1c06d07e77c78e1585d020424dedc10d6e17ac3a"
@@ -4662,6 +4694,11 @@ lodash.merge@^4.6.2:
46624694
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
46634695
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
46644696

4697+
lru-cache@^10.2.0:
4698+
version "10.2.2"
4699+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
4700+
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
4701+
46654702
lru-cache@^5.1.1:
46664703
version "5.1.1"
46674704
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -4751,10 +4788,10 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
47514788
dependencies:
47524789
brace-expansion "^1.1.7"
47534790

4754-
minimatch@^5.0.1:
4755-
version "5.1.6"
4756-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
4757-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
4791+
minimatch@^9.0.4:
4792+
version "9.0.4"
4793+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
4794+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
47584795
dependencies:
47594796
brace-expansion "^2.0.1"
47604797

@@ -4763,6 +4800,11 @@ minimist@^1.2.0, minimist@^1.2.6:
47634800
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
47644801
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
47654802

4803+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
4804+
version "7.1.2"
4805+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
4806+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
4807+
47664808
ms@2.1.2:
47674809
version "2.1.2"
47684810
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -5002,6 +5044,14 @@ path-parse@^1.0.7:
50025044
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
50035045
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
50045046

5047+
path-scurry@^1.11.1:
5048+
version "1.11.1"
5049+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
5050+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
5051+
dependencies:
5052+
lru-cache "^10.2.0"
5053+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
5054+
50055055
path-type@^4.0.0:
50065056
version "4.0.0"
50075057
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -5435,6 +5485,15 @@ string-length@^4.0.1:
54355485
char-regex "^1.0.2"
54365486
strip-ansi "^6.0.0"
54375487

5488+
"string-width-cjs@npm:string-width@^4.2.0":
5489+
version "4.2.3"
5490+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5491+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5492+
dependencies:
5493+
emoji-regex "^8.0.0"
5494+
is-fullwidth-code-point "^3.0.0"
5495+
strip-ansi "^6.0.1"
5496+
54385497
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
54395498
version "4.2.3"
54405499
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
@@ -5444,6 +5503,15 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
54445503
is-fullwidth-code-point "^3.0.0"
54455504
strip-ansi "^6.0.1"
54465505

5506+
string-width@^5.0.1, string-width@^5.1.2:
5507+
version "5.1.2"
5508+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
5509+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
5510+
dependencies:
5511+
eastasianwidth "^0.2.0"
5512+
emoji-regex "^9.2.2"
5513+
strip-ansi "^7.0.1"
5514+
54475515
string.prototype.trim@^1.2.8:
54485516
version "1.2.8"
54495517
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"
@@ -5471,14 +5539,21 @@ string.prototype.trimstart@^1.0.7:
54715539
define-properties "^1.2.0"
54725540
es-abstract "^1.22.1"
54735541

5542+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5543+
version "6.0.1"
5544+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5545+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5546+
dependencies:
5547+
ansi-regex "^5.0.1"
5548+
54745549
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
54755550
version "6.0.1"
54765551
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
54775552
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
54785553
dependencies:
54795554
ansi-regex "^5.0.1"
54805555

5481-
strip-ansi@^7.1.0:
5556+
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
54825557
version "7.1.0"
54835558
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
54845559
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
@@ -5894,6 +5969,15 @@ word-wrap@~1.2.3:
58945969
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
58955970
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
58965971

5972+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
5973+
version "7.0.0"
5974+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5975+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5976+
dependencies:
5977+
ansi-styles "^4.0.0"
5978+
string-width "^4.1.0"
5979+
strip-ansi "^6.0.0"
5980+
58975981
wrap-ansi@^7.0.0:
58985982
version "7.0.0"
58995983
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
@@ -5903,6 +5987,15 @@ wrap-ansi@^7.0.0:
59035987
string-width "^4.1.0"
59045988
strip-ansi "^6.0.0"
59055989

5990+
wrap-ansi@^8.1.0:
5991+
version "8.1.0"
5992+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
5993+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
5994+
dependencies:
5995+
ansi-styles "^6.1.0"
5996+
string-width "^5.0.1"
5997+
strip-ansi "^7.0.1"
5998+
59065999
wrappy@1:
59076000
version "1.0.2"
59086001
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)