diff --git a/package-lock.json b/package-lock.json index f208c7a..d7eed3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^20.3.0", "@angular/common": "^20.3.0", "@angular/compiler": "^20.3.0", - "@angular/core": "^20.3.0", + "@angular/core": "^20.3.18", "@angular/forms": "^20.3.0", "@angular/localize": "^20.3.0", "@angular/platform-browser": "^20.3.0", @@ -545,9 +545,9 @@ } }, "node_modules/@angular/core": { - "version": "20.3.16", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.16.tgz", - "integrity": "sha512-KSFPKvOmWWLCJBbEO+CuRUXfecX2FRuO0jNi9c54ptXMOPHlK1lIojUnyXmMNzjdHgRug8ci9qDuftvC2B7MKg==", + "version": "20.3.18", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.18.tgz", + "integrity": "sha512-B+NQQngd/aDbcfW0zGLis3wTLDeHTeTYMl/mGKQH+HwdPaRCKI1wEtaXaOYVJXkP2FeThocPevB8gLwNlPQUUw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -556,7 +556,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.3.16", + "@angular/compiler": "20.3.18", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" }, diff --git a/package.json b/package.json index aee985a..e460558 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@angular/animations": "^20.3.0", "@angular/common": "^20.3.0", "@angular/compiler": "^20.3.0", - "@angular/core": "^20.3.0", + "@angular/core": "^20.3.18", "@angular/forms": "^20.3.0", "@angular/localize": "^20.3.0", "@angular/platform-browser": "^20.3.0",