Bump angular-cookies from 1.8.0 to 1.8.3 in /themes/src/main/resources/theme/keycloak/common/resources (#13019)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
195e7bd98f
commit
f414d8c0f6
2 changed files with 9 additions and 8 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue