Skip to content

Commit ecd9f9f

Browse files
jmclaude
andcommitted
build(deps): bump copy-webpack-plugin ^6.4.1 -> ^11.0.0 to fix ng serve
webpack/webpack.common.ts resolves the project's pinned copy-webpack-plugin, but @angular-devkit/build-angular@15 emits asset-copy patterns using the `priority` option (copy-webpack-plugin v9+). With the old ^6.4.1 pin, `ng serve` (via @angular-builders/custom-webpack) dies with "Copy Plugin ... unknown property 'priority'". ^11.0.0 matches build-angular@15's own dependency and dedupes to a single resolution; the project's copy options (from/to/force/transform/noErrorOnMissing) stay v11-compatible. CI didn't catch this because it runs build:prod, not ng serve. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> (cherry picked from commit 3a2264a3367f16124609fa65cd0f3687be6dd6c0)
1 parent cf6d1f0 commit ecd9f9f

2 files changed

Lines changed: 12 additions & 135 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"@typescript-eslint/parser": "^5.62.0",
167167
"axe-core": "^4.10.3",
168168
"compression-webpack-plugin": "^9.2.0",
169-
"copy-webpack-plugin": "^6.4.1",
169+
"copy-webpack-plugin": "^11.0.0",
170170
"cross-env": "^7.0.3",
171171
"csstype": "^3.1.3",
172172
"cypress": "^13.17.0",

yarn.lock

Lines changed: 11 additions & 134 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@
16691669
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.7.2.tgz#8249de9b7e22fcb3ceb5e66090c30a1d5492b81a"
16701670
integrity sha512-JUOtgFW6k9u4Y+xeIaEiLr3+cjoUPiAuLXoyKOJSia6Duzb7pq+A76P9ZdPDoAoxHdHzq6gE9/jKBGXlZT8FbA==
16711671

1672-
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
1672+
"@gar/promisify@^1.1.3":
16731673
version "1.1.3"
16741674
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
16751675
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
@@ -2018,14 +2018,6 @@
20182018
"@nodelib/fs.scandir" "2.1.5"
20192019
fastq "^1.6.0"
20202020

2021-
"@npmcli/fs@^1.0.0":
2022-
version "1.1.1"
2023-
resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.1.1.tgz#72f719fe935e687c56a4faecf3c03d06ba593257"
2024-
integrity sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==
2025-
dependencies:
2026-
"@gar/promisify" "^1.0.1"
2027-
semver "^7.3.5"
2028-
20292021
"@npmcli/fs@^2.1.0":
20302022
version "2.1.2"
20312023
resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-2.1.2.tgz#a9e2541a4a2fec2e69c29b35e6060973da79b865"
@@ -2063,14 +2055,6 @@
20632055
npm-bundled "^3.0.0"
20642056
npm-normalize-package-bin "^3.0.0"
20652057

2066-
"@npmcli/move-file@^1.0.1":
2067-
version "1.1.2"
2068-
resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.1.2.tgz#1a82c3e372f7cae9253eb66d72543d6b8685c674"
2069-
integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==
2070-
dependencies:
2071-
mkdirp "^1.0.4"
2072-
rimraf "^3.0.2"
2073-
20742058
"@npmcli/move-file@^2.0.0":
20752059
version "2.0.1"
20762060
resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-2.0.1.tgz#26f6bdc379d87f75e55739bab89db525b06100e4"
@@ -4043,30 +4027,6 @@ cacache@17.0.4:
40434027
tar "^6.1.11"
40444028
unique-filename "^3.0.0"
40454029

4046-
cacache@^15.0.5:
4047-
version "15.3.0"
4048-
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb"
4049-
integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==
4050-
dependencies:
4051-
"@npmcli/fs" "^1.0.0"
4052-
"@npmcli/move-file" "^1.0.1"
4053-
chownr "^2.0.0"
4054-
fs-minipass "^2.0.0"
4055-
glob "^7.1.4"
4056-
infer-owner "^1.0.4"
4057-
lru-cache "^6.0.0"
4058-
minipass "^3.1.1"
4059-
minipass-collect "^1.0.2"
4060-
minipass-flush "^1.0.5"
4061-
minipass-pipeline "^1.2.2"
4062-
mkdirp "^1.0.3"
4063-
p-map "^4.0.0"
4064-
promise-inflight "^1.0.1"
4065-
rimraf "^3.0.2"
4066-
ssri "^8.0.1"
4067-
tar "^6.0.2"
4068-
unique-filename "^1.1.1"
4069-
40704030
cacache@^16.1.0:
40714031
version "16.1.3"
40724032
resolved "https://registry.yarnpkg.com/cacache/-/cacache-16.1.3.tgz#a02b9f34ecfaf9a78c9f4bc16fceb94d5d67a38e"
@@ -4587,7 +4547,7 @@ copy-to-clipboard@^3.3.1:
45874547
dependencies:
45884548
toggle-selection "^1.0.6"
45894549

4590-
copy-webpack-plugin@11.0.0:
4550+
copy-webpack-plugin@11.0.0, copy-webpack-plugin@^11.0.0:
45914551
version "11.0.0"
45924552
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz#96d4dbdb5f73d02dd72d0528d1958721ab72e04a"
45934553
integrity sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==
@@ -4599,23 +4559,6 @@ copy-webpack-plugin@11.0.0:
45994559
schema-utils "^4.0.0"
46004560
serialize-javascript "^6.0.0"
46014561

4602-
copy-webpack-plugin@^6.4.1:
4603-
version "6.4.1"
4604-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.4.1.tgz#138cd9b436dbca0a6d071720d5414848992ec47e"
4605-
integrity sha512-MXyPCjdPVx5iiWyl40Va3JGh27bKzOTNY3NjUTrosD2q7dR/cLD0013uqJ3BpFbUjyONINjb6qI7nDIJujrMbA==
4606-
dependencies:
4607-
cacache "^15.0.5"
4608-
fast-glob "^3.2.4"
4609-
find-cache-dir "^3.3.1"
4610-
glob-parent "^5.1.1"
4611-
globby "^11.0.1"
4612-
loader-utils "^2.0.0"
4613-
normalize-path "^3.0.0"
4614-
p-limit "^3.0.2"
4615-
schema-utils "^3.0.0"
4616-
serialize-javascript "^5.0.1"
4617-
webpack-sources "^1.4.3"
4618-
46194562
core-js-compat@^3.25.1:
46204563
version "3.47.0"
46214564
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.47.0.tgz#698224bbdbb6f2e3f39decdda4147b161e3772a3"
@@ -6332,7 +6275,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
63326275
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
63336276
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
63346277

6335-
fast-glob@^3.2.11, fast-glob@^3.2.4, fast-glob@^3.2.9, fast-glob@^3.3.0:
6278+
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0:
63366279
version "3.3.3"
63376280
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
63386281
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -6466,7 +6409,7 @@ finalhandler@~1.3.1:
64666409
statuses "~2.0.2"
64676410
unpipe "~1.0.0"
64686411

6469-
find-cache-dir@^3.3.1, find-cache-dir@^3.3.2:
6412+
find-cache-dir@^3.3.2:
64706413
version "3.3.2"
64716414
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
64726415
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
@@ -6754,7 +6697,7 @@ getpass@^0.1.1:
67546697
dependencies:
67556698
assert-plus "^1.0.0"
67566699

6757-
glob-parent@^5.1.1, glob-parent@^5.1.2, glob-parent@~5.1.2:
6700+
glob-parent@^5.1.2, glob-parent@~5.1.2:
67586701
version "5.1.2"
67596702
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
67606703
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -6830,7 +6773,7 @@ globalthis@^1.0.4:
68306773
define-properties "^1.2.1"
68316774
gopd "^1.0.1"
68326775

6833-
globby@^11.0.1, globby@^11.1.0:
6776+
globby@^11.1.0:
68346777
version "11.1.0"
68356778
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
68366779
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -8826,7 +8769,7 @@ minipass-json-stream@^1.0.1:
88268769
jsonparse "^1.3.1"
88278770
minipass "^3.0.0"
88288771

8829-
minipass-pipeline@^1.2.2, minipass-pipeline@^1.2.4:
8772+
minipass-pipeline@^1.2.4:
88308773
version "1.2.4"
88318774
resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c"
88328775
integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==
@@ -11123,13 +11066,6 @@ send@~0.19.0:
1112311066
range-parser "~1.2.1"
1112411067
statuses "2.0.1"
1112511068

11126-
serialize-javascript@^5.0.1:
11127-
version "5.0.1"
11128-
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-5.0.1.tgz#7886ec848049a462467a97d3d918ebb2aaf934f4"
11129-
integrity sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==
11130-
dependencies:
11131-
randombytes "^2.1.0"
11132-
1113311069
serialize-javascript@^6.0.0, serialize-javascript@^6.0.2:
1113411070
version "6.0.2"
1113511071
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2"
@@ -11426,11 +11362,6 @@ sortablejs@1.15.6:
1142611362
resolved "https://registry.yarnpkg.com/sortablejs/-/sortablejs-1.15.6.tgz#ff93699493f5b8ab8d828f933227b4988df1d393"
1142711363
integrity sha512-aNfiuwMEpfBM/CN6LY0ibyhxPfPbyFeBTYJKCvzkJ2GkUpazIt3H+QIPAMHwqQ7tMKaHz1Qj+rJJCqljnf4p3A==
1142811364

11429-
source-list-map@^2.0.0:
11430-
version "2.0.1"
11431-
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
11432-
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
11433-
1143411365
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.2, source-map-js@^1.2.1:
1143511366
version "1.2.1"
1143611367
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
@@ -11558,13 +11489,6 @@ ssri@^10.0.0:
1155811489
dependencies:
1155911490
minipass "^7.0.3"
1156011491

11561-
ssri@^8.0.1:
11562-
version "8.0.1"
11563-
resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af"
11564-
integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==
11565-
dependencies:
11566-
minipass "^3.1.1"
11567-
1156811492
ssri@^9.0.0:
1156911493
version "9.0.1"
1157011494
resolved "https://registry.yarnpkg.com/ssri/-/ssri-9.0.1.tgz#544d4c357a8d7b71a19700074b6883fcb4eae057"
@@ -11622,16 +11546,7 @@ streamroller@^3.1.5:
1162211546
debug "^4.3.4"
1162311547
fs-extra "^8.1.0"
1162411548

11625-
"string-width-cjs@npm:string-width@^4.2.0":
11626-
version "4.2.3"
11627-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11628-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11629-
dependencies:
11630-
emoji-regex "^8.0.0"
11631-
is-fullwidth-code-point "^3.0.0"
11632-
strip-ansi "^6.0.1"
11633-
11634-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11549+
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1163511550
version "4.2.3"
1163611551
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1163711552
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11695,7 +11610,7 @@ string_decoder@~1.1.1:
1169511610
dependencies:
1169611611
safe-buffer "~5.1.0"
1169711612

11698-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11613+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1169911614
version "6.0.1"
1170011615
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1170111616
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11709,13 +11624,6 @@ strip-ansi@^4.0.0:
1170911624
dependencies:
1171011625
ansi-regex "^3.0.0"
1171111626

11712-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11713-
version "6.0.1"
11714-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11715-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11716-
dependencies:
11717-
ansi-regex "^5.0.1"
11718-
1171911627
strip-ansi@^7.0.1:
1172011628
version "7.1.2"
1172111629
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
@@ -11786,7 +11694,7 @@ tapable@^2.1.1, tapable@^2.2.0:
1178611694
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.3.0.tgz#7e3ea6d5ca31ba8e078b560f0d83ce9a14aa8be6"
1178711695
integrity sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==
1178811696

11789-
tar@^6.0.2, tar@^6.1.11, tar@^6.1.2:
11697+
tar@^6.1.11, tar@^6.1.2:
1179011698
version "6.2.1"
1179111699
resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a"
1179211700
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
@@ -12246,13 +12154,6 @@ unicode-property-aliases-ecmascript@^2.0.0:
1224612154
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz#301d4f8a43d2b75c97adfad87c9dd5350c9475d1"
1224712155
integrity sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==
1224812156

12249-
unique-filename@^1.1.1:
12250-
version "1.1.1"
12251-
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
12252-
integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==
12253-
dependencies:
12254-
unique-slug "^2.0.0"
12255-
1225612157
unique-filename@^2.0.0:
1225712158
version "2.0.1"
1225812159
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-2.0.1.tgz#e785f8675a9a7589e0ac77e0b5c34d2eaeac6da2"
@@ -12267,13 +12168,6 @@ unique-filename@^3.0.0:
1226712168
dependencies:
1226812169
unique-slug "^4.0.0"
1226912170

12270-
unique-slug@^2.0.0:
12271-
version "2.0.2"
12272-
resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c"
12273-
integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==
12274-
dependencies:
12275-
imurmurhash "^0.1.4"
12276-
1227712171
unique-slug@^3.0.0:
1227812172
version "3.0.0"
1227912173
resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-3.0.0.tgz#6d347cf57c8a7a7a6044aabd0e2d74e4d76dc7c9"
@@ -12611,14 +12505,6 @@ webpack-merge@^5.10.0, webpack-merge@^5.7.3:
1261112505
flat "^5.0.2"
1261212506
wildcard "^2.0.0"
1261312507

12614-
webpack-sources@^1.4.3:
12615-
version "1.4.3"
12616-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933"
12617-
integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==
12618-
dependencies:
12619-
source-list-map "^2.0.0"
12620-
source-map "~0.6.1"
12621-
1262212508
webpack-sources@^3.0.0, webpack-sources@^3.2.3:
1262312509
version "3.3.3"
1262412510
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.3.3.tgz#d4bf7f9909675d7a070ff14d0ef2a4f3c982c723"
@@ -12820,7 +12706,7 @@ word-wrap@^1.2.5:
1282012706
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
1282112707
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
1282212708

12823-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
12709+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1282412710
version "7.0.0"
1282512711
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1282612712
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12838,15 +12724,6 @@ wrap-ansi@^6.2.0:
1283812724
string-width "^4.1.0"
1283912725
strip-ansi "^6.0.0"
1284012726

12841-
wrap-ansi@^7.0.0:
12842-
version "7.0.0"
12843-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12844-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12845-
dependencies:
12846-
ansi-styles "^4.0.0"
12847-
string-width "^4.1.0"
12848-
strip-ansi "^6.0.0"
12849-
1285012727
wrap-ansi@^8.1.0:
1285112728
version "8.1.0"
1285212729
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)