ソースを参照

Update to xmldom 0.7.2

Lutz Roeder 4 年 前
コミット
e2e00be3e1
2 ファイル変更2 行追加2 行削除
  1. 1 1
      package.json
  2. 1 1
      test/models.js

+ 1 - 1
package.json

@@ -25,6 +25,6 @@
         "electron-builder": "22.11.7",
         "electron-notarize": "1.1.0",
         "eslint": "7.32.0",
-        "xmldom": "0.6.0"
+        "@xmldom/xmldom": "0.7.2"
     }
 }

+ 1 - 1
test/models.js

@@ -9,7 +9,7 @@ const process = require('process');
 const http = require('http');
 const https = require('https');
 const util = require('util');
-const xmldom = require('xmldom');
+const xmldom = require('@xmldom/xmldom');
 
 const json = require('../source/json');
 const protobuf = require('../source/protobuf');