diff --git a/ui/package-lock.json b/ui/package-lock.json index 12b6898..04a2c4a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -15,7 +15,7 @@ "@angular/core": "^18.1.0", "@angular/forms": "^18.1.0", "@angular/material": "^18.1.0", - "@angular/platform-browser": "^18.1.0", + "@angular/platform-browser": "^18.1.4", "@angular/platform-browser-dynamic": "^18.1.0", "@angular/router": "^18.1.0", "@auth0/angular-jwt": "^5.2.0", @@ -626,9 +626,9 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@angular/animations": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.1.0.tgz", - "integrity": "sha512-K0BhvZ/SIVoGXZVuh1KOJDdgcGlHfFGMGrs58utndndAb+gYXReMfz4GR5cQs2OObH6TKmIOY2EH7Og1CY2tsw==", + "version": "18.1.4", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.1.4.tgz", + "integrity": "sha512-m0yusB7BI3wrotx9F9rf7YUD5bvhF+lT2fLNF1QCzCU819rtLnDoj0b4/z+D0i5qe7gQjtAJ42e/Hv7eGuq0VQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -636,7 +636,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.1.0" + "@angular/core": "18.1.4" } }, "node_modules/@angular/build": { @@ -942,9 +942,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.1.0.tgz", - "integrity": "sha512-jCmxthiI4Zef54crckNht60xwfIsuciGeyZvb7SsXna2maLW9fA4uz1VhZqIWTiBnHwNynVlyfBX3/jBD7S9+g==", + "version": "18.1.4", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.1.4.tgz", + "integrity": "sha512-zGx33St0JVYT8EZOaf0s8Twr0RgfU2cqEAc9Wwx9HVJ0pF5y4VnftK3pewwiHWDHkPfiJy0jBKbtrkVUSbgZfg==", "dependencies": { "tslib": "^2.3.0" }, @@ -952,9 +952,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "18.1.0", - "@angular/common": "18.1.0", - "@angular/core": "18.1.0" + "@angular/animations": "18.1.4", + "@angular/common": "18.1.4", + "@angular/core": "18.1.4" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/ui/package.json b/ui/package.json index a25f090..2e22551 100644 --- a/ui/package.json +++ b/ui/package.json @@ -21,7 +21,7 @@ "@angular/core": "^18.1.0", "@angular/forms": "^18.1.0", "@angular/material": "^18.1.0", - "@angular/platform-browser": "^18.1.0", + "@angular/platform-browser": "^18.1.4", "@angular/platform-browser-dynamic": "^18.1.0", "@angular/router": "^18.1.0", "@auth0/angular-jwt": "^5.2.0",