diff --git a/springwolf-ui/package-lock.json b/springwolf-ui/package-lock.json index db15d6576..25d10f795 100644 --- a/springwolf-ui/package-lock.json +++ b/springwolf-ui/package-lock.json @@ -10,8 +10,8 @@ "dependencies": { "@angular/animations": "^20.2.1", "@angular/cdk": "^20.2.0", - "@angular/common": "^20.2.1", - "@angular/compiler": "^20.2.1", + "@angular/common": "^20.3.14", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.2.1", "@angular/forms": "^20.2.1", "@angular/material": "^20.2.0", @@ -1239,9 +1239,9 @@ } }, "node_modules/@angular/common": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.2.1.tgz", - "integrity": "sha512-T6RYnDZA9TyYhj2hUz4set8p4RbBCg6IKUvy6qzdKTl4nn4xQ0XUV7aGBYN4LKiGrse9lzlVUAyXtkhmwuBbCQ==", + "version": "20.3.14", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.14.tgz", + "integrity": "sha512-OOUvjTtnpktJLsNupA+GFT2q5zNocPdpOENA8aSrXvAheNybLjgi+otO3U3sQsvB1VwaoEZ9GT5O3lZlstnA/A==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1250,14 +1250,14 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.2.1", + "@angular/core": "20.3.14", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/compiler": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.2.1.tgz", - "integrity": "sha512-ghVt1E8xmwjMwqyGRwXYJkr7fz40VEreUSX1q+gEzbGTftVrK1foxPT8jcueIn0ztArDf7+zSMtu314FiJZyYA==", + "version": "20.3.15", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.15.tgz", + "integrity": "sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/springwolf-ui/package.json b/springwolf-ui/package.json index 0c0c86112..f55c4fad5 100644 --- a/springwolf-ui/package.json +++ b/springwolf-ui/package.json @@ -14,8 +14,8 @@ "dependencies": { "@angular/animations": "^20.2.1", "@angular/cdk": "^20.2.0", - "@angular/common": "^20.2.1", - "@angular/compiler": "^20.2.1", + "@angular/common": "^20.3.14", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.2.1", "@angular/forms": "^20.2.1", "@angular/material": "^20.2.0",