- Downloads
Pin libxmljs to 0.18.7 as this works on Windows
Rationale: - Neither 0.18.6 nor 0.18.8 work on @bkimminich's Windows 10 - 0.18.7 worked on node.js 8.x and 9.x on Travis-CI and AppVeyor
| { | ||
| "name": "juice-shop", | ||
| "version": "7.2.2", | ||
| "version": "7.2.3", | ||
| "description": "An intentionally insecure JavaScript Web Application", | ||
| "homepage": "http://owasp-juice.shop", | ||
| "author": "Björn Kimminich <bjoern.kimminich@owasp.org> (https://www.owasp.org/index.php/User:Bjoern_Kimminich)", | ||
| ... | ... | @@ -81,7 +81,7 @@ |
| "js-yaml": "~3.11.0", | ||
| "jsonwebtoken": "~8.2", | ||
| "jssha": "~2.3", | ||
| "libxmljs": "0.18.6", | ||
| "libxmljs": "0.18.7", | ||
| "marsdb": "~0.6", | ||
| "morgan": "~1.9", | ||
| "multer": "~1.3", | ||
| ... | ... | |
| ... | ... |
Please sign in to comment