Revert xss to previous compatible version.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2020-07-23 12:32:57 +03:00
parent 15dff73b94
commit 42d8773e36
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

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

View file

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