From ea24bf5f705b89986b434d4919eee306d7631371 Mon Sep 17 00:00:00 2001 From: Christopher Byrd Date: Fri, 12 May 2023 12:14:09 -0700 Subject: [PATCH 1/2] updates jquery to track minor/patch versions #9527 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68d8c5d39de..1fa0ca4d9d2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "font-awesome": "~4.6.3", "ionicons": "~2.0.1", "jqtree": "1.3.4", - "jquery": "3.6.1", + "jquery": "^3.6.1", "jquery-migrate": "3.4.0", "jquery-validation": "1.19.5", "jqueryui": "1.11.1", From 4955bfa11db0adb8a983b43422c6c8750fe237ed Mon Sep 17 00:00:00 2001 From: Cyrus Hiatt Date: Thu, 6 Jul 2023 09:28:59 -0700 Subject: [PATCH 2/2] Patch upgrade for django --- arches/install/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arches/install/requirements.txt b/arches/install/requirements.txt index 4e31037bd09..9b42a32a8d0 100644 --- a/arches/install/requirements.txt +++ b/arches/install/requirements.txt @@ -1,4 +1,4 @@ -Django==3.2.18 +Django==3.2.20 psycopg2==2.9.6 elasticsearch>=7.11.0,<8.0.0 rdflib==4.2.2