diff --git a/package-lock.json b/package-lock.json index 2b74d51..c3f9b30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/animations": "^20.1.6", "@angular/common": "^20.1.6", "@angular/compiler": "^20.1.6", - "@angular/core": "^20.1.6", + "@angular/core": "^20.3.4", "@angular/forms": "^20.1.6", "@angular/platform-browser": "^20.1.6", "@angular/platform-browser-dynamic": "^20.1.6", @@ -688,9 +688,10 @@ } }, "node_modules/@angular/core": { - "version": "20.1.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.1.6.tgz", - "integrity": "sha512-Nz62f9FNcvjOxUivi50YtmEfSdrS7xqpPDoN/jwLkT5VmFfIUFF77sabTF5KTWHCDbp420e2UON6uEblfiRfaw==", + "version": "20.3.4", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.4.tgz", + "integrity": "sha512-qLYVXcpSBmsA/9fITB1cT2y37V1Yo3ybWEwvafnbAh8izabrMV0hh+J9Ajh9bPk092T7LS8Xt9eTu0OquBXkbw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -698,7 +699,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.1.6", + "@angular/compiler": "20.3.4", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" }, diff --git a/package.json b/package.json index 2f57670..da15977 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@angular/animations": "^20.1.6", "@angular/common": "^20.1.6", "@angular/compiler": "^20.1.6", - "@angular/core": "^20.1.6", + "@angular/core": "^20.3.4", "@angular/forms": "^20.1.6", "@angular/platform-browser": "^20.1.6", "@angular/platform-browser-dynamic": "^20.1.6",