From 84c5c8b736c4fe26c6c54857cf83b99aa174b9de Mon Sep 17 00:00:00 2001 From: Sujit D'Mello Date: Tue, 5 Sep 2023 12:57:07 -0400 Subject: [PATCH 1/2] Update jQuery version to supported value --- src/Services/Identity/Identity.API/libman.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Services/Identity/Identity.API/libman.json b/src/Services/Identity/Identity.API/libman.json index 3ff9915807..b458d1bd74 100644 --- a/src/Services/Identity/Identity.API/libman.json +++ b/src/Services/Identity/Identity.API/libman.json @@ -3,7 +3,7 @@ "defaultProvider": "cdnjs", "libraries": [ { - "library": "jquery@3.6.3", + "library": "jquery@3.6.4", "destination": "wwwroot/lib/jquery/" }, { @@ -32,4 +32,4 @@ ] } ] -} \ No newline at end of file +} From 8c57f4512d6febf73f59813dc1fc64228107d5a8 Mon Sep 17 00:00:00 2001 From: Sujit D'Mello Date: Tue, 5 Sep 2023 12:57:34 -0400 Subject: [PATCH 2/2] Update jQuery version to supported value --- src/Web/WebMVC/libman.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Web/WebMVC/libman.json b/src/Web/WebMVC/libman.json index 0736988f41..d187e1f14e 100644 --- a/src/Web/WebMVC/libman.json +++ b/src/Web/WebMVC/libman.json @@ -3,7 +3,7 @@ "defaultProvider": "cdnjs", "libraries": [ { - "library": "jquery@3.6.3", + "library": "jquery@3.6.4", "destination": "wwwroot/lib/jquery/" }, { @@ -45,4 +45,4 @@ ] } ] -} \ No newline at end of file +}