From 9998f10f38005d1c3b78fccec41af3ab37253f5d Mon Sep 17 00:00:00 2001 From: Darius Foo Date: Mon, 23 May 2016 14:54:19 +0800 Subject: [PATCH] Added more vulnerable libraries --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b08a310c..9a0e1dfe 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,13 @@ "description": "A node project to demostrate srcclr scans", "dependencies": { "jquery": "3.0.0-alpha1", - "express": "4.1.1" + "express": "4.1.1", + "boom": "0.2.1", + "tinymce": "4.2.3", + "hapi": "8.1.0", + "sequelize": "3.12.1", + "console-io": "2.6.3", + "angular": "1.3.19", + "cookie-signature": "1.0.2" } }