Skip to content

Commit 3d98c75

Browse files
eero3markstos
authored andcommitted
bump xmldom to 0.5.x since all lower versions have security issue (#551)
1 parent 6996cb8 commit 3d98c75

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "passport-saml",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "SAML 2.0 authentication strategy for Passport",
55
"keywords": [
66
"saml",
@@ -56,7 +56,7 @@
5656
"xml-encryption": "1.2.1",
5757
"xml2js": "^0.4.23",
5858
"xmlbuilder": "^15.1.1",
59-
"xmldom": "0.4.x"
59+
"xmldom": "0.5.x"
6060
},
6161
"devDependencies": {
6262
"@types/debug": "^4.1.5",

0 commit comments

Comments
 (0)