Przeglądaj źródła

Merge pull request #629 from smiclea/security-fix

Fix dependency version security alert
Sergiu Miclea 5 lat temu
rodzic
commit
998f936b5e
2 zmienionych plików z 6 dodań i 4 usunięć
  1. 2 1
      package.json
  2. 4 3
      yarn.lock

+ 2 - 1
package.json

@@ -96,6 +96,7 @@
     "base64url": "^3.0.0",
     "node-fetch": "^2.6.1",
     "yargs-parser": "^13.1.2",
-    "node-notifier": "^8.0.1"
+    "node-notifier": "^8.0.1",
+    "xmldom": "^0.5.0"
   }
 }

+ 4 - 3
yarn.lock

@@ -13359,9 +13359,10 @@ xml-char-classes@^1.0.0:
   version "1.0.0"
   resolved "https://registry.yarnpkg.com/xml-char-classes/-/xml-char-classes-1.0.0.tgz#64657848a20ffc5df583a42ad8a277b4512bbc4d"
 
-"xmldom@>= 0.1.x":
-  version "0.1.27"
-  resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9"
+"xmldom@>= 0.1.x", xmldom@^0.5.0:
+  version "0.5.0"
+  resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.5.0.tgz#193cb96b84aa3486127ea6272c4596354cb4962e"
+  integrity sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA==
 
 xpath.js@~1.0.5:
   version "1.0.7"