Skip to content

Commit 560d2d2

Browse files
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

File tree

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@
122122
},
123123
"overrides": {
124124
"diff": "8.0.3",
125-
"esbuild": "0.27.3",
126-
"tar": "7.5.13",
127125
"mocha": {
128126
"serialize-javascript": "7.0.5"
129127
}

0 commit comments

Comments
 (0)