Commit a309e5e
authored
Remove optional transitive dep on vue-template-compiler (#3089)
This transitive dependency is marked as optional, but pnpm installs it by default anyways.
This is an old version of vue with a false-positive CVE associated with it [1].
Since we do not use Vue in this repo, we can safely remove this dependency and avoid
any security-related noise that it brings our way.
1) documentationjs/documentation#1666 (comment)1 parent 85f7717 commit a309e5e
2 files changed
Lines changed: 8 additions & 23 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 | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments