Skip to content

Commit

Permalink
Merge pull request #69 from cph/bump-xmldom
Browse files Browse the repository at this point in the history
Bumped xmldom to 0.7.0 to address CVE
  • Loading branch information
kobsy committed Aug 5, 2021
2 parents 7c077fd + ee8cc37 commit 7a0dd3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@
"configPath": "tests/dummy/config"
},
"resolutions": {
"merge": "^2.1.1",
"printf": "^0.6.1",
"xmlhttprequest-ssl": "^1.6.2",
"merge": "^2.1.1"
"xmldom": "github:xmldom/xmldom#0.7.0",
"xmlhttprequest-ssl": "^1.6.2"
}
}
7 changes: 3 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12883,10 +12883,9 @@ xdg-basedir@^4.0.0:
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13"
integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==

xmldom@^0.1.19:
version "0.1.27"
resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9"
integrity sha1-1QH5ezvbQDr4757MIFcxh6rawOk=
xmldom@^0.1.19, "xmldom@github:xmldom/xmldom#0.7.0":
version "0.7.0"
resolved "https://codeload.github.com/xmldom/xmldom/tar.gz/c568938641cc1f121cef5b4df80fcfda1e489b6e"

xmlhttprequest-ssl@^1.6.2, xmlhttprequest-ssl@~1.5.4:
version "1.6.3"
Expand Down

0 comments on commit 7a0dd3e

Please sign in to comment.