From d05025675564f2bffeb68c2959be2f81cf4a068b Mon Sep 17 00:00:00 2001 From: Trackstar88 <74706303+Trackstar88@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:14:58 +0800 Subject: [PATCH 1/9] Update express to 4.16.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9a0e1dfe..beb79b72 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "description": "A node project to demostrate srcclr scans", "dependencies": { "jquery": "3.0.0-alpha1", - "express": "4.1.1", + "express": "4.16.0", "boom": "0.2.1", "tinymce": "4.2.3", "hapi": "8.1.0", @@ -15,4 +15,4 @@ "angular": "1.3.19", "cookie-signature": "1.0.2" } -} +} \ No newline at end of file From 7ce8ec43a49e43b382dedc28778f7a350c98c17f Mon Sep 17 00:00:00 2001 From: Trackstar88 <74706303+Trackstar88@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:14:59 +0800 Subject: [PATCH 2/9] Update console-io to 2.7.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index beb79b72..5c3eef13 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "tinymce": "4.2.3", "hapi": "8.1.0", "sequelize": "3.12.1", - "console-io": "2.6.3", + "console-io": "2.7.10", "angular": "1.3.19", "cookie-signature": "1.0.2" } From 25e112f411e72698ea0feb75792526a82d1669ca Mon Sep 17 00:00:00 2001 From: Trackstar88 <74706303+Trackstar88@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:15:01 +0800 Subject: [PATCH 3/9] Update cookie-signature to 1.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c3eef13..1ffd517a 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "sequelize": "3.12.1", "console-io": "2.7.10", "angular": "1.3.19", - "cookie-signature": "1.0.2" + "cookie-signature": "1.0.6" } } \ No newline at end of file From 2de927f37c0d4a1fa13ad72d29d299432c2a4076 Mon Sep 17 00:00:00 2001 From: Trackstar88 <74706303+Trackstar88@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:15:02 +0800 Subject: [PATCH 4/9] Update boom to 0.3.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ffd517a..c41fddfc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "jquery": "3.0.0-alpha1", "express": "4.16.0", - "boom": "0.2.1", + "boom": "0.3.7", "tinymce": "4.2.3", "hapi": "8.1.0", "sequelize": "3.12.1", From dc092aa598da8f99263c4cba43e414979a3ea112 Mon Sep 17 00:00:00 2001 From: Trackstar88 <74706303+Trackstar88@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:15:03 +0800 Subject: [PATCH 5/9] Update hapi to 8.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c41fddfc..f621981a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "express": "4.16.0", "boom": "0.3.7", "tinymce": "4.2.3", - "hapi": "8.1.0", + "hapi": "8.8.0", "sequelize": "3.12.1", "console-io": "2.7.10", "angular": "1.3.19", From 9d3434cea552ceedd5d00cf467e90049d8d0046e Mon Sep 17 00:00:00 2001 From: Trackstar88 <74706303+Trackstar88@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:15:05 +0800 Subject: [PATCH 6/9] Update sequelize to 3.35.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f621981a..80b8e273 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "boom": "0.3.7", "tinymce": "4.2.3", "hapi": "8.8.0", - "sequelize": "3.12.1", + "sequelize": "3.35.1", "console-io": "2.7.10", "angular": "1.3.19", "cookie-signature": "1.0.6" From 85ed14c1cbe2e504b845347f9729cc8237976e8b Mon Sep 17 00:00:00 2001 From: Trackstar88 <74706303+Trackstar88@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:15:06 +0800 Subject: [PATCH 7/9] Update jquery to 3.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80b8e273..d51948e0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "srcclr ", "description": "A node project to demostrate srcclr scans", "dependencies": { - "jquery": "3.0.0-alpha1", + "jquery": "3.5.0", "express": "4.16.0", "boom": "0.3.7", "tinymce": "4.2.3", From 81603e6611cb64caf18a0782d6502267aaacac61 Mon Sep 17 00:00:00 2001 From: Trackstar88 <74706303+Trackstar88@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:15:07 +0800 Subject: [PATCH 8/9] Update angular to 1.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d51948e0..423ecc89 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "hapi": "8.8.0", "sequelize": "3.35.1", "console-io": "2.7.10", - "angular": "1.3.19", + "angular": "1.8.0", "cookie-signature": "1.0.6" } } \ No newline at end of file From ddb4f7c02ec6aa85f04013371fd65d7f169d32cc Mon Sep 17 00:00:00 2001 From: Trackstar88 <74706303+Trackstar88@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:15:08 +0800 Subject: [PATCH 9/9] Update tinymce to 4.9.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 423ecc89..167cf535 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "jquery": "3.5.0", "express": "4.16.0", "boom": "0.3.7", - "tinymce": "4.2.3", + "tinymce": "4.9.11", "hapi": "8.8.0", "sequelize": "3.35.1", "console-io": "2.7.10",