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 fc2b56756f..4da75233a0 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 @@ -14,7 +14,7 @@ "angular-loader": "1.8.3", "angular-resource": "1.8.0", "angular-route": "1.8.0", - "angular-sanitize": "1.8.0", + "angular-sanitize": "1.8.3", "angular-translate": "2.18.2", "angular-translate-loader-url": "2.18.2", "angular-treeview": "0.1.5", @@ -322,9 +322,10 @@ "integrity": "sha512-ORvXAdVfCCA6XFwyjSkVQFFGufj0mNGiCvBR93Qsii8+7t/6Ioy6wheUoCj1x4NWUv7hAq3nYYGCVO6QEKb1BQ==" }, "node_modules/angular-sanitize": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.8.0.tgz", - "integrity": "sha512-j5GiOPCvfcDWK5svEOVoPb11X3UDVy/mdHPRWuy14Iyw86xaq+Bb+x/em2sAOa5MQQeY5ciLXbF3RRp8iCKcNg==" + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.8.3.tgz", + "integrity": "sha512-2rxdqzlUVafUeWOwvY/FtyWk1pFTyCtzreeiTytG9m4smpuAEKaIJAjYeVwWsoV+nlTOcgpwV4W1OCmR+BQbUg==", + "deprecated": "For the actively supported Angular, see https://www.npmjs.com/package/@angular/core. AngularJS support has officially ended. For extended AngularJS support options, see https://goo.gle/angularjs-path-forward." }, "node_modules/angular-translate": { "version": "2.18.2", @@ -1100,9 +1101,9 @@ "integrity": "sha512-ORvXAdVfCCA6XFwyjSkVQFFGufj0mNGiCvBR93Qsii8+7t/6Ioy6wheUoCj1x4NWUv7hAq3nYYGCVO6QEKb1BQ==" }, "angular-sanitize": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.8.0.tgz", - "integrity": "sha512-j5GiOPCvfcDWK5svEOVoPb11X3UDVy/mdHPRWuy14Iyw86xaq+Bb+x/em2sAOa5MQQeY5ciLXbF3RRp8iCKcNg==" + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.8.3.tgz", + "integrity": "sha512-2rxdqzlUVafUeWOwvY/FtyWk1pFTyCtzreeiTytG9m4smpuAEKaIJAjYeVwWsoV+nlTOcgpwV4W1OCmR+BQbUg==" }, "angular-translate": { "version": "2.18.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 fc33b62f39..1a79fd6185 100644 --- a/themes/src/main/resources/theme/keycloak/common/resources/package.json +++ b/themes/src/main/resources/theme/keycloak/common/resources/package.json @@ -10,7 +10,7 @@ "angular-loader": "1.8.3", "angular-resource": "1.8.0", "angular-route": "1.8.0", - "angular-sanitize": "1.8.0", + "angular-sanitize": "1.8.3", "angular-translate": "2.18.2", "angular-translate-loader-url": "2.18.2", "angular-treeview": "0.1.5",