diff --git a/package-lock.json b/package-lock.json index 7baaf2c..7fcb468 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@angular/common": "20.1.6", - "@angular/compiler": "20.1.6", + "@angular/compiler": "^20.1.7", "@angular/core": "20.1.6", "@angular/platform-browser": "20.1.6", "@angular/router": "20.1.6", @@ -743,9 +743,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.1.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.6.tgz", - "integrity": "sha512-PASAnrY3dHl3mOlYP7n49a1djbw+CGeBwkzhSVhDTrkg9hyx6GMDCNdNr1xZFWFjgS7vB3K8nIk8o9k+bXpH0g==", + "version": "20.1.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.7.tgz", + "integrity": "sha512-IZPkFxXoJZy7aVBgcsYLKyfr1CreCqpqhlbiSVXgtleyTcReaMoQBHeEqyFxD7PeB4Lfmf1N6ncHCILg+wxTfw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 83abd44..d1d2328 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@angular/common": "20.1.6", - "@angular/compiler": "20.1.6", + "@angular/compiler": "20.1.7", "@angular/core": "20.1.6", "@angular/platform-browser": "20.1.6", "@angular/router": "20.1.6",