Skip to content

Commit de32548

Browse files
B4nanclaude
andcommitted
fix: resolve fast-xml-parser, lodash security vulnerabilities
Add npm overrides to fix high-severity fast-xml-parser vulnerability (GHSA-37qj-frw5-hhjh) and medium-severity lodash/lodash-es vulnerabilities (GHSA-xxjr-mmjv-4gpg) in transitive dependencies. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent dec3678 commit de32548

2 files changed

Lines changed: 18 additions & 33 deletions

File tree

package-lock.json

Lines changed: 14 additions & 32 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
@@ -116,6 +116,9 @@
116116
"overrides": {
117117
"openapi-to-postmanv2": {
118118
"js-yaml": "4.1.1"
119-
}
119+
},
120+
"fast-xml-parser": "5.3.4",
121+
"lodash": "4.17.23",
122+
"lodash-es": "4.17.23"
120123
}
121124
}

0 commit comments

Comments
 (0)