Skip to content

Commit

Permalink
Merge pull request #31 from availity-droo/main
Browse files Browse the repository at this point in the history
Security: replace xmldom with @xmldom/xmldom to resolve vulnerabilties
  • Loading branch information
georgeflug authored Sep 20, 2023
2 parents c565631 + 82d1fff commit d3f8d5c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jmespath": "^0.16.0",
"jsonpath-plus": "^6.0.1",
"sweetalert": "^2.1.2",
"xmldom": "^0.6.0",
"@xmldom/xmldom": "~0.8.10",
"xpath": "^0.0.32"
}
}
2 changes: 1 addition & 1 deletion src/value-extractors/value-extractor-xml.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ValueExtractor } from './value-extractor'
import { DOMParser } from 'xmldom'
import { DOMParser } from '@xmldom/xmldom'
import { select } from 'xpath'

export const valueExtractorXml: ValueExtractor = {
Expand Down

0 comments on commit d3f8d5c

Please sign in to comment.