From e440d617d4f67fc1b134394c984a3dc1910a9ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 13 Apr 2020 11:40:29 -0400 Subject: [PATCH] fix: pin jquery to 3.4.1, #8252 --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index ce5568ebe5..d7042d16d8 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": "3.0.1", "json-2-csv": "^3.0.0", "jsonwebtoken": "^8.4.0",