Pārlūkot izejas kodu

Updated exceljs and jszip.

Thanks to developers of dependencies !
Lauri Ojansivu 1 gadu atpakaļ
vecāks
revīzija
f9823f67bd
2 mainītis faili ar 4 papildinājumiem un 5 dzēšanām
  1. 3 4
      package-lock.json
  2. 1 1
      package.json

+ 3 - 4
package-lock.json

@@ -923,14 +923,13 @@
       "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA=="
     },
     "exceljs": {
-      "version": "4.3.0",
-      "resolved": "https://registry.npmjs.org/exceljs/-/exceljs-4.3.0.tgz",
-      "integrity": "sha512-hTAeo5b5TPvf8Z02I2sKIT4kSfCnOO2bCxYX8ABqODCdAjppI3gI9VYiGCQQYVcBaBSKlFDMKlAQRqC+kV9O8w==",
+      "version": "git+https://github.com/exceljs/exceljs.git#ec92cb3b898bdf7f806ff9d7b8370c955ee8ba20",
+      "from": "git+https://github.com/exceljs/exceljs.git",
       "requires": {
         "archiver": "^5.0.0",
         "dayjs": "^1.8.34",
         "fast-csv": "^4.3.1",
-        "jszip": "^3.5.0",
+        "jszip": "^3.10.1",
         "readable-stream": "^3.6.0",
         "saxes": "^5.0.1",
         "tmp": "^0.2.0",

+ 1 - 1
package.json

@@ -33,7 +33,7 @@
     "dompurify": "^2.4.1",
     "es6-promise": "^4.2.4",
     "escape-string-regexp": "^5.0.0",
-    "exceljs": "^4.2.1",
+    "exceljs": "git+https://github.com/exceljs/exceljs.git",
     "fibers": "^5.0.3",
     "file-type": "^16.5.4",
     "filesize": "^8.0.7",