Skip to content

Commit 8291b01

Browse files
chagongCopilot
andauthored
fix: update vulnerable dependencies (lodash, serialize-javascript) (#989)
- Update direct lodash dependency: 4.17.23 → 4.18.0 (CVE-2026-4800, CVE-2026-2950) - Add npm override for serialize-javascript: 6.0.2 → 7.0.5 (CVE-2026-34043, GHSA-5c6j-r48x-rmvq) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent cdd189c commit 8291b01

File tree

2 files changed

+121
-41
lines changed

2 files changed

+121
-41
lines changed

package-lock.json

Lines changed: 117 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,10 +1296,13 @@
12961296
"fmtr": "^1.1.4",
12971297
"fs-extra": "^10.1.0",
12981298
"globby": "^13.1.3",
1299-
"lodash": "^4.17.23",
1299+
"lodash": "^4.18.0",
13001300
"minimatch": "^5.1.9",
13011301
"semver": "^7.3.8",
13021302
"vscode-extension-telemetry-wrapper": "^0.15.0",
13031303
"vscode-tas-client": "^0.1.75"
1304+
},
1305+
"overrides": {
1306+
"serialize-javascript": ">=7.0.5"
13041307
}
13051308
}

0 commit comments

Comments
 (0)