diff --git a/themes/src/main/resources/theme/keycloak/common/resources/package-lock.json b/themes/src/main/resources/theme/keycloak/common/resources/package-lock.json index ee09b8929d..f0886ad569 100644 --- a/themes/src/main/resources/theme/keycloak/common/resources/package-lock.json +++ b/themes/src/main/resources/theme/keycloak/common/resources/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "jquery": "3.6.3", + "jquery": "3.6.4", "patternfly": "3.59.5" } }, @@ -444,9 +444,9 @@ "optional": true }, "node_modules/jquery": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", - "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.4.tgz", + "integrity": "sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==" }, "node_modules/jquery-match-height": { "version": "0.7.2", @@ -951,9 +951,9 @@ "optional": true }, "jquery": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", - "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.4.tgz", + "integrity": "sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==" }, "jquery-match-height": { "version": "0.7.2", diff --git a/themes/src/main/resources/theme/keycloak/common/resources/package.json b/themes/src/main/resources/theme/keycloak/common/resources/package.json index d260971f9b..bf3007b3f3 100644 --- a/themes/src/main/resources/theme/keycloak/common/resources/package.json +++ b/themes/src/main/resources/theme/keycloak/common/resources/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "repository": "https://github.com/keycloak/keycloak", "dependencies": { - "jquery": "3.6.3", + "jquery": "3.6.4", "patternfly": "3.59.5" } }