diff --git a/package-lock.json b/package-lock.json index ef37d61..d4187cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/cdk": "^21.1.1", "@angular/common": "^21.0.0", - "@angular/compiler": "^21.0.0", + "@angular/compiler": "^21.0.7", "@angular/core": "^21.0.0", "@angular/forms": "^21.0.0", "@angular/material": "^21.1.1", @@ -490,9 +490,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.0.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.6.tgz", - "integrity": "sha512-rBMzG7WnQMouFfDST+daNSAOVYdtw560645PhlxyVeIeHMlCm0j1jjBgVPGTBNpVgKRdT/sqbi6W6JYkY9mERA==", + "version": "21.0.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.7.tgz", + "integrity": "sha512-Qsjx0OrOquyx10fMynkHilRRoZy9qJcstHdML7NGKg887xqHW4YvgNKREIXmKYjnV6sUBBUxJUD1L5ouarb/YA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 79f7d8f..472a854 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "@angular/cdk": "^21.1.1", "@angular/common": "^21.0.0", - "@angular/compiler": "^21.0.0", + "@angular/compiler": "^21.0.7", "@angular/core": "^21.0.0", "@angular/forms": "^21.0.0", "@angular/material": "^21.1.1",