Commit 2d1496b
committed
fix(deps): keep changesets working under the js-yaml 4 override
The js-yaml ^4.1.2 security override forced read-yaml-file@1.1.0 (a @changesets/cli transitive that calls the removed safeLoad API) onto js-yaml 4, crashing 'changeset status' on every PR. Override read-yaml-file to ^2.1.0 (newest CJS release using js-yaml 4's load API; 3.0.0 is ESM-only and breaks the CJS changesets requires).1 parent 2c5cf63 commit 2d1496b
2 files changed
Lines changed: 16 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
0 commit comments