Skip to content

Commit cc977be

Browse files
fix(deps): update dependency cheerio to v1.0.0
1 parent cddc252 commit cc977be

File tree

9 files changed

+81
-60
lines changed

9 files changed

+81
-60
lines changed

packages/gatsby-plugin-offline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.20.13",
11-
"cheerio": "1.0.0-rc.12",
11+
"cheerio": "1.0.0",
1212
"gatsby-core-utils": "^4.15.0-next.0",
1313
"glob": "^7.2.3",
1414
"idb-keyval": "^3.2.0",

packages/gatsby-remark-copy-linked-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.20.13",
11-
"cheerio": "1.0.0-rc.12",
11+
"cheerio": "1.0.0",
1212
"fs-extra": "^11.2.0",
1313
"is-relative-url": "^3.0.0",
1414
"lodash": "^4.17.21",

packages/gatsby-remark-graphviz/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.20.13",
11-
"cheerio": "1.0.0-rc.12",
11+
"cheerio": "1.0.0",
1212
"unist-util-visit": "^2.0.3",
1313
"viz.js": "^2.1.2"
1414
},

packages/gatsby-remark-images-contentful/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/runtime": "^7.20.13",
1919
"axios": "^1.6.4",
2020
"chalk": "^4.1.2",
21-
"cheerio": "1.0.0-rc.12",
21+
"cheerio": "1.0.0",
2222
"is-relative-url": "^3.0.0",
2323
"lodash": "^4.17.21",
2424
"semver": "^7.5.3",

packages/gatsby-remark-images/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.20.13",
1111
"chalk": "^4.1.2",
12-
"cheerio": "1.0.0-rc.12",
12+
"cheerio": "1.0.0",
1313
"gatsby-core-utils": "^4.15.0-next.0",
1414
"is-relative-url": "^3.0.0",
1515
"lodash": "^4.17.21",

packages/gatsby-remark-prismjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/cli": "^7.20.7",
1616
"@babel/core": "^7.20.12",
1717
"babel-preset-gatsby-package": "^3.15.0-next.0",
18-
"cheerio": "1.0.0-rc.12",
18+
"cheerio": "1.0.0",
1919
"cross-env": "^7.0.3",
2020
"prismjs": "^1.29.0",
2121
"remark": "^13.0.0"

packages/gatsby-remark-responsive-iframe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.20.13",
11-
"cheerio": "1.0.0-rc.12",
11+
"cheerio": "1.0.0",
1212
"common-tags": "^1.8.2",
1313
"lodash": "^4.17.21",
1414
"unist-util-visit": "^2.0.3"

packages/gatsby-source-wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cache-manager": "^3.6.3",
1919
"cache-manager-fs-hash": "^0.0.9",
2020
"chalk": "^4.1.2",
21-
"cheerio": "1.0.0-rc.12",
21+
"cheerio": "1.0.0",
2222
"clipboardy": "^4.0.0",
2323
"diff": "^5.1.0",
2424
"dumper.js": "^1.3.1",

yarn.lock

+73-52
Original file line numberDiff line numberDiff line change
@@ -7757,18 +7757,22 @@ cheerio-select@^2.1.0:
77577757
domhandler "^5.0.3"
77587758
domutils "^3.0.1"
77597759

7760-
7761-
version "1.0.0-rc.12"
7762-
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz#788bf7466506b1c6bf5fae51d24a2c4d62e47683"
7763-
integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==
7760+
7761+
version "1.0.0"
7762+
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0.tgz#1ede4895a82f26e8af71009f961a9b8cb60d6a81"
7763+
integrity sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==
77647764
dependencies:
77657765
cheerio-select "^2.1.0"
77667766
dom-serializer "^2.0.0"
77677767
domhandler "^5.0.3"
7768-
domutils "^3.0.1"
7769-
htmlparser2 "^8.0.1"
7770-
parse5 "^7.0.0"
7768+
domutils "^3.1.0"
7769+
encoding-sniffer "^0.2.0"
7770+
htmlparser2 "^9.1.0"
7771+
parse5 "^7.1.2"
77717772
parse5-htmlparser2-tree-adapter "^7.0.0"
7773+
parse5-parser-stream "^7.1.2"
7774+
undici "^6.19.5"
7775+
whatwg-mimetype "^4.0.0"
77727776

77737777
chokidar-cli@^3.0.0:
77747778
version "3.0.0"
@@ -10099,7 +10103,7 @@ domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.1:
1009910103
dependencies:
1010010104
domelementtype "^2.2.0"
1010110105

10102-
domhandler@^5.0.1, domhandler@^5.0.2, domhandler@^5.0.3:
10106+
domhandler@^5.0.2, domhandler@^5.0.3:
1010310107
version "5.0.3"
1010410108
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz#cc385f7f751f1d1fc650c21374804254538c7d31"
1010510109
integrity sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==
@@ -10127,14 +10131,14 @@ domutils@^2.5.2, domutils@^2.8.0:
1012710131
domelementtype "^2.2.0"
1012810132
domhandler "^4.2.0"
1012910133

10130-
domutils@^3.0.1:
10131-
version "3.0.1"
10132-
resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.0.1.tgz#696b3875238338cb186b6c0612bd4901c89a4f1c"
10133-
integrity sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q==
10134+
domutils@^3.0.1, domutils@^3.1.0:
10135+
version "3.2.1"
10136+
resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.2.1.tgz#b39f4c390a1ae6f6a2c56a5f5a16d6438b6bce28"
10137+
integrity sha512-xWXmuRnN9OMP6ptPd2+H0cCbcYBULa5YDTbMm/2lvkWvNA3O4wcW+GvzooqBuNM8yy6pl3VIAeJTUUWUbfI5Fw==
1013410138
dependencies:
1013510139
dom-serializer "^2.0.0"
1013610140
domelementtype "^2.3.0"
10137-
domhandler "^5.0.1"
10141+
domhandler "^5.0.3"
1013810142

1013910143
dot-case@^3.0.4:
1014010144
version "3.0.4"
@@ -10319,6 +10323,14 @@ encodeurl@~2.0.0:
1031910323
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-2.0.0.tgz#7b8ea898077d7e409d3ac45474ea38eaf0857a58"
1032010324
integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==
1032110325

10326+
encoding-sniffer@^0.2.0:
10327+
version "0.2.0"
10328+
resolved "https://registry.yarnpkg.com/encoding-sniffer/-/encoding-sniffer-0.2.0.tgz#799569d66d443babe82af18c9f403498365ef1d5"
10329+
integrity sha512-ju7Wq1kg04I3HtiYIOrUrdfdDvkyO9s5XM8QAj/bN61Yo/Vb4vgJxy5vi4Yxk01gWHbrofpPtpxM8bKger9jhg==
10330+
dependencies:
10331+
iconv-lite "^0.6.3"
10332+
whatwg-encoding "^3.1.1"
10333+
1032210334
encoding@^0.1.11:
1032310335
version "0.1.12"
1032410336
resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb"
@@ -10384,10 +10396,10 @@ entities@^2.0.0, entities@~2.1.0:
1038410396
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
1038510397
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
1038610398

10387-
entities@^4.2.0, entities@^4.4.0:
10388-
version "4.4.0"
10389-
resolved "https://registry.yarnpkg.com/entities/-/entities-4.4.0.tgz#97bdaba170339446495e653cfd2db78962900174"
10390-
integrity sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==
10399+
entities@^4.2.0, entities@^4.4.0, entities@^4.5.0:
10400+
version "4.5.0"
10401+
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
10402+
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
1039110403

1039210404
env-paths@^2.2.0:
1039310405
version "2.2.1"
@@ -13419,7 +13431,7 @@ htmlparser2@^6.1.0:
1341913431
domutils "^2.5.2"
1342013432
entities "^2.0.0"
1342113433

13422-
htmlparser2@^8.0.0, htmlparser2@^8.0.1:
13434+
htmlparser2@^8.0.0:
1342313435
version "8.0.2"
1342413436
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-8.0.2.tgz#f002151705b383e62433b5cf466f5b716edaec21"
1342513437
integrity sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==
@@ -13429,6 +13441,16 @@ htmlparser2@^8.0.0, htmlparser2@^8.0.1:
1342913441
domutils "^3.0.1"
1343013442
entities "^4.4.0"
1343113443

13444+
htmlparser2@^9.1.0:
13445+
version "9.1.0"
13446+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.1.0.tgz#cdb498d8a75a51f739b61d3f718136c369bc8c23"
13447+
integrity sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==
13448+
dependencies:
13449+
domelementtype "^2.3.0"
13450+
domhandler "^5.0.3"
13451+
domutils "^3.1.0"
13452+
entities "^4.5.0"
13453+
1343213454
http-basic@^2.5.1:
1343313455
version "2.5.1"
1343413456
resolved "https://registry.yarnpkg.com/http-basic/-/http-basic-2.5.1.tgz#8ce447bdb5b6c577f8a63e3fa78056ec4bb4dbfb"
@@ -13621,7 +13643,7 @@ [email protected], iconv-lite@^0.4.24, iconv-lite@^0.4.4, iconv-lite@~0.4.13:
1362113643
dependencies:
1362213644
safer-buffer ">= 2.1.2 < 3"
1362313645

13624-
13646+
[email protected], iconv-lite@^0.6.3:
1362513647
version "0.6.3"
1362613648
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
1362713649
integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
@@ -19093,6 +19115,13 @@ parse5-htmlparser2-tree-adapter@^7.0.0:
1909319115
domhandler "^5.0.2"
1909419116
parse5 "^7.0.0"
1909519117

19118+
parse5-parser-stream@^7.1.2:
19119+
version "7.1.2"
19120+
resolved "https://registry.yarnpkg.com/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz#d7c20eadc37968d272e2c02660fff92dd27e60e1"
19121+
integrity sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==
19122+
dependencies:
19123+
parse5 "^7.0.0"
19124+
1909619125
1909719126
version "5.1.0"
1909819127
resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.0.tgz#c59341c9723f414c452975564c7c00a68d58acd2"
@@ -19102,12 +19131,12 @@ parse5@^6.0.0:
1910219131
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
1910319132
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
1910419133

19105-
parse5@^7.0.0, parse5@^7.1.1:
19106-
version "7.1.2"
19107-
resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.1.2.tgz#0736bebbfd77793823240a23b7fc5e010b7f8e32"
19108-
integrity sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==
19134+
parse5@^7.0.0, parse5@^7.1.1, parse5@^7.1.2:
19135+
version "7.2.1"
19136+
resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.2.1.tgz#8928f55915e6125f430cc44309765bf17556a33a"
19137+
integrity sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==
1910919138
dependencies:
19110-
entities "^4.4.0"
19139+
entities "^4.5.0"
1911119140

1911219141
parseurl@^1.3.3, parseurl@~1.3.3:
1911319142
version "1.3.3"
@@ -23091,7 +23120,7 @@ string-template@~0.2.1:
2309123120
version "0.2.1"
2309223121
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
2309323122

23094-
"string-width-cjs@npm:string-width@^4.2.0":
23123+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
2309523124
version "4.2.3"
2309623125
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2309723126
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -23123,15 +23152,6 @@ string-width@^3.0.0, string-width@^3.1.0:
2312323152
is-fullwidth-code-point "^2.0.0"
2312423153
strip-ansi "^5.1.0"
2312523154

23126-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
23127-
version "4.2.3"
23128-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
23129-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
23130-
dependencies:
23131-
emoji-regex "^8.0.0"
23132-
is-fullwidth-code-point "^3.0.0"
23133-
strip-ansi "^6.0.1"
23134-
2313523155
string-width@^5.0.1, string-width@^5.1.2:
2313623156
version "5.1.2"
2313723157
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -23243,7 +23263,7 @@ stringify-package@^1.0.1:
2324323263
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
2324423264
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
2324523265

23246-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
23266+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2324723267
version "6.0.1"
2324823268
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2324923269
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -23268,13 +23288,6 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2326823288
dependencies:
2326923289
ansi-regex "^4.1.0"
2327023290

23271-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
23272-
version "6.0.1"
23273-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
23274-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
23275-
dependencies:
23276-
ansi-regex "^5.0.1"
23277-
2327823291
strip-ansi@^7.0.1:
2327923292
version "7.1.0"
2328023293
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -24536,6 +24549,11 @@ undici-types@~5.26.4:
2453624549
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
2453724550
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
2453824551

24552+
undici@^6.19.5:
24553+
version "6.21.0"
24554+
resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.0.tgz#4b3d3afaef984e07b48e7620c34ed8a285ed4cd4"
24555+
integrity sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==
24556+
2453924557
unherit@^1.0.4:
2454024558
version "1.1.1"
2454124559
resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.1.tgz#132748da3e88eab767e08fabfbb89c5e9d28628c"
@@ -25656,6 +25674,13 @@ whatwg-encoding@^2.0.0:
2565625674
dependencies:
2565725675
iconv-lite "0.6.3"
2565825676

25677+
whatwg-encoding@^3.1.1:
25678+
version "3.1.1"
25679+
resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz#d0f4ef769905d426e1688f3e34381a99b60b76e5"
25680+
integrity sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==
25681+
dependencies:
25682+
iconv-lite "0.6.3"
25683+
2565925684
2566025685
version "2.0.4"
2566125686
resolved "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
@@ -25674,6 +25699,11 @@ whatwg-mimetype@^3.0.0:
2567425699
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz#5fa1a7623867ff1af6ca3dc72ad6b8a4208beba7"
2567525700
integrity sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==
2567625701

25702+
whatwg-mimetype@^4.0.0:
25703+
version "4.0.0"
25704+
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz#bc1bf94a985dc50388d54a9258ac405c3ca2fc0a"
25705+
integrity sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==
25706+
2567725707
whatwg-url@^11.0.0:
2567825708
version "11.0.0"
2567925709
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-11.0.0.tgz#0a849eebb5faf2119b901bb76fd795c2848d4018"
@@ -25965,7 +25995,7 @@ workbox-window@^4.3.1:
2596525995
dependencies:
2596625996
workbox-core "^4.3.1"
2596725997

25968-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
25998+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
2596925999
version "7.0.0"
2597026000
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2597126001
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -25992,15 +26022,6 @@ wrap-ansi@^6.2.0:
2599226022
string-width "^4.1.0"
2599326023
strip-ansi "^6.0.0"
2599426024

25995-
wrap-ansi@^7.0.0:
25996-
version "7.0.0"
25997-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
25998-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
25999-
dependencies:
26000-
ansi-styles "^4.0.0"
26001-
string-width "^4.1.0"
26002-
strip-ansi "^6.0.0"
26003-
2600426025
wrap-ansi@^8.1.0:
2600526026
version "8.1.0"
2600626027
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)