Skip to content

Commit 24cdb3f

Browse files
fix(security): patch xmldom dependency vulnerability (#1060)
1 parent 75ba32f commit 24cdb3f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2248,10 +2248,10 @@
22482248
"@typescript-eslint/types" "4.26.0"
22492249
eslint-visitor-keys "^2.0.0"
22502250

2251-
"@xmldom/xmldom@^0.7.0":
2252-
version "0.7.5"
2253-
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.5.tgz#09fa51e356d07d0be200642b0e4f91d8e6dd408d"
2254-
integrity sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==
2251+
"@xmldom/xmldom@^0.8.3":
2252+
version "0.8.6"
2253+
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.6.tgz#8a1524eb5bd5e965c1e3735476f0262469f71440"
2254+
integrity sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg==
22552255

22562256
JSONStream@^1.0.4:
22572257
version "1.3.5"
@@ -2315,11 +2315,11 @@ acorn@^8.2.4:
23152315
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
23162316

23172317
adal-node@^0.2.1, adal-node@^0.2.2:
2318-
version "0.2.3"
2319-
resolved "https://registry.yarnpkg.com/adal-node/-/adal-node-0.2.3.tgz#87ed3dbed344f6e114e36bf18fe1c4e7d3cc6069"
2320-
integrity sha512-gMKr8RuYEYvsj7jyfCv/4BfKToQThz20SP71N3AtFn3ia3yAR8Qt2T3aVQhuJzunWs2b38ZsQV0qsZPdwZr7VQ==
2318+
version "0.2.4"
2319+
resolved "https://registry.yarnpkg.com/adal-node/-/adal-node-0.2.4.tgz#881beed9d493b76a86706ad5c8dc6f60eff04520"
2320+
integrity sha512-zIcvbwQFKMUtKxxj8YMHeTT1o/TPXfVNsTXVgXD8sxwV6h4AFQgK77dRciGhuEF9/Sdm3UQPJVPc/6XxrccSeA==
23212321
dependencies:
2322-
"@xmldom/xmldom" "^0.7.0"
2322+
"@xmldom/xmldom" "^0.8.3"
23232323
async "^2.6.3"
23242324
axios "^0.21.1"
23252325
date-utils "*"

0 commit comments

Comments
 (0)