diff --git a/package-lock.json b/package-lock.json index add967a..b3b2112 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^21.1.1", "@angular/common": "^21.1.1", - "@angular/compiler": "^21.1.1", + "@angular/compiler": "^21.1.2", "@angular/core": "^21.1.1", "@angular/forms": "^21.1.1", "@angular/platform-browser": "^21.1.1", @@ -535,9 +535,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.1.tgz", - "integrity": "sha512-Urd3bh0zv0MQ//S7RRTanIkOMAZH/A7vSMXUDJ3aflplNs7JNbVqBwDNj8NoX1V+os+fd8JRJOReCc1EpH4ZKQ==", + "version": "21.1.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.2.tgz", + "integrity": "sha512-5OFdZPNix7iK4HSdRxPgg74VvcmQZAMzv9ACYZ8iGfNxiJUjFSurfz0AtVEh0oE2oZDH1v48bHI1s+0ljCHZhA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 94745d8..f773cb6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@angular/animations": "^21.1.1", "@angular/common": "^21.1.1", - "@angular/compiler": "^21.1.1", + "@angular/compiler": "^21.1.2", "@angular/core": "^21.1.1", "@angular/forms": "^21.1.1", "@angular/platform-browser": "^21.1.1",