Browse Source

Merge pull request #24339 from overleaf/jel-xml-crypto

[web] Upgrade `xml-crypto` in web

GitOrigin-RevId: 0fa810d227da9c65031b843958f8b5e796e3adc8
Jessica Lawshe 1 năm trước cách đây
mục cha
commit
6cb5360c88
2 tập tin đã thay đổi với 24 bổ sung2 xóa
  1. 23 1
      package-lock.json
  2. 1 1
      services/web/package.json

+ 23 - 1
package-lock.json

@@ -44257,7 +44257,7 @@
         "utf-8-validate": "^5.0.2",
         "valid-data-url": "^2.0.0",
         "valid-url": "^1.0.9",
-        "xml-crypto": "^2.1.2",
+        "xml-crypto": "^2.1.6",
         "xml2js": "^0.6.2",
         "xregexp": "^4.3.0",
         "yauzl": "^2.10.0"
@@ -45719,6 +45719,28 @@
         "loose-envify": "^1.0.0"
       }
     },
+    "services/web/node_modules/xml-crypto": {
+      "version": "2.1.6",
+      "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-2.1.6.tgz",
+      "integrity": "sha512-jjvpO8vHNV8QFhW5bMypP+k4BjBqHe/HrpIwpPcdUnUTIJakSIuN96o3Sdah4tKu2z64kM/JHEH8iEHGCc6Gyw==",
+      "license": "MIT",
+      "dependencies": {
+        "@xmldom/xmldom": "^0.7.9",
+        "xpath": "0.0.32"
+      },
+      "engines": {
+        "node": ">=0.4.0"
+      }
+    },
+    "services/web/node_modules/xpath": {
+      "version": "0.0.32",
+      "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz",
+      "integrity": "sha512-rxMJhSIoiO8vXcWvSifKqhvV96GjiD5wYb8/QHdoRyQvraTpp4IEv944nhGausZZ3u7dhQXteZuZbaqfpB7uYw==",
+      "license": "MIT",
+      "engines": {
+        "node": ">=0.6.0"
+      }
+    },
     "services/web/node_modules/yallist": {
       "version": "4.0.0",
       "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",

+ 1 - 1
services/web/package.json

@@ -169,7 +169,7 @@
     "utf-8-validate": "^5.0.2",
     "valid-data-url": "^2.0.0",
     "valid-url": "^1.0.9",
-    "xml-crypto": "^2.1.2",
+    "xml-crypto": "^2.1.6",
     "xml2js": "^0.6.2",
     "xregexp": "^4.3.0",
     "yauzl": "^2.10.0"