From a476d7261b4234820725ab2d13ffe7b34e296dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 23 Apr 2020 11:07:38 -0400 Subject: [PATCH] fix: pin jquery version --- install/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/package.json b/install/package.json index d3fb46b8ce..fe110faf29 100644 --- a/install/package.json +++ b/install/package.json @@ -63,7 +63,7 @@ "helmet": "^3.11.0", "html-to-text": "^5.0.0", "ipaddr.js": "^1.5.4", - "jquery": "^3.2.1", + "jquery": "3.4.1", "jsesc": "2.5.2", "json-2-csv": "^3.0.0", "jsonwebtoken": "^8.4.0", @@ -170,4 +170,4 @@ "url": "https://github.com/barisusakli" } ] -} \ No newline at end of file +}