diff --git a/package-lock.json b/package-lock.json index 79277548..43f722df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@angular/cdk": "^21.2.11", "@angular/common": "^21.2.13", "@angular/compiler": "^21.2.13", - "@angular/core": "^21.2.13", + "@angular/core": "^21.2.17", "@angular/forms": "^21.2.13", "@angular/material": "^21.2.11", "@angular/platform-browser": "^21.2.13", @@ -758,9 +758,9 @@ } }, "node_modules/@angular/core": { - "version": "21.2.13", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.13.tgz", - "integrity": "sha512-23tS4oNL8nvkHcI4l9rbruQs2WS4yqQmBVQxWakqS9cmRpArLGgveR+hKNU5tPXm5EAi8oLO34/Zy7z70jUpCg==", + "version": "21.2.17", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.17.tgz", + "integrity": "sha512-wYHpwIdnUnjQFOJJNqRcGx7LS3u64jT+R9L0TnMR/ViBM9dQgGYImlSikkftg2yrFCNo5aKRxhG2LLskQurVdg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -769,7 +769,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.2.13", + "@angular/compiler": "21.2.17", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, @@ -3954,9 +3954,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3974,9 +3971,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3994,9 +3988,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4014,9 +4005,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 665a239d..bafdf1db 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@angular/cdk": "^21.2.11", "@angular/common": "^21.2.13", "@angular/compiler": "^21.2.13", - "@angular/core": "^21.2.13", + "@angular/core": "^21.2.17", "@angular/forms": "^21.2.13", "@angular/material": "^21.2.11", "@angular/platform-browser": "^21.2.13",