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 +} 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 +}