From 8f436eb8810747484743683a5b79b8a9c6cb0a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sat, 10 Oct 2020 23:41:51 -0400 Subject: [PATCH] fix: pin sortablejs --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 966f7cf0c3..7e877f5da3 100644 --- a/install/package.json +++ b/install/package.json @@ -127,7 +127,7 @@ "socket.io-client": "2.3.1", "socket.io-redis": "5.4.0", "socketio-wildcard": "2.0.0", - "sortablejs": "^1.10.2", + "sortablejs": "1.10.2", "spdx-license-list": "^6.1.0", "spider-detector": "2.0.0", "textcomplete": "^0.17.1",