From 8598c50420a8adc66586adc067f5d2e31390efa7 Mon Sep 17 00:00:00 2001 From: vasua32 <59485572+vasua32@users.noreply.github.com> Date: Sat, 4 Jan 2020 00:30:11 +0530 Subject: [PATCH 1/2] Update package.json https://github.com/jquery/jquery/commit/753d591aea698e57d6db58c9f722cd0808619b1b Updated jquery version to fix vulnerable issue which was there in latest jQuery version 3.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae4b6e764..bee46a7b3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "ember-suave": "^4.0.0", "git-tags": "^0.2.4", "hammer-simulator": "git://github.com/hammerjs/simulator#master", - "jquery": "^3.1.0", + "jquery": "^3.4.1", "jquery-hammerjs": "2.0.x", "jscs": "^3.0.7", "jshint": "^2.9.2", From 9e75681bf09fc6cb377a525da8d89538c91403eb Mon Sep 17 00:00:00 2001 From: vasua32 <59485572+vasua32@users.noreply.github.com> Date: Sat, 4 Jan 2020 00:38:17 +0530 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bee46a7b3..6e0dd0937 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "ember-suave": "^4.0.0", "git-tags": "^0.2.4", "hammer-simulator": "git://github.com/hammerjs/simulator#master", - "jquery": "^3.4.1", + "jquery": "3.4.1", "jquery-hammerjs": "2.0.x", "jscs": "^3.0.7", "jshint": "^2.9.2",