diff --git a/package-lock.json b/package-lock.json index 9b45ea0..826f103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^20.0.3", "@angular/common": "^20.0.3", - "@angular/compiler": "^20.0.3", + "@angular/compiler": "^20.1.3", "@angular/core": "^20.0.3", "@angular/forms": "^20.0.3", "@angular/platform-browser": "^20.0.3", @@ -890,9 +890,10 @@ } }, "node_modules/@angular/compiler": { - "version": "20.0.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.3.tgz", - "integrity": "sha512-CShPNvqqV5Cleyho8CKtcFlt7l2thHPUdXZPtKHH3Zf43KojvJbJksZLBz6ZbyoQdgxNMYSfbh4h0UbSGtPOzQ==", + "version": "20.1.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.3.tgz", + "integrity": "sha512-NGMFLymImIdvjLSoH+pasgtJxKynDHX9COBU6T5LP7qi5kf6eR829Zrf7650R3K+uERqwz5PTLg8Kwa4aY7I9w==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, diff --git a/package.json b/package.json index f150e94..5c0c3dd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/animations": "^20.0.3", "@angular/common": "^20.0.3", - "@angular/compiler": "^20.0.3", + "@angular/compiler": "^20.1.3", "@angular/core": "^20.0.3", "@angular/forms": "^20.0.3", "@angular/platform-browser": "^20.0.3",