Commit 560d2d2
committed
chore(DEPS): drop redundant esbuild and tar overrides
The esbuild and tar overrides are no longer needed:
- @yao-pkg/pkg now requires esbuild@^0.27.3 and tar@^7.5.7
- sqlite3 requires tar@^7.5.10, node-gyp requires tar@^7.5.4
Natural resolution gives esbuild@0.27.7 and tar@7.5.15, both clean
per `npm audit`. Pinning to 0.27.3 / 7.5.13 just blocks future patch
versions while adding nothing.
Existing lockfile resolutions (esbuild@0.27.3, tar@7.5.13) remain
unchanged for current installs; only future regenerations pick up
newer patches.
The diff and mocha.serialize-javascript overrides are kept — without
them mocha pulls diff@7.0.0 (low DoS, GHSA-73rr-hh4g-fpgx) and
serialize-javascript@6.0.2 (two highs, RCE + DoS).1 parent 9e7897c commit 560d2d2
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | 125 | | |
128 | 126 | | |
129 | 127 | | |
| |||
0 commit comments