Skip to content

Commit 642a72c

Browse files
authored
fix(deps): remediate xmldom vulnerability (POT-2475) (#1072)
* fix(deps): remediate xmldom vulnerability in docs checks * fix(deps): lock xmldom at patched version
1 parent 23f11d6 commit 642a72c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

tests/docs/package-lock.json

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

tests/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"node": ">=22"
1212
},
1313
"dependencies": {
14-
"@xmldom/xmldom": "^0.9.11",
14+
"@xmldom/xmldom": "^0.9.12",
1515
"yaml": "^2.8.2"
1616
}
1717
}

0 commit comments

Comments
 (0)