Skip to content

Commit 8857dd3

Browse files
tkislanclaude
andauthored
fix(deps): Resolve brace-expansion and serialize-javascript vulnerabilities (#374)
* fix(deps): resolve brace-expansion and serialize-javascript vulnerabilities via npm overrides - brace-expansion: 1.1.12→1.1.13, 2.0.2→2.0.3 (GHSA-f886-m6hf-6m8v) - serialize-javascript: 7.0.3→7.0.5 (GHSA-qj8w-gfj5-8c6v) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(deps): regenerate lockfile with Node 22 npm to match CI Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0ac38a0 commit 8857dd3

2 files changed

Lines changed: 47 additions & 45 deletions

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2954,9 +2954,11 @@
29542954
"lodash-es": "^4.17.23",
29552955
"minimatch@>=8.0.0 <8.0.6": "8.0.7",
29562956
"bn.js@<4.12.3": "4.12.3",
2957-
"serialize-javascript@<=7.0.2": "7.0.3",
2957+
"serialize-javascript@<7.0.5": "7.0.5",
29582958
"undici@<6.24.0": "6.24.1",
29592959
"flatted@<3.4.2": "3.4.2",
2960+
"brace-expansion@<1.1.13": "1.1.13",
2961+
"brace-expansion@>=2.0.0 <2.0.3": "2.0.3",
29602962
"yaml": "2.8.3"
29612963
}
29622964
}

0 commit comments

Comments
 (0)