Commit cc5716b
committed
chore(deps): clear the vulnerable dependency tree and drop the overrides
The overrides block never reached anyone installing the CLI - copy-assets
deletes it from the published manifest - so it protected this checkout and
nothing else. Two of its six entries named packages that are not in the tree
at all, three were obsolete, and the uuid entry actively pinned the whole
tree down to a version the advisory covers. Fix the versions directly
instead: jimp, lodash and uuid clear their own advisories, ts-morph 28 takes
minimatch ^10 as a declared range rather than a semver-violating override,
and sinon 22 clears the last dev-side one.
universal-analytics goes with the GA4 migration, and with it the only
bundleDependencies entry and the node_modules trees copy-assets mirrored
into dist for it.
Refreshing the lockfile clears eight further advisories - sigstore, its two
helpers, xmldom, flatted, form-data, ip-address and picomatch - that were
stale pins rather than outdated ranges. No lockfile ships, so these only
ever affected development and CI.
dotenv loads .env for the release scripts, and .gitignore keeps .env and the
local Claude worktrees out of the repository.1 parent 1a3c1f0 commit cc5716b
6 files changed
Lines changed: 470 additions & 588 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
0 commit comments