Commit 93d71ab
Fix website...again
Summary:
Still getting dependabot PRs. I ran `yarn audit` and got this:
```
$ yarn audit --summary
yarn audit v1.22.21
⠁ (node:1917004) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `node-linux-x64 --trace-deprecation ...` to show where the warning was created)
328 vulnerabilities found - Packages audited: 1948
Severity: 5 Low | 132 Moderate | 110 High | 81 Critical
Done in 2.58s.
```
I then ran `yarn upgrade`, `yarn install`, and `yarn build`. After fixing a webpack pinning issue, the website now builds and there are a bunch of updated dependencies.
Note that `yarn audit` still isn't totally clean, but there are many fewer. I think the remaining issues are due to pinned packages, we probably need to go through and winnow down our packages.json file to minimize the number of pinned packages.
Reviewed By: AlnisM
Differential Revision: D104671346
fbshipit-source-id: 7f52678bbe2b2f13ca69254d87871054f9e76e331 parent 53aee32 commit 93d71ab
2 files changed
Lines changed: 4749 additions & 5076 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
25 | 34 | | |
26 | 35 | | |
27 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
28 | 42 | | |
29 | 43 | | |
30 | 44 | | |
| |||
49 | 63 | | |
50 | 64 | | |
51 | 65 | | |
52 | | - | |
| 66 | + | |
53 | 67 | | |
54 | 68 | | |
55 | 69 | | |
| |||
0 commit comments