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 ba1bb1deca..d65cbe2470 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 @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "angular": "1.8.3", - "angular-cookies": "1.8.0", + "angular-cookies": "1.8.3", "angular-loader": "1.8.3", "angular-resource": "1.8.3", "angular-route": "1.8.3", @@ -302,9 +302,10 @@ "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-cookies": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/angular-cookies/-/angular-cookies-1.8.0.tgz", - "integrity": "sha512-gWO3RKF0WMmXhseiN3Aw9aEmQ3mB53wSdAxpeKKHbiDwU7vmK+MBuebyOX9qbwZYubn5nM8LByZVmg7T6jOV1w==" + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular-cookies/-/angular-cookies-1.8.3.tgz", + "integrity": "sha512-uRd+zWgqiVnly7+YFRosM8E9tUQeY82dAZdtvonh/CeD/sf5SKN/BNIlMlHxZtoAk72ahTIjqUQGfeHdYcSsRQ==", + "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-loader": { "version": "1.8.3", @@ -1083,9 +1084,9 @@ "integrity": "sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw==" }, "angular-cookies": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/angular-cookies/-/angular-cookies-1.8.0.tgz", - "integrity": "sha512-gWO3RKF0WMmXhseiN3Aw9aEmQ3mB53wSdAxpeKKHbiDwU7vmK+MBuebyOX9qbwZYubn5nM8LByZVmg7T6jOV1w==" + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular-cookies/-/angular-cookies-1.8.3.tgz", + "integrity": "sha512-uRd+zWgqiVnly7+YFRosM8E9tUQeY82dAZdtvonh/CeD/sf5SKN/BNIlMlHxZtoAk72ahTIjqUQGfeHdYcSsRQ==" }, "angular-loader": { "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 8a559f06ce..bf8dd34fbe 100644 --- a/themes/src/main/resources/theme/keycloak/common/resources/package.json +++ b/themes/src/main/resources/theme/keycloak/common/resources/package.json @@ -6,7 +6,7 @@ "repository": "https://github.com/keycloak/keycloak", "dependencies": { "angular": "1.8.3", - "angular-cookies": "1.8.0", + "angular-cookies": "1.8.3", "angular-loader": "1.8.3", "angular-resource": "1.8.3", "angular-route": "1.8.3",