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 0573565d70..7ae07ae2bb 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 @@ -13,7 +13,7 @@ "angular-cookies": "1.8.0", "angular-loader": "1.8.3", "angular-resource": "1.8.0", - "angular-route": "1.8.0", + "angular-route": "1.8.3", "angular-sanitize": "1.8.3", "angular-translate": "2.18.2", "angular-translate-loader-url": "2.19.0", @@ -317,9 +317,10 @@ "integrity": "sha512-9woUq3kDwoT7R6SjKX8vaJMhOplYBm9sqRAxKgDhDIdPyA8iBowqQIusf9+8Q+z/HlXb8ZXvKspJyKXrxmKdvg==" }, "node_modules/angular-route": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.8.0.tgz", - "integrity": "sha512-ORvXAdVfCCA6XFwyjSkVQFFGufj0mNGiCvBR93Qsii8+7t/6Ioy6wheUoCj1x4NWUv7hAq3nYYGCVO6QEKb1BQ==" + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.8.3.tgz", + "integrity": "sha512-kpIcRmDR2+o1FxDVVYy8Rvfab86/7LDbOgTRb9T+X9ewPQiBRuDEnZtM3oJYBiQLvAXDYTJXHV48n/bGE9Mv2g==", + "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-sanitize": { "version": "1.8.3", @@ -1107,9 +1108,9 @@ "integrity": "sha512-9woUq3kDwoT7R6SjKX8vaJMhOplYBm9sqRAxKgDhDIdPyA8iBowqQIusf9+8Q+z/HlXb8ZXvKspJyKXrxmKdvg==" }, "angular-route": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.8.0.tgz", - "integrity": "sha512-ORvXAdVfCCA6XFwyjSkVQFFGufj0mNGiCvBR93Qsii8+7t/6Ioy6wheUoCj1x4NWUv7hAq3nYYGCVO6QEKb1BQ==" + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.8.3.tgz", + "integrity": "sha512-kpIcRmDR2+o1FxDVVYy8Rvfab86/7LDbOgTRb9T+X9ewPQiBRuDEnZtM3oJYBiQLvAXDYTJXHV48n/bGE9Mv2g==" }, "angular-sanitize": { "version": "1.8.3", 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 1ffc66db40..6f7b7d7926 100644 --- a/themes/src/main/resources/theme/keycloak/common/resources/package.json +++ b/themes/src/main/resources/theme/keycloak/common/resources/package.json @@ -9,7 +9,7 @@ "angular-cookies": "1.8.0", "angular-loader": "1.8.3", "angular-resource": "1.8.0", - "angular-route": "1.8.0", + "angular-route": "1.8.3", "angular-sanitize": "1.8.3", "angular-translate": "2.18.2", "angular-translate-loader-url": "2.19.0",