Commit fea2973
authored
Fix security vulnerability and cleanup deps (#11)
* Fix security venerability
During install, npm warned against the following venerability
GHSA-67mh-4wv8-2f99 . This commit bumps
the effected esbuild version and vitest, which depends on it.
* Bump and Remove Unused Dependencies, add Formatting
This commit updates prettier, so it now respects and therefore ignores
files in the folder dist. Furthermore, arg, npm-run-all and globby are
not used and only pull in unused code and therefore cause a wider attack
surface on developer machines
* Format Code, and Fix Spacing and Name in bench.js
The spacing in scripts/bench.js was off, leading to an unconsitent
visual output when running the benchmark. Furthermore, the benchmark
was still named ultraflags. Prettier was used to format the rest of the
code
* Revert "Format Code, and Fix Spacing and Name in bench.js"
This reverts commit 4f460e5.
* Fix Spacing and Library Name in bench.js
The spacing in scripts/bench.js was off, leading to an unconsitent
visual output when running the benchmark. Furthermore, the benchmark
was still named ultraflags.1 parent 23f5ccf commit fea2973
3 files changed
+722
-1742
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | | - | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
| 56 | + | |
| 57 | + | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
62 | | - | |
63 | | - | |
| 61 | + | |
64 | 62 | | |
65 | 63 | | |
66 | | - | |
| 64 | + | |
67 | 65 | | |
68 | 66 | | |
69 | 67 | | |
0 commit comments