Commit a5b79d8
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 48afefe commit a5b79d8
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
0 commit comments