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 6ace57f1b8..8a44974f49 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 @@ -23,7 +23,7 @@ "bootstrap": "3.4.1", "filesaver": "0.0.13", "font-awesome": "4.7.0", - "jquery": "3.6.1", + "jquery": "3.6.3", "ng-file-upload": "12.2.13", "patternfly": "3.59.5", "rcue": "3.48.1", @@ -543,9 +543,9 @@ "optional": true }, "node_modules/jquery": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz", - "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==" + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", + "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" }, "node_modules/jquery-match-height": { "version": "0.7.2", @@ -1300,9 +1300,9 @@ "optional": true }, "jquery": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz", - "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==" + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", + "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" }, "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 f0a037bf91..301c883008 100644 --- a/themes/src/main/resources/theme/keycloak/common/resources/package.json +++ b/themes/src/main/resources/theme/keycloak/common/resources/package.json @@ -19,7 +19,7 @@ "bootstrap": "3.4.1", "filesaver": "0.0.13", "font-awesome": "4.7.0", - "jquery": "3.6.1", + "jquery": "3.6.3", "ng-file-upload": "12.2.13", "patternfly": "3.59.5", "rcue": "3.48.1",