Commit 5d25b01
authored
[Security] Resolve Vulnerabilities - Attempt 2 (#88)
Resolves security vulnerabilities:
https://github.com/BitteProtocol/make-agent/security/dependabot
The previous attempt #65 did nothing. I kept digging and found this
solution works (at least locally)
## Test Plan
```sh
pnpm i && pnpm audit
```
Before removing localtunnel, the audit report with just the overrides
showed `axios` (`>=0.8.1 <0.28.0`).
So then
```
$ pnpm why axios
Legend: production dependency, optional only, dev only
[email protected] /Users/bh2smith/Projects/mintbase/ai/make-agent
dependencies:
localtunnel 2.0.2
└── axios 0.21.4
```
Removing local tunnel (no longer used) removed these issues!1 parent 238de74 commit 5d25b01
2 files changed
+16
-135
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
67 | 65 | | |
68 | 66 | | |
69 | 67 | | |
70 | | - | |
71 | | - | |
72 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments