Skip to content

Commit

Permalink
deps: Updates xmldom ^0.4.0 to @xmldom/xmldom ^0.8.3
Browse files Browse the repository at this point in the history
Closes #237, #232, #248, #246, #240, #234.
  • Loading branch information
mcab committed Oct 15, 2022
1 parent 7f53388 commit f4e9daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/saml2.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ url = require 'url'
util = require 'util'
xmlbuilder = require 'xmlbuilder2'
xmlcrypto = require 'xml-crypto'
xmldom = require 'xmldom'
xmldom = require '@xmldom/xmldom'
xmlenc = require 'xml-encryption'
zlib = require 'zlib'
SignedXml = require('xml-crypto').SignedXml
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"xml-encryption": "^2.0.0",
"xml2js": "^0.4.0",
"xmlbuilder2": "^2.4.0",
"xmldom": "^0.4.0"
"@xmldom/xmldom": "^0.8.3"
}
}

0 comments on commit f4e9daa

Please sign in to comment.