Commit 3b42c62
committed
fix: pin html-webpack-plugin-5 alias to 5.6.4 in lockfile
The yarn alias html-webpack-plugin-5@npm:html-webpack-plugin@^5
resolved to 5.6.6 in the lockfile. The dependency-age-check tool
looks up html-webpack-plugin-5@5.6.6 on npm, which returns unusual
registry metadata that the tool cannot parse, causing the cooldown
CI job to fail deterministically.
Adds html-webpack-plugin-5 to resolutions to prevent future
re-upgrades, and pins the lockfile entry to 5.6.4 (matching
the existing html-webpack-plugin pin added for the same reason).
TICKET: VL-51111 parent f0c483f commit 3b42c62
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12373 | 12373 | | |
12374 | 12374 | | |
12375 | 12375 | | |
12376 | | - | |
12377 | | - | |
12378 | | - | |
| 12376 | + | |
| 12377 | + | |
| 12378 | + | |
12379 | 12379 | | |
12380 | 12380 | | |
12381 | 12381 | | |
| |||
0 commit comments