Commit bdf16ac
Remove unnecessary npm overrides for prismjs and dompurify (#225)
Summary:
Dependencies now use secure versions natively. The `prismjs` and `dompurify` overrides were added previously to fix security vulnerabilities, but upstream packages have since updated their dependencies to use patched versions.
## Changes
- Remove `overrides` section from `package.json`
- Update `package-lock.json` to reflect native dependency resolution
Pull Request resolved: #225
Test Plan:
- Verified `npm ls prismjs` shows 1.30.0 (patched version)
- Verified `npm ls dompurify` shows 3.3.0 (> 3.2.4, patched version)
Reviewed By: wychi
Differential Revision: D89703525
Pulled By: FindHao
fbshipit-source-id: 65a0594cf2d0061ad5bafdea6ea66a9896743d011 parent 5cc36c5 commit bdf16ac
2 files changed
Lines changed: 9 additions & 13 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 | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 41 | | |
46 | 42 | | |
0 commit comments