Browse Source

Revert xss to previous compatible version.

Thanks to xet7 !
Lauri Ojansivu 5 years ago
parent
commit
42d8773e36
2 changed files with 5 additions and 5 deletions
  1. 4 4
      package-lock.json
  2. 1 1
      package.json

+ 4 - 4
package-lock.json

@@ -5637,11 +5637,11 @@
       }
     },
     "xss": {
-      "version": "1.0.7",
-      "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.7.tgz",
-      "integrity": "sha512-A9v7tblGvxu8TWXQC9rlpW96a+LN1lyw6wyhpTmmGW+FwRMactchBR3ROKSi33UPCUcUHSu8s9YP6F+K3Mw//w==",
+      "version": "1.0.6",
+      "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.6.tgz",
+      "integrity": "sha512-6Q9TPBeNyoTRxgZFk5Ggaepk/4vUOYdOsIUYvLehcsIZTFjaavbVnsuAkLA5lIFuug5hw8zxcB9tm01gsjph2A==",
       "requires": {
-        "commander": "^2.20.3",
+        "commander": "^2.9.0",
         "cssfilter": "0.0.10"
       }
     },

+ 1 - 1
package.json

@@ -75,6 +75,6 @@
     "papaparse": "^5.2.0",
     "qs": "^6.9.4",
     "source-map-support": "^0.5.19",
-    "xss": "^1.0.7"
+    "xss": "^1.0.6"
   }
 }